summaryrefslogtreecommitdiffstats
path: root/ext/soup/gstsouphttpsrc.c
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-221-9/+9
* 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-081-1/+63
* souphttpsrc: Expose the SoupSession 'timeout' property.Edward Hervey2009-03-031-4/+17
* 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-271-7/+88
* ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali2008-11-211-0/+2
* 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-021-8/+17
* 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-131-39/+68
* Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2008-02-261-0/+21
* Implement zero-copy and make the buffer size configurable.Wouter Cloetens2008-02-221-34/+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
* 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-301-264/+471
* 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-181-5/+73
* ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller2007-12-281-39/+34
* ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens2007-12-111-39/+340
* configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens2007-11-291-9/+96
* Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens2007-11-151-0/+378