Age | Commit message (Expand) | Author |
2004-03-10 | make loop variable size_t as well when looping to a size_t limit | Daniel Stenberg |
2004-03-10 | curl_socket_t mistakes cleanup | Daniel Stenberg |
2004-03-10 | turn niflags into a define named NIFLAGS | Daniel Stenberg |
2004-03-10 | added the Estonian one, removed the cyberservers one since it is dead and | Daniel Stenberg |
2004-03-10 | fixing | Daniel Stenberg |
2004-03-10 | Gisle Vanem improved build on Windows. | Daniel Stenberg |
2004-03-10 | Nah, ignore the OS define in here. This is being included by ares and it | Daniel Stenberg |
2004-03-10 | ignore the icc warning 981 "operands are evaluated in unspecified order" | Daniel Stenberg |
2004-03-10 | Minor edit to avoid an unreachable break and to remove the extra {} body | Daniel Stenberg |
2004-03-10 | keep the number of bytes read in a size_t variable | Daniel Stenberg |
2004-03-10 | strequal() returns int so we typecast the return to bool when we store the | Daniel Stenberg |
2004-03-10 | store times in time_t | Daniel Stenberg |
2004-03-10 | Jeff Lawson fixed the SSL connection to deal with received signals during the | Daniel Stenberg |
2004-03-10 | Now requires an OS string defined by the config*.h file | Daniel Stenberg |
2004-03-10 | make windows builds use the OS string "i386-pc-win32" instead of just "win32" | Daniel Stenberg |
2004-03-10 | use size_t for string lengths | Daniel Stenberg |
2004-03-10 | Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4. | Daniel Stenberg |
2004-03-10 | removed the #if 0'ed pragmas that disable warnings on msvc | Daniel Stenberg |
2004-03-10 | moved the curl_socket_t typedef downwards | Daniel Stenberg |
2004-03-09 | added the new socket type | Daniel Stenberg |
2004-03-09 | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg |
2004-03-09 | Added -I$(top_srcdir)/include, since lib/setup.h might include files from | Daniel Stenberg |
2004-03-09 | only build with the windows threading trace code if | Daniel Stenberg |
2004-03-09 | explicit typecast to visualize that we really want the result of the | Daniel Stenberg |
2004-03-09 | Tor Arntsen's fix to a AIX build problem | Daniel Stenberg |
2004-03-09 | remove ares/aclocal.m4 before cvs update to prevent bad conflicts | Daniel Stenberg |
2004-03-09 | mingw has str(n)casecmp() functions | Daniel Stenberg |
2004-03-09 | timezone dummy to build better on Windows - Gisle Vanem | Daniel Stenberg |
2004-03-09 | Gisle Vanem fixed the bad argc check | Daniel Stenberg |
2004-03-09 | the error message stuff is for 7.12 | Daniel Stenberg |
2004-03-09 | Andr�s Garc�a-fix to make it build with mingw | Daniel Stenberg |
2004-03-09 | added HAVE_IOCTLSOCKET here | Daniel Stenberg |
2004-03-08 | this is generated, removed from CVS | Daniel Stenberg |
2004-03-08 | don't compare signed/unsigned | Daniel Stenberg |
2004-03-08 | Removed John Clayton's really odd bug since its never been reported again and | Daniel Stenberg |
2004-03-08 | mention error 64 | Daniel Stenberg |
2004-03-08 | the largefile for version_info fix | Daniel Stenberg |
2004-03-08 | fread() returns a size_t | Daniel Stenberg |
2004-03-08 | use curl standard source formatting | Daniel Stenberg |
2004-03-08 | typecast enum to int to make it printf() properly | Daniel Stenberg |
2004-03-08 | variable type fixes | Daniel Stenberg |
2004-03-08 | Moved the error message buffer into the glob struct as well. | Daniel Stenberg |
2004-03-08 | Commented the Curl_read() arguments. | Daniel Stenberg |
2004-03-08 | size_t/int fix | Daniel Stenberg |
2004-03-08 | strlen() returns size_t | Daniel Stenberg |
2004-03-08 | we ignore the ICC warning 1419 as well | Daniel Stenberg |
2004-03-08 | waitconnect() takes the timeout argument as a long | Daniel Stenberg |
2004-03-08 | store size as size_t | Daniel Stenberg |
2004-03-08 | don't use 'register' | Daniel Stenberg |
2004-03-08 | size_t/int/long fixes | Daniel Stenberg |