Daniel Stenberg
|
f0612f166a
RTSP: convert protocol-specific checks to generic
|
13 年之前 |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 年之前 |
Daniel Stenberg
|
13b64d7558
protocols: use CURLPROTO_ internally
|
13 年之前 |
Daniel Stenberg
|
8831000bc0
protocol handler: added flags field
|
13 年之前 |
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 年之前 |