summaryrefslogtreecommitdiffstats
path: root/ext/soup
Commit message (Expand)AuthorAgeFilesLines
* souphttpsrc: Use SOUP_METHOD_GET instead of "GET" stringSebastian Dröge2009-08-061-1/+1
* soup: Use "GET" instead of SOUP_METHOD_GET. Fixes build with libsoup-2.7.*Edward Hervey2009-07-311-1/+1
* souphttpsrc: Only assume seekability if the server provides Content-LengthSebastian Dröge2009-07-161-1/+2
* souphttpsrc: don't try to authenticate if no username/password is set.Arnout Vandecappelle2009-07-161-2/+4
* souphttpsrc: free memory in finalizeStefan Kost2009-06-241-12/+6
* souphttpsrc: reset session state when stoppingTim-Philipp Müller2009-06-161-23/+24
* souphttpsrc: log response and request headers and fix some broken indentingTim-Philipp Müller2009-06-161-28/+14
* souphttpsrc: Set caps for audio/L16 content-typeZeeshan Ali (Khattak)2009-05-221-0/+33
* souphttpsrc: Rename icy_caps to src_capsZeeshan Ali (Khattak)2009-05-222-10/+10
* souphttpsrc: Allow non-string fields in the extra-headers propertySebastian Dröge2009-05-081-10/+47
* souphttpsrc: Add support for extra-headers appended to the HTTP requestSebastian Dröge2009-05-082-1/+65
* souphttpsrc: Expose the SoupSession 'timeout' property.Edward Hervey2009-03-032-4/+19
* Use correct flag for the GNOME proxy configurationJonathan Matthew2009-02-021-1/+1
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-39/+20
* Use libsoup-gnome for proxy configuration if availableJonathan Matthew2009-01-261-3/+15
* Add support for basic and digest authentication in souphttpsrc.Ron McOuat2008-11-272-7/+92
* ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali2008-11-211-0/+2
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons2008-10-271-2/+12
* ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300Wouter Cloetens2008-08-022-8/+18
* ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...Jan Schmidt2008-07-311-3/+5
* ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.Wouter Cloetens2008-07-191-1/+2
* ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...Jason Donenfeld2008-06-251-2/+31
* ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instea...Stefan Kost2008-05-021-1/+4
* ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the d...Sebastian Dröge2008-04-131-1/+1
* ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons2008-04-061-2/+3
* ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge2008-03-221-4/+12
* ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge2008-03-221-0/+1
* ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2008-03-132-39/+69
* Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2008-02-262-0/+22
* Implement zero-copy and make the buffer size configurable.Wouter Cloetens2008-02-222-35/+103
* ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens2008-02-061-2/+2
* ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge2008-01-311-150/+148
* Make coding style more consistent, including class renaming.Wouter Cloetens2008-01-311-49/+52
* ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens2008-01-301-7/+13
* ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens2008-01-301-1/+8
* docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens2008-01-302-264/+482
* ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens2008-01-201-10/+14
* ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens2008-01-191-0/+4
* ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge2008-01-181-1/+1
* ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens2008-01-182-5/+75
* ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller2007-12-282-41/+36
* ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens2007-12-112-39/+351
* configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens2007-11-292-14/+104
* Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens2007-11-153-0/+448