aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-16ANSI C compliant overflow checkYang Tse
2007-10-16Fix a bug where fallback from AF_INET6 to AF_INET would not work properly tog...Steinar H. Gunderson
2007-10-16Fixed compiler warning re: unused variable `bigsize'Dan Fandrich
2007-10-15Avoid depending on a header file for the definition of NULLYang Tse
2007-10-15Mention first version with CURLOPT_COPYPOSTFIELDS.Dan Fandrich
2007-10-15Updated minimum libcurl sizeDan Fandrich
2007-10-15Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat
2007-10-15Fix LDAP compile error when LDAP is not available.Dan Fandrich
2007-10-14Fix custom check for LDAP librariesYang Tse
2007-10-14Add custom check for LDAP librariesYang Tse
2007-10-14Add custom checks for lber, ldap, ldapssl and ldap_ssl header filesYang Tse
2007-10-13Chris Leighton:Daniel Stenberg
2007-10-13Add check for winldap and winber header filesYang Tse
2007-10-13Made a few more functions static with the protocol handler table in place.Dan Fandrich
2007-10-12another Curl_handler fix, the #ifdefs got a bit mixed up...Daniel Stenberg
2007-10-12Fixed a few compile errors and warnings.Dan Fandrich
2007-10-12added three serious bugs to fix before release, and marked the previous twoDaniel Stenberg
2007-10-12Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat
2007-10-12Fixed a couple of typos that messed up the tests.Dan Fandrich
2007-10-12Added some <keywords> sections and use some key words more consistently.Dan Fandrich
2007-10-11Fixed the -l option of runtests.plDan Fandrich
2007-10-10improve checking for ldap.h and ldap_ssl.h header filesYang Tse
2007-10-09lber.h needs to be included since ldap.h might not include itYang Tse
2007-10-09Add check for lber.h and ldap.h header filesYang Tse
2007-10-09added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ...Gunter Knauf
2007-10-09also log error message stringYang Tse
2007-10-09logmsg already appends '\n'Yang Tse
2007-10-09fix socklen_t for MSVC6 & 7.Gunter Knauf
2007-10-09added two more module dependencies for LDAPS.Gunter Knauf
2007-10-09Documented error codes 77-80, and fixed the one for 60.Dan Fandrich
2007-10-09Add a paragraph about CURLOPT_CUSTOMREQUEST not actually changing libcurl'sDaniel Stenberg
2007-10-09Michal Marek removed the no longer existing return codes from the curl.1Daniel Stenberg
2007-10-08Added needed 'HAVE_*' defines.Gisle Vanem
2007-10-08'FD_CLOXEC' is meaningless on MSDOS/Watt-32.Gisle Vanem
2007-10-07Known bug #47, which confused libcurl if doing NTLM auth over a proxy withDaniel Stenberg
2007-10-06<ws2tcpip.h> needed for 'socklen_t' typedef.Gisle Vanem
2007-10-05add url to the wikipedia article for a longer descriptionDaniel Stenberg
2007-10-05Alexey Pesternikov documented CURLOPT_OPENSOCKETDATA andDaniel Stenberg
2007-10-05Michael Wallner made the CULROPT_COOKIELIST option support a new magicDaniel Stenberg
2007-10-04The new file docs/libcurl/ABI describes how we view ABI breakages, sonameDaniel Stenberg
2007-10-04I enabled test 1009 and made the --local-port use a wide range to reduce theDaniel Stenberg
2007-10-04Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg
2007-10-04Removed a piece of redundant code (process_answer already takes care of it).Steinar H. Gunderson
2007-10-04Another timeout fix in ares_getnameinfo().Steinar H. Gunderson
2007-10-04Send the timeout count in ares_getnameinfo().Steinar H. Gunderson
2007-10-04Moved the NULL check for channel upwards in ares_destroy().Steinar H. Gunderson
2007-10-04Clarified the comment over ares_cancel.Steinar H. Gunderson
2007-10-04On error, close "log/server.response"Yang Tse
2007-10-03If TCP_NODELAY is not defined we can't disable the Nagle algorithmYang Tse
2007-10-03Cleanup no longer used macrosYang Tse