Age | Commit message (Expand) | Author | Files | Lines |
2011-08-16 | tdb: increment sequence number in tdb_wipe_all(). | Rusty Russell | 1 | -0/+2 |
2011-07-21 | tdb: remove 'EOF' print from tdbrestore | Andrew Tridgell | 1 | -1/+0 |
2011-06-20 | tdb2: create tdb2 versions of various testing TDBs. | Rusty Russell | 1 | -21/+42 |
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 2 | -4/+4 |
2011-06-08 | tdb: enable VALGRIND to remove valgrind noise. | Rusty Russell | 1 | -35/+0 |
2011-06-02 | lib/tdb/python/tests/simple.py: don't assume TDB ordering. | Rusty Russell | 1 | -1/+3 |
2011-05-06 | tdb: fix a build warning. | Günther Deschner | 1 | -0/+1 |
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 1 | -0/+1 |
2011-04-19 | tdb_backup: avoid transaction on backup file, use lockall | Simo Sorce | 1 | -8/+13 |
2011-04-19 | tdb: make sure we skip over recovery area correctly. | Rusty Russell | 3 | -17/+44 |
2011-04-18 | tdb_expand: limit the expansion with huge records | Simo Sorce | 1 | -5/+20 |
2011-04-18 | tdb: tdb_repack() only when it's worthwhile. | Rusty Russell | 1 | -6/+31 |
2011-04-18 | tdb: fix transaction recovery area for converted tdbs. | Rusty Russell | 1 | -2/+4 |
2011-03-30 | tdb: Fix Coverity ID 2238: SECURE_CODING | Volker Lendecke | 1 | -24/+24 |
2011-03-27 | tdb: Fix Coverity ID 2192: NO_EFFECT | Volker Lendecke | 1 | -1/+1 |
2011-03-25 | tdb: rename convert_string() to tdb_convert_string() | Andrew Tridgell | 1 | -5/+5 |
2011-03-15 | lib: don't install public headers if a private library | Andrew Tridgell | 1 | -0/+1 |
2011-03-15 | tdb: use public_headers to install header files | Andrew Tridgell | 1 | -1/+1 |
2011-03-15 | tdb: use system include style for system headers | Andrew Tridgell | 1 | -1/+1 |
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 1 | -1/+1 |
2011-02-12 | tdb: Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2011-02-07 | build: removed the old autogen.sh and autogen-waf.sh scripts | Andrew Tridgell | 1 | -11/+0 |
2011-01-19 | tdb: Added doxygen documentation. | Andreas Schneider | 3 | -25/+2454 |
2011-01-08 | waf: ensure "make dist" works from a clean git tree for all libraries | Andrew Tridgell | 1 | -2/+4 |
2011-01-06 | tdbrestore: Update to GPLv3+, remove old FSF address. | Jelmer Vernooij | 1 | -3/+2 |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 1 | -1/+1 |
2011-01-01 | talloc/tdb/tevent: Remove obsolete signatures files. | Jelmer Vernooij | 1 | -61/+0 |
2010-12-29 | tdb: add ABI/tdb-1.2.9.sigs | Stefan Metzmacher | 1 | -0/+62 |
2010-12-29 | tdb: tdb_summary() support. | Rusty Russell | 7 | -10/+206 |
2010-12-27 | tdb: setup TEST_DATA_PREFIX for make test | Stefan Metzmacher | 1 | -1/+5 |
2010-12-24 | tdb:tdbtorture: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -8/+30 |
2010-12-24 | tdb:tdbtest: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -3/+28 |
2010-12-24 | tdb: Remove autotools support. | Jelmer Vernooij | 16 | -3843/+96 |
2010-12-23 | tdb: add ABI/tdb-1.2.8.sigs | Stefan Metzmacher | 1 | -0/+61 |
2010-12-21 | tdb: Bump version number after symbol versioning changes. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-21 | pytdb: Make PyTdb variable static. | Jelmer Vernooij | 1 | -3/+3 |
2010-12-10 | build: introduce SAMBA_CHECK_PYTHON_HEADERS | Matthieu Patou | 1 | -1/+1 |
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 1 | -3/+1 |
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 1 | -1/+1 |
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 1 | -1/+1 |
2010-11-27 | tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-11-27 | tdb:tdbstore.c - remove an useless '\' | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -1/+1 |
2010-11-12 | tdb: set tdb->name early, as it's needed for tdb_name() | Stefan Metzmacher | 1 | -6/+27 |
2010-11-03 | waf: added reconfigure targets to our libraries | Andrew Tridgell | 1 | -0/+5 |
2010-11-01 | tdb: Use waf by default. | Jelmer Vernooij | 2 | -14/+15 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -66/+0 |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 1 | -6/+12 |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | tdb: Revert re-addition of tdb_set_logging_function. | Jelmer Vernooij | 3 | -3/+0 |