Age | Commit message (Expand) | Author |
2004-01-22 | attempt to fix 64bit seeking for Windows, does it work? | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-22 | use the proper type for formposts, not the deprecated one | Daniel Stenberg |
2004-01-22 | added the missing proto for the still unused quit function | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones I've removed! ;-) | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones! | Daniel Stenberg |
2004-01-16 | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg |
2004-01-16 | silly me | Daniel Stenberg |
2004-01-16 | Avoid Curl_if2ip() on Interix as well. Fix by Rodney. | Daniel Stenberg |
2004-01-15 | use the %dk display for one extra k of progress | Daniel Stenberg |
2004-01-15 | added missing parenthesis | Daniel Stenberg |
2004-01-14 | rearranged the connect() call so that there's no interleaved #ifdef, to make | Daniel Stenberg |
2004-01-14 | fixed the Curl_resolv()'s return code when the looked up host was already | Daniel Stenberg |
2004-01-13 | added a comment about this not being the original getdate.y version, it has | Daniel Stenberg |
2004-01-13 | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg |
2004-01-13 | Matt Veenstra updated the Mac OS X framework files | Daniel Stenberg |
2004-01-13 | Brian R Duffy made the makefile work to build SSL-enabled curl with Borland | Daniel Stenberg |
2004-01-12 | Peter Sylvester brought code that now allows a callback to modified the URL | Daniel Stenberg |
2004-01-11 | Dominick Meglio pointed out FTPS should use default port 990 according to | Daniel Stenberg |
2004-01-09 | added one assert and a few comments describing how the auth stuff works | Daniel Stenberg |
2004-01-09 | Dominick Meglio updated the win description since we fixed the gettimeofday | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | Dan Fandrich's zlib fix | Daniel Stenberg |
2004-01-05 | new files for the large file support number parsing | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2004-01-04 | make our private version of gettimeofday() static | Daniel Stenberg |
2004-01-04 | white space and copyright year changes | Daniel Stenberg |
2004-01-04 | Dominick Meglio's description how to build ares for libcurl on win32 | Daniel Stenberg |
2003-12-19 | Make setopt() support CURLOPT_IPRESOLVE... | Daniel Stenberg |
2003-12-19 | djgpp fixes by Gisle Vanem | Daniel Stenberg |
2003-12-19 | Gisle Vanem's minor fixes | Daniel Stenberg |
2003-12-18 | redirect from a bad url such as "www.com?moo=foo" to an absolute path didn't | Daniel Stenberg |
2003-12-18 | David Byron's fix to make libcurl build fine with both .NET and VC6 version | Daniel Stenberg |
2003-12-16 | use the curlassert() instead of custom checks | Daniel Stenberg |
2003-12-15 | added a library-wide interface for doing dns cache pruning, and no longer | Daniel Stenberg |
2003-12-15 | if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that | Daniel Stenberg |
2003-12-15 | make sure that hash_add() has no allocated resources left in case it | Daniel Stenberg |
2003-12-15 | Giuseppe Attardi fixed a really tricky bug | Daniel Stenberg |
2003-12-11 | use the CORRECT file name! ;-) | Daniel Stenberg |
2003-12-10 | Use Curl_transfer() properly. Fixes the bug Gisle Vanem found! | Daniel Stenberg |
2003-12-10 | assert that we get a good index to Curl_transfer() | Daniel Stenberg |
2003-12-10 | we now have a 'curlassert' function to use | Daniel Stenberg |
2003-12-10 | updated with the new configure option usage | Daniel Stenberg |
2003-12-10 | added the new amiga files to the dist | Daniel Stenberg |
2003-12-10 | Diego Casorran's amiga makefiles | Daniel Stenberg |
2003-12-10 | native AmigaOS support by Diego Casorran | Daniel Stenberg |
2003-12-10 | do the ares stuff in the configure file | Daniel Stenberg |
2003-12-08 | better human error message when a FTP response can't be read | Daniel Stenberg |
2003-12-04 | based on Gisle's comment, I removed the use of syslog() and fixed the | Daniel Stenberg |
2003-12-03 | my contentlength adjustment broke the ftp download range stuff, this makes | Daniel Stenberg |