Age | Commit message (Expand) | Author |
2004-08-09 | GSS/Kerberos 5 for ftp | Daniel Stenberg |
2004-08-09 | added info about my current idea about option separation between URLs on | Daniel Stenberg |
2004-08-09 | adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW | Daniel Stenberg |
2004-08-09 | --negotiate does not work without username/password, bug report #1004841 | Daniel Stenberg |
2004-08-09 | the krb4 stuff needs -lcom_err to link now, for some odd reason. This is | Daniel Stenberg |
2004-08-09 | typecast the assigment of an unsigned variable to a signed one to prevent | Daniel Stenberg |
2004-08-09 | ->fread() should get a size_t variable passed in | Daniel Stenberg |
2004-08-09 | made telrcv() take a ssize_t argument instead of int to better match other | Daniel Stenberg |
2004-08-09 | mention the new cool CA extraction way just documented | Daniel Stenberg |
2004-08-06 | new web mirror | Daniel Stenberg |
2004-08-05 | negotiate fix and new glib/GTK+ binding | Daniel Stenberg |
2004-08-05 | Enrico Scholz fixed the service name to be uppercase as reported in bug | Daniel Stenberg |
2004-08-04 | multi-connect fix and cookie domain fix | Daniel Stenberg |
2004-08-04 | Fixed multiple IP connects with the multi interface. This fix is influenced | Daniel Stenberg |
2004-08-04 | Dylan Salisbury's fix to prevent us from accepting cookies from TLD only | Daniel Stenberg |
2004-07-31 | borland is already mentioned | Daniel Stenberg |
2004-07-31 | mention this is new | Daniel Stenberg |
2004-07-31 | link to reset as well | Daniel Stenberg |
2004-07-31 | curl_easy_reset() documented | Daniel Stenberg |
2004-07-31 | digest fix | Daniel Stenberg |
2004-07-31 | Joel Chen reported that we assumed content within quotes a bit too much in | Daniel Stenberg |
2004-07-29 | prevent all the sig and alarm stuff when using ares | Daniel Stenberg |
2004-07-29 | fix a mingw32 build warning | Daniel Stenberg |
2004-07-29 | mingw32 builds make .a libs | Daniel Stenberg |
2004-07-29 | added typecast in an attempt to fix a mingw32 warning | Daniel Stenberg |
2004-07-29 | additional typecasts to please MIPSPro on 64bit IRIX | Daniel Stenberg |
2004-07-29 | oops, curl_easy_reset is a void | Daniel Stenberg |
2004-07-29 | variable type fix | Daniel Stenberg |
2004-07-29 | provide a curl_easy_reset() proto | Daniel Stenberg |
2004-07-29 | removed C++ comment to please picky source checkers | Daniel Stenberg |
2004-07-28 | fixes! | Daniel Stenberg |
2004-07-28 | curl_easy_reset was added | Daniel Stenberg |
2004-07-28 | Bertrand Demiddelaer fixed the host name to get setup properly even when | Daniel Stenberg |
2004-07-28 | Fixes Brian Akins' reported problems with duplicate Host: headers on re-used | Daniel Stenberg |
2004-07-28 | use Makefile.inc and make it get included in dist archives | Daniel Stenberg |
2004-07-28 | renamed CURL_HEADERS, since it is a magic automake name we must not use | Daniel Stenberg |
2004-07-26 | Bertrand Demiddelaer made the testing work with valgrind 2.1 | Daniel Stenberg |
2004-07-26 | Bertrand Demiddelaer fixed two missing newlines | Daniel Stenberg |
2004-07-26 | -o #[num] fix | Daniel Stenberg |
2004-07-26 | using #[num] with -o now make it literally used if there's no globbing for | Daniel Stenberg |
2004-07-26 | removed trailing whitespace | Daniel Stenberg |
2004-07-25 | libs built with libtool are named .la in the build dir | Daniel Stenberg |
2004-07-24 | --enable-debug builds static only, Gisle fixed a memory leak and more | Daniel Stenberg |
2004-07-24 | Gisle Vanem: | Daniel Stenberg |
2004-07-24 | autobuilds with ares and curl_easy_reset() | Daniel Stenberg |
2004-07-24 | curl_easy_reset() added. Need testing and docs. I also think we should make | Daniel Stenberg |
2004-07-24 | AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead | Daniel Stenberg |
2004-07-24 | if --enable-ares is used, we must run 'buildconf' in the ares dir before | Daniel Stenberg |
2004-07-24 | --enable-debug now makes the lib built static only since otherwise we | Daniel Stenberg |
2004-07-24 | generate the new configure better | Daniel Stenberg |