summaryrefslogtreecommitdiff
path: root/ext/soup
Commit message (Expand)AuthorAgeFilesLines
* souphttpsrc: Add GTlsInteraction propertyXavier Claessens2015-12-142-3/+32
* souphttpclientsink: Fix error leak and handle errorVineeth TM2015-11-181-1/+8
* souphttpsrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-15/+7
* souphttpsrc: EOS immediately if we have an empty seek segmentSebastian Dröge2015-10-141-7/+19
* souphttpsrc: Make non-inclusive segment boundaries inclusiveStavros Vagionitis2015-10-141-1/+3
* souphttpclientsink: Add the retry and retry-delay propertiesGraham Leggett2015-10-142-7/+82
* souphttpclientsink: Check if soup message is createdVineeth TM2015-10-121-0/+9
* souphttpclientsink: Check if location being set is validVineeth TM2015-10-121-0/+8
* souphttpclientsink: Fix memory leaks during failuresVineeth TM2015-10-121-0/+4
* souphttpclientsink: Replace redundant free_buffer_list functionVineeth TM2015-10-121-16/+8
* souphttpsrc: remove unnecessary if, g_free is null safeThiago Santos2015-08-141-2/+1
* souphttpsrc: add property to set HTTP methodAlex Ashley2015-08-142-2/+29
* soup: fix typo in translated stringTim-Philipp Müller2015-08-041-1/+1
* souphttpsrc: handle empty http proxy stringEunhae Choi2015-07-311-7/+6
* souphttpsrc: Add tls-database propertyXavier Claessens2015-06-102-2/+39
* souphttpsrc: fix getter of "ssl-use-system-ca-file"Xavier Claessens2015-06-101-1/+1
* souphttpclientsink: Implement cookies propertySebastian Dröge2015-03-081-0/+10
* souphttpclientsink: Implement automatic-redirect propertySebastian Dröge2015-03-081-0/+2
* souphttpclientsink: Implement proxy supportSebastian Dröge2015-03-081-8/+22
* souphttpsrc: Don't return a buffer when returning not GST_FLOW_OKSebastian Dröge2014-12-301-0/+12
* souphttpsrc: log connection events at info levelBranislav Katreniak2014-11-221-6/+6
* souphttpclientsink: Fix lifetime of stream headers and queued buffersNirbheek Chauhan2014-10-021-4/+11
* souphttpclientsink: Add some more useful debug loggingNirbheek Chauhan2014-10-021-0/+4
* souphttpclientsink: Free queued buffers in ::resetNirbheek Chauhan2014-10-021-0/+3
* souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requ...Sebastian Dröge2014-09-111-0/+11
* souphttpsrc: Include redirection target in error messagesSebastian Dröge2014-09-041-15/+18
* souphttpsrc: Add custom sticky event to contain the HTTP request and response...Sebastian Dröge2014-05-282-0/+68
* souphttpsrc: Clean up all pending operations from libsoup before unreffing ou...Sebastian Dröge2014-05-081-1/+49
* souphttpsrc: Remember if a redirect is permanent or not and store it in the q...Sebastian Dröge2014-04-282-3/+9
* souphttpsrc: Only keep-alive the connection in stop() if we have finished all...Sebastian Dröge2014-04-111-2/+7
* souphttpsrc: Also retry on unexpected network failuresSebastian Dröge2014-04-101-5/+12
* souphttpsrc: New property to specify the maximum number of retries before we ...Sebastian Dröge2014-04-102-3/+35
* souphttpsrc: Change default timeout to 15 secondsAlexander Zallesov2014-04-101-2/+4
* souphttpsrc: Use GST_FLOW_FLUSHING when flushing, not GST_FLOW_EOSSebastian Dröge2014-04-091-0/+3
* souphttpsrc: Add properties for selecting SSL/TLS certificate checkingSebastian Dröge2014-03-122-1/+80
* souphttpsrc: Make sure to not return EOS immediately if we finished a range r...Sebastian Dröge2014-03-071-0/+17
* souphttpsrc: Don't forget to quit mainloop after we cancelled when we got dat...Sebastian Dröge2014-03-061-0/+1
* souphttpsrc: If we had a stop position, allow for the server to finish our co...Sebastian Dröge2014-03-061-0/+17
* souphttpsrc: do not emit error when connection with unknown size endsBranislav Katreniak2014-02-191-1/+1
* souphttpsrc: Use new automatic_eos API from basesrcSebastian Dröge2014-02-131-0/+2
* souphttpsrc: Consistently use have_size instead of content_size!=0Sebastian Dröge2014-02-131-10/+14
* souphttpsrc: Free extra headers when finalizing the elementSebastian Dröge2014-02-131-5/+5
* souphttpsrc: Properly close the session when going back to NULLSebastian Dröge2014-02-131-0/+25
* souphttpsrc: add support for keep-alive sessionsAndoni Morales Alastruey2014-02-132-36/+89
* souphttpsrc: Add "compress" property to enable/disable automatic gzip/deflate...Sebastian Dröge2014-02-122-2/+31
* souphttpsrc: Retry connection if we're finished before the content size only ...Sebastian Dröge2014-02-121-2/+3
* souputils: Fix compiler warningSebastian Dröge2014-02-121-1/+1
* souphttp*: add ability to do HTTP session loggingReynaldo H. Verdejo Pinochet2014-02-118-22/+192
* souphttpsrc: Add mapping for NOT_FOUND and NOT_AUTHORIZED errorsSebastian Dröge2014-02-111-5/+20
* souphttpsrc: Don't duplicate status_code to GStreamer error mappingSebastian Dröge2014-02-111-4/+1