Age | Commit message (Expand) | Author |
2005-10-27 | Nis Jorgensen filed bug report #1338648 | Daniel Stenberg |
2005-10-21 | "Ofer" reported a problem when libcurl re-used a connection and failed to do | Daniel Stenberg |
2005-09-29 | Starting now, the verbose text that goes like "About to connect() to" will | Daniel Stenberg |
2005-09-16 | keep 'socktype' in the connectdata struct and make sure we use that for all | 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-24 | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible | Daniel Stenberg |
2005-08-17 | - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with | 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-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-17 | Simplified the code within curl_easy_perform() that calls Curl_perform(). | Daniel Stenberg |
2005-07-12 | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg |
2005-06-22 | David Shaw's fix that unifies proxy string treatment so that a proxy given | Daniel Stenberg |
2005-05-31 | Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 | Daniel Stenberg |
2005-05-19 | additional fix for the malformed URL fix of yday | Daniel Stenberg |
2005-05-18 | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg |
2005-05-14 | Some patches for (a stricter/smarter) gcc 4.0 and | Gisle Vanem |
2005-05-12 | oops, found by bug reported in bug report #1200661 | Daniel Stenberg |
2005-05-12 | typecast to fix warning on 64bit systems | Daniel Stenberg |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2005-04-25 | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg |
2005-04-19 | added typecast when converting from long to unsigned short, to prevent compil... | Daniel Stenberg |
2005-04-18 | Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-04-04 | hostthre.c: destroy_thread_data() made public. Called | Gisle Vanem |
2005-03-15 | Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. | Dan Fandrich |
2005-03-14 | Removed security.h since it shadows an include file mingw needs when building | Daniel Stenberg |
2005-03-11 | Fixed some compiler warnings. | Dan Fandrich |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg |
2005-03-09 | As reported by 'nodak sodak' we should check for a NULL pointer before | Daniel Stenberg |
2005-02-09 | prevent a compiler warning | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-01-30 | Use calloc() to save us the memset() call and terminate conn->host.name | Daniel Stenberg |
2005-01-29 | conn->ip_addr MUST NOT be used on re-used connections | Daniel Stenberg |
2005-01-28 | KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two | Daniel Stenberg |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg |
2005-01-19 | Stephan Bergmann pointed out two flaws in libcurl built with HTTP disabled: | Daniel Stenberg |
2005-01-16 | Alex aka WindEagle pointed out that when doing "curl -v dictionary.com", curl | Daniel Stenberg |
2005-01-11 | Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't | Daniel Stenberg |
2005-01-10 | Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5 | Daniel Stenberg |
2005-01-10 | Pavel Orehov reported memory problems with the multi interface in bug report | Daniel Stenberg |
2004-12-17 | Print true netrc name (.netrc/_netrc). | Gisle Vanem |
2004-12-16 | Renamed a struct member to avoid conflict with a C++ reserved word. | Dan Fandrich |
2004-12-14 | Harshal Pradhan fixed changing username/password on a persitent HTTP | Daniel Stenberg |
2004-12-13 | Added handling of CURLINFO_SSL_ENGINES; | Gisle Vanem |