Fix some more bashisms
[metze/ctdb/wip.git] / lib /
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
2009-12-16 Michael Adamtdb:tdbtool: add transaction_start/_commit/_cancel...
2009-12-16 Michael Adamtdb:tdbtool: add the "speed" command to the help text.
2009-12-16 Holger HetterichAdded a simple tdb integrity check to tdbtool. The...
2009-12-16 Andrew Tridgelltdb: allow reads after prepare commit
2009-12-16 Michael Adamtdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function...
2009-12-16 Michael Adamtdb:mksigs: normalize bool -> _Bool
2009-12-16 Michael Adamtdb:mksigs: ignore symbols (like _DEPRECATED_) after...
2009-12-16 Michael Adamtdb:mksigs: correctly ignode multiline function typedefs
2009-12-16 Michael Adamtdb:mksigs: ignore struct forward declarations.
2009-12-16 Michael Adamtdb:mksyms: allow characters after closing functions...
2009-12-16 Michael Adamtdb:mksyms: allow double pointer return value of functions.
2009-12-16 Günther Deschnertdb: fix c++ build warning.
2009-12-16 Michael AdamOne would expect I could spell my name... (cherry picke...
2009-12-16 Michael Adamtdb: add script/abi_checks.sh. check for abi changes...
2009-12-16 Michael Adamtdb: add script to extract signatures from header files.
2009-12-16 Michael Adamtdb: add scripts to extract library symbols (exports...
2009-12-16 Rusty Russelllib/tdb: don't overwrite TDBs with different version...
2009-12-16 Jeremy AllisonAdd define guards around otherwise unused variable...
2009-12-16 Rusty RussellThere is one signedness issue in tdb which prevents...
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-11 Volker LendeckeImport "talloc_array_length" from upstream talloc
2009-12-09 Volker LendeckeRun only one event for each epoll_wait/select call
2009-12-09 Christian Ambachimprove time jump logging
2009-12-09 Ronnie SahlbergMerge commit 'rusty/script-report'
2009-12-07 Rusty Russelltalloc: save errno over talloc_free
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
2009-12-04 Ronnie SahlbergDont store debug level DEBUG_DEBUG in the in-memory...
2009-11-30 Ronnie SahlbergMerge commit 'martins/status-test-2'
2009-11-18 Ronnie Sahlbergadd an in memory ringbuffer where we store the last...
2009-11-11 Martin SchwenkeMerge commit 'origin/master'
2009-10-27 Ronnie Sahlbergfor debugging
2009-10-26 Ronnie Sahlbergpatch the event loop so we read the current time every...
2009-09-18 Ronnie SahlbergMerge commit 'martins/master'
2009-09-15 Ronnie SahlbergRevert "try to restart statd everytime it fails, not...
2009-09-15 Ronnie Sahlbergtry to restart statd everytime it fails, not just the...
2009-09-14 Ronnie SahlbergMerge commit 'obnox/master-rebase'
2009-09-09 Mathieu ParentUpdate outdated autotools helper files.
2009-08-11 Martin SchwenkeMerge commit 'origin/master'
2009-08-09 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2009-08-04 Michael Adamdebug: add debug_add and dump_data functions
2009-08-04 Rusty Russelltdb: don't alter tdb->flags in tdb_reopen_all()
2009-08-04 Rusty Russelltdb: Reimplementation of Metze's "lib/tdb: if we know...
2009-08-04 Rusty Russellrealloc() has that horrible overloaded free semantic...
2009-08-04 Rusty RussellIf the record is at the end of the database, pretending...
next