summaryrefslogtreecommitdiff
path: root/lib/splay.c
Commit message (Expand)AuthorAgeFilesLines
* splay: add unit testsDaniel Stenberg2011-06-101-165/+14
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-8/+9
* OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix2010-05-261-4/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Adjusted to take in account that...Yang Tse2009-06-101-2/+2
* make the debug/helper function output to stderr as that makes it play nicerDaniel Stenberg2008-12-201-5/+5
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* fix compiler warning: format '%ld' expects type 'long int'Yang Tse2008-05-081-2/+2
* Christopher Palow provided the patch (edited by me) that introducesYang Tse2008-05-071-25/+37
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-25/+25
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-11/+11
* Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich2007-07-201-1/+1
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-1/+3
* Jari Sundell's minor cleanup, added comments and some extra error-checkingsDaniel Stenberg2006-09-041-5/+16
* Ifdef'ed out unused function, added lots of comments and renamed a fewDaniel Stenberg2006-05-271-102/+110
* minor fix to make Curl_splayremove() return a NULL as "removed" in caseDaniel Stenberg2006-05-241-3/+3
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-0/+406