Age | Commit message (Expand) | Author |
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 |
2004-03-08 | size_t/int/long fixes | Daniel Stenberg |
2004-03-08 | we must not only support long long for Largefile to work, we must have | Daniel Stenberg |
2004-03-05 | issue 12 fix | Daniel Stenberg |
2004-03-05 | another include to prevent warnings | Daniel Stenberg |
2004-03-05 | more fixing to make the progress/getinfo stuff to work properly when doing | Daniel Stenberg |
2004-03-05 | clearly tell that these are ftp response timeouts | Daniel Stenberg |
2004-03-04 | When following to a new URL, we must make sure to call Curl_done() first, | Daniel Stenberg |
2004-03-04 | Andrés García's patch to prevent warnings while compiling with mingw, mainly | Daniel Stenberg |
2004-03-04 | use size_t for the data, but keep the protos use ssize_t to better fit | Daniel Stenberg |
2004-03-04 | include the proper header file too | Daniel Stenberg |
2004-03-04 | fix progress data to be updated properly for file: transfers, as reported | Daniel Stenberg |
2004-03-04 | prevent harmless compiler warning | Daniel Stenberg |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg |
2004-03-03 | more variable type cleanups | Daniel Stenberg |
2004-03-03 | our timeout values are longs while 'tv_sec' is int | Daniel Stenberg |
2004-03-03 | make the backup variable of the same kind as the data it backups! ;-) | Daniel Stenberg |
2004-03-03 | some more size_t usage, and two added typecasts when converting from size_t | Daniel Stenberg |
2004-03-03 | tv_sec is an int, so we explicitly typecast the result of long - long to | Daniel Stenberg |
2004-03-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg |
2004-03-03 | rename struct FILE to FILEPROTO, to prevent it from causing trouble with | Daniel Stenberg |
2004-03-02 | corrected the reuse_fresh condition | Daniel Stenberg |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg |
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg |
2004-03-02 | - we switch to simply use FORMAT_OFF_T internally | Daniel Stenberg |
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg |
2004-03-01 | Now uses CURL_FORMAT_OFF_T instead of %Od | Daniel Stenberg |
2004-03-01 | set CURL_VERSION_LARGEFILE if we support large files | Daniel Stenberg |