aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.h
AgeCommit message (Collapse)Author
2005-01-11Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don'tDaniel Stenberg
shadow our public headers with the former names.
2005-01-11".\lib\multi.h" shadows for <curl/multi.h> in Watcom.Gisle Vanem
Force including ../include/curl/multi.h.
2005-01-10Pavel Orehov reported memory problems with the multi interface in bug reportDaniel Stenberg
#1098843. In short, a shared DNS cache was setup for a multi handle and when the shared cache was deleted before the individual easy handles, the latter cleanups caused read/writes to already freed memory.
2002-03-19moved to ../include/curl/Daniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2002-02-25oops, #if not #ifdefDaniel Stenberg
2002-02-25cygnus can't include winsock.h even though it has it, why we need toDaniel Stenberg
make a different and more complicated check for when to include it
2002-02-19corrected reference to multi-using examplesDaniel Stenberg
2002-02-19include winsock.h on window boxen to work smoother thereDaniel Stenberg
2002-01-03merged the multi-dev branch back into MAIN againDaniel Stenberg
2001-12-13minor changesDaniel Stenberg
2001-11-28more more more MOREDaniel Stenberg
2001-11-28modsDaniel Stenberg
2001-11-28used in the new multi interface, not yet actually part of libcurl butDaniel Stenberg
added to CVS to make them available to others