Age | Commit message (Expand) | Author |
2018-09-16 | http: made Curl_add_buffer functions take a pointer-pointer | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-03-11 | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2017-09-15 | rtsp: Segfault in rtsp.c when using WRITEDATA | Max Dymond |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-08 | rtsp: do not call fwrite() with NULL pointer FILE * | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-03-26 | spelling fixes | klemens |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-12-18 | Curl_getconnectinfo: avoid checking if the connection is closed | Isaac Boukris |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-08-11 | rtsp: ignore whitespace in session id | Daniel Stenberg |
2016-08-10 | rtsp: accept any RTSP session id | Erik Janssen |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
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 |