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