Age | Commit message (Expand) | Author |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-04 | hash: move key into hash struct to reduce mallocs | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-05-18 | hostip: fix unintended destruction of hash table | Anthony Avina |
2015-05-12 | hostcache: made all host caches use structs, not pointers | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-28 | lib/*.h: use our standard naming scheme for header inclusion guards | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2007-06-26 | Robert Iakobashvili re-arranged the internal hash code to work with a custom | Daniel Stenberg |
2005-01-25 | Use plain structs and not typedef'ed ones in the hash and linked-list code. | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-09-14 | Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST | Daniel Stenberg |
2003-08-14 | new proto for Curl_hash_init | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-11-05 | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-04-27 | Now uses Curl_ as prefix for internal global symbols. curl_ should only be | Daniel Stenberg |
2002-04-17 | Prune old hostcache entries with each call... | Sterling Hughes |
2002-04-13 | Add protos and change return value of curl_hash_count.... | Sterling Hughes |
2002-04-12 | Speed up the hash code considerably, removing a bunch of legacy crud | Sterling Hughes |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-01-14 | Remove erreaneous include, setup.h is included one line above | Sterling Hughes |
2002-01-07 | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes |
2002-01-03 | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg |