Changed how Message-ID RFC2822 field is generated
[citadel.git] / libcitadel / lib / hash.c
2022-11-11 Art CancroMAKE K&R CODING STYLE GREAT AGAIN!
2022-07-10 Art Cancroutf8ify_rfc822_string() is in libcitadel now
2015-12-20 Wilfried Goesgensmove FourHash into libcitadel.
2015-10-18 Wilfried Goesgens - Add new function for demo printing hashes
2015-10-11 Wilfried GoesgensAdd propper debugging for lflathashs, crash if debug...
2012-12-27 Wilfried GoesgensHASH: add a way to reset an iterator
2012-12-23 Wilfried GoesgensHASH: make params const which don't need writing.
2012-10-21 Wilfried GoesgensHASH: sanitase edge cases of OOM
2012-05-29 Wilfried GoesgensHash: forgot to include some lines into the #if DEBUG
2012-05-26 Wilfried Goesgensdbg_PrintHash(): #ifdef DEBUG everything related to...
2011-11-21 Wilfried GoesgensFix lookup of of hashitem to hashpos: we have to use...
2011-09-04 Art CancroAdded GPL declaration to source files in libcitadel
2011-08-31 Wilfried GoesgensAdd function to do some revalidations on hashlists...
2011-07-07 Wilfried GoesgensFix documentation
2010-12-27 Wilfried GoesgensHashlist: add function to flush the contents of a hashlist.
2010-10-25 Wilfried Goesgens* need to revalidate start in any case to be exact.
2010-10-25 Wilfried Goesgens* add a permutation to the hashlist one can store msets in
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-23 Wilfried Goesgens* off by one in range checking of indexed access
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-04-24 Wilfried Göesgens* DeleteEntryFromHash(): don't skip indirection via...
2010-04-24 Wilfried Göesgens* offer a split version of GetNextHashPos(): GetHashPos...
2009-12-06 Wilfried Göesgens* typo in varname
2009-12-06 Wilfried Göesgens* use different counters for the hash payloads used...
2009-12-03 Dave WestOops, missed comitting this file.
2009-12-03 Dave WestFor peer review.
2009-10-25 Wilfried Göesgens* more doxygen cleanup
2009-10-11 Wilfried Göesgens* remove unneded code
2009-10-11 Wilfried Göesgens* fix hashlist iterator
2009-04-11 Art Cancro* HashLittle() function
2008-12-26 Wilfried Göesgens* fix iteration
2008-12-24 Wilfried Göesgens* adjust backward iterating
2008-12-20 Wilfried Göesgens* handle negative index condition
2008-12-07 Wilfried Göesgens* *grml* always tried to avoid this, but can't live...
2008-12-07 Wilfried Göesgens* Allow hashiterator to do bigger steps than 1 and...
2008-11-30 Wilfried Göesgens* zero-safe StrtoI/L
2008-11-02 Wilfried Göesgens* reference free handler (Don't free payload ;-)
2008-09-08 Wilfried Göesgens* add wrapper to destruct nested hashes
2008-08-30 Wilfried Göesgens* add hint for future debugging season, so we remember...
2008-08-17 Wilfried Göesgens* return a const char instead
2008-07-09 Wilfried Göesgens* add new buffer class which handles concatenation...
2008-06-02 Art CancroCompleted the delete-user hook to remove any associated
2008-05-18 Wilfried Göesgens* made hash implementation NULL pointer safe.
2008-05-10 Wilfried Göesgens* made GetCount NULL pointer aware since its safe to...
2008-05-07 Wilfried Göesgens* hash now can return its number of members.
2008-04-30 Wilfried Göesgens* added more usefull print hash function, so one can...
2008-04-26 Wilfried Göesgens* bugfix in the hash implementation; expanding the...
2008-04-11 Art CancroVersion number to 7.35 in preparation for an upcoming...
2008-03-09 Wilfried Göesgens* don't search for null-lengthened strings.
2008-03-02 Wilfried Göesgens* documented hashlist
2008-02-23 Wilfried Göesgens* fixed several crash / invalid data cases in the hash...
2008-02-01 Wilfried Göesgens* remove debugging printfs
2008-01-22 Dave WestClean up in Hash functions.
2008-01-20 Wilfried Göesgens* add skelleton hash lib.