index
:
hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libihash
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unaligned memory accesses
Samuel Thibault
2023-02-02
1
-6
/
+4
*
libihash: Make sure we do not remove a locp several times
Samuel Thibault
2018-01-06
2
-0
/
+3
*
libihash: enable fast insertions replacing tombstones
Justus Winter
2016-05-03
1
-5
/
+8
*
libihash: fix corner case
Justus Winter
2016-05-03
1
-1
/
+4
*
libihash: rehash if effective load exceeds the threshold
Justus Winter
2016-04-29
1
-4
/
+6
*
libihash: keep track of free slots
Justus Winter
2016-04-29
2
-0
/
+20
*
libihash: fix index computation
Justus Winter
2016-04-29
1
-6
/
+1
*
fix compiler warnings in hurd/libihash
Flavio Cruz
2015-12-29
1
-1
/
+1
*
libihash: provide a general purpose hash algorithm
Justus Winter
2015-11-29
3
-1
/
+99
*
libihash: fix item insertion
Justus Winter
2015-11-29
1
-36
/
+18
*
libihash: generalize the interface to support non-integer keys
Justus Winter
2015-11-29
2
-12
/
+84
*
libihash: fix fast insertion corner case
Justus Winter
2015-11-29
1
-0
/
+1
*
libihash: fix ill-devised locp lookup interface
Justus Winter
2015-11-29
2
-35
/
+15
*
libihash: prefer performance degradation over failure
Justus Winter
2015-11-12
1
-1
/
+11
*
libihash: optimize lookup-or-insert operations
Justus Winter
2015-11-06
2
-1
/
+129
*
libihash: add hurd_ihash_value_valid
Justus Winter
2015-11-06
2
-2
/
+8
*
libihash: fix comparison between signed and unsigned integer
Justus Winter
2014-08-31
1
-1
/
+2
*
libihash: do not use an integer hash function by default
Justus Winter
2014-05-26
1
-18
/
+4
*
libihash: add hurd_ihash_get_load
Justus Winter
2014-05-22
2
-18
/
+26
*
libihash: fix typo
Justus Winter
2014-05-22
1
-1
/
+1
*
libihash: use fast binary scaling to determine the load
Justus Winter
2014-05-13
2
-21
/
+40
*
libihash: use linear probing and fast modulo operation
Justus Winter
2014-05-13
2
-110
/
+19
*
libihash: use an integer hash function on the keys
Justus Winter
2014-05-13
1
-2
/
+15
*
libihash: fix type of max_load
Justus Winter
2014-05-13
1
-1
/
+1
*
libihash: reduce the default maximum load factor to 75%
Justus Winter
2014-05-13
1
-1
/
+1
*
libihash: remove dead code
Justus Winter
2013-12-09
1
-3
/
+0
*
Clean up the included header files
Justus Winter
2013-11-16
1
-3
/
+1
*
libihash: add HURD_IHASH_ITERATE_ITEMS macro
Justus Winter
2013-09-15
1
-0
/
+17
*
Address gcc warning
Bob Ham
2012-06-30
1
-1
/
+1
*
Replace fragile manual »make dist« system with one based on »git archive«.
Thomas Schwinge
2012-04-08
1
-3
/
+1
*
Switch to the new ChangeLog style.
Thomas Schwinge
2009-07-11
1
-82
/
+0
*
2006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
Thomas Schwinge
2006-07-11
2
-2
/
+8
*
2004-04-21 Marcus Brinkmann <marcus@gnu.org>
Marcus Brinkmann
2004-04-21
2
-2
/
+7
*
2004-04-02 Marco Gerards <metgerards@student.han.nl>
Marco Gerards
2004-04-02
3
-10
/
+20
*
2004-03-07 Marcus Brinkmann <marcus@gnu.org>
Marcus Brinkmann
2004-03-06
3
-6
/
+16
*
auth/
Marcus Brinkmann
2004-03-01
7
-469
/
+566
*
.
Roland McGrath
2001-08-15
1
-0
/
+11
*
2001-08-15 Roland McGrath <roland@frob.com>
Roland McGrath
2001-08-15
4
-26
/
+70
*
.
Roland McGrath
1999-03-07
1
-0
/
+4
*
1999-03-07 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath
1999-03-07
1
-12
/
+9
*
Fri Mar 5 17:13:04 1999 Thomas Bushnell, BSG <tb@mit.edu>
Thomas Bushnell
1999-03-05
2
-4
/
+9
*
.
Miles Bader
1997-06-20
1
-0
/
+4
*
(ihash_create):
Miles Bader
1997-06-20
1
-1
/
+3
*
Initial revision
Roland McGrath
1996-07-17
1
-0
/
+21
*
Undo last change.
Roland McGrath
1996-04-25
1
-6
/
+4
*
(ihash_find): Change return type to void **.
Roland McGrath
1996-04-25
1
-4
/
+6
*
Include "priv.h".
Michael I. Bushnell
1996-04-11
2
-0
/
+2
*
Initial revision
Michael I. Bushnell
1996-04-11
1
-0
/
+21
*
(LCLHDRS): Add priv.h.
Michael I. Bushnell
1996-04-11
1
-2
/
+2
*
(ihash_add): New name of nextprime.
Michael I. Bushnell
1996-04-11
1
-2
/
+2
[next]