summaryrefslogtreecommitdiffstats
path: root/src/map.c
Commit message (Expand)AuthorAgeFilesLines
* - use PR_Bool instead of bool_t, which is RPC-specificNalin Dahyabhai2008-04-181-8/+8
* - allow "-1" for a datum's size to be used as shorthand for "use strlen()"Nalin Dahyabhai2008-04-181-0/+6
* - stub out where we'll be providing dataNalin Dahyabhai2008-04-021-1/+6
* - warning cleanupsNalin Dahyabhai2008-04-021-15/+0
* - finish pulling ldap-specific bits out of the map structureNalin Dahyabhai2008-04-021-65/+75
* - remove ldap'isms from the map structuresNalin Dahyabhai2008-04-021-98/+45
* - start making it possible to add entries on the flyNalin Dahyabhai2008-04-021-0/+41
* - work out how to remove things from the data modelNalin Dahyabhai2008-04-021-28/+116
* - some header cleanupNalin Dahyabhai2008-04-021-4/+0
* - add an explicit initialization step, and work out how to add/remove mapNalin Dahyabhai2008-04-021-27/+265
* - add a very basic, slow, tree structure for searchingNalin Dahyabhai2008-04-021-8/+126
* - start stubbing out a mapping implementationNalin Dahyabhai2008-03-271-0/+68