| Commit message (Expand) | Author | Age | Files | Lines |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -1/+1 |
* | splay: fix signed/unsigned mismatch warning | Jay Satiro | 2017-07-29 | 1 | -2/+2 |
* | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg | 2017-07-28 | 1 | -10/+14 |
* | multi: fix queueing of pending easy handles | Dániel Bakai | 2017-04-04 | 1 | -60/+48 |
* | Improve code readbility | Sylvestre Ledru | 2017-03-13 | 1 | -4/+2 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg | 2015-11-24 | 1 | -1/+1 |
* | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg | 2015-11-13 | 1 | -1/+1 |
* | checksrc: use space after comma | Daniel Stenberg | 2015-03-17 | 1 | -5/+5 |
* | copyright: Updated following recent edits | Steve Holme | 2014-04-28 | 1 | -1/+1 |
* | Added a few more const where possible | Dan Fandrich | 2014-04-29 | 1 | -2/+2 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+288 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -288/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -2/+2 |
* | splay: add unit tests | Daniel Stenberg | 2011-06-10 | 1 | -165/+14 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -8/+9 |
* | OOM fixes in http_negociate.c and lib/splay.c | Julien Chaffraix | 2010-05-26 | 1 | -4/+4 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | Adjusted to take in account that... | Yang Tse | 2009-06-10 | 1 | -2/+2 |
* | make the debug/helper function output to stderr as that makes it play nicer | Daniel Stenberg | 2008-12-20 | 1 | -5/+5 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | fix compiler warning: format '%ld' expects type 'long int' | Yang Tse | 2008-05-08 | 1 | -2/+2 |
* | Christopher Palow provided the patch (edited by me) that introduces | Yang Tse | 2008-05-07 | 1 | -25/+37 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -25/+25 |
* | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich | 2007-09-27 | 1 | -11/+11 |
* | Made some const arrays static to avoid unnecessary stack usage. | Dan Fandrich | 2007-07-20 | 1 | -1/+1 |
* | Steve Little's fixes to allow compilation on VMS 64-bit mode | Yang Tse | 2007-04-25 | 1 | -1/+3 |
* | Jari Sundell's minor cleanup, added comments and some extra error-checkings | Daniel Stenberg | 2006-09-04 | 1 | -5/+16 |
* | Ifdef'ed out unused function, added lots of comments and renamed a few | Daniel Stenberg | 2006-05-27 | 1 | -102/+110 |
* | minor fix to make Curl_splayremove() return a NULL as "removed" in case | Daniel Stenberg | 2006-05-24 | 1 | -3/+3 |
* | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg | 2006-04-10 | 1 | -0/+406 |