]> sjero.net Git - wget/history - src/hash.c
NEWS: cite --start-pos
[wget] / src / hash.c
2012-05-14 Tim Ruehsenremoved 'const' warnings.
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-04 Micah CowanRan update-copyright.
2009-07-04 Micah CowanAutomated merge.
2009-06-25 Micah CowanMerge with mainline.
2009-06-13 Micah CowanMerge in gerel's url-parsing stuff.
2009-04-24 Micah Cowanstdint.h adjustments for Interix, thanks Markus Duft...
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-06-08 Saint XavierAutomaetd merge.
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-04-11 hniksic[svn] Wrap macro arg in parentheses.
2006-03-06 hniksic[svn] Fixed definition of TOLOWER when STANDALONE.
2006-02-02 hniksic[svn] Obtain the declaration of uintptr_t when standalone.
2006-02-02 hniksic[svn] Don't define countof if it's already defined.
2005-11-19 hniksic[svn] Use uintptr_t instead of unsigned long for intege...
2005-08-27 hniksic[svn] Doc fix.
2005-08-27 hniksic[svn] Simplify iteration over hash table entries.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-20 hniksic[svn] Trivially rename "mapping" to "cell" and "non...
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
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: