Change the ifdefs to match the filename
[sahlberg/ctdb.git] / lib /
2010-05-10 Ronnie Sahlbergexample libctdb.a and test program libctdb/tst.c
2010-04-22 Ronnie sahlbergMerge commit 'rusty/tdb-update'
2010-04-22 Rusty Russelltdb: define _PUBLIC_ so we can compile tdb. rusty/tdb-update
2010-04-22 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
2010-04-22 Jelmer Vernooijsubunit: Support formatting compatible with upstream...
2010-04-22 Simo Sorcetdb: update exports and signatures files
2010-04-22 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-04-22 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-04-22 Volker LendeckeFix some nonempty blank lines
2010-04-22 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-04-22 Volker Lendecketdb: Fix bug 7248, avoid the nanosleep dependency
2010-04-22 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-04-22 Rusty Russelltdb: handle processes dying during transaction commit.
2010-04-22 Rusty Russellpatch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
2010-04-22 Rusty Russelltdb: add -k option to tdbtorture
2010-04-22 Rusty Russelltdb: don't truncate tdb on recovery
2010-04-22 Rusty Russelltdb: remove lock ops
2010-04-22 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-04-22 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-04-22 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-04-22 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-04-22 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-04-22 Rusty Russelltdb: remove num_locks
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-04-22 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-04-22 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-04-22 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-04-22 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-04-22 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-04-22 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-04-22 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-04-22 Rusty Russelltdb: make _tdb_transaction_cancel static.
2010-04-22 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-04-22 Brad HardsSpelling fixes for tdb.
2010-04-22 Andrew Tridgelltdb: use fdatasync() instead of fsync() in transactions
2010-04-22 Volker Lendecketdb: Apply some const, just for clarity
2010-04-22 Rusty Russelltdb: fix recovery reuse after crash
2010-04-22 Rusty Russelltdb: give a name to the invalid recovery area constant (0)
2010-04-22 Simo Sorcerelease-scripts: parametrize scripts
2010-04-22 Simo Sorcetdb: raise version to 1.2.1
2010-03-31 Martin SchwenkeMerge commit 'origin/master'
2010-03-11 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-02-24 Mathieu ParentCorrection of spelling errors.
2010-02-10 Martin SchwenkeMerge commit 'origin/master'
2010-02-08 Andrew Tridgellctdb: migrate to new dlinklist.h from Samba
2010-02-05 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-02-04 Andrew Tridgellutil: added TLIST_*() macros
2010-02-01 Volker Lendecketdb: fix an early release of the global lock that can...
2010-01-22 Martin SchwenkeMerge commit 'origin/master'
2010-01-20 Stefan Metzmacherlib/util: add pre and post panic action hooks
2010-01-20 Stefan Metzmacherlib/util: import fault/backtrace handling from samba.
2010-01-20 Stefan Metzmachermove DEBUG* macros to one place
2010-01-20 Stefan Metzmacherlib/events: finish "Run only one event for each epoll_w...
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Simo SorceFix release script with newer versins of git
2009-12-16 Matthias Dieter... tdb tools: Mostly cosmetic adaptions
2009-12-16 Stefan Metzmachertdb: change version to 1.2.0 after adding TDB_*ALLOW_NE...
2009-12-16 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-12-16 Stefan Metzmachertdb: always set tdb->tracefd to -1 to be safe on goto...
2009-12-16 Volker Lendecketdb: Fix a C++ warning (cherry picked from samba commit...
2009-12-16 Kirill Smelkovtdb: update README a bit
2009-12-16 Kirill Smelkovtdb: add tests for double .close() in pytdb
2009-12-16 Kirill Smelkovtdb: reset tdb->fd to -1 in tdb_close()
2009-12-16 Kirill Smelkovtdb: fix typo in python's Tdb.get() docstring
2009-12-16 Andrew Tridgelltdb: detect tdb store of identical records and skip
2009-12-16 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-12-16 Rusty Russelllib/tdb: make tdbtool use tdb_check() for "check" command
2009-12-16 Rusty Russelllib/tdb: add tdb_check()
2009-12-16 Kirill Smelkovtdb: kill last bits from swig
2009-12-16 Stefan Metzmacherlib/tdb: sync build files from samba master
2009-12-16 Stefan Metzmachers3 build: Remove unused fstat check to fix a bunch...
2009-12-16 Stefan Metzmacherlib/tdb: include replace.h and system/filesys.h in...
2009-12-16 Stefan MetzmacherAvoid using a utility header for Python replacements...
2009-12-16 Stefan Metzmachers3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-12-16 Stefan Metzmacherpy: Properly increase the reference counter of Py_None...
2009-12-16 Jelmer VernooijMake sure to not close tdb database more than once...
2009-12-16 Jelmer VernooijImplement missing functions in pytdb. (cherry picked...
2009-12-16 Stefan MetzmacherAdd simple manually written replacement for the tdb...
2009-12-16 Jelmer Vernooijtdb: Add simple reimplementation of tdbdump in Python...
2009-12-16 Jeremy AllisonRemove unecessary msync. Jeremy. (cherry picked from...
2009-12-16 Stefan MetzmacherThe msync manpage reports that msync *must* be called...
2009-12-16 Volker LendeckeAttempt to fix bug 5684
2009-12-16 Slava Semushinlib/tdb/tools/tdbtorture.c: fixed memory leak.
2009-12-16 Andrew Tridgelladded basic testing of tdb_transaction_prepare_commit...
2009-12-16 Andrew Tridgellmake tdbbackup use transactions
2009-12-16 Andrew Tridgellfixed tdbbackup to give tdb error messages (cherry...
2009-12-16 Rusty Russelllib/tdb: add -t (always use transactions) option to...
2009-12-16 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-12-16 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-12-16 Andrew Tridgelltdb: fixed the intermittent failure of tdbtorture in...
2009-12-16 Michael Adamtdb:tdbtool: fix indentation.
2009-12-16 Stefan MetzmacherFix all warnings in source3 with gcc4.3. Jeremy. (cherr...
2009-12-16 Tim Proutys3/s4: Fix "shadows a global declaration" warning ...
2009-12-16 Tim Proutytdb: Fix some recently introduced warnings in tdbtool...
2009-12-16 Andrew Tridgelladded some more speed tests to tdbtool
next