]> sjero.net Git - wget/history - src/hash.c
[svn] Remove K&R support.
[wget] / src / hash.c
2005-06-19 hniksic[svn] Remove K&R support.
2005-04-28 hniksic[svn] Remove unreachable "break" statements.
2005-04-16 hniksic[svn] Doc fix.
2005-04-11 hniksic[svn] Conditonialize including config.h on HAVE_CONFIG_...
2005-04-01 hniksic[svn] Avoid explicit 64-bit constants; construct them...
2005-03-20 hniksic[svn] Improve built-in memory debugger.
2005-03-06 hniksic[svn] Remove warnings under Borland C.
2004-02-04 hniksic[svn] Make hash.c compilable outside the source tree.
2003-12-20 hniksic[svn] Trivial doc fix.
2003-11-12 hniksic[svn] Better INT_MAX and UCHAR_MAX checks.
2003-11-08 hniksic[svn] Move the explanation of IdentityHashMap to hash_t...
2003-11-08 hniksic[svn] *** empty log message ***
2003-11-08 hniksic[svn] Name the source of the integer hash function.
2003-11-08 hniksic[svn] Mark entries as deleted with the correct marker.
2003-11-08 hniksic[svn] Use 0xff in hash_table_clear.
2003-11-08 hniksic[svn] Improve documentation.
2003-11-07 hniksic[svn] Allow NULL/0 as hash table keys.
2003-11-06 hniksic[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL...
2003-11-01 hniksic[svn] Renamed HASH_FULLNESS_THRESHOLD to HASH_MAX_FULLNESS.
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-10 hniksic[svn] Make the first argument to hash_table_new a minim...
2003-10-09 hniksic[svn] Add const declarations to hash-table functions.
2003-09-22 hniksic[svn] If hash/test functions aren't given, default...
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-18 hniksic[svn] Minor optimization of prime_size.
2002-04-11 hniksic[svn] Allow Wget to be compiled with a K&R compiler.
2001-11-17 hniksic[svn] Minor doc addition.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-04-14 hniksic[svn] Improve performance of grow_hash_table.
2001-04-13 hniksic[svn] Commit various hash table changes:
2001-04-08 hniksic[svn] New function hash_table_count.
2001-04-06 hniksic[svn] Include string.h.
2001-03-31 hniksic[svn] Undef xmalloc and friends before redefining them...
2000-11-22 hniksic[svn] Make sure xfree is #define'd in standalone mode...
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-21 hniksic[svn] Commit hash table bugfix.
2000-11-21 hniksic[svn] Remove stray debugging statement.
2000-11-21 hniksic[svn] Committed a bunch of different tweaks of mine.
2000-11-19 hniksic[svn] A bunch of new features: