Age | Commit message (Expand) | Author | Files | Lines |
2010-09-27 | tdb: fix non-WAF build, commit 1.2.6 ABI file. | Rusty Russell | 2 | -1/+62 |
2010-09-27 | tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash. | Rusty Russell | 6 | -6/+23 |
2010-09-27 | tdb: automatically identify Jenkins hash tdbs | Rusty Russell | 1 | -14/+27 |
2010-09-27 | tdb: add Bob Jenkins lookup3 hash as helper hash. | Rusty Russell | 7 | -18/+447 |
2010-09-26 | lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag() | Stefan Metzmacher | 2 | -0/+85 |
2010-09-25 | pyteven: Fix build warnings. | Jelmer Vernooij | 1 | -6/+16 |
2010-09-25 | Check in configure/Makefile for those projects that have waf as primary build... | Jelmer Vernooij | 2 | -0/+71 |
2010-09-25 | pytevent: Add more tests. | Jelmer Vernooij | 2 | -2/+81 |
2010-09-25 | pytevent: Fill in client side fnuctions. | Jelmer Vernooij | 1 | -52/+393 |
2010-09-25 | tevent: Add infrastructure for python bindings. | Jelmer Vernooij | 2 | -1/+418 |
2010-09-25 | tevent: Switch to using waf by default. | Jelmer Vernooij | 2 | -14/+15 |
2010-09-24 | talloc: Add a warning about talloc_autofree_context() and dlclose() | Volker Lendecke | 2 | -0/+22 |
2010-09-23 | tdb: add restore | Volker Lendecke | 5 | -2/+310 |
2010-09-23 | torture: Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 |
2010-09-23 | lib-subunit: fixed build on systems without subunit devel library | Andrew Tridgell | 1 | -4/+2 |
2010-09-22 | smbtorture: Report times. | Jelmer Vernooij | 3 | -5/+39 |
2010-09-22 | torture: Use system subunit library if available. | Jelmer Vernooij | 2 | -1/+14 |
2010-09-22 | smbtorture: Use subunit C library. | Jelmer Vernooij | 2 | -28/+27 |
2010-09-22 | libreplace: fix endless strerror_r has been redefined warnings on AIX | Björn Jacke | 1 | -0/+1 |
2010-09-21 | torture: Remove active_testname variable. | Jelmer Vernooij | 2 | -22/+1 |
2010-09-21 | torture: Fix running individual tests. | Jelmer Vernooij | 3 | -28/+70 |
2010-09-21 | strlist: Make test names unique. | Jelmer Vernooij | 1 | -2/+8 |
2010-09-21 | tevent: include libreplace heade before tevent header | Björn Jacke | 1 | -1/+1 |
2010-09-21 | pytalloc: Add default compare function. | Jelmer Vernooij | 2 | -1/+15 |
2010-09-20 | pidl: Fix segfault when accessing unicode objects. | Jelmer Vernooij | 2 | -11/+0 |
2010-09-20 | lib/tdb: fix c++ build warning in tdb_header_hash(). | Günther Deschner | 1 | -1/+1 |
2010-09-19 | s3: Fix the charset_pull routine (bug 7531) | Volker Lendecke | 1 | -1/+1 |
2010-09-19 | testtools: Import newer upstream revision. | Jelmer Vernooij | 4 | -37/+78 |
2010-09-19 | pytdb: Make filename argument optional. | Jelmer Vernooij | 2 | -13/+15 |
2010-09-19 | pytdb: Add support for tdb_freelist_size() | Kirill Smelkov | 2 | -0/+9 |
2010-09-19 | pytdb: Add support for tdb_transaction_prepare_commit() | Kirill Smelkov | 2 | -0/+18 |
2010-09-19 | pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se... | Kirill Smelkov | 2 | -0/+30 |
2010-09-19 | pytdb: Update open flags to match those for tdb_open() in tdb.h | Kirill Smelkov | 1 | -0/+6 |
2010-09-19 | pytdb: Fix repr segfault for internal db | Kirill Smelkov | 2 | -1/+11 |
2010-09-19 | pytdb: Add support for tdb_add_flags() & tdb_remove_flags() | Kirill Smelkov | 2 | -0/+27 |
2010-09-17 | lib/util: usec_time_diff takes arguments the other way round than TvalDiff did | Björn Jacke | 1 | -1/+1 |
2010-09-16 | s3/s4: merge msleep and smb_msleep | Björn Jacke | 2 | -8/+43 |
2010-09-16 | tdb: added TDB_NO_FSYNC env variable | Andrew Tridgell | 1 | -0/+4 |
2010-09-15 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-09-15 | tsocket: we return -1 on error, not fd | Andrew Tridgell | 1 | -7/+7 |
2010-09-15 | talloc: fixed spelling errors in comment | Andrew Tridgell | 1 | -2/+2 |
2010-09-14 | Ensure incoming timespec values correctly wrap at nsecs. | Jeremy Allison | 1 | -0/+7 |
2010-09-14 | libreplace: use CLOCK_HIGHRES when available | Björn Jacke | 1 | -3/+5 |
2010-09-14 | tdb: add ABI/tdb-1.2.4.sigs | Stefan Metzmacher | 1 | -0/+60 |
2010-09-14 | subunit.pm: Pass through milliseconds in time reports. | Jelmer Vernooij | 1 | -2/+1 |
2010-09-13 | lib/tdb: change version to 1.2.4 after hash checking improvments | Stefan Metzmacher | 2 | -2/+2 |
2010-09-13 | tdb: put example hashes into header, so we notice incorrect hash_fn. | Rusty Russell | 3 | -2/+65 |
2010-09-13 | tdb: fix tdb_check() on other-endian tdbs. | Rusty Russell | 1 | -1/+1 |
2010-09-13 | tdb: fix tdb_check() on read-only TDBs to actually work. | Rusty Russell | 1 | -5/+17 |
2010-09-13 | tdb: make check more robust against recovery failures. | Rusty Russell | 1 | -5/+36 |