Age | Commit message (Expand) | Author |
2001-01-24 | fixed the comment for 'path' | Daniel Stenberg |
2001-01-24 | added comments all over | Daniel Stenberg |
2001-01-24 | extended the gname field one byte to avoid a possible overflow | Daniel Stenberg |
2001-01-24 | Robert Weaver's fix | Daniel Stenberg |
2001-01-23 | Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't, | Daniel Stenberg |
2001-01-23 | Added 'ipv6 enabled' for ipv6 compiled versions | Daniel Stenberg |
2001-01-22 | Bj�rn Stenberg's patch for making the progress meter betterlooking | Daniel Stenberg |
2001-01-19 | No more URL length restrictions | Daniel Stenberg |
2001-01-17 | Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h | Daniel Stenberg |
2001-01-17 | download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history | Daniel Stenberg |
2001-01-17 | download and highlevel are replaced with transfer | Daniel Stenberg |
2001-01-10 | added missing newlines to two infof() functions about document dates | Daniel Stenberg |
2001-01-09 | Added the curl source-header | Daniel Stenberg |
2001-01-08 | Added source header. Made the prototype not being set if HAVE_GETPASS_R is | Daniel Stenberg |
2001-01-08 | krb4.c header file, no source header (yet) | Daniel Stenberg |
2001-01-08 | Added mprintf #include | Daniel Stenberg |
2001-01-08 | generated file | Daniel Stenberg |
2001-01-08 | adjusted to work with automake 'make dist' | Daniel Stenberg |
2001-01-08 | Loic Dachary's makefile/dist/rpm fixes | Daniel Stenberg |
2001-01-05 | renamed Curl_ to curl_ for the printf() prefixes | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |
2001-01-04 | updated license text in headers | Daniel Stenberg |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-12-30 | ftpsendf() is remade to send the entire command in one write(), as some | Daniel Stenberg |
2000-12-19 | include unistd.h if present to prevent compiler warnings on close() | Daniel Stenberg |
2000-12-19 | Added fopen() and fclose() leak tracking | Daniel Stenberg |
2000-12-19 | fixed a leaked file descriptor when PORT failed | Daniel Stenberg |
2000-12-18 | fixed accept() for memory debugging | Daniel Stenberg |
2000-12-16 | changed the return code checker in the quote command send to only fail | Daniel Stenberg |
2000-12-14 | added socket() / sclose() checks to the memdebug system | Daniel Stenberg |
2000-12-11 | unix style newlines | Daniel Stenberg |
2000-12-07 | Added SA_RESTART since (some) HPUX doesn't have that define and it doesn't | Daniel Stenberg |
2000-12-05 | Added the borland makefiles | Daniel Stenberg |
2000-12-05 | changed third argument to size_t to match SCO prototype | Daniel Stenberg |
2000-12-04 | 7.5-commit | Daniel Stenberg |
2000-11-30 | Added -version-info and lots of info | Daniel Stenberg |
2000-11-30 | added a typecast to shut up a VC++ warning when converting from long | Daniel Stenberg |
2000-11-30 | Craig Davison updated this | Daniel Stenberg |
2000-11-29 | removed #if 0 sections | Daniel Stenberg |
2000-11-29 | removed #if 0 section | Daniel Stenberg |
2000-11-29 | removed '#if 0' sections | Daniel Stenberg |
2000-11-28 | free the URL on redirections, this was a previous memory leak | Daniel Stenberg |
2000-11-28 | James Griffiths' max-redirs fix | Daniel Stenberg |
2000-11-27 | Added the memdebug include file | Daniel Stenberg |
2000-11-22 | document time fixes | Daniel Stenberg |
2000-11-22 | Added struct fields to deal with time-of-document | Daniel Stenberg |
2000-11-22 | client_write() proto and defines added | Daniel Stenberg |
2000-11-22 | uses client_write() | Daniel Stenberg |
2000-11-22 | uses client_write() now | Daniel Stenberg |
2000-11-22 | Added the client_write() function | Daniel Stenberg |