Flavio Medeiros
|
e55f15454e
Curl_read_plain: clean up ifdefs that break statements
|
9 years ago |
Daniel Stenberg
|
02ec1ced9b
CURLMOPT_PIPELINE: bit 1 is for multiplexing
|
9 years ago |
Daniel Stenberg
|
5252f13dfa
http2: Curl_read should not use the single buffer
|
9 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
a6b8fe2a5f
checksrc: use space before paren in "return (expr);"
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Patrick Monnerat
|
6ea4ee94f9
Curl_client_write() & al.: chop long data, convert data only once.
|
10 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
3aa899929d
Curl_debug: document switch fallthroughs
|
10 years ago |
Daniel Stenberg
|
710f14edba
handler: make 'protocol' always specified as a single bit
|
10 years ago |
Steve Holme
|
c9dd4022f4
sendf.c: Fixed compilation warning from f2d234a4dd9bcc
|
11 years ago |
Steve Holme
|
f2d234a4dd
FILE: Fixed sending of data would always return CURLE_WRITE_ERROR
|
11 years ago |
Daniel Stenberg
|
2a4ee0d221
FILE: we don't support paused transfers using this protocol
|
11 years ago |
Daniel Stenberg
|
11e8066ef9
vtls: renamed sslgen.[ch] to vtls.[ch]
|
11 years ago |
Daniel Stenberg
|
eccf4fb7ee
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|
11 years ago |
Daniel Stenberg
|
bb55293313
FTP: remove krb4 support
|
11 years ago |
Linus Nielsen Feltzing
|
0f147887b0
Multiple pipelines and limiting the number of connections.
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
13606bbfde
build: make use of 93 lib/*.c renamed files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 years ago |
Daniel Stenberg
|
7ecd874bce
Curl_write: remove unneeded typecast
|
12 years ago |
Yang Tse
|
d9f686db88
remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY
|
13 years ago |
Yang Tse
|
119f43360b
allow write callbacks to indicate OOM to libcurl
|
13 years ago |
Yang Tse
|
a50210710a
fix bool variables checking and assignment
|
13 years ago |
Daniel Stenberg
|
0fd2bf3726
Curl_read_plain: indent code
|
13 years ago |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 years ago |
Yang Tse
|
ef2176109f
errno.h inclusion conditionally done in setup_once.h
|
13 years ago |