Age | Commit message (Expand) | Author |
2004-04-26 | typedef CURL in the curl.h file instead of only having a single useful typedef | Daniel Stenberg |
2004-04-26 | IDN adjustments and host cleanups by Gisle | Daniel Stenberg |
2004-04-26 | no longer include curl/types.h, it serves no purpose | Daniel Stenberg |
2004-04-26 | ignore the curl/types.h header file | Daniel Stenberg |
2004-04-26 | Moved down the ares check again to the bottom of the script since it | Daniel Stenberg |
2004-04-26 | added the new files to the build | Daniel Stenberg |
2004-04-26 | "configure summary" | Daniel Stenberg |
2004-04-26 | Removed the FTPS test cases, they only annoy us as they don't work for anyone | Daniel Stenberg |
2004-04-26 | Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler | Daniel Stenberg |
2004-04-26 | removed assignment of variable never used | Daniel Stenberg |
2004-04-26 | Tor Arntsen fixed a 'Statement not reachable'-warning | Daniel Stenberg |
2004-04-26 | Kim Karlsson pointed out that error 57 was wrongly documented | Daniel Stenberg |
2004-04-26 | TommyTam made a patch to handle stdin redirection for win32. | Daniel Stenberg |
2004-04-26 | some fixed, one removed, edited some. 7.12.0 in progress. | Daniel Stenberg |
2004-04-26 | the recent commits explained | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |
2004-04-26 | supports showing "IDN" as a libcurl feature, now outputs the features | Daniel Stenberg |
2004-04-26 | added libidn awareness | Daniel Stenberg |
2004-04-26 | added many comments | Daniel Stenberg |
2004-04-26 | major update of the error strings | Daniel Stenberg |
2004-04-26 | added comments | Daniel Stenberg |
2004-04-26 | added function headers and comments | Daniel Stenberg |
2004-04-26 | --with-libidn[=PATH] is now supported | Daniel Stenberg |
2004-04-26 | the next release is planned to become 7.12.0 | Daniel Stenberg |
2004-04-26 | start all over again | Daniel Stenberg |
2004-04-26 | 7.11.2 coming today | Daniel Stenberg |
2004-04-25 | updated the warning text when SSL is explicitly disabled | Daniel Stenberg |
2004-04-25 | USE_MANUAL is now defined by default | Daniel Stenberg |
2004-04-25 | moved older changes to the CHANGES.2003 file | Daniel Stenberg |
2004-04-25 | disable-manual | Daniel Stenberg |
2004-04-25 | make the generated hugehelp.c file use the USE_MANUAL define so that it | Daniel Stenberg |
2004-04-24 | test164 HTTP range with multiple ranges | Daniel Stenberg |
2004-04-23 | removed a memory leak when doing a windows threaded resolve and it failed | Daniel Stenberg |
2004-04-23 | Gisle Vanem found and fixed a memory leak when doing (failing) Windows | Daniel Stenberg |
2004-04-23 | only a minor comment/format change | Daniel Stenberg |
2004-04-23 | Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use | Daniel Stenberg |
2004-04-23 | o --proxy-ntlm now checks if libcurl supports NTLM before using it | Daniel Stenberg |
2004-04-23 | --proxy-ntlm fix and test case 163 | Daniel Stenberg |
2004-04-23 | Made --proxy-ntlm check if the underlying library actually supports NTLM | Daniel Stenberg |
2004-04-23 | minor format fix | Daniel Stenberg |
2004-04-23 | added test 163 - a simple test case that use -F field<file, to verify that | Daniel Stenberg |
2004-04-23 | No longer uses the valgrind option '--logfile-fd', we use the --logfile | Daniel Stenberg |
2004-04-23 | define the obsolete options to different values to prevent "duplicate case" | Daniel Stenberg |
2004-04-23 | require SSL as otherwise NTLM doesn't work! | Daniel Stenberg |
2004-04-22 | missing brace | Daniel Stenberg |
2004-04-22 | allow newlines in the contents when doing -F "var=[contents]" | Daniel Stenberg |
2004-04-22 | - David Byron found and fixed a small bug with the --fail and authentication | Daniel Stenberg |
2004-04-22 | allow newlines in the contents when doing -F "var=[contents]" | Daniel Stenberg |
2004-04-22 | removed Curl_ftp_quit() as it was turned into a static in ftp.c | Daniel Stenberg |
2004-04-22 | If a transfer is found out to be only partial, libcurl will now treat that | Daniel Stenberg |