summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-03build: add top-level meson build filesHEADmasterThiago Santos11-111/+6
2015-05-10Reduce duplicated code, using the same code for the HEAD and GETluis1-41/+18
2015-05-10Defer the "200 OK" response until caps have been resolved, in order toluis1-2/+47
2015-05-10Encapsulate sending http responses in their own function, so they can be easi...luis1-18/+34
2015-05-05Make GList clients consistent (items valid always).luis1-4/+4
2015-03-18Content-type header creation now happens into notify::caps signal handlerLuis de Arquer1-19/+56
2015-02-21Minor format changesLuis de Arquer1-7/+8
2015-02-21Content-type boundary tag is now taken from the multipartmux "boundary" propertyLuis de Arquer1-5/+14
2015-02-21Add support for MJPEG streams using multipartmuxLuis de Arquer1-2/+14
2015-01-27segfault on GStreamer warnings because of wrong parsing functionVictor Sergienko1-1/+1
2014-10-17Fix segfaultGuillaume Seguin1-1/+4
2014-10-17Add PORT command line argumentGuillaume Seguin1-6/+9
2013-07-28Append \0 at the end of the requests to make the string functions happySebastian Dröge1-1/+3
2013-07-28Make HTTP handling a bit more robustSebastian Dröge1-13/+9
2013-07-28Fix writing response if the write could not be finished in one rurunSebastian Dröge1-1/+3
2013-07-28Disconnect clients if there was no valid HTTP request after 1MB of dataSebastian Dröge1-1/+5
2013-07-28Timeout if client did not do a GET after 5 secondsSebastian Dröge1-2/+22
2013-07-28Improve error reporting a bitSebastian Dröge1-9/+17
2013-07-28Fix copyright yearSebastian Dröge1-1/+1
2013-07-28Add EOS handlingSebastian Dröge1-0/+5
2013-07-28Adjust timeout a bitSebastian Dröge1-1/+1
2013-07-28Fix example commandlineSebastian Dröge1-1/+1
2013-07-28Add initial, working version of the codeSebastian Dröge1-1/+399
2013-07-28Initial commitSebastian Dröge9-0/+602