Age | Commit message (Expand) | Author |
2004-03-22 | Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set | Daniel Stenberg |
2004-03-22 | Enabled 'NT responses' in the NTLM type-3 message. | Daniel Stenberg |
2004-03-22 | fixed /I "." for the debug build too | Daniel Stenberg |
2004-03-22 | add /I "." to include ca-bundle.h properly | Daniel Stenberg |
2004-03-22 | include the new curlver instead, since all this wants is the version info | Daniel Stenberg |
2004-03-21 | Marty Kuhrt's adjustments for a cleaner VMS build | Daniel Stenberg |
2004-03-17 | added http_ntlm.[ch] and inet_pton.[ch], pointed out by Watz | Daniel Stenberg |
2004-03-17 | G�nter Knauf's update, mainly converted to plain old C comments. | Daniel Stenberg |
2004-03-17 | new netware-related files added to the distribution | Daniel Stenberg |
2004-03-17 | G�nter Knauf's NetWare changes. | Daniel Stenberg |
2004-03-16 | removed the min() macro define | Daniel Stenberg |
2004-03-15 | if the global_init() is called from within curl_easy_init() and returns | Daniel Stenberg |
2004-03-15 | Initial commit of the first attempt to make three new *strerror() functions. | Daniel Stenberg |
2004-03-14 | fix signed and unsigned warnings | Daniel Stenberg |
2004-03-13 | postsize is off_t now, so we typecase it to int before doing normal printf | Daniel Stenberg |
2004-03-13 | the postsize is an off_t so use the proper printf format to output the | Daniel Stenberg |
2004-03-12 | more variable type fixing for the huge posts | Daniel Stenberg |
2004-03-12 | more variable type fixes for the large POST support | Daniel Stenberg |
2004-03-12 | Made the 'postsize' variable an off_t type to be able to hold large file | Daniel Stenberg |
2004-03-12 | Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the | Daniel Stenberg |
2004-03-11 | dl and ulspeed are now curl_off_t so typecast them to double when we | Daniel Stenberg |
2004-03-11 | Made max5data() take a curl_off_t size as argument instead of double. Should | Daniel Stenberg |
2004-03-11 | Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets. | Daniel Stenberg |
2004-03-11 | don't let the EINTR stuff build on windows | Daniel Stenberg |
2004-03-10 | Use more curl_off_t variables when doing the progress meter calculations and | 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 | Nah, ignore the OS define in here. This is being included by ares and it | 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 | 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 | Use curl_socket_t instead of int for holding sockets. The typedefs and | 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 | added HAVE_IOCTLSOCKET here | Daniel Stenberg |
2004-03-08 | don't compare signed/unsigned | 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 | 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 |