Age | Commit message (Expand) | Author |
2005-09-20 | typecasts added in an attempt to please the picky compilers | Daniel Stenberg |
2005-09-19 | Dmitry Bartsevich made the SSPI support work on Windows 9x as well | Daniel Stenberg |
2005-09-16 | keep 'socktype' in the connectdata struct and make sure we use that for all | Daniel Stenberg |
2005-09-15 | minor changes, the biggest one being using Curl_select() | Daniel Stenberg |
2005-09-14 | oops, return error if an error did occur! | Daniel Stenberg |
2005-09-07 | added tftp.c | Daniel Stenberg |
2005-09-06 | Fix warning about missing initializers. | Gisle Vanem |
2005-09-06 | Fix for bind() on Winsock; AF_UNSPEC (0) is illegal. | Gisle Vanem |
2005-09-06 | sockets are curl_socket_t to build cleaner | Daniel Stenberg |
2005-09-06 | Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, we | Daniel Stenberg |
2005-09-06 | minor Makefile fixes. | Gunter Knauf |
2005-09-04 | check that bind() returns success | Daniel Stenberg |
2005-09-04 | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg |
2005-09-02 | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg |
2005-08-31 | use it as 'struct addrinfo' so perhaps it builds on mingw again | Daniel Stenberg |
2005-08-29 | Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS. | Daniel Stenberg |
2005-08-29 | Igor Polyakov fixed a rather nasty problem with the threaded name resolver | Daniel Stenberg |
2005-08-29 | Simon Josefson brought GNU GSS support | Daniel Stenberg |
2005-08-29 | Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper | Daniel Stenberg |
2005-08-24 | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible | Daniel Stenberg |
2005-08-24 | Fixed CA cert verification using GnuTLS with the default bundle, which | Daniel Stenberg |
2005-08-22 | enabled statically linked builds. | Gunter Knauf |
2005-08-19 | Norbert Novotny had problems with FTPS and he helped me work out a patch | Daniel Stenberg |
2005-08-18 | minor Makefile fixes. | Gunter Knauf |
2005-08-17 | remove the typecast to long from time_t, since we now store it as curl_off_t | Daniel Stenberg |
2005-08-17 | - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with | Daniel Stenberg |
2005-08-16 | added curl_mvsnprintf to the export list; I appened to the end cause of the n... | Gunter Knauf |
2005-08-16 | added curl_mvsnprintf to the export list. | Gunter Knauf |
2005-08-13 | James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a | Daniel Stenberg |
2005-08-11 | removed old debug left-over infof() call | Daniel Stenberg |
2005-08-11 | Added comment about strtoimax() | Daniel Stenberg |
2005-08-10 | the debug callback was called with CURLINFO_TEXT with the data size one | Daniel Stenberg |
2005-08-10 | some minor Makefile fixes for SSL. | Gunter Knauf |
2005-08-09 | Christopher R. Palmer fixed the offsets used for date parsings when the time | Daniel Stenberg |
2005-08-07 | Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a | Daniel Stenberg |
2005-08-07 | Don't prevent FTPS:// through a http proxy, as we cannot know if it works or | Daniel Stenberg |
2005-07-28 | reset the numcookies counter too (I missed it in the previous commit) | Daniel Stenberg |
2005-07-28 | now strdups the cookielist inpointer before passed on, as the cookie function | Daniel Stenberg |
2005-07-28 | curl standard indent/format | Daniel Stenberg |
2005-07-27 | If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is | Daniel Stenberg |
2005-07-27 | Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a | Daniel Stenberg |
2005-07-27 | disabling HTTP should also nullify this function call | Daniel Stenberg |
2005-07-21 | Fixed some typos in output messages. | Dan Fandrich |
2005-07-17 | Simplified the code within curl_easy_perform() that calls Curl_perform(). | Daniel Stenberg |
2005-07-13 | Diego Casorran patches to make (lib)curl build fine on Amiga again | Daniel Stenberg |
2005-07-12 | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg |
2005-07-05 | correction for the 407 with response-body case | Daniel Stenberg |
2005-07-05 | Update copyright. | Gisle Vanem |
2005-07-05 | Gisle Vanem came up with a nice little work-around for bug #1230118. It | Daniel Stenberg |
2005-07-03 | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg |