Age | Commit message (Expand) | Author |
2004-04-30 | 25 and 37 are now done, only two low-prio tasks left for the 7.12 release | Daniel Stenberg |
2004-04-30 | recent changes | Daniel Stenberg |
2004-04-30 | updated with more and new info | Daniel Stenberg |
2004-04-30 | these functions are marked to get removed from the public API "soon" | Daniel Stenberg |
2004-04-30 | use the new lib/curlx.h header and modified the code to use all to-become- | Daniel Stenberg |
2004-04-30 | New header file that offers easy access to the curlx_ functions for an app. | Daniel Stenberg |
2004-04-30 | support the new libcurl IDN feature, also a first attempt to display a stack | Daniel Stenberg |
2004-04-30 | idn is a new feature that can be made required for a test | Daniel Stenberg |
2004-04-30 | added test 166, formpost with white space in file name | Daniel Stenberg |
2004-04-30 | make the contents able to be any data, the previous stopped at white space | Daniel Stenberg |
2004-04-30 | oops, a bad strtok() was fixed by Luca | Daniel Stenberg |
2004-04-30 | include the full size of the sent response in the log | Daniel Stenberg |
2004-04-29 | Gisle fixed the counting of calloc()s | Daniel Stenberg |
2004-04-29 | Introducing IDN host name testing. Test case 165 requires an IDN-capable | Daniel Stenberg |
2004-04-29 | fixed the host/proxy name issue when re-using a connection and made IDN names | Daniel Stenberg |
2004-04-29 | remove newline from matching pattern | Daniel Stenberg |
2004-04-29 | ignore cnonce lines too as they are based on the current time and will differ | Daniel Stenberg |
2004-04-29 | encode the correct name | Daniel Stenberg |
2004-04-29 | curl_easy_duphandle() works again with ares enabled | Daniel Stenberg |
2004-04-29 | test 512 does some basic curl_easy_duphandle() testing | Daniel Stenberg |
2004-04-29 | new test case for a simple curl_easy_duphandle() test | Daniel Stenberg |
2004-04-29 | updated to work with the new Digest code | Daniel Stenberg |
2004-04-29 | Luca Altea's major HTTP Digest update | Daniel Stenberg |
2004-04-29 | Gisle made the code use ERR_error_string_n() | Daniel Stenberg |
2004-04-28 | the new way of accessing the host name | Daniel Stenberg |
2004-04-27 | Added LICENSE-MIXING to the release archive | Daniel Stenberg |
2004-04-27 | IDN: Gisle Vanem made the win32 version handle a missing CHARSET environment | Daniel Stenberg |
2004-04-27 | outputed elsewhere already | Daniel Stenberg |
2004-04-27 | idn stuff in code and configure script | Daniel Stenberg |
2004-04-27 | we released yesterday, we have heaps of new stuff today! :-) | Daniel Stenberg |
2004-04-27 | provide our own inet_ntoa_r() proto if the system has none on its own | Daniel Stenberg |
2004-04-27 | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg |
2004-04-27 | without-libidn works too now | Daniel Stenberg |
2004-04-27 | hugehelp.c fix, without-ssl fix | Daniel Stenberg |
2004-04-27 | make the loop use a fixed number of attempts to prevent eternal loops | Daniel Stenberg |
2004-04-27 | added curl_*_strerror | Daniel Stenberg |
2004-04-27 | added doctype tag to get HTML compliant | Daniel Stenberg |
2004-04-26 | We now make sure to only scan for SSL options with pkg-config if we haven't | Daniel Stenberg |
2004-04-26 | Include "setup.h" and not "config.h" since setup.h is made to include | Daniel Stenberg |
2004-04-26 | my nroff 1.18.1 complained the URL as it contains a nroff combo somehow | Daniel Stenberg |
2004-04-26 | oops, .obj not .c! | Daniel Stenberg |
2004-04-26 | improved libidn detection to correct the false positives we got | Daniel Stenberg |
2004-04-26 | made the verbose connect use the proper host name string even when using | Daniel Stenberg |
2004-04-26 | NI_MAXHOST is not generally available, we use plain 256 bytes for the hostname | Daniel Stenberg |
2004-04-26 | corrected mistake | Daniel Stenberg |
2004-04-26 | Gisle fixed a mistaken check | Daniel Stenberg |
2004-04-26 | Made defines instead of plain numbers for the Curl_resolv() return code to | Daniel Stenberg |
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 |