summaryrefslogtreecommitdiff
path: root/ext/soup
AgeCommit message (Expand)AuthorFilesLines
2009-08-06souphttpsrc: Use SOUP_METHOD_GET instead of "GET" stringSebastian Dröge1-1/+1
2009-07-31soup: Use "GET" instead of SOUP_METHOD_GET. Fixes build with libsoup-2.7.*Edward Hervey1-1/+1
2009-07-16souphttpsrc: Only assume seekability if the server provides Content-LengthSebastian Dröge1-1/+2
2009-07-16souphttpsrc: don't try to authenticate if no username/password is set.Arnout Vandecappelle1-2/+4
2009-06-24souphttpsrc: free memory in finalizeStefan Kost1-12/+6
2009-06-16souphttpsrc: reset session state when stoppingTim-Philipp Müller1-23/+24
2009-06-16souphttpsrc: log response and request headers and fix some broken indentingTim-Philipp Müller1-28/+14
2009-05-22souphttpsrc: Set caps for audio/L16 content-typeZeeshan Ali (Khattak)1-0/+33
2009-05-22souphttpsrc: Rename icy_caps to src_capsZeeshan Ali (Khattak)2-10/+10
2009-05-08souphttpsrc: Allow non-string fields in the extra-headers propertySebastian Dröge1-10/+47
2009-05-08souphttpsrc: Add support for extra-headers appended to the HTTP requestSebastian Dröge2-1/+65
2009-03-03souphttpsrc: Expose the SoupSession 'timeout' property.Edward Hervey2-4/+19
2009-02-02Use correct flag for the GNOME proxy configurationJonathan Matthew1-1/+1
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost1-39/+20
2009-01-26Use libsoup-gnome for proxy configuration if availableJonathan Matthew1-3/+15
2008-11-27Add support for basic and digest authentication in souphttpsrc.Ron McOuat2-7/+92
2008-11-21ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali1-0/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-27ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons1-2/+12
2008-08-02ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300Wouter Cloetens2-8/+18
2008-07-31ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...Jan Schmidt1-3/+5
2008-07-19ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.Wouter Cloetens1-1/+2
2008-06-25ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...Jason Donenfeld1-2/+31
2008-05-02ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instea...Stefan Kost1-1/+4
2008-04-13ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the d...Sebastian Dröge1-1/+1
2008-04-06ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons1-2/+3
2008-03-22ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge1-4/+12
2008-03-22ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge1-0/+1
2008-03-13ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2-39/+69
2008-02-26Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2-0/+22
2008-02-22Implement zero-copy and make the buffer size configurable.Wouter Cloetens2-35/+103
2008-02-06ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens1-2/+2
2008-01-31ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge1-150/+148
2008-01-31Make coding style more consistent, including class renaming.Wouter Cloetens1-49/+52
2008-01-30ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens1-7/+13
2008-01-30ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens1-1/+8
2008-01-30docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens2-264/+482
2008-01-20ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens1-10/+14
2008-01-19ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens1-0/+4
2008-01-18ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge1-1/+1
2008-01-18ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens2-5/+75
2007-12-28ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller2-41/+36
2007-12-11ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens2-39/+351
2007-11-29configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens2-14/+104
2007-11-15Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens3-0/+448