summaryrefslogtreecommitdiff
path: root/lib/splay.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* splay: avoid using -1 in unsigned variableDaniel Stenberg2022-07-231-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-1/+1
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-231-1/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-9/+9
* splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg2020-12-011-3/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-2/+2
* whitespace fixesViktor Szakats2018-09-231-1/+0
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-1/+1
* splay: fix signed/unsigned mismatch warningJay Satiro2017-07-291-2/+2
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-10/+14
* multi: fix queueing of pending easy handlesDániel Bakai2017-04-041-60/+48
* Improve code readbilitySylvestre Ledru2017-03-131-4/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-1/+1
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-1/+1
* checksrc: use space after commaDaniel Stenberg2015-03-171-5/+5
* copyright: Updated following recent editsSteve Holme2014-04-281-1/+1
* Added a few more const where possibleDan Fandrich2014-04-291-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+288
* build: rename 93 lib/*.c filesYang Tse2013-01-031-288/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* 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