| Commit message (Expand) | Author | Age | Files | Lines |
* | http: Handle 301/307 redirect requests, too | Mike Edenfield | 2010-11-02 | 1 | -1/+2 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Move the definition of the maximum url size for static buffers to internal.h | Martin Storsjö | 2010-08-19 | 1 | -3/+2 |
* | http: Return EOF at the end of the content even if the connection isn't closed | Martin Storsjö | 2010-08-09 | 1 | -0/+7 |
* | http: Log a warning when receiving an error code | Martin Storsjö | 2010-07-16 | 1 | -3/+7 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -2/+2 |
* | Make the http protocol open the connection immediately in http_open again | Martin Storsjö | 2010-06-22 | 1 | -32/+1 |
* | Add an AVClass to the HTTPContext | Martin Storsjö | 2010-06-22 | 1 | -1/+12 |
* | Allocate the HTTPContext through URLProtocol.priv_data_size | Martin Storsjö | 2010-06-22 | 1 | -12/+2 |
* | HTTP: Add a method for initializing the authentication state from another con... | Martin Storsjö | 2010-06-21 | 1 | -0/+6 |
* | Reindent | Martin Storsjö | 2010-06-21 | 1 | -1/+1 |
* | HTTP: Compact the code for writing chunked post data | Martin Storsjö | 2010-06-21 | 1 | -6/+3 |
* | HTTP: Get rid of the is_chunked variable, use the chunksize variable instead | Martin Storsjö | 2010-06-21 | 1 | -10/+5 |
* | HTTP: Clarify a comment | Martin Storsjö | 2010-06-21 | 1 | -1/+1 |
* | Reset chunksize back to zero (= no chunked encoding) after each new open | Ronald S. Bultje | 2010-06-20 | 1 | -1/+1 |
* | Use url_write(), not http_write(), for sending the HTTP headers. This prevents | Ronald S. Bultje | 2010-06-20 | 1 | -2/+1 |
* | Make sure the http protocol handler returns errors if a delayed open had failed | Martin Storsjö | 2010-06-09 | 1 | -0/+6 |
* | Initialize the http connection in http_seek, too | Martin Storsjö | 2010-06-09 | 1 | -0/+6 |
* | Reindent | Martin Storsjö | 2010-06-08 | 1 | -1/+1 |
* | Add support for disabling chunked transfer encoding for the http protocol | Josh Allmann | 2010-06-08 | 1 | -5/+17 |
* | Fix handling of errors in the http protocol | Martin Storsjö | 2010-06-08 | 1 | -1/+4 |
* | Fix bugs in the http custom header handling | Martin Storsjö | 2010-06-08 | 1 | -2/+2 |
* | Add the capability to write custom HTTP headers | Josh Allmann | 2010-06-08 | 1 | -10/+46 |
* | Modify the behaviour of http_open to implicitly delay connection establishment | Josh Allmann | 2010-06-08 | 1 | -5/+21 |
* | http: Set http_code to 200 when doing a POST | Martin Storsjö | 2010-06-04 | 1 | -0/+4 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -2/+2 |
* | Split out http authentication handling into a separate file | Martin Storsjö | 2010-03-24 | 1 | -10/+25 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+1 |
* | Reindent | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 1 | -6/+2 |
* | restore old buffer content when seek failed in http protocol, fix issue #1631 | Baptiste Coudurier | 2010-01-13 | 1 | -0/+7 |
* | Reindent after r21166. | Ronald S. Bultje | 2010-01-12 | 1 | -1/+1 |
* | Use chunked encoding for HTTP uploads. Patch by Tomas Härdin | Tomas Härdin | 2010-01-12 | 1 | -2/+35 |
* | Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). | Peter Holik | 2009-06-23 | 1 | -1/+31 |
* | Cosmetics : Use dprintf instead of printf. | Peter Holik | 2009-06-06 | 1 | -8/+6 |
* | Cosmetics : Fix indentation after last commit. | Jai Menon | 2009-06-06 | 1 | -7/+7 |
* | Introduce http_get_line and modify http_connect to use http_get_line. | Peter Holik | 2009-06-06 | 1 | -15/+27 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+8 |
* | Reduce allocated length of the HTTP authentication request field buffer, as | Ronald S. Bultje | 2009-03-03 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -4/+4 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -3/+3 |
* | Remove a pointless cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | Missing 'const' in cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | Revert hack which should have never been commited. | Michael Niedermayer | 2007-12-28 | 1 | -1/+0 |
* | os_support.h is also needed for usleep and lseek on MinGW. | Ramiro Polla | 2007-11-22 | 1 | -0/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -5/+5 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -2/+2 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -1/+2 |