summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* curlhttpsrc: set BUFFER_OFFSET when creating GstBufferAlex Ashley2019-02-191-0/+1
* curlhttpsrc: export same HTTP error status as souphttpsrcAlex Ashley2019-02-192-4/+23
* curlhttpsrc: fix various leaks and thread safety issuesAlex Ashley2019-02-195-230/+303
* curlhttpsink: free content type before assigning itJonathan Karlsson2018-12-171-0/+1
* curlbasesink: cleanup transfer immediately when doneJonathan Karlsson2018-12-171-1/+2
* curlbasesink: Rename curl transfer threadPatricia Muscalu2018-12-061-2/+1
* curlhttpsink: Enable content type changesJonathan Karlsson2018-12-061-4/+0
* meson: add 'curl-ssh2' option for curl libssh2 supportTim-Philipp Müller2018-10-281-1/+1
* meson: Use the 'curl' feature optionXavier Claessens2018-10-281-1/+1
* curlhhtpsrc: avoid invalid memory referencesWim Taymans2018-08-161-2/+3
* curlhttpsink: Support for multipart/form-data Content-TypeJonathan Karlsson2018-07-171-1/+10
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* curlhttpsrc: deadlock in multi-instance scenarioJun Xie2018-04-241-0/+2
* meosn: curl: also check for and use libssh2 if availableTim-Philipp Müller2018-01-221-0/+3
* curlhttpsrc: Don't leak structureEdward Hervey2017-11-221-2/+1
* curl: fix meson buildTim-Philipp Müller2017-11-211-1/+1
* curlhttpsrc: Post an error message if no URI was setEdward Hervey2017-11-211-1/+4
* curl: Add i18nEdward Hervey2017-11-212-0/+10
* 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-092-9/+10
* curlhttpsrc: Does version set fail because of HTTP2Sam Hurst2017-08-081-2/+9
* curlhttpsrc: set http-version class property as enumPhilippe Normand2017-08-083-70/+70
* curl: curlqueue: add symbol name to avoid confusing gtkdocReynaldo H. Verdejo Pinochet2017-07-261-0/+6
* curlhttpsrc: do not check for NULL before g_free()Reynaldo H. Verdejo Pinochet2017-07-261-21/+7
* curlhttpsrc: Fix flagged Coverity errorsSam Hurst2017-07-263-32/+60
* curl: Reorganise header files to fix macOS buildsSam Hurst2017-07-264-25/+28
* curlhttpsrc: Fix compilation without debugging system enabledEdward Hervey2017-07-261-0/+2
* curl: Add curlhttpsrc elementSam Hurst2017-07-2610-3/+2614
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-128-21/+30
* curl: transfer hangs in case connection was cut between client and serverImre Eörs2016-11-161-0/+15
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+24
* curlsmtpsink: Lock and don't send final boundary upon errorSebastian Rasmussen2016-06-111-12/+7
* curlsink: catch an unknown errorPatricia Muscalu2016-04-041-0/+9
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* curlbasesink: don't send empty buffersDavid Fernandez2016-02-171-2/+7
* plugins-bad: Fix example pipelinesVineeth TM2015-12-156-6/+6
* Fix code indentationTim-Philipp Müller2015-11-061-1/+2
* curlsshsink: remove redundant else statementLuis de Bethencourt2015-07-061-10/+9
* curlsink: handle socket callback for active FTP connections as wellPatricia Muscalu2015-05-252-7/+27
* curlsmtpsink: add final boundary to all multipart emailsBranko Subasic2014-12-192-23/+26
* curlsshsink: use the locally defined typesL. Sorin2014-10-262-9/+11
* curlbasesink: strip newlines from curl debug messagesStefan Sauer2014-10-161-3/+19
* curlbasesink: small code cleanupStefan Sauer2014-10-161-5/+1
* curlsmtpsink: Set CURLOPT_UPLOAD to 1 to not use VRFY and other unneeded comm...Vivia Nikolaidou2014-10-061-0/+7
* curlsmtpsink: Email with multipart content-type should end with a final boundaryLihua Liu2014-10-061-2/+2
* curlsmtpsink: Email with multipart content-type should end with a final boundaryLihua Liu2014-09-251-0/+4
* curl*sink: add more loggingStefan Sauer2014-09-252-2/+13
* curlbasesink: add a debug functionStefan Sauer2014-09-251-9/+63