4afc4aed | 23-Nov-2004 |
Daniel Stenberg |
yet another binding |
a4e1ac79 | 22-Nov-2004 |
Daniel Stenberg |
David Phillips fix for test 518 and my extension to make it not run on systems that can't run it fine. |
f84d2b4d | 22-Nov-2004 |
Daniel Stenberg |
trying a version with URLs for all function calls |
b4c7876e | 22-Nov-2004 |
Daniel Stenberg |
issue 52 is fixed, I work on 51 |
4207ef3d | 22-Nov-2004 |
Daniel Stenberg |
removed trailing whitespace |
b3572269 | 22-Nov-2004 |
Daniel Stenberg |
removed unused variable and trailing whitespace |
097d449c | 22-Nov-2004 |
Daniel Stenberg |
remove curl_ prefix from functions not present in libcurl |
7f447134 | 22-Nov-2004 |
Daniel Stenberg |
re-indented to curl style |
b7a6b78e | 22-Nov-2004 |
Daniel Stenberg |
renamed curl_thread to my_thread to avoid confusion |
855a9eff | 22-Nov-2004 |
Daniel Stenberg |
add URLs in comments for all libcurl function calls |
8e34e751 | 22-Nov-2004 |
Daniel Stenberg |
Curl_select's timeout arg is an int |
4be60ac1 | 21-Nov-2004 |
Daniel Stenberg |
the FD_SETSIZE problem is fixed |
5ec4501b | 21-Nov-2004 |
Daniel Stenberg |
The FD_SETSIZE issue is already sorted, at least internally. We still need to provide a better multi-API to allow apps to avoid select(). |
e80f566a | 21-Nov-2004 |
Daniel Stenberg |
added comment for windows people about READFUNCTION being needed |
17299187 | 20-Nov-2004 |
Daniel Stenberg |
Dan Fandrich fix to compile with libc5 |
cef290c6 | 19-Nov-2004 |
Gisle Vanem |
Enable >2GB files for MingW. |
539e34b5 | 19-Nov-2004 |
Gisle Vanem |
Suppress signed vs. unsigned warnings on Win32 |
76568340 | 19-Nov-2004 |
Daniel Stenberg |
Curl_select() now uses curl_socket_t on socket arguments |
cca9fca8 | 19-Nov-2004 |
Gisle Vanem |
ifdef for portable "/dev/null". |
2b403db8 | 19-Nov-2004 |
Gisle Vanem |
Winsock sockets are not in range 0..FD_SETSIZE. Shouldn't Curl_select() use curl_socket_t ? |
03e7b7c9 | 19-Nov-2004 |
Daniel Stenberg |
add select.obj |
1a05a90f | 19-Nov-2004 |
Daniel Stenberg |
David Phillips' FD_SETSIZE fix |
dcea109b | 18-Nov-2004 |
Daniel Stenberg |
Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings and errors. |
d46a573b | 16-Nov-2004 |
Gisle Vanem |
Added revision tag. |
7d0d1970 | 16-Nov-2004 |
Daniel Stenberg |
Added README.httpauth to the dist |