Age | Commit message (Expand) | Author |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-08-20 | rtsp: support basic/digest authentication | Erik Janssen |
2015-06-18 | RTSP: removed another piece of dead code | Daniel Stenberg |
2015-06-15 | rtsp_do: fix DEAD CODE | Daniel Stenberg |
2015-06-14 | urldata: store POST size in state.infilesize too | Daniel Stenberg |
2015-05-22 | RTSP: catch attempted unsupported requests better | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-03-20 | rtsp: parse "Session:" header properly | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-07-24 | string formatting: fix 15+ printf-style format strings | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-06-15 | Curl_rtsp_parseheader: avoid useless malloc/free | Daniel Stenberg |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-09-26 | remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY | Yang Tse |
2011-09-25 | allow write callbacks to indicate OOM to libcurl | Yang Tse |
2011-08-14 | RTSP: GET_PARAMETER requests have a body | Daniel Stenberg |
2011-05-05 | RTSP: cleanups | Daniel Stenberg |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-04-11 | checkconnection: don't call with NULL pointer | Daniel Stenberg |
2011-03-23 | rtsp: move protocol code to dedicated file | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-09-06 | rtsp: avoid SIGSEGV on malformed header | Kamil Dudka |
2010-09-06 | rtsp: avoid SIGSEGV on malformed header | Kamil Dudka |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
2010-03-24 | Fix RTSP GET_PARAMETER empty and non-empty operation. | Chris Conroy |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-06 | OOM handling fix | Yang Tse |
2010-02-06 | OOM handling fix | Yang Tse |
2010-02-03 | Fix OOM handling | Yang Tse |
2010-02-03 | Fix portability issue related with unaligned memory access | Yang Tse |
2010-02-01 | Conroy's fix to make the code match with the RTP documentation regarding | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-28 | Chris Conroy's RTSP followup fixes | Yang Tse |
2010-01-25 | fix compiler warning | Yang Tse |
2010-01-23 | Include "curl_memory.h" to get the strdup replacement when necessary | Dan Fandrich |
2010-01-22 | fix compiler warning: statement is unreachable | Yang Tse |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |