Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-06 | Miklos Nemeth added comments | Daniel Stenberg | |
2002-02-05 | 7.9.4 | Daniel Stenberg | |
2002-02-04 | 7.9.4-pre2 | Daniel Stenberg | |
2002-01-28 | don't count a custom request as a request type of its own, it is merely | Daniel Stenberg | |
a modifier of another type | |||
2002-01-23 | 7.9.3 | Daniel Stenberg | |
2002-01-21 | pre4 | Daniel Stenberg | |
2002-01-17 | 7.9.3-pre3 | Daniel Stenberg | |
2002-01-16 | 7.9.3-pre2 | Daniel Stenberg | |
2002-01-08 | 7.9.3 pre-release commit | Daniel Stenberg | |
2002-01-03 | Changed how -I/--head works when --include is also used... Test case 104 | Daniel Stenberg | |
stopped working after the dec-20 fixes that now supports FTP operations to skip the transfer phase. | |||
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | |
2001-12-11 | when the file name given to -T is used to build an upload path, the local | Daniel Stenberg | |
directory part is now stripped off and only the actual file name part will be used | |||
2001-12-05 | 7.9.2 commit | Daniel Stenberg | |
2001-12-04 | Eric-update | Daniel Stenberg | |
2001-12-04 | Eric's updated version | Daniel Stenberg | |
2001-12-04 | added macos files to the distribution archive | Daniel Stenberg | |
2001-12-04 | MacOS (not Mac OS X) compilation files | Daniel Stenberg | |
2001-12-04 | Eric's update | Daniel Stenberg | |
2001-11-30 | no include, no const in strdup | Daniel Stenberg | |
2001-11-30 | fixed the option parser to not loop when a long option is specified | Daniel Stenberg | |
2001-11-29 | --disable-epsv | Daniel Stenberg | |
2001-11-29 | mac fixes | Daniel Stenberg | |
2001-11-29 | added mac stuff | Daniel Stenberg | |
2001-11-29 | updated mac specific include files | Daniel Stenberg | |
2001-11-21 | init the errorbuf to prevent junk from being output | Daniel Stenberg | |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg | |
2001-11-19 | Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessary | Daniel Stenberg | |
and plain wrong. | |||
2001-11-05 | John Lask's fix that adds "-1/--TLSv1" support | Daniel Stenberg | |
2001-11-04 | 7.9.1 cleanup commit | Daniel Stenberg | |
2001-10-22 | An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all | Daniel Stenberg | |
in column zero now! | |||
2001-10-09 | Added -0/--http1.0 to enforce HTTP 1.0 requests | Daniel Stenberg | |
2001-10-03 | 7.9.1 pre-release 1 status | Daniel Stenberg | |
2001-10-03 | Georg Huettenegger's fix that makes us no longer use curl_formparse() but | Daniel Stenberg | |
instead entirely rely on the curl_formadd() function. The former one is subject for removal in a future release. | |||
2001-09-26 | free cookiejar string | Daniel Stenberg | |
2001-09-25 | winsock 2 fixes | Daniel Stenberg | |
2001-09-25 | 7.9 commit | Daniel Stenberg | |
2001-09-17 | Linus Nielsen Feltzing changed winsock lib for linking | Daniel Stenberg | |
2001-09-17 | Linus Nielsen Feltzing's telnet-for-win32 fixes | Daniel Stenberg | |
2001-09-11 | --ciphers now sets CURLOPT_SSL_CIPHER_LIST | Daniel Stenberg | |
2001-09-07 | HAVE_SYS_UTIME_H adjustments | Daniel Stenberg | |
2001-09-03 | defined HAVE_UTIME and HAVE_UTIME_H | Daniel Stenberg | |
2001-09-03 | utime() and utime.h adjustments for curl -R | Daniel Stenberg | |
2001-09-03 | introducing -R/--remote-time which uses the remote file's time to set the | Daniel Stenberg | |
local file's time | |||
2001-08-29 | uses the new cookie jar feature | Daniel Stenberg | |
2001-08-24 | Kevin Roth's comments about -G have been addressed: | Daniel Stenberg | |
o -G -I works on the same command line and makes HEAD instead of GET o -G with an already present question mark in the URL makes an ampersand get added as a separator instead | |||
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | |
2001-08-20 | 7.8.1 | Daniel Stenberg | |
2001-08-19 | SM's fix for -G on URLs with host name only | Daniel Stenberg | |
2001-08-15 | SM's -G patch. There's some room for improvements still, as a command line | Daniel Stenberg | |
like: "curl -d moo=foo -G daniel.haxx.se" currently fails. | |||
2001-08-14 | (un)signed and const cleanup | Daniel Stenberg | |