2007-10-04 |
Yang Tse | On error, close "log/server.response" |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Yang Tse | If TCP_NODELAY is not defined we can't disable the... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Yang Tse | Cleanup no longer used macros |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Yang Tse | Fix compiler warning: local variable may be used withou... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Patrick Monnerat | Upgrade OS400 wrappers and RPG copy file according... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Yang Tse | Fix issue related with the use of ares_timeout() result. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Daniel Stenberg | exported symbols must use lowercase "curl_", and I... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Daniel Stenberg | recount contributors after the 7.17.0 release |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Daniel Stenberg | people from the 7.17.0 announcement |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Daniel Stenberg | "97 - check ip callback", check |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Daniel Stenberg | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTIO... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Daniel Stenberg | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Daniel Stenberg | Based on a patch brought by Johnny Luong, libcurl now... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | "99 - curl_easy_close()" seems to have gone uninteresting |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | 102, check |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Fix memory leak under low memory conditions. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Avoid a segfault when generating a DNS "Transaction... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Renamed a couple of global variables to avoid shadowing... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | <winber.h> needed for Windows LDAP client 32 API support |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Linking with wldap32.lib needed for Windows LDAP client... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Add ares_llist.c and ares_llist.h to MSCV project file. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | known bug #46: chunked-encoded CONNECT responses from... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | Disable the Nagle algorithm and send back responses... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | document --post301, based on the phrasing in curl_easy_... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | CURLOPT_POST301 section, added by Philip Langdale |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | Fixed the problem where next_lookup would use 'status... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Avoid inline C99ism, and move c-ares routines for manag... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Daniel Stenberg | ares_strerror() segfaulted if the input error number... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Daniel Stenberg | Prevent ares_strerror() from segfaulting if an invalid... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Daniel Stenberg | Added test536 that was accidentally missing. I also... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Daniel Stenberg | Alex Fishman reported a curl_easy_escape() problem... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | check availability of <netinet/tcp.h> |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | Fix missing right parenthesis |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | Fix comparison between signed and unsigned |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | improve portability, defining MAXDNAME and MAXCDNAME |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Steinar H.... | Fix a memory leak that I recently inadvertedly introduced. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Use ISDIGIT instead of isdigit; fixes a gcc warning. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Daniel Stenberg | Immanuel Gregoire fixed a problem with persistent trans... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Port the TCP socket fix made in ares_fds() to ares_gets... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Previously, processing a large batch of timeouts was... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gisle Vanem | We should standarise on C comments. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gisle Vanem | Fix compiler warning in setsockopt(). |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | TCP queries can time out too, not just UDP queries... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Read and process as many packets as possible in read_ud... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | There are two different places in write_tcp_data()... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Reject names that are longer than 255 characters, to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | In ares_mkquery, make sure we set buflen and buf to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Be stricter about what's a valid IP address in fake_hos... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Handle the root of the DNS tree correctly in ares_expan... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | Adapted the c-ares code to the API change c-ares 1... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | rename variable to prevent shadow warning |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | today's modifications by Steinar and me |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | Bumped version to 1.5.0 for next release and soname... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dan Fandrich | Renamed a variable to avoid shadowing a global declarat... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Unrevert previous 'missing' hunks. They were missing... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Yet more missing hunks... Nggh. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Always register for TCP events even if there are no... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Forgot to include a few hunks from ares_process.c earli... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Support a few more socket options, and refactor the... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Make the query callbacks return the number of timeouts... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Three fixes in one commit (sorry): a) Take care of... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Don't skip a server if it's the only one. (Bugfix from... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Dan Fandrich | Don't strdup an empty string |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Dan Fandrich | Renamed a few variables to avoid shadowing global decla... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Dan Fandrich | Removed cut-and-paste cruft leading to fclose() of... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Stenberg | a name resolve that times out is still a failed name... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Stenberg | wrong, revert the previous "fix" and instead check... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Stenberg | eek, fix the conditions to return on either problem... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Dan Fandrich | Renamed a few variables to avoid shadowing global decla... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Dan Fandrich | Enabled a few more gcc warnings with --enable-debug... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Yang Tse | Fix compiler warning: the address of 'env' will always... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Daniel Stenberg | we added a curl_easy_setopt() option too |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Daniel Stenberg | Philip Langdale provided the new CURLOPT_POST301 option for |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Daniel Stenberg | Max Katsev reported that when doing a libcurl FTP reque... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Fandrich | Make glibc define the prototype for strcasestr |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Daniel Stenberg | a new Lua binding and I shortened the wording on severa... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Fandrich | #ifdef out a few more functions when SSL is disabled. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Fandrich | Use a native strcasestr() if found. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Daniel Stenberg | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Daniel Stenberg | Bad use of "its" replaceed with a rephrase. I noticed... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Daniel Stenberg | Steinar H. Gunderson fixed: Correctly clear sockets... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Daniel Stenberg | Steinar H. Gunderson modified c-ares to now also do... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Daniel Stenberg | Brad House provided a fix for ares_save_options():... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Daniel Stenberg | --proxy-negotiate is added in 7.17.1 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Daniel Stenberg | the NSS patch has been committed |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Daniel Stenberg | Available command line options: 119 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Daniel Stenberg | Mark Davies fixed Negotiate authentication over proxy... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Dan Fandrich | Added variable substitution to the <verify><file> section. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Daniel Stenberg | reformatted to be similar to the FAQ to make it look... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Daniel Stenberg | Achint Mehta pointed out this dead link |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Daniel Stenberg | the winsock stuff is made by curl_global_init |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Daniel Stenberg | fix bad link |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Daniel Stenberg | Immanuel Gregoire is the man |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Dan Fandrich | Fixed typo in error message. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Daniel Stenberg | Rob Crittenden provided an NSS update with the followin... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Daniel Stenberg | mention the prefered source code line length to be... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Daniel Stenberg | Immanuel pointed out that public key SSH auth failed... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Dan Fandrich | Use double quotes in command lines for consistency. |
commit | commitdiff | tree | snapshot |
next |