index
:
~thiagoss/gst-plugins-good
closedcaptions
cookies
dashsink
gst-cookies
gstcollectpads2
master
moovrecovery
qtdemux
qtdemux-stsd-all-entries
reverted-acceptcaps
splitmuxsrc
vpx-1.4
gst-plugins-good branch (Contains GstCollectPads2 branch)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
soup
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-14
souphttpsrc: remove unnecessary if, g_free is null safe
Thiago Santos
1
-2
/
+1
2015-08-14
souphttpsrc: add property to set HTTP method
Alex Ashley
2
-2
/
+29
2015-08-04
soup: fix typo in translated string
Tim-Philipp Müller
1
-1
/
+1
2015-07-31
souphttpsrc: handle empty http proxy string
Eunhae Choi
1
-7
/
+6
2015-06-10
souphttpsrc: Add tls-database property
Xavier Claessens
2
-2
/
+39
2015-06-10
souphttpsrc: fix getter of "ssl-use-system-ca-file"
Xavier Claessens
1
-1
/
+1
2015-03-08
souphttpclientsink: Implement cookies property
Sebastian Dröge
1
-0
/
+10
2015-03-08
souphttpclientsink: Implement automatic-redirect property
Sebastian Dröge
1
-0
/
+2
2015-03-08
souphttpclientsink: Implement proxy support
Sebastian Dröge
1
-8
/
+22
2014-12-30
souphttpsrc: Don't return a buffer when returning not GST_FLOW_OK
Sebastian Dröge
1
-0
/
+12
2014-11-22
souphttpsrc: log connection events at info level
Branislav Katreniak
1
-6
/
+6
2014-10-02
souphttpclientsink: Fix lifetime of stream headers and queued buffers
Nirbheek Chauhan
1
-4
/
+11
2014-10-02
souphttpclientsink: Add some more useful debug logging
Nirbheek Chauhan
1
-0
/
+4
2014-10-02
souphttpclientsink: Free queued buffers in ::reset
Nirbheek Chauhan
1
-0
/
+3
2014-09-11
souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requ...
Sebastian Dröge
1
-0
/
+11
2014-09-04
souphttpsrc: Include redirection target in error messages
Sebastian Dröge
1
-15
/
+18
2014-05-28
souphttpsrc: Add custom sticky event to contain the HTTP request and response...
Sebastian Dröge
2
-0
/
+68
2014-05-08
souphttpsrc: Clean up all pending operations from libsoup before unreffing ou...
Sebastian Dröge
1
-1
/
+49
2014-04-28
souphttpsrc: Remember if a redirect is permanent or not and store it in the q...
Sebastian Dröge
2
-3
/
+9
2014-04-11
souphttpsrc: Only keep-alive the connection in stop() if we have finished all...
Sebastian Dröge
1
-2
/
+7
2014-04-10
souphttpsrc: Also retry on unexpected network failures
Sebastian Dröge
1
-5
/
+12
2014-04-10
souphttpsrc: New property to specify the maximum number of retries before we ...
Sebastian Dröge
2
-3
/
+35
2014-04-10
souphttpsrc: Change default timeout to 15 seconds
Alexander Zallesov
1
-2
/
+4
2014-04-09
souphttpsrc: Use GST_FLOW_FLUSHING when flushing, not GST_FLOW_EOS
Sebastian Dröge
1
-0
/
+3
2014-03-12
souphttpsrc: Add properties for selecting SSL/TLS certificate checking
Sebastian Dröge
2
-1
/
+80
2014-03-07
souphttpsrc: Make sure to not return EOS immediately if we finished a range r...
Sebastian Dröge
1
-0
/
+17
2014-03-06
souphttpsrc: Don't forget to quit mainloop after we cancelled when we got dat...
Sebastian Dröge
1
-0
/
+1
2014-03-06
souphttpsrc: If we had a stop position, allow for the server to finish our co...
Sebastian Dröge
1
-0
/
+17
2014-02-19
souphttpsrc: do not emit error when connection with unknown size ends
Branislav Katreniak
1
-1
/
+1
2014-02-13
souphttpsrc: Use new automatic_eos API from basesrc
Sebastian Dröge
1
-0
/
+2
2014-02-13
souphttpsrc: Consistently use have_size instead of content_size!=0
Sebastian Dröge
1
-10
/
+14
2014-02-13
souphttpsrc: Free extra headers when finalizing the element
Sebastian Dröge
1
-5
/
+5
2014-02-13
souphttpsrc: Properly close the session when going back to NULL
Sebastian Dröge
1
-0
/
+25
2014-02-13
souphttpsrc: add support for keep-alive sessions
Andoni Morales Alastruey
2
-36
/
+89
2014-02-12
souphttpsrc: Add "compress" property to enable/disable automatic gzip/deflate...
Sebastian Dröge
2
-2
/
+31
2014-02-12
souphttpsrc: Retry connection if we're finished before the content size only ...
Sebastian Dröge
1
-2
/
+3
2014-02-12
souputils: Fix compiler warning
Sebastian Dröge
1
-1
/
+1
2014-02-11
souphttp*: add ability to do HTTP session logging
Reynaldo H. Verdejo Pinochet
8
-22
/
+192
2014-02-11
souphttpsrc: Add mapping for NOT_FOUND and NOT_AUTHORIZED errors
Sebastian Dröge
1
-5
/
+20
2014-02-11
souphttpsrc: Don't duplicate status_code to GStreamer error mapping
Sebastian Dröge
1
-4
/
+1
2014-01-03
souphttpsrc: use status code macro instead of 407
Reynaldo H. Verdejo Pinochet
1
-1
/
+2
2013-10-11
souphttpsrc: do not emit EOS when connection drops
Thiago Santos
2
-5
/
+30
2013-09-18
souphttpsrc: do not do http requests in READY
Thiago Santos
1
-5
/
+17
2013-08-14
soup: don't use deprecated soup_message_headers_get() API
Tim-Philipp Müller
1
-1
/
+1
2013-08-13
souphttpsrc: fix critical setting a NULL uri redirection
Andoni Morales Alastruey
1
-1
/
+2
2013-08-12
souphttpsrc: add redirection to the URI query
Andoni Morales Alastruey
2
-1
/
+14
2013-07-25
souphttpsrc: always ignore HEAD errors
Arnaud Vrac
1
-36
/
+35
2013-07-12
souphttpsrc: ignore errors from HEAD request
Thiago Santos
1
-36
/
+46
2013-07-01
souphttpsrc: also consider stop positions in seeks
Andoni Morales Alastruey
2
-10
/
+24
2013-07-01
souphttpsrc: allow seeks in ready
Thiago Santos
2
-50
/
+119
[next]