Age | Commit message (Expand) | Author | Files | Lines |
2008-05-20 | Convert in_transaction to a bool. Add the same fix Volker | Jeremy Allison | 1 | -4/+9 |
2008-05-20 | Fix nesting tdb_traverse in a transaction | Volker Lendecke | 1 | -3/+8 |
2008-02-08 | merge tdb changes from ctdb | Andrew Tridgell | 1 | -33/+47 |
2008-02-07 | merge growing tdb for tdb_wipe_all() fix from ctdb | Andrew Tridgell | 1 | -0/+43 |
2008-01-31 | merged tdb transaction fix | Andrew Tridgell | 1 | -0/+3 |
2008-01-18 | merged changes from v4-0-test | Andrew Tridgell | 2 | -43/+43 |
2008-01-16 | Don't try ftruncate when the tdb is opened read-only | Volker Lendecke | 1 | -0/+1 |
2008-01-16 | Next try to fix the max dead record calculation | Volker Lendecke | 1 | -1/+1 |
2008-01-16 | Fix some C++ warnings | Volker Lendecke | 1 | -2/+5 |
2008-01-16 | Fix a missing prototype warning | Volker Lendecke | 1 | -0/+1 |
2008-01-15 | Port from ctdb: | Jeremy Allison | 1 | -16/+6 |
2008-01-14 | samba3 already has tdb_validate() | Andrew Tridgell | 1 | -42/+0 |
2008-01-14 | merged tdb fix from ctdb tree | Andrew Tridgell | 2 | -0/+122 |
2008-01-13 | Fix the max_dead_record calculations | Volker Lendecke | 1 | -4/+1 |
2008-01-11 | Sync tdb with the tdb changes in ctdb. Spoke to tridge about | Jeremy Allison | 8 | -217/+353 |
2008-01-09 | Fix the max_dead_record calculations | Volker Lendecke | 1 | -4/+1 |
2007-11-28 | Add a warning for a potential bug I've run into | Volker Lendecke | 1 | -0/+3 |
2007-11-22 | Add a missing prototype | Volker Lendecke | 1 | -0/+1 |
2007-11-06 | Fix const warning. | Jeremy Allison | 1 | -1/+1 |
2007-11-06 | Keep the tdb code in sync with Samba4. | Jeremy Allison | 5 | -32/+174 |
2007-11-06 | Fix bug where tdb lock call interrupted with | Jeremy Allison | 2 | -0/+14 |
2007-10-12 | offsetof() is always present as shown in some | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -0/+4 |
2007-10-10 | r24743: Fix build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2... | Michael Adam | 1 | -6/+25 |
2007-10-10 | r24341: Make libreplace provide offsetof. | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r24340: Use standard data type uint32_t rather than tdb-specific u32. | Jelmer Vernooij | 8 | -59/+56 |
2007-10-10 | r24049: Some more 64-bit warnings | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r23980: Fix one more use of pwrite in expand_file. | Michael Adam | 1 | -1/+10 |
2007-10-10 | r23979: Fix another occurence of (written != requested) as an | Michael Adam | 1 | -5/+22 |
2007-10-10 | r23977: Im prove the pwrite-patch to tdb_expand_file of r23972: | Michael Adam | 1 | -7/+20 |
2007-10-10 | r23972: Fix a bug in pwrite error detection in tdb_expand_file(): | Michael Adam | 1 | -3/+3 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 11 | -22/+11 |
2007-10-10 | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 11 | -11/+11 |
2007-10-10 | r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r23371: Fix the misleading comment I added - it really *should* | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23370: Traverse in tdb wasn't consistently using the | Jeremy Allison | 1 | -8/+10 |
2007-10-10 | r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead record | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r22317: add tdb_ prefix to non static function | Stefan Metzmacher | 3 | -8/+8 |
2007-10-10 | r22316: merge from samba4: | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22315: move tdbback.c content into tdbbackup.c | Stefan Metzmacher | 1 | -227/+0 |
2007-10-10 | r22249: move tdb code to lib/tdb/ as in samba4 | Stefan Metzmacher | 12 | -0/+4417 |