Daniel Stenberg
|
254f7bd78a
hash: lazy-alloc the table in Curl_hash_add()
|
2 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
9e90ff0839
hash: make it 'struct Curl_hash'
|
4 years ago |
Daniel Stenberg
|
9b3f888a00
llist: make it "struct Curl_llist"
|
4 years ago |
Daniel Stenberg
|
8b987cc7eb
multi: fix the transfer hashes in the socket hash entries
|
5 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 |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 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 |
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
|
ffd8e127e7
build: rename 76 lib/*.h files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
ec691ca34b
lib/*.h: use our standard naming scheme for header inclusion guards
|
12 years ago |
Linus Nielsen Feltzing
|
d021f2e8a0
Introducing a new persistent connection caching system using "bundles".
|
12 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Daniel Stenberg
|
62f0f5571d
Robert Iakobashvili re-arranged the internal hash code to work with a custom
|
17 years ago |
Daniel Stenberg
|
043d70fcdf
Use plain structs and not typedef'ed ones in the hash and linked-list code.
|
20 years ago |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
14597475b1
Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST
|
21 years ago |
Daniel Stenberg
|
68a4aa6773
new proto for Curl_hash_init
|
21 years ago |
Daniel Stenberg
|
a7c72b7abf
removed the local variables for emacs and vim, use the new sample.emacs
|
22 years ago |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
22 years ago |
Daniel Stenberg
|
2cff251863
Curl_resolv() now returns a different struct, and it contains a reference
|
22 years ago |
Daniel Stenberg
|
ba4e69bebc
updated source code boilerplate/header
|
22 years ago |