summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* 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
* curlhttpsink: only add content-disposition header if a filename is setStefan Sauer2014-09-241-4/+7
* curlbasesink: don't replace specific error messages with a generic oneStefan Sauer2014-09-241-1/+3
* curltlssink: swap checkStefan Sauer2014-09-241-2/+2
* curlsshsink: Include gst.h and other stuff before anything elseSebastian Dröge2014-07-112-6/+6
* curl: Use winsock2 instead and the GLib macro for checking if we're on WindowsSebastian Dröge2014-07-112-4/+4
* ext: Include winsock.h on Windows when requiredAlexey Pavlov2014-07-112-4/+12
* curls?ftpsink: Fix memory leaks due to new error handlingSebastian Rasmussen2014-06-242-19/+14
* curlsshsink: post error on bus in element, not transfer threadL. Sorin2014-05-211-25/+24
* curlsftpsink: authenticate remote host via public key fingerprintL. Sorin2014-05-202-2/+43
* curl*sink: report errors from curl when setting optionsSebastian Rasmussen2014-04-266-88/+325
* curl*sink: post error on bus in element, not transfer threadSebastian Rasmussen2014-04-267-53/+49
* curlhttpsink: allow for unconditionally disabling proxyingSebastian Rasmussen2014-04-261-1/+1
* curl*sink: fix typosSebastian Rasmussen2014-04-262-7/+7
* curl*sink: fix some gst-indent problemsSebastian Rasmussen2014-04-269-39/+39
* curl: remove unneeded NULL checkVincent Penquerc'h2014-04-101-6/+4
* curl: remove duplicate assignmentVincent Penquerc'h2014-04-101-1/+1
* curlsmtpsink: Include timezone information in mail headerLihua Liu2014-02-111-1/+1
* curl: Fix indentionSebastian Dröge2013-12-172-29/+33
* curlftpsink: Optionally create a temporary file during FTP transfer/uploadHaridass Selvaraj2013-12-172-3/+91
* curl: curlsftpsink - new libcurl-based sink element for SFTPL. Sorin2013-11-016-1/+853
* curlsmtpsink: removed an incorrect assertPatricia Muscalu2013-06-111-1/+0
* curlsmtpsink: terminate transfer thread properlyPatricia Muscalu2013-05-244-36/+118
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* curltlssink: set correct level of SSL for the transferPatricia Muscalu2013-01-221-3/+2
* Fix FSF addressTim-Philipp Müller2012-11-0413-26/+26
* curlsmtpsink: add comment describing functionSebastian Rasmussen2012-10-241-0/+6
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-176-6/+6
* curl: fix compiler warning with setsockopt() on windowsРуслан Ижбулатов2012-09-291-2/+3
* curl: fix build on win32Руслан Ижбулатов2012-09-287-0/+51
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-146-6/+6
* curl: fixed some memory leaks in the plugin and the unit testsPatricia Muscalu2012-08-032-2/+4
* curl: fix compilationWim Taymans2012-05-144-18/+18
* curl: Fix equality comparison with extraneous parantheses compiler warningSebastian Dröge2012-05-131-1/+1
* curl: new curlsmtpsink elementSebastian Rasmussen2012-05-124-2/+1024
* curl: new curlftpsink elementPatricia Muscalu2012-05-124-2/+331
* curl: new curlfilesink elementPatricia Muscalu2012-05-124-2/+300
* curl: refactor curlsink, rename to curlhttpsinkPatricia Muscalu2012-05-129-617/+1444
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-1/+1
|\