Steve Holme
|
60bd22620a
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
|
11 years ago |
Daniel Stenberg
|
e79535bc5e
SessionHandle: the protocol specific pointer is now a void *
|
11 years ago |
Daniel Stenberg
|
4ad8e142da
urldata: clean up the use of the protocol specific structs
|
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
|
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 |
Sebastian Rasmussen
|
38ed72cd37
FILE: Make upload-writes unbuffered by not using FILE streams
|
12 years ago |
Kamil Dudka
|
1f8518c5d9
file: use fdopen() for uploaded files if available
|
12 years ago |
Jonas Schnelli
|
2c905fd1f8
query-part: ignore the URI part for given protocols
|
13 years ago |
Yang Tse
|
6fa6567b92
url.c and file.c: fix OOM triggered segfault
|
13 years ago |
Daniel Stenberg
|
d7934b8bd4
curl_multi_fdset: correct fdset with FTP PORT use
|
13 years ago |
Yang Tse
|
95d23d1ceb
file.c: OOM handling fix
|
13 years ago |
Yang Tse
|
8af94de50a
file.c: fix compiler warning
|
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
|
983f3d70f9
WIN32 io.h and fcntl.h inclusion done in setup_once.h
|
13 years ago |
Yang Tse
|
0337b87197
time.h and sys/time.h inclusion conditionally done in setup_once.h
|
13 years ago |
Daniel Stenberg
|
f0612f166a
RTSP: convert protocol-specific checks to generic
|
13 years ago |
Daniel Stenberg
|
51075a6777
remove FILE protocol-specific checks
|
13 years ago |
Daniel Stenberg
|
889d1e973f
whitespace cleanup: no space first in conditionals
|
13 years ago |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
13b64d7558
protocols: use CURLPROTO_ internally
|
13 years ago |
Daniel Stenberg
|
8831000bc0
protocol handler: added flags field
|
13 years ago |
Stefan Krause
|
8511b6436c
transfer: avoid insane conversion of time_t
|
13 years ago |
Daniel Stenberg
|
54d9f060b4
Curl_gmtime: added a portable gmtime
|
13 years ago |
Dave Reisner
|
b89122a2bf
file: add support for CURLOPT_TIMECONDITION
|
13 years ago |
Yang Tse
|
c2ba8ca81f
s/isspace/ISSPACE
|
14 years ago |
Daniel Stenberg
|
5d43c75c66
file_range: remove unnecessary check for NULL pointer
|
14 years ago |
Daniel Stenberg
|
01fc53e027
file_range: Value stored to 'totalsize' is never read
|
14 years ago |