summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for True64 treating readonly as a reserved word !Jeremy Allison2001-04-141-2/+2
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-12/+20
* Set the tdb->map_ptr to NULL if mmap() returns -1.Tim Potter2001-01-161-0/+3
* The line was:Christopher R. Hertel2000-12-301-1/+6
* Added lock backouts on fail.Jeremy Allison2000-12-151-3/+28
* Two tdb bugfixes. First one - ensure that traverse lock is moved before deletingJeremy Allison2000-12-131-45/+58
* Added Tim's fix for read-only crashes.Jeremy Allison2000-12-111-0/+2
* Fixed bug with tdb_next_lock failing when reaching then end of a hashchainJeremy Allison2000-12-071-9/+10
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-1013/+717
* Fixed one tdb_read -> rec_free_read call.Jeremy Allison2000-12-051-10/+2
* Added sorted freelist neighbour merge code to stop tdb fragmentation.Jeremy Allison2000-12-051-32/+212
* Added print_freelist command.Jeremy Allison2000-12-021-0/+35
* change the split threahold for the free list to prevent freelistAndrew Tridgell2000-12-021-1/+1
* fixed a potential locking deadlock in tdbAndrew Tridgell2000-11-271-1/+1
* got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-101-25/+0
* Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-051-1/+1
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-021-3/+7
* - use read locks when possibleAndrew Tridgell2000-06-151-42/+44
* an imcompatible tdb format change (sorry!)Andrew Tridgell2000-05-121-11/+2
* when creating the database zero the reserved spaceAndrew Tridgell2000-05-101-0/+8
* - add some reserved space to every tdb, this will beAndrew Tridgell2000-05-101-2/+3
* Use a prime for default tdb hash size - this makes a difference !Herb Lewis2000-05-101-1/+1
* fixed typoAndrew Tridgell2000-05-011-1/+1
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-011-40/+63
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-20/+15
* put tdb utility functions in a separate fileAndrew Tridgell2000-04-291-44/+0
* Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison2000-04-281-7/+19
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-251-4/+25
* use an size_t not a ssize_t when checking for out of bounds errorsAndrew Tridgell2000-04-241-1/+1
* added tdb_get_int() and tdb_store_int()Andrew Tridgell2000-04-161-0/+34
* Check for null tdb context in tdb_exists()Tim Potter2000-03-011-0/+7
* Allow tdb databases to be created "in memory" without having a fileTim Potter2000-02-281-55/+99
* More checks for passing NULL tdb contexts to tdb functions.Tim Potter2000-02-161-0/+77
* Return "Invalid tdb context" instead of crashing when tdb_error calledTim Potter2000-02-151-2/+6
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-3/+3
* tdb record read error return check fix from Dave Airlie <airlied@samba.org>.Jeremy Allison2000-01-241-1/+1
* casts and defines to make solaris happyAndrew Tridgell2000-01-141-0/+4
* improved the error checkingAndrew Tridgell2000-01-081-26/+73
* don't use strcpyAndrew Tridgell2000-01-071-1/+2
* - patch from Rusty to neaten up the code a bitAndrew Tridgell2000-01-071-232/+106
* lower the default hash size a bitAndrew Tridgell2000-01-051-1/+1
* drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell2000-01-031-1/+1
* updated docsAndrew Tridgell2000-01-021-1/+1
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-13/+40
* - optimise tdb_store() a littleAndrew Tridgell2000-01-021-7/+15
* fixed more locking bugs - all seems OK nowAndrew Tridgell1999-12-241-39/+66
* fixed locking codeAndrew Tridgell1999-12-231-69/+194
* fixed a bug in the handling of tdb version number upgradeAndrew Tridgell1999-12-221-0/+3
* added some paranoia codeAndrew Tridgell1999-12-221-41/+46