platform/upstream/curl.git
2007-10-04 Daniel StenbergI enabled test 1009 and made the --local-port use a...
2007-10-04 Daniel StenbergKim Rinnewitz reported that --local-port didn't work...
2007-10-04 Steinar H.... Removed a piece of redundant code (process_answer alrea...
2007-10-04 Steinar H.... Another timeout fix in ares_getnameinfo().
2007-10-04 Steinar H.... Send the timeout count in ares_getnameinfo().
2007-10-04 Steinar H.... Moved the NULL check for channel upwards in ares_destroy().
2007-10-04 Steinar H.... Clarified the comment over ares_cancel.
2007-10-04 Yang TseOn error, close "log/server.response"
2007-10-03 Yang TseIf TCP_NODELAY is not defined we can't disable the...
2007-10-03 Yang TseCleanup no longer used macros
2007-10-03 Yang TseFix compiler warning: local variable may be used withou...
2007-10-03 Patrick MonneratUpgrade OS400 wrappers and RPG copy file according...
2007-10-03 Yang TseFix issue related with the use of ares_timeout() result.
2007-10-03 Daniel Stenbergexported symbols must use lowercase "curl_", and I...
2007-10-03 Daniel Stenbergrecount contributors after the 7.17.0 release
2007-10-03 Daniel Stenbergpeople from the 7.17.0 announcement
2007-10-03 Daniel Stenberg"97 - check ip callback", check
2007-10-03 Daniel StenbergAlexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTIO...
2007-10-03 Daniel StenbergI renamed the CURLE_SSL_PEER_CERTIFICATE error code to
2007-10-03 Daniel StenbergBased on a patch brought by Johnny Luong, libcurl now...
2007-10-02 Daniel Stenberg"99 - curl_easy_close()" seems to have gone uninteresting
2007-10-02 Daniel Stenberg102, check
2007-10-02 Yang TseFix memory leak under low memory conditions.
2007-10-02 Yang TseAvoid a segfault when generating a DNS "Transaction...
2007-10-02 Yang TseRenamed a couple of global variables to avoid shadowing...
2007-10-02 Yang TseFix compiler warning
2007-10-02 Yang Tse<winber.h> needed for Windows LDAP client 32 API support
2007-10-02 Yang TseLinking with wldap32.lib needed for Windows LDAP client...
2007-10-02 Yang TseAdd ares_llist.c and ares_llist.h to MSCV project file.
2007-10-02 Daniel Stenbergknown bug #46: chunked-encoded CONNECT responses from...
2007-10-02 Daniel StenbergDisable the Nagle algorithm and send back responses...
2007-10-02 Daniel Stenbergdocument --post301, based on the phrasing in curl_easy_...
2007-10-02 Daniel StenbergCURLOPT_POST301 section, added by Philip Langdale
2007-10-02 Daniel StenbergFixed the problem where next_lookup would use 'status...
2007-10-02 Yang TseAvoid inline C99ism, and move c-ares routines for manag...
2007-10-01 Daniel Stenbergares_strerror() segfaulted if the input error number...
2007-10-01 Daniel StenbergPrevent ares_strerror() from segfaulting if an invalid...
2007-09-30 Daniel StenbergAdded test536 that was accidentally missing. I also...
2007-09-30 Daniel StenbergAlex Fishman reported a curl_easy_escape() problem...
2007-09-30 Yang TseFix compiler warning
2007-09-30 Yang Tsecheck availability of <netinet/tcp.h>
2007-09-30 Yang TseFix missing right parenthesis
2007-09-30 Yang TseFix comparison between signed and unsigned
2007-09-30 Yang Tseimprove portability, defining MAXDNAME and MAXCDNAME
2007-09-30 Steinar H.... Fix a memory leak that I recently inadvertedly introduced.
2007-09-29 Steinar H.... Use ISDIGIT instead of isdigit; fixes a gcc warning.
2007-09-29 Daniel StenbergImmanuel Gregoire fixed a problem with persistent trans...
2007-09-29 Steinar H.... Port the TCP socket fix made in ares_fds() to ares_gets...
2007-09-29 Steinar H.... Previously, processing a large batch of timeouts was...
2007-09-29 Gisle VanemWe should standarise on C comments.
2007-09-29 Gisle VanemFix compiler warning in setsockopt().
2007-09-29 Steinar H.... TCP queries can time out too, not just UDP queries...
2007-09-29 Steinar H.... Read and process as many packets as possible in read_ud...
2007-09-29 Steinar H.... There are two different places in write_tcp_data()...
2007-09-29 Steinar H.... Reject names that are longer than 255 characters, to...
2007-09-29 Steinar H.... In ares_mkquery, make sure we set buflen and buf to...
2007-09-29 Steinar H.... Be stricter about what's a valid IP address in fake_hos...
2007-09-29 Steinar H.... Handle the root of the DNS tree correctly in ares_expan...
2007-09-28 Daniel StenbergAdapted the c-ares code to the API change c-ares 1...
2007-09-28 Daniel Stenbergrename variable to prevent shadow warning
2007-09-28 Daniel Stenbergtoday's modifications by Steinar and me
2007-09-28 Daniel StenbergBumped version to 1.5.0 for next release and soname...
2007-09-28 Dan FandrichRenamed a variable to avoid shadowing a global declarat...
2007-09-28 Steinar H.... Unrevert previous 'missing' hunks. They were missing...
2007-09-28 Steinar H.... Yet more missing hunks... Nggh.
2007-09-28 Steinar H.... Always register for TCP events even if there are no...
2007-09-28 Steinar H.... Forgot to include a few hunks from ares_process.c earli...
2007-09-28 Steinar H.... Support a few more socket options, and refactor the...
2007-09-28 Steinar H.... Make the query callbacks return the number of timeouts...
2007-09-28 Steinar H.... Three fixes in one commit (sorry): a) Take care of...
2007-09-28 Steinar H.... Don't skip a server if it's the only one. (Bugfix from...
2007-09-27 Dan FandrichDon't strdup an empty string
2007-09-27 Dan FandrichRenamed a few variables to avoid shadowing global decla...
2007-09-27 Dan FandrichRemoved cut-and-paste cruft leading to fclose() of...
2007-09-27 Daniel Stenberga name resolve that times out is still a failed name...
2007-09-27 Daniel Stenbergwrong, revert the previous "fix" and instead check...
2007-09-27 Daniel Stenbergeek, fix the conditions to return on either problem...
2007-09-27 Dan FandrichRenamed a few variables to avoid shadowing global decla...
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-09-27 Yang TseFix compiler warning: the address of 'env' will always...
2007-09-26 Daniel Stenbergwe added a curl_easy_setopt() option too
2007-09-26 Daniel StenbergPhilip Langdale provided the new CURLOPT_POST301 option for
2007-09-26 Daniel StenbergMax Katsev reported that when doing a libcurl FTP reque...
2007-09-25 Dan FandrichMake glibc define the prototype for strcasestr
2007-09-25 Daniel Stenberga new Lua binding and I shortened the wording on severa...
2007-09-25 Dan Fandrich#ifdef out a few more functions when SSL is disabled.
2007-09-25 Dan FandrichUse a native strcasestr() if found.
2007-09-24 Daniel StenbergImmanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method...
2007-09-24 Daniel StenbergBad use of "its" replaceed with a rephrase. I noticed...
2007-09-22 Daniel StenbergSteinar H. Gunderson fixed: Correctly clear sockets...
2007-09-22 Daniel StenbergSteinar H. Gunderson modified c-ares to now also do...
2007-09-22 Daniel StenbergBrad House provided a fix for ares_save_options():...
2007-09-21 Daniel Stenberg--proxy-negotiate is added in 7.17.1
2007-09-21 Daniel Stenbergthe NSS patch has been committed
2007-09-21 Daniel StenbergAvailable command line options: 119
2007-09-21 Daniel StenbergMark Davies fixed Negotiate authentication over proxy...
2007-09-20 Dan FandrichAdded variable substitution to the <verify><file> section.
2007-09-20 Daniel Stenbergreformatted to be similar to the FAQ to make it look...
2007-09-20 Daniel StenbergAchint Mehta pointed out this dead link
2007-09-20 Daniel Stenbergthe winsock stuff is made by curl_global_init
next