summaryrefslogtreecommitdiff
path: root/ext/curl/gstcurlhttpsrc.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* curl: allow per feature registrationStéphane Cerveau2021-03-231-0/+3
* curl: Remove incorrect GST_DEBUG_OBJECT() callsArun Raghavan2020-12-031-2/+0
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-1/+1
* curlhttpsrc: add support for range GETAlex Ashley2019-11-171-5/+107
* curlhttpsrc: Hook up libcurl logging message to gstreamerYeongjin Jeong2019-11-041-0/+71
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-3/+2
* Mark some properties as DOC_SHOW_DEFAULTThibault Saunier2019-05-131-1/+2
* curlhttpsrc: set BUFFER_OFFSET when creating GstBufferAlex Ashley2019-02-191-0/+1
* curlhttpsrc: export same HTTP error status as souphttpsrcAlex Ashley2019-02-191-4/+22
* curlhttpsrc: fix various leaks and thread safety issuesAlex Ashley2019-02-191-190/+289
* curlhhtpsrc: avoid invalid memory referencesWim Taymans2018-08-161-2/+3
* curlhttpsrc: deadlock in multi-instance scenarioJun Xie2018-04-241-0/+2
* curlhttpsrc: Don't leak structureEdward Hervey2017-11-221-2/+1
* curlhttpsrc: Post an error message if no URI was setEdward Hervey2017-11-211-1/+4
* curl: Add i18nEdward Hervey2017-11-211-0/+2
* curlhttpsrc: Fix return valueEdward Hervey2017-11-211-1/+1
* curlhttpsrc: Don't switch to PAUSED if not URI was specifiedEdward Hervey2017-11-211-0/+4
* curlhttpsrc: set http-version default if curl does not have HTTP2 feature pre...Alex Ashley2017-08-091-2/+10
* curlhttpsrc: Does version set fail because of HTTP2Sam Hurst2017-08-081-2/+9
* curlhttpsrc: set http-version class property as enumPhilippe Normand2017-08-081-55/+50
* curlhttpsrc: do not check for NULL before g_free()Reynaldo H. Verdejo Pinochet2017-07-261-21/+7
* curlhttpsrc: Fix flagged Coverity errorsSam Hurst2017-07-261-22/+40
* curl: Reorganise header files to fix macOS buildsSam Hurst2017-07-261-0/+5
* curlhttpsrc: Fix compilation without debugging system enabledEdward Hervey2017-07-261-0/+2
* curl: Add curlhttpsrc elementSam Hurst2017-07-261-0/+1841