summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libreplace: fix endless strerror_r has been redefined warnings on AIXBjörn Jacke2010-09-221-0/+1
* torture: Remove active_testname variable.Jelmer Vernooij2010-09-212-22/+1
* torture: Fix running individual tests.Jelmer Vernooij2010-09-213-28/+70
* strlist: Make test names unique.Jelmer Vernooij2010-09-211-2/+8
* tevent: include libreplace heade before tevent headerBjörn Jacke2010-09-211-1/+1
* pytalloc: Add default compare function.Jelmer Vernooij2010-09-212-1/+15
* pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij2010-09-202-11/+0
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-09-201-1/+1
* s3: Fix the charset_pull routine (bug 7531)Volker Lendecke2010-09-191-1/+1
* testtools: Import newer upstream revision.Jelmer Vernooij2010-09-194-37/+78
* pytdb: Make filename argument optional.Jelmer Vernooij2010-09-192-13/+15
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-09-192-0/+9
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-09-192-0/+18
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-09-192-0/+30
* pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-09-191-0/+6
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-09-192-1/+11
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-09-192-0/+27
* lib/util: usec_time_diff takes arguments the other way round than TvalDiff didBjörn Jacke2010-09-171-1/+1
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-162-8/+43
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-09-161-0/+4
* Fix a typoVolker Lendecke2010-09-151-1/+1
* tsocket: we return -1 on error, not fdAndrew Tridgell2010-09-151-7/+7
* talloc: fixed spelling errors in commentAndrew Tridgell2010-09-151-2/+2
* Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison2010-09-141-0/+7
* libreplace: use CLOCK_HIGHRES when availableBjörn Jacke2010-09-141-3/+5
* tdb: add ABI/tdb-1.2.4.sigsStefan Metzmacher2010-09-141-0/+60
* subunit.pm: Pass through milliseconds in time reports.Jelmer Vernooij2010-09-141-2/+1
* lib/tdb: change version to 1.2.4 after hash checking improvmentsStefan Metzmacher2010-09-132-2/+2
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-09-133-2/+65
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-09-131-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-09-131-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-09-131-5/+36
* lib/replace/wscript:Tru64 build - Better use version 600 for _XOPEN_SOURCEMatthias Dieter Wallnöfer2010-09-111-2/+2
* lib/replace:wscript - additional attempt to fix the build on Tru64Matthias Dieter Wallnöfer2010-09-111-1/+3
* lib/replace:wscript - don't check twice for type "bool"Matthias Dieter Wallnöfer2010-09-111-2/+1
* lib/replace:wscript - attempt to fix the features detection on Tru64Matthias Dieter Wallnöfer2010-09-111-2/+2
* libreplace: clock_gettime sets errnoBjörn Jacke2010-09-101-1/+2
* lib/util: remove some unused_result warnings.Günther Deschner2010-09-091-2/+7
* lib/util: add time_mono() for monotonic time a la time()Björn Jacke2010-09-072-0/+26
* dnspython: Update to latest upstream.Jelmer Vernooij2010-09-0430-104/+225
* subunit: Import latest upstream.Jelmer Vernooij2010-09-0413-118/+300
* testtools: Import latest upstream.Jelmer Vernooij2010-09-0428-207/+2334
* util: added samba_start_debugger()Andrew Tridgell2010-09-042-0/+18
* pidl-python: cope with NULL pointers in more placesAndrew Tridgell2010-09-022-0/+24
* pytalloc: treat a NULL ptr as Py_NoneAndrew Tridgell2010-09-021-1/+7
* tdb/waf: the deps for rt are provided by libreplaceBjörn Jacke2010-08-311-1/+1
* replace/waf: add rt to deps at this placeBjörn Jacke2010-08-311-1/+1
* lib/util: add nsec_time_diff to calulate diffs from timespecsBjörn Jacke2010-08-312-0/+14
* lib/util: add function to query the monotonic clock with the required fallbac...Björn Jacke2010-08-312-0/+15
* libreplace: make a define for a best effort monotonic clockBjörn Jacke2010-08-311-0/+7