Commit History

Author SHA1 Message Date
  Daniel Stenberg 8831000bc0 protocol handler: added flags field 13 years ago
  Daniel Stenberg c0111460b0 Curl_setup_transfer: no longer returns anything 14 years ago
  Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 14 years ago
  Yang Tse 4798f4e652 Fix compiler warning: addition result could be truncated before cast to bigger sized type 15 years ago
  Daniel Stenberg 352177090f - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and 15 years ago
  Yang Tse 1c2947581b fix shadowing of a global declaration 15 years ago
  Daniel Stenberg 07416b61e3 - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 15 years ago
  Dan Fandrich ea8fbb5233 Added some #ifdefs around header files and change the EAGAIN test to 16 years ago
  Daniel Stenberg b701ea36a7 moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 16 years ago
  Dan Fandrich bab5183820 Created Curl_raw_nequal() which does a C-locale string case comparison. 16 years ago
  Dan Fandrich 8f467b4288 Removed unneeded includes of signal.h and setjmp.h 16 years ago
  Daniel Stenberg 662bee7193 All static functions that were previously name Curl_* something no longer 17 years ago
  Daniel Stenberg 13648f8ccd struct HandleData is now called struct SingleRequest, and is only for data that 17 years ago
  Daniel Stenberg cbd1a77ec2 if () => if() 17 years ago
  Yang Tse 92433e596b We use this ZERO_NULL to avoid picky compiler warnings, 17 years ago
  Patrick Monnerat 07b6e7363d Added per-protocol callback static tables, replacing callback ptr storage 17 years ago
  Dan Fandrich 523767660c Fixed some minor mismatched types found by splint. 17 years ago
  Daniel Stenberg 7ea90c46eb avoid dereferencing a NULL pointer by setting a default word to lookup in case 17 years ago
  Gisle Vanem c514a2a89a Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files 17 years ago
  Yang Tse e150150d9f Remove redundant __CYGWIN__ symbol check 18 years ago
  Daniel Stenberg b7eeb6e67f Major overhaul introducing http pipelining support and shared connection 18 years ago
  Gisle Vanem 4f4277d9c7 Simplified #ifdef on WIN32; the statement 18 years ago
  Gisle Vanem c7aae10300 Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. 18 years ago
  Gisle Vanem 4031eb1d91 Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended." 18 years ago
  Gisle Vanem 59cf6fd4f0 Watcom lacks <sys/time.h>. 18 years ago
  Daniel Stenberg 3c6d3b69c2 1 - allow DICT with properly URL-escaped words, like using %20 for spaces 18 years ago
  Daniel Stenberg e85e30546c Roland Blom filed bug report #1481217 18 years ago
  Daniel Stenberg 6a2e21ec8c FTP code turned into state machine. Not completely yet, but a good start. 19 years ago
  Gisle Vanem 120f17ce04 Replace LF with CRLF. Ref RFC-2229, sec 2.3: 19 years ago
  Daniel Stenberg 8e2f57c82e Dan Fandrich: make --disable-dict actually disable dict 20 years ago