aboutsummaryrefslogtreecommitdiff
path: root/include/curl/multi.h
AgeCommit message (Collapse)Author
2004-02-26David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-06-05Reversed the logic to only include the <sys/select.h> header on systemsDaniel Stenberg
known to really NEED it as another system that doesn't have it came up: very old Linux libc5-based systems (as addition to all HPUX versions). The only known system at this point is AIX.
2003-05-27sys/select.h is not present on HPUX, avoid including itDaniel Stenberg
2003-05-26languageDaniel Stenberg
2003-05-26Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so weDaniel Stenberg
make an adjustment to catch this.
2003-05-09AIX wants sys/select.hDaniel Stenberg
2003-03-10Include sys/types.h as well. Ray DeGennaro reports successful compiling onDaniel Stenberg
AIX when this fix is applied and I cannot see how this will break any systems.
2003-02-04James Bursa corrected a bad commentDaniel Stenberg
2003-01-22oops, broken comment fixedDaniel Stenberg
2003-01-22extern C this to work in C++ conditionsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-08-13include curl-includes "local" instead of <curl/foo>Daniel Stenberg
2002-07-31sys/socket.h without #ifdefDaniel Stenberg
include sys/time.h as well
2002-03-19moved here from ../../lib/Daniel Stenberg