History log of /curl/ (Results 28576 – 28600 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e7ee1ccf03-May-2004 Daniel Stenberg

Gisle fixed the problem with ldap_search_s() fails with "filter error": a case
of using 'lud_filter' after freeing 'lud_dn'.

98bf69f803-May-2004 Daniel Stenberg

improved the name of the test

0363fbc403-May-2004 Daniel Stenberg

Added --proxy-digest, added the standard curl source header to this file.

e3bc92ae03-May-2004 Daniel Stenberg

fixed the pdf and html for the strerror functions

27e7602103-May-2004 Daniel Stenberg

Added support for --proxy-digest

93dde29903-May-2004 Daniel Stenberg

don't free(NULL)

d42dcd6003-May-2004 Daniel Stenberg

Gisle Vanem:

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 l

Gisle Vanem:

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.

show more ...

ade8979930-Apr-2004 Daniel Stenberg

mucho

6e118ce530-Apr-2004 Daniel Stenberg

Display "exit OK" when the exit code has been verified to be OK, and added
initial basic valgrind-log scan for memory leaks it could detect.

34be9df730-Apr-2004 Daniel Stenberg

deprecated functions

7356a67730-Apr-2004 Daniel Stenberg

25 and 37 are now done, only two low-prio tasks left for the 7.12 release

f77949ef30-Apr-2004 Daniel Stenberg

recent changes

26b8b3fc30-Apr-2004 Daniel Stenberg

updated with more and new info

38cc79a530-Apr-2004 Daniel Stenberg

these functions are marked to get removed from the public API "soon"

ec113aef30-Apr-2004 Daniel Stenberg

use the new lib/curlx.h header and modified the code to use all to-become-
curlx_-functions with the new prefix to prepare this code for the future
removal of several curl_-functions from the

use the new lib/curlx.h header and modified the code to use all to-become-
curlx_-functions with the new prefix to prepare this code for the future
removal of several curl_-functions from the public libcurl API.

show more ...

913e157030-Apr-2004 Daniel Stenberg

New header file that offers easy access to the curlx_ functions for an app.
curlx_ functions are NOT part of the offical API, but only available as source
code functions from the lib director

New header file that offers easy access to the curlx_ functions for an app.
curlx_ functions are NOT part of the offical API, but only available as source
code functions from the lib directory in case of need.

show more ...

e2aaf22d30-Apr-2004 Daniel Stenberg

support the new libcurl IDN feature, also a first attempt to display a stack
trace if a test results in a 'core' file and gdb is present

3304589030-Apr-2004 Daniel Stenberg

idn is a new feature that can be made required for a test

0247642b30-Apr-2004 Daniel Stenberg

added test 166, formpost with white space in file name

19f5aa1630-Apr-2004 Daniel Stenberg

make the contents able to be any data, the previous stopped at white space

1756499b30-Apr-2004 Daniel Stenberg

oops, a bad strtok() was fixed by Luca

15f9a93c30-Apr-2004 Daniel Stenberg

include the full size of the sent response in the log

e992877329-Apr-2004 Daniel Stenberg

Gisle fixed the counting of calloc()s

8349dde029-Apr-2004 Daniel Stenberg

Introducing IDN host name testing. Test case 165 requires an IDN-capable
libcurl.

59907ebc29-Apr-2004 Daniel Stenberg

fixed the host/proxy name issue when re-using a connection and made IDN names
work when using proxy by converting the IDN-name to the ACE-encoded version
before the request-URL is passed to t

fixed the host/proxy name issue when re-using a connection and made IDN names
work when using proxy by converting the IDN-name to the ACE-encoded version
before the request-URL is passed to the proxy.

show more ...

1...<<1141114211431144114511461147114811491150>>...1351