Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/dict.c
Commit message (Expand)AuthorAgeFilesLines
* implement dict_getany() and set_pop() functions to be abl...Arthur de Jong2010-10-151-0/+11
* make DICTs and SETs case-sensitiveArthur de Jong2010-10-151-6/+5
* change dict and set API to perform loops with a list of s...Arthur de Jong2009-12-131-27/+42
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* miscellaneous portability improvementsArthur de Jong2008-06-061-1/+3
* fix problem where first item in the hashtable could be re...Arthur de Jong2008-04-231-1/+1
* allocate room for key string just after entry to save on ...Arthur de Jong2008-04-211-72/+12
* fix wrapping and indenting of commentsArthur de Jong2008-04-191-19/+18
* implement new dict module that uses a hashtable which is ...Arthur de Jong2008-04-191-92/+252
* change dict_values_first() and dict_values_next() into di...Arthur de Jong2008-04-171-4/+8
* simple check for validity of key value in dict_put()Arthur de Jong2007-12-011-0/+2
* fix a serious bug in dict_values_next() that would return...Arthur de Jong2007-07-231-3/+11
* add support for removing entries from a DICT by setting t...Arthur de Jong2007-07-231-4/+6
* fix casts of types where neededArthur de Jong2007-06-121-0/+1
* move dict into the common directoryArthur de Jong2007-06-111-0/+151