Age | Commit message (Expand) | Author |
2016-05-03 | libihash: enable fast insertions replacing tombstones | Justus Winter |
2016-05-03 | libihash: fix corner case | Justus Winter |
2016-04-29 | libihash: rehash if effective load exceeds the threshold | Justus Winter |
2016-04-29 | libihash: keep track of free slots | Justus Winter |
2016-04-29 | libihash: fix index computation | Justus Winter |
2015-12-29 | fix compiler warnings in hurd/libihash | Flavio Cruz |
2015-11-29 | libihash: provide a general purpose hash algorithm | Justus Winter |
2015-11-29 | libihash: fix item insertion | Justus Winter |
2015-11-29 | libihash: generalize the interface to support non-integer keys | Justus Winter |
2015-11-29 | libihash: fix fast insertion corner case | Justus Winter |
2015-11-29 | libihash: fix ill-devised locp lookup interface | Justus Winter |
2015-11-12 | libihash: prefer performance degradation over failure | Justus Winter |
2015-11-06 | libihash: optimize lookup-or-insert operations | Justus Winter |
2015-11-06 | libihash: add hurd_ihash_value_valid | Justus Winter |
2014-08-31 | libihash: fix comparison between signed and unsigned integer | Justus Winter |
2014-05-26 | libihash: do not use an integer hash function by default | Justus Winter |
2014-05-22 | libihash: add hurd_ihash_get_load | Justus Winter |
2014-05-22 | libihash: fix typo | Justus Winter |
2014-05-13 | libihash: use fast binary scaling to determine the load | Justus Winter |
2014-05-13 | libihash: use linear probing and fast modulo operation | Justus Winter |
2014-05-13 | libihash: use an integer hash function on the keys | Justus Winter |
2014-05-13 | libihash: fix type of max_load | Justus Winter |
2014-05-13 | libihash: reduce the default maximum load factor to 75% | Justus Winter |
2013-12-09 | libihash: remove dead code | Justus Winter |
2013-11-16 | Clean up the included header files | Justus Winter |
2013-09-15 | libihash: add HURD_IHASH_ITERATE_ITEMS macro | Justus Winter |
2012-06-30 | Address gcc warning | Bob Ham |
2012-04-08 | Replace fragile manual »make dist« system with one based on »git archive«. | Thomas Schwinge |
2009-07-11 | Switch to the new ChangeLog style. | Thomas Schwinge |
2006-07-11 | 2006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org> | Thomas Schwinge |
2004-04-21 | 2004-04-21 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann |
2004-04-02 | 2004-04-02 Marco Gerards <metgerards@student.han.nl> | Marco Gerards |
2004-03-06 | 2004-03-07 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann |
2004-03-01 | auth/ | Marcus Brinkmann |
2001-08-15 | . | Roland McGrath |
2001-08-15 | 2001-08-15 Roland McGrath <roland@frob.com> | Roland McGrath |
1999-03-07 | . | Roland McGrath |
1999-03-07 | 1999-03-07 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath |
1999-03-05 | Fri Mar 5 17:13:04 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell |
1997-06-20 | . | Miles Bader |
1997-06-20 | (ihash_create): | Miles Bader |
1996-07-17 | Initial revision | Roland McGrath |
1996-04-25 | Undo last change. | Roland McGrath |
1996-04-25 | (ihash_find): Change return type to void **. | Roland McGrath |
1996-04-11 | Include "priv.h". | Michael I. Bushnell |
1996-04-11 | Initial revision | Michael I. Bushnell |
1996-04-11 | (LCLHDRS): Add priv.h. | Michael I. Bushnell |
1996-04-11 | (ihash_add): New name of nextprime. | Michael I. Bushnell |
1996-04-11 | (_ihash_nextprime): Renamed from nextprime.c. All callers changed. | Michael I. Bushnell |
1996-03-07 | Include <spin_lock.h>. | Michael I. Bushnell |