summaryrefslogtreecommitdiffstats
path: root/dhash
Commit message (Expand)AuthorAgeFilesLines
* DHASH: minor fixesOndrej Kos2013-04-101-1/+3
* DHASH: Don't use backward jumpsOndrej Kos2013-04-051-23/+56
* DHASH: Check before dereferencingOndrej Kos2013-04-041-3/+6
* Replacing sprintf with snprintfDmitri Pal2013-01-241-5/+6
* Fixing headersDmitri Pal2013-01-241-0/+1
* Make CLANG happyDmitri Pal2013-01-041-2/+7
* Ensure error_string() never returns NULLSumit Bose2012-04-251-1/+12
* * Resolves: bug #735464 Fix the loop limit used to initialize the table direc...John Dennis2012-04-253-77/+182
* Fix a typo in dhash.hSumit Bose2010-10-211-1/+1
* dhash: Allow hash_enter() to update entriesSumit Bose2010-10-122-27/+99
* dhash: Fix memory leak in exampleSumit Bose2010-10-121-0/+3
* dhash: add stddef.h to dhash.hSumit Bose2010-10-121-0/+1
* Fix version handling of the librariesSumit Bose2010-09-231-2/+2
* Build all of the ding-libs from the rootding_libs-0_1_0Stephen Gallagher2010-09-227-1019/+0
* dhash: Add targets for RPM buildStephen Gallagher2010-08-183-2/+116
* Update dhash versionStephen Gallagher2010-08-131-1/+1
* Support docdir and abs_builddirStephen Gallagher2010-04-121-0/+6
* Properly license libdhashStephen Gallagher2010-02-184-0/+88
* Split off libdhash into a shared libraryStephen Gallagher2010-01-205-9/+16
* License libdhash under the LGPLStephen Gallagher2010-01-203-0/+844
* Add comments to document latest changesSimo Sorce2009-12-081-0/+7
* dhash: Add private pointer for delete callbackSimo Sorce2009-12-084-13/+35
* Run dhash testsStephen Gallagher2009-12-081-0/+2
* Change dhash API to be talloc-friendlySimo Sorce2009-12-083-39/+78
* Clean up warnings in dhash testsStephen Gallagher2009-10-292-9/+9
* Include m4 directories in tarballStephen Gallagher2009-09-151-1/+3
* Add 'make tests' targetStephen Gallagher2009-09-111-0/+2
* Build all SSSD components with warnings enabledStephen Gallagher2009-07-132-1/+9
* Clean up warnings in common/Simo Sorce2009-07-031-1/+1
* Enable quiet build for automake >= 1.11Stephen Gallagher2009-06-021-0/+3
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-261-5/+6
* more autotools cleanupSumit Bose2009-05-261-1/+1
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-2/+2
* Enable parallel builds for the common librariesStephen Gallagher2009-05-191-1/+1
* Enable modular build of common SSSD librariesStephen Gallagher2009-05-144-1/+22
* add dynamic hash table data structure implementationJohn Dennis2009-04-226-0/+1897