Commit Verlauf

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