aboutsummaryrefslogtreecommitdiff
path: root/lib/splay.c
AgeCommit message (Collapse)Author
2006-09-04Jari Sundell's minor cleanup, added comments and some extra error-checkingsDaniel Stenberg
for easier future error-tracking.
2006-05-27Ifdef'ed out unused function, added lots of comments and renamed a fewDaniel Stenberg
variables, simplified the splayprint function, modified Curl_splayremovebyaddr() to return error code. All in an effort to track down the reported splay problem, but I've failed to do that so far...
2006-05-24minor fix to make Curl_splayremove() return a NULL as "removed" in caseDaniel Stenberg
nothing matched fine
2006-04-10First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg
code rearrange to fit the future better.