summaryrefslogtreecommitdiff
path: root/ext/soup
AgeCommit message (Expand)AuthorFilesLines
2016-11-28souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge1-48/+106
2016-10-31Revert "souphttpsrc: reduce reading latency by using non-blocking read"Sebastian Dröge2-105/+16
2016-10-26souphttpsrc: reset read_position when reading failsMichael Olbrich1-0/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+25
2016-07-25souphttpsrc: include http-status-code in error message detailsVincent Penquerc'h1-11/+26
2016-07-12souphttpsrc: Don't drop final bytes of a range requestEdward Hervey1-1/+0
2016-07-12souphttpsrc: At the end of a range request, read another time to finalize the...Sebastian Dröge1-0/+22
2016-07-11souphttpsrc: Fix keep-alive handlingSebastian Dröge1-3/+11
2016-06-29souphttpsrc: dynamically adjust blocksizeThiago Santos2-0/+57
2016-06-17soup: work around frequent deadlocks in GLib type initialisationTim-Philipp Müller1-0/+14
2016-06-06Revert "WIP revert soup"Sebastian Dröge4-484/+304
2016-06-03WIP revert soupSebastian Dröge4-304/+484
2016-05-20souphttpsrc: fix buffer leak when flushingGuillaume Desmottes1-0/+2
2016-05-19souphttpclientsink: Set sent_buffers and streamheader_buffers to NULL after f...Sebastian Dröge1-0/+2
2016-05-15souphttpsrc: Use audio/x-unaligned-raw instead of audio/x-raw for L16 dataCarlos Rafael Giani1-1/+1
2016-05-15souphttpsrc: check if request was cancelled when sending messageThiago Santos1-0/+4
2016-05-15souphttpsrc: proxy resolver is on by defaultThiago Santos1-1/+0
2016-05-15soup: update build to warn about newer deprecated functionsThiago Santos1-2/+2
2016-05-15souphttpsrc: reduce reading latency by using non-blocking readThiago Santos2-16/+103
2016-05-14souphttpsrc: refactor to use Soup's sync APIThiago Santos2-485/+211
2016-04-15souphttpclientsink: If no proxy is set by properties, use the default libsoup...Sebastian Dröge1-0/+1
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+3
2015-12-14souphttpsrc: Add GTlsInteraction propertyXavier Claessens2-3/+32
2015-11-18souphttpclientsink: Fix error leak and handle errorVineeth TM1-1/+8
2015-11-15souphttpsrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-15/+7
2015-10-14souphttpsrc: EOS immediately if we have an empty seek segmentSebastian Dröge1-7/+19
2015-10-14souphttpsrc: Make non-inclusive segment boundaries inclusiveStavros Vagionitis1-1/+3
2015-10-14souphttpclientsink: Add the retry and retry-delay propertiesGraham Leggett2-7/+82
2015-10-12souphttpclientsink: Check if soup message is createdVineeth TM1-0/+9
2015-10-12souphttpclientsink: Check if location being set is validVineeth TM1-0/+8
2015-10-12souphttpclientsink: Fix memory leaks during failuresVineeth TM1-0/+4
2015-10-12souphttpclientsink: Replace redundant free_buffer_list functionVineeth TM1-16/+8
2015-08-14souphttpsrc: remove unnecessary if, g_free is null safeThiago Santos1-2/+1
2015-08-14souphttpsrc: add property to set HTTP methodAlex Ashley2-2/+29
2015-08-04soup: fix typo in translated stringTim-Philipp Müller1-1/+1
2015-07-31souphttpsrc: handle empty http proxy stringEunhae Choi1-7/+6
2015-06-10souphttpsrc: Add tls-database propertyXavier Claessens2-2/+39
2015-06-10souphttpsrc: fix getter of "ssl-use-system-ca-file"Xavier Claessens1-1/+1
2015-03-08souphttpclientsink: Implement cookies propertySebastian Dröge1-0/+10
2015-03-08souphttpclientsink: Implement automatic-redirect propertySebastian Dröge1-0/+2
2015-03-08souphttpclientsink: Implement proxy supportSebastian Dröge1-8/+22
2014-12-30souphttpsrc: Don't return a buffer when returning not GST_FLOW_OKSebastian Dröge1-0/+12
2014-11-22souphttpsrc: log connection events at info levelBranislav Katreniak1-6/+6
2014-10-02souphttpclientsink: Fix lifetime of stream headers and queued buffersNirbheek Chauhan1-4/+11
2014-10-02souphttpclientsink: Add some more useful debug loggingNirbheek Chauhan1-0/+4
2014-10-02souphttpclientsink: Free queued buffers in ::resetNirbheek Chauhan1-0/+3
2014-09-11souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requ...Sebastian Dröge1-0/+11
2014-09-04souphttpsrc: Include redirection target in error messagesSebastian Dröge1-15/+18
2014-05-28souphttpsrc: Add custom sticky event to contain the HTTP request and response...Sebastian Dröge2-0/+68
2014-05-08souphttpsrc: Clean up all pending operations from libsoup before unreffing ou...Sebastian Dröge1-1/+49