summaryrefslogtreecommitdiffstats
path: root/source3/lib/tdb/common/transaction.c
Commit message (Collapse)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-1119/+0
|
* The msync manpage reports that msync *must* be called before munmap. Failure ↵Simo Sorce2008-09-031-1/+1
| | | | | | to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here. (This used to be commit 74c8575b3f3b90ea21ae6aa7ccd95947838af956)
* merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
| | | | (This used to be commit 1a1c7954368a7f168a57f86f4f857cf70258e37a)
* Fix some C++ warningsVolker Lendecke2008-01-161-2/+5
| | | | (This used to be commit 625241c4773ae5c80dd0cb0c07a86aff633c1ede)
* Port from ctdb:Jeremy Allison2008-01-151-16/+6
| | | | | | | minor fix to transaction_write_existing: tridge. Jeremy. (This used to be commit 874425c8f680fb2f737b46a3177b239e69302af5)
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-141-0/+75
| | | | (This used to be commit c91e9c785b5bf4b0c479edf8eb33da22bf615387)
* Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison2008-01-111-173/+170
| | | | | | this. Fixes insidious problem with order n^2 freelist merging. Jeremy. (This used to be commit c6609c042b128e7d63eb64cfdfb0f6b65cb59d76)
* Keep the tdb code in sync with Samba4.Jeremy Allison2007-11-061-5/+4
| | | | | | | | | | | | | | | | | | | | Mainly this is the svn changes : ------------------------------------------------------------------------ r23238 | tridge | 2007-05-30 01:15:49 -0700 (Wed, 30 May 2007) | 6 lines merged transaction lock changes from ctdb this ensures that having the global lock also implies the transaction lock ------------------------------------------------------------------------ r22832 | tridge | 2007-05-13 18:00:06 -0700 (Sun, 13 May 2007) | 3 lines merged the latest tdb changes from ctdb to Samba4 Jeremy. (This used to be commit ab11c0055761e97ba32a8c3ec4fa6f8763a262cd)
* r24340: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij2007-10-101-11/+11
| | | | (This used to be commit 26d1430283bd4ae8b8a84f3253e33417d509c1a4)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r22316: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | this function should be static metze (This used to be commit f722fd32da56aabca2fffe243e89177bc23e2be7)
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-101-0/+1053
metze (This used to be commit c7def92a9c2e17c90061ef17bc14e36250574e85)