util_strlist: Add some more "const"s
[ira/wip.git] / lib / tdb /
2009-09-07 Günther Deschnertdb: fix c++ build warning.
2009-08-29 Michael AdamOne would expect I could spell my name...
2009-08-29 Michael Adamtdb: move the original abi_checks script to script...
2009-08-29 Michael Adamtdb: run abi_checks as part of "make test".
2009-08-29 Michael Adamtdb: remove files generated by "make abi_checks" in...
2009-08-29 Michael Adamtdb: add a target "abi_checks" to tdb.
2009-08-29 Michael Adamtdb: add script/abi_checks.sh. check for abi changes...
2009-08-29 Michael Adamtdb: add script to extract signatures from header files.
2009-08-29 Michael Adamtdb: add scripts to extract library symbols (exports...
2009-08-28 Rusty Russelllib/tdb: don't overwrite TDBs with different version...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-06 Jeremy AllisonAdd define guards around otherwise unused variable.
2009-08-06 Rusty RussellThere is one signedness issue in tdb which prevents...
2009-07-31 Rusty Russelltdb: don't alter tdb->flags in tdb_reopen_all()
2009-07-31 Rusty Russelltdb: Reimplementation of Metze's "lib/tdb: if we know...
2009-07-31 Rusty Russelltdb: Revert "lib/tdb: if we know pwrite and pread are...
2009-07-30 Rusty Russellrealloc() has that horrible overloaded free semantic...
2009-07-30 Rusty RussellIf the record is at the end of the database, pretending...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Rusty Russelltdb: fix locking error
2009-07-20 Rusty RussellMake tdb transaction lock recursive (samba version)
2009-07-03 Björn Jacketdb: fix define of tdbdir when srcdir != "."
2009-07-03 Simo SorceSort the signature files
2009-06-17 Jelmer Vernooijtdb: Fix help string in configure flag to enable Python...
2009-06-17 Simo Sorcefix release scripts to always git clean
2009-06-15 Simo SorceAdd exports file and abi checker for tdb tdb-1.1.5
2009-06-15 Simo SorceAdd option to --disable-python on build
2009-06-06 Slava Semushinlib/tdb/tools/tdbtorture.c: fixed memory leak.
2009-06-01 Andrew Tridgelloverallocate all records by 25%
2009-06-01 Andrew Tridgellauto-repack in transactions that expand the tdb
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Andrew Tridgellfixed tdbbackup to give tdb error messages
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Andrew Tridgellmake TDB_NOSYNC affect all the fsync/msync calls in...
2009-05-27 Tim Proutytdb: Fix some recently introduced warnings in tdbtool
2009-05-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-25 Andrew Tridgelladded some more speed tests to tdbtool
2009-05-21 Jim McDonoughDetect tight loop in tdb_find()
2009-05-16 Jelmer VernooijUpdate copies of config.guess and config.sub.
2009-05-05 Simo SorceUpdate tdb and talloc web pages
2009-05-05 Simo SorceAdd release scripts for talloc and tdb
2009-04-02 Andrew TridgellMerge commit 'abartlet/wspp-schema' into wspp-schema
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-03-31 Tim Proutytdb: Remove unused variable
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-31 Andrew Tridgellup the version to 1.1.4 with the addition of
2009-03-31 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-31 Andrew Tridgelladded basic testing of tdb_transaction_prepare_commit...
2009-03-31 Howard ChuAdd tdb_transaction_prepare_commit()
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Stefan Metzmacherlib/tdb: if we know pwrite and pread are thread/fork...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-03 Stefan Metzmacherlib/tdb: don't generate a static library for the samba4...
2009-02-02 Stefan Metzmacherlib/tdb: the python bindings don't use swig anymore
2009-01-30 Tim Proutys3 build: Remove unused fstat check to fix a bunch...
2009-01-30 Stefan Metzmacherlib/tdb: include replace.h and system/filesys.h in...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2009-01-01 Jeremy AllisonFix all warnings in source3 with gcc4.3.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer Vernooijstandalone: Use more variables, preparing to include...
2008-12-22 Jelmer VernooijFix standalone build of tdb python module, update ignor...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMake sure to not close tdb database more than once.
2008-12-18 Jelmer VernooijRemove swig use from tdb standalone build.
2008-12-18 Jelmer VernooijImplement missing functions in pytdb.
2008-12-18 Jelmer VernooijAdd simple manually written replacement for the tdb...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Tim Proutys3/s4: Fix "shadows a global declaration" warning
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Holger HetterichAdded a simple tdb integrity check to tdbtool. The...
2008-12-16 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew Tridgellimported the tdb_repack() code from CTDB
2008-12-16 Andrew Tridgellmake tdbbackup use transactions
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-29 Stefan Metzmacherlib/tdb: increase the version number after some critial...
2008-09-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-19 Simo SorceAdd shared-build target to tdb.
2008-09-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-19 Jelmer VernooijProvide tdb.open and ldb.open python functions.
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.