aboutsummaryrefslogtreecommitdiff
path: root/lib/splay.c
AgeCommit message (Expand)Author
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-06-11cppcheck: fix warningsMarian Klymov
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-07-29splay: fix signed/unsigned mismatch warningJay Satiro
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-04-04multi: fix queueing of pending easy handlesDániel Bakai
2017-03-13Improve code readbilitySylvestre Ledru
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2014-04-28copyright: Updated following recent editsSteve Holme
2014-04-29Added a few more const where possibleDan Fandrich
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-06-10splay: add unit testsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-05-26OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-06-10Adjusted to take in account that...Yang Tse
2008-12-20make the debug/helper function output to stderr as that makes it play nicerDaniel Stenberg
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-05-08fix compiler warning: format '%ld' expects type 'long int'Yang Tse
2008-05-07Christopher Palow provided the patch (edited by me) that introducesYang Tse
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-09-27Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich
2007-07-20Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2006-09-04Jari Sundell's minor cleanup, added comments and some extra error-checkingsDaniel Stenberg
2006-05-27Ifdef'ed out unused function, added lots of comments and renamed a fewDaniel Stenberg
2006-05-24minor fix to make Curl_splayremove() return a NULL as "removed" in caseDaniel Stenberg
2006-04-10First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg