Age | Commit message (Expand) | Author | Files | Lines |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -12/+20 |
2001-01-16 | Set the tdb->map_ptr to NULL if mmap() returns -1. | Tim Potter | 1 | -0/+3 |
2000-12-30 | The line was: | Christopher R. Hertel | 1 | -1/+6 |
2000-12-15 | Added lock backouts on fail. | Jeremy Allison | 1 | -3/+28 |
2000-12-13 | Two tdb bugfixes. First one - ensure that traverse lock is moved before deleting | Jeremy Allison | 1 | -45/+58 |
2000-12-11 | Added Tim's fix for read-only crashes. | Jeremy Allison | 1 | -0/+2 |
2000-12-07 | Fixed bug with tdb_next_lock failing when reaching then end of a hashchain | Jeremy Allison | 1 | -9/+10 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 1 | -1013/+717 |
2000-12-05 | Fixed one tdb_read -> rec_free_read call. | Jeremy Allison | 1 | -10/+2 |
2000-12-05 | Added sorted freelist neighbour merge code to stop tdb fragmentation. | Jeremy Allison | 1 | -32/+212 |
2000-12-02 | Added print_freelist command. | Jeremy Allison | 1 | -0/+35 |
2000-12-02 | change the split threahold for the free list to prevent freelist | Andrew Tridgell | 1 | -1/+1 |
2000-11-27 | fixed a potential locking deadlock in tdb | Andrew Tridgell | 1 | -1/+1 |
2000-10-10 | got rid of tdb_writelock() and instead lock a chain. tdb_writelock() | Andrew Tridgell | 1 | -25/+0 |
2000-10-05 | Herb's fixes for profiling & compiler warnings. | Jeremy Allison | 1 | -1/+1 |
2000-10-02 | Added debug so if zero length messages get sent we successfully remove | Jeremy Allison | 1 | -3/+7 |
2000-06-15 | - use read locks when possible | Andrew Tridgell | 1 | -42/+44 |
2000-05-12 | an imcompatible tdb format change (sorry!) | Andrew Tridgell | 1 | -11/+2 |
2000-05-10 | when creating the database zero the reserved space | Andrew Tridgell | 1 | -0/+8 |
2000-05-10 | - add some reserved space to every tdb, this will be | Andrew Tridgell | 1 | -2/+3 |
2000-05-10 | Use a prime for default tdb hash size - this makes a difference ! | Herb Lewis | 1 | -1/+1 |
2000-05-01 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2000-05-01 | added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags. | Andrew Tridgell | 1 | -40/+63 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -20/+15 |
2000-04-29 | put tdb utility functions in a separate file | Andrew Tridgell | 1 | -44/+0 |
2000-04-28 | Added tdb_get/set_int_byblob, which takes a size_t len and then implemented | Jeremy Allison | 1 | -7/+19 |
2000-04-25 | added TDB_MODIFY flag - patch from from luke | Andrew Tridgell | 1 | -4/+25 |
2000-04-24 | use an size_t not a ssize_t when checking for out of bounds errors | Andrew Tridgell | 1 | -1/+1 |
2000-04-16 | added tdb_get_int() and tdb_store_int() | Andrew Tridgell | 1 | -0/+34 |
2000-03-01 | Check for null tdb context in tdb_exists() | Tim Potter | 1 | -0/+7 |
2000-02-28 | Allow tdb databases to be created "in memory" without having a file | Tim Potter | 1 | -55/+99 |
2000-02-16 | More checks for passing NULL tdb contexts to tdb functions. | Tim Potter | 1 | -0/+77 |
2000-02-15 | Return "Invalid tdb context" instead of crashing when tdb_error called | Tim Potter | 1 | -2/+6 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 1 | -3/+3 |
2000-01-24 | tdb record read error return check fix from Dave Airlie <airlied@samba.org>. | Jeremy Allison | 1 | -1/+1 |
2000-01-14 | casts and defines to make solaris happy | Andrew Tridgell | 1 | -0/+4 |
2000-01-08 | improved the error checking | Andrew Tridgell | 1 | -26/+73 |
2000-01-07 | don't use strcpy | Andrew Tridgell | 1 | -1/+2 |
2000-01-07 | - patch from Rusty to neaten up the code a bit | Andrew Tridgell | 1 | -232/+106 |
2000-01-05 | lower the default hash size a bit | Andrew Tridgell | 1 | -1/+1 |
2000-01-03 | drop the alignment to 4 bytes - this makes tdb more space efficient | Andrew Tridgell | 1 | -1/+1 |
2000-01-02 | updated docs | Andrew Tridgell | 1 | -1/+1 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -13/+40 |
2000-01-02 | - optimise tdb_store() a little | Andrew Tridgell | 1 | -7/+15 |
1999-12-24 | fixed more locking bugs - all seems OK now | Andrew Tridgell | 1 | -39/+66 |
1999-12-23 | fixed locking code | Andrew Tridgell | 1 | -69/+194 |
1999-12-22 | fixed a bug in the handling of tdb version number upgrade | Andrew Tridgell | 1 | -0/+3 |
1999-12-22 | added some paranoia code | Andrew Tridgell | 1 | -41/+46 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -31/+34 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1 | -4/+35 |