summaryrefslogtreecommitdiff
path: root/ext/curl
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-26curl*sink: fix some gst-indent problemsSebastian Rasmussen9-39/+39
2014-04-10curl: remove unneeded NULL checkVincent Penquerc'h1-6/+4
2014-04-10curl: remove duplicate assignmentVincent Penquerc'h1-1/+1
2014-02-11curlsmtpsink: Include timezone information in mail headerLihua Liu1-1/+1
2013-12-17curl: Fix indentionSebastian Dröge2-29/+33
2013-12-17curlftpsink: Optionally create a temporary file during FTP transfer/uploadHaridass Selvaraj2-3/+91
2013-11-01curl: curlsftpsink - new libcurl-based sink element for SFTPL. Sorin6-1/+853
2013-06-11curlsmtpsink: removed an incorrect assertPatricia Muscalu1-1/+0
2013-05-24curlsmtpsink: terminate transfer thread properlyPatricia Muscalu4-36/+118
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-01-22curltlssink: set correct level of SSL for the transferPatricia Muscalu1-3/+2
2012-11-04Fix FSF addressTim-Philipp Müller13-26/+26
2012-10-24curlsmtpsink: add comment describing functionSebastian Rasmussen1-0/+6
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller6-6/+6
2012-09-29curl: fix compiler warning with setsockopt() on windowsРуслан Ижбулатов1-2/+3
2012-09-28curl: fix build on win32Руслан Ижбулатов7-0/+51
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts6-6/+6
2012-08-03curl: fixed some memory leaks in the plugin and the unit testsPatricia Muscalu2-2/+4
2012-05-14curl: fix compilationWim Taymans4-18/+18
2012-05-13curl: Fix equality comparison with extraneous parantheses compiler warningSebastian Dröge1-1/+1
2012-05-12curl: new curlsmtpsink elementSebastian Rasmussen4-2/+1024
2012-05-12curl: new curlftpsink elementPatricia Muscalu4-2/+331
2012-05-12curl: new curlfilesink elementPatricia Muscalu4-2/+300
2012-05-12curl: refactor curlsink, rename to curlhttpsinkPatricia Muscalu9-617/+1444
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-1/+1
2012-03-06curl: Fix 'equality comparison with extraneous parentheses' compiler warningSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans2-0/+3
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp Müller1-1/+1
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h2-0/+3
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+1
2011-03-04curlsink: Fix print-related issuesEdward Hervey1-7/+8
2011-03-01docs: add new curl plugin and curlsink element to docsTim-Philipp Müller1-3/+25
2011-03-01curlsink: no need for a private instance structureTim-Philipp Müller2-249/+222
2011-03-01curlsink: clean up property registration codeTim-Philipp Müller1-89/+54
2011-02-28curl: add libcurl-based sink elementPatricia Muscalu4-0/+1462