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 |
2007-09-18 |
Gunter Knauf | added a define for Win32 to detect already defined... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Dan Fandrich | IPv6 is a required feature for these two tests, even... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Fandrich | Fixed the required server entry |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Fandrich | Changed some FTP tests to validate the format of the... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Fandrich | Added %CLIENTIP and %CLIENT6IP data file substitution... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Fandrich | Allow setting the IP address on which to listen for... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Daniel Stenberg | Günter's ldap fixes |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Fandrich | Make the ftp server connect to the address given by... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Fandrich | Made the directory postprocessor more forgiving of... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Daniel Stenberg | three done, seven to go |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Daniel Stenberg | Michal Marek made libcurl automatically append ";type... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Daniel Stenberg | offer a friendlier single-line command |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Gunter Knauf | fixed ldap support for winldap. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Gunter Knauf | fixed VC6 makefiles for new ldap linkage. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Daniel Stenberg | I want these CONNECT problems fixed too |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Daniel Stenberg | 7.17.1 planned release in November 2007, and a bunch... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Fandrich | Replaced 127.0.0.1 with %HOSTIP where possible |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Fandrich | Added LDAPS, SCP and SFTP to curl-config --protocols... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Fandrich | Added LDAPS, SCP and SFTP to curl-config --protocols. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Dan Fandrich | Compile samples with -DCURL_NO_OLDIES |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Daniel Stenberg | 7.17.1-CVS is now the dev version |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Daniel Stenberg | start over on 7.17.1 |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Dan Fandrich | Remove remaining traces of ftp3rdparty.c and mention... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Daniel Stenberg | Version 7.17.0 (13 September 2007) curl-7_17_0 |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Daniel Stenberg | added some further stuff from the feature-requests... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Dan Fandrich | TFTP error 0 is no longer treated as success |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Daniel Stenberg | Extracting the CURLINFO_PRIVATE pointer makes no point... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Daniel Stenberg | rephrased to mention ftp |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Daniel Stenberg | curl.digimirror.nl is a new mirror in Amsterdam, the... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Daniel Stenberg | Daniel S (12 September 2007) |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Daniel Stenberg | - I noticed while writing test 541 that the FTP code... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Daniel Stenberg | - Bug report #1792649 (http://curl.haxx.se/bug/view... |
commit | commitdiff | tree | snapshot |
next |