aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-10-03Fix compiler warning: local variable may be used without having been initializedYang Tse
2007-10-03Upgrade OS400 wrappers and RPG copy file according to latest code updatesPatrick Monnerat
2007-10-03Fix issue related with the use of ares_timeout() result.Yang Tse
2007-10-03exported symbols must use lowercase "curl_", and I also fixed two compilerDaniel Stenberg
2007-10-03recount contributors after the 7.17.0 releaseDaniel Stenberg
2007-10-03people from the 7.17.0 announcementDaniel Stenberg
2007-10-03"97 - check ip callback", checkDaniel Stenberg
2007-10-03Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION andDaniel Stenberg
2007-10-03I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg
2007-10-03Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg
2007-10-02"99 - curl_easy_close()" seems to have gone uninterestingDaniel Stenberg
2007-10-02102, checkDaniel Stenberg
2007-10-02Fix memory leak under low memory conditions.Yang Tse