| Commit message (Expand) | Author | Age | Files | Lines |
* | All static functions that were previously name Curl_* something no longer | Daniel Stenberg | 2007-12-08 | 1 | -3/+3 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 1 | -2/+2 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -17/+17 |
* | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse | 2007-10-17 | 1 | -9/+9 |
* | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat | 2007-10-12 | 1 | -1/+28 |
* | Fixed some minor mismatched types found by splint. | Dan Fandrich | 2007-08-26 | 1 | -3/+3 |
* | avoid dereferencing a NULL pointer by setting a default word to lookup in case | Daniel Stenberg | 2007-03-31 | 1 | -3/+5 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -6/+0 |
* | Remove redundant __CYGWIN__ symbol check | Yang Tse | 2006-10-11 | 1 | -1/+1 |
* | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | 2006-09-07 | 1 | -8/+8 |
* | Simplified #ifdef on WIN32; the statement | Gisle Vanem | 2006-09-03 | 1 | -1/+1 |
* | Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. | Gisle Vanem | 2006-08-30 | 1 | -1/+1 |
* | Avoid Metaware's High-C warning "'=' encountered where '==' may have been int... | Gisle Vanem | 2006-08-29 | 1 | -1/+1 |
* | Watcom lacks <sys/time.h>. | Gisle Vanem | 2006-08-29 | 1 | -0/+2 |
* | 1 - allow DICT with properly URL-escaped words, like using %20 for spaces | Daniel Stenberg | 2006-05-10 | 1 | -2/+53 |
* | Roland Blom filed bug report #1481217 | Daniel Stenberg | 2006-05-04 | 1 | -3/+1 |
* | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | 2005-02-09 | 1 | -2/+4 |
* | Replace LF with CRLF. Ref RFC-2229, sec 2.3:before_ftp_statemachine | Gisle Vanem | 2005-02-09 | 1 | -9/+9 |
* | Dan Fandrich: make --disable-dict actually disable dict | Daniel Stenberg | 2004-11-11 | 1 | -0/+3 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -0/+4 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -17/+17 |
* | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg | 2004-03-09 | 1 | -1/+1 |
* | removed the nth variable, it was only set and never used anyway | Daniel Stenberg | 2004-02-12 | 1 | -13/+0 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -0/+1 |
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -1/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -1/+1 |
* | Use Curl_transfer() properly. Fixes the bug Gisle Vanem found! | Daniel Stenberg | 2003-12-10 | 1 | -3/+3 |
* | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg | 2003-11-24 | 1 | -6/+7 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -1/+0 |
* | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg | 2003-07-25 | 1 | -1/+0 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | failf() calls should not have newlines in the message string! | Daniel Stenberg | 2001-12-11 | 1 | -2/+2 |
* | check return code when issuing the request | Daniel Stenberg | 2001-10-31 | 1 | -40/+39 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -1/+1 |
* | removed the *done() function as it served no purpose, added type casts when | Daniel Stenberg | 2001-08-14 | 1 | -8/+3 |
* | Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields | Daniel Stenberg | 2001-03-14 | 1 | -1/+1 |
* | multiple connection support initial commit | Daniel Stenberg | 2001-02-20 | 1 | -6/+6 |
* | replaced sendf() calls with Curl_sendf() | Daniel Stenberg | 2001-01-25 | 1 | -30/+30 |
* | Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h | Daniel Stenberg | 2001-01-17 | 1 | -4/+4 |
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -2/+2 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |
* | removed URL size restrictions | Daniel Stenberg | 2000-11-20 | 1 | -1/+1 |
* | #include "setup.h" moved first of all includes | Daniel Stenberg | 2000-08-24 | 1 | -2/+2 |
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-06-20 | 1 | -2/+2 |