Daniel Stenberg
|
ad10eb5fed
content_encoding: change return code on a failure
|
7 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
0649433da5
realloc: use Curl_saferealloc to avoid common mistakes
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 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
|
1c400b4e5e
zlib: ensure user provided memory functions are used by zlib, when given
|
13 years ago |
Yang Tse
|
9afb343368
zlib: enforce full initialization of our data space z_stream structs
|
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 |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
22085f7d6e
inflate_stream: remove redundant check that is always true
|
14 years ago |
Daniel Stenberg
|
7764795c06
follow redirect: ignore response-body on redirect even if compressed
|
14 years ago |
Daniel Stenberg
|
5b40c11c2f
gzip: Value stored to 'data' is never read
|
14 years ago |
Daniel Stenberg
|
99ec359b4d
check_gzip_header: Value stored to 'data' is never read
|
14 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Daniel Stenberg
|
06ae8ca5a6
- When downloading compressed content over HTTP and the app as asked libcurl
|
14 years ago |
Daniel Stenberg
|
33ce0ec1f1
wrap long lines and do some indent policing
|
15 years ago |
Gunter Knauf
|
fa2ea23c96
add cast to silient compiler warning with 64bit systems.
|
15 years ago |
Daniel Stenberg
|
242a17b9e0
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Daniel Stenberg
|
4ad296c60b
- A second follow-up change by Andre Guibert de Bruet to fix a related memory
|
15 years ago |
Daniel Stenberg
|
8cdc220bc0
nah, use the simpler year - year range syntax only, no matter what emacs'
|
15 years ago |
Daniel Stenberg
|
d315d41a12
- Andre Guibert de Bruet found and fixed a memory leak in the content encoding
|
15 years ago |
Yang Tse
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 years ago |
Daniel Stenberg
|
13648f8ccd
struct HandleData is now called struct SingleRequest, and is only for data that
|
17 years ago |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Dan Fandrich
|
668c204970
Song Ma noted a zlib memory leak in the illegal compressed header
|
17 years ago |