Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
dd03e8c281
hash: calculate sizes with size_t instead of longs
|
6 years ago |
Daniel Stenberg
|
20acb58a38
code style: use space after semicolon
|
7 years ago |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 years ago |
Daniel Stenberg
|
cbae73e1dd
llist: no longer uses malloc
|
7 years ago |
Daniel Stenberg
|
4f2e348f9b
hash: move key into hash struct to reduce mallocs
|
7 years ago |
Daniel Stenberg
|
e60fe20fdf
llist: replace Curl_llist_alloc with Curl_llist_init
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Steve Holme
|
0c331b8999
memdebug: Ensure curl/curl.h is included before curl_memory.h
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
dfandrich
|
d7e352402c
unit1603: Added unit tests for hash functions
|
9 years ago |
Anthony Avina
|
4883f7019d
hostip: fix unintended destruction of hash table
|
9 years ago |
Daniel Stenberg
|
b419e7ae0c
hostcache: made all host caches use structs, not pointers
|
9 years ago |
Daniel Stenberg
|
b2ea1bfcd6
hash: simplify Curl_str_key_compare()
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Yang Tse
|
de052ca6fc
string formatting: fix 25+ printf-style format strings
|
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
|
219fe7b29c
curl_multi_remove_handle: commit 0aabfd9963 follow-up
|
12 years ago |
Yang Tse
|
14b77db1b9
Curl_hash_clean: OOM handling fix
|
12 years ago |
Linus Nielsen Feltzing
|
d021f2e8a0
Introducing a new persistent connection caching system using "bundles".
|
12 years ago |
Yang Tse
|
996f2454ba
hash.c: fix OOM triggered segfault
|
13 years ago |
Yang Tse
|
584dc8b8af
OOM handling/cleanup slight adjustments
|
13 years ago |
Yang Tse
|
17f48fe879
libcurl: some OOM handling fixes
|
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
|
0f7bea7c3a
unittest: mark all unit tested functions
|
13 years ago |