summaryrefslogtreecommitdiff
path: root/ext/curl
AgeCommit message (Expand)AuthorFilesLines
2018-01-22meosn: curl: also check for and use libssh2 if availableTim-Philipp Müller1-0/+3
2017-11-22curlhttpsrc: Don't leak structureEdward Hervey1-2/+1
2017-11-21curl: fix meson buildTim-Philipp Müller1-1/+1
2017-11-21curlhttpsrc: Post an error message if no URI was setEdward Hervey1-1/+4
2017-11-21curl: Add i18nEdward Hervey2-0/+10
2017-11-21curlhttpsrc: Fix return valueEdward Hervey1-1/+1
2017-11-21curlhttpsrc: Don't switch to PAUSED if not URI was specifiedEdward Hervey1-0/+4
2017-08-09curlhttpsrc: set http-version default if curl does not have HTTP2 feature pre...Alex Ashley2-9/+10
2017-08-08curlhttpsrc: Does version set fail because of HTTP2Sam Hurst1-2/+9
2017-08-08curlhttpsrc: set http-version class property as enumPhilippe Normand3-70/+70
2017-07-26curl: curlqueue: add symbol name to avoid confusing gtkdocReynaldo H. Verdejo Pinochet1-0/+6
2017-07-26curlhttpsrc: do not check for NULL before g_free()Reynaldo H. Verdejo Pinochet1-21/+7
2017-07-26curlhttpsrc: Fix flagged Coverity errorsSam Hurst3-32/+60
2017-07-26curl: Reorganise header files to fix macOS buildsSam Hurst4-25/+28
2017-07-26curlhttpsrc: Fix compilation without debugging system enabledEdward Hervey1-0/+2
2017-07-26curl: Add curlhttpsrc elementSam Hurst10-3/+2614
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier8-21/+30
2016-11-16curl: transfer hangs in case connection was cut between client and serverImre Eörs1-0/+15
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+24
2016-06-11curlsmtpsink: Lock and don't send final boundary upon errorSebastian Rasmussen1-12/+7
2016-04-04curlsink: catch an unknown errorPatricia Muscalu1-0/+9
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-02-17curlbasesink: don't send empty buffersDavid Fernandez1-2/+7
2015-12-15plugins-bad: Fix example pipelinesVineeth TM6-6/+6
2015-11-06Fix code indentationTim-Philipp Müller1-1/+2
2015-07-06curlsshsink: remove redundant else statementLuis de Bethencourt1-10/+9
2015-05-25curlsink: handle socket callback for active FTP connections as wellPatricia Muscalu2-7/+27
2014-12-19curlsmtpsink: add final boundary to all multipart emailsBranko Subasic2-23/+26
2014-10-26curlsshsink: use the locally defined typesL. Sorin2-9/+11
2014-10-16curlbasesink: strip newlines from curl debug messagesStefan Sauer1-3/+19
2014-10-16curlbasesink: small code cleanupStefan Sauer1-5/+1
2014-10-06curlsmtpsink: Set CURLOPT_UPLOAD to 1 to not use VRFY and other unneeded comm...Vivia Nikolaidou1-0/+7
2014-10-06curlsmtpsink: Email with multipart content-type should end with a final boundaryLihua Liu1-2/+2
2014-09-25curlsmtpsink: Email with multipart content-type should end with a final boundaryLihua Liu1-0/+4
2014-09-25curl*sink: add more loggingStefan Sauer2-2/+13
2014-09-25curlbasesink: add a debug functionStefan Sauer1-9/+63
2014-09-24curlhttpsink: only add content-disposition header if a filename is setStefan Sauer1-4/+7
2014-09-24curlbasesink: don't replace specific error messages with a generic oneStefan Sauer1-1/+3
2014-09-24curltlssink: swap checkStefan Sauer1-2/+2
2014-07-11curlsshsink: Include gst.h and other stuff before anything elseSebastian Dröge2-6/+6
2014-07-11curl: Use winsock2 instead and the GLib macro for checking if we're on WindowsSebastian Dröge2-4/+4
2014-07-11ext: Include winsock.h on Windows when requiredAlexey Pavlov2-4/+12
2014-06-24curls?ftpsink: Fix memory leaks due to new error handlingSebastian Rasmussen2-19/+14
2014-05-21curlsshsink: post error on bus in element, not transfer threadL. Sorin1-25/+24
2014-05-20curlsftpsink: authenticate remote host via public key fingerprintL. Sorin2-2/+43
2014-04-26curl*sink: report errors from curl when setting optionsSebastian Rasmussen6-88/+325
2014-04-26curl*sink: post error on bus in element, not transfer threadSebastian Rasmussen7-53/+49
2014-04-26curlhttpsink: allow for unconditionally disabling proxyingSebastian Rasmussen1-1/+1
2014-04-26curl*sink: fix typosSebastian Rasmussen2-7/+7