aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-03fixed the pdf and html for the strerror functionsDaniel Stenberg
2004-05-03Added support for --proxy-digestDaniel Stenberg
2004-05-03don't free(NULL)Daniel Stenberg
2004-05-03Gisle Vanem:Daniel Stenberg
Patch for ldap.c under Windows. It works with wldap32.dll as supplied with Win-98/ME/2000/XP, so no extra .dlls are required. I've mostly tested it against Verisign's ldap server. Added code in the case there are to many responses (rc = LDAP_SIZELIMIT_EXCEEDED) and print only those we got. E.g. curl ldap://directory.verisign.net/?cn,display-name,mail,info?subtree?(cn=*Nelson*) will print the first 10 results. My only problem with it is that ldap_search_s() fails with "filter error" when CURLDEBUG is defined ?! Maybe someone can spot the error.
2004-04-30muchoDaniel Stenberg
2004-04-30Display "exit OK" when the exit code has been verified to be OK, and addedDaniel Stenberg
initial basic valgrind-log scan for memory leaks it could detect.
2004-04-30deprecated functionsDaniel Stenberg
2004-04-3025 and 37 are now done, only two low-prio tasks left for the 7.12 releaseDaniel Stenberg
2004-04-30recent changesDaniel Stenberg
2004-04-30updated with more and new infoDaniel Stenberg
2004-04-30these functions are marked to get removed from the public API "soon"Daniel Stenberg
2004-04-30use the new lib/curlx.h header and modified the code to use all to-become-Daniel Stenberg
curlx_-functions with the new prefix to prepare this code for the future removal of several curl_-functions from the public libcurl API.
2004-04-30New header file that offers easy access to the curlx_ functions for an app.Daniel Stenberg
curlx_ functions are NOT part of the offical API, but only available as source code functions from the lib directory in case of need.
2004-04-30support the new libcurl IDN feature, also a first attempt to display a stackDaniel Stenberg
trace if a test results in a 'core' file and gdb is present
2004-04-30idn is a new feature that can be made required for a testDaniel Stenberg
2004-04-30added test 166, formpost with white space in file nameDaniel Stenberg
2004-04-30make the contents able to be any data, the previous stopped at white spaceDaniel Stenberg
2004-04-30oops, a bad strtok() was fixed by LucaDaniel Stenberg
2004-04-30include the full size of the sent response in the logDaniel Stenberg
2004-04-29Gisle fixed the counting of calloc()sDaniel Stenberg
2004-04-29Introducing IDN host name testing. Test case 165 requires an IDN-capableDaniel Stenberg
libcurl.
2004-04-29fixed the host/proxy name issue when re-using a connection and made IDN namesDaniel Stenberg
work when using proxy by converting the IDN-name to the ACE-encoded version before the request-URL is passed to the proxy.
2004-04-29remove newline from matching patternDaniel Stenberg
2004-04-29ignore cnonce lines too as they are based on the current time and will differDaniel Stenberg
from time to time!
2004-04-29encode the correct nameDaniel Stenberg
2004-04-29curl_easy_duphandle() works again with ares enabledDaniel Stenberg
2004-04-29test 512 does some basic curl_easy_duphandle() testingDaniel Stenberg
2004-04-29new test case for a simple curl_easy_duphandle() testDaniel Stenberg
2004-04-29updated to work with the new Digest codeDaniel Stenberg
2004-04-29Luca Altea's major HTTP Digest updateDaniel Stenberg
2004-04-29Gisle made the code use ERR_error_string_n()Daniel Stenberg
2004-04-28the new way of accessing the host nameDaniel Stenberg
2004-04-27Added LICENSE-MIXING to the release archiveDaniel Stenberg
2004-04-27IDN: Gisle Vanem made the win32 version handle a missing CHARSET environmentDaniel Stenberg
and then figure it out with a suitable windows call.
2004-04-27outputed elsewhere alreadyDaniel Stenberg
2004-04-27idn stuff in code and configure scriptDaniel Stenberg
2004-04-27we released yesterday, we have heaps of new stuff today! :-)Daniel Stenberg
2004-04-27provide our own inet_ntoa_r() proto if the system has none on its ownDaniel Stenberg
2004-04-27Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg
all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages. IDN resolves work for me now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.
2004-04-27without-libidn works too nowDaniel Stenberg
2004-04-27hugehelp.c fix, without-ssl fixDaniel Stenberg
2004-04-27make the loop use a fixed number of attempts to prevent eternal loopsDaniel Stenberg
2004-04-27added curl_*_strerrorDaniel Stenberg
2004-04-27added doctype tag to get HTML compliantDaniel Stenberg
2004-04-26We now make sure to only scan for SSL options with pkg-config if we haven'tDaniel Stenberg
disabled SSL with --without-ssl. This previously made the Makefiles use the SSL libs even though told not to.
2004-04-26Include "setup.h" and not "config.h" since setup.h is made to includeDaniel Stenberg
the correct config.h for the platform, and when this is done the USE_MANUAL define is properly known.
2004-04-26my nroff 1.18.1 complained the URL as it contains a nroff combo somehowDaniel Stenberg
and when I modified it slightly the warning dissappeared...
2004-04-26oops, .obj not .c!Daniel Stenberg
2004-04-26improved libidn detection to correct the false positives we gotDaniel Stenberg
2004-04-26made the verbose connect use the proper host name string even when usingDaniel Stenberg
a proxy