index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: build and run unit tests in tdb/test/
Rusty Russell
2012-02-14
1
-7
/
+87
*
tdb/test: fix up tests for use in SAMBA tdb code.
Rusty Russell
2012-02-14
5
-13
/
+16
*
tdb: wean CCAN-style unit tests off of tap.
Rusty Russell
2012-02-14
25
-23
/
+64
*
tdb: import unit tests from CCAN into tdb/test/
Rusty Russell
2012-02-14
35
-1
/
+2567
*
tdb: make tdb_private.h idempotent.
Rusty Russell
2012-02-14
1
-0
/
+3
*
Add "repack" command to tdbtool.
Ira Cooper
2012-01-07
1
-0
/
+7
*
Fix compile when TDB_TRACE is enabled.
Ira Cooper
2012-01-06
1
-1
/
+1
*
tdb: Use tdb_parse_record in tdb_update_hash
Volker Lendecke
2011-12-25
1
-12
/
+16
*
tdb: don't free old recovery area when expanding if already at EOF.
Rusty Russell
2011-12-21
1
-17
/
+30
*
tdb: use same expansion factor logic when expanding for new recovery area.
Rusty Russell
2011-12-21
3
-21
/
+34
*
tdb: Avoid a malloc/memcpy in _tdb_store
Volker Lendecke
2011-12-19
1
-17
/
+8
*
tdb: be more careful on 4G files.
Rusty Russell
2011-12-19
6
-23
/
+53
*
tdb: Fix python documentation for tdb module
Amitay Isaacs
2011-12-13
1
-1
/
+1
*
Remove unused variable.
Jeremy Allison
2011-11-24
1
-1
/
+0
*
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
2011-11-21
1
-3
/
+1
*
waf: Factor checking for undefined symbol flags out into separate method.
Jelmer Vernooij
2011-11-13
1
-0
/
+2
*
pytdb: Shorter description which fits on a single line.
Jelmer Vernooij
2011-11-13
1
-1
/
+2
*
tdb: Only check for pkg-config file when checking for system tdb.
Jelmer Vernooij
2011-11-13
1
-1
/
+1
*
wafsamba: Only install .pc files if libraries are public.
Jelmer Vernooij
2011-08-21
1
-3
/
+1
*
tdb: Install pkg-config file.
Jelmer Vernooij
2011-08-21
1
-1
/
+3
*
tdb: increment sequence number in tdb_wipe_all().
Rusty Russell
2011-08-16
1
-0
/
+2
*
tdb: remove 'EOF' print from tdbrestore
Andrew Tridgell
2011-07-21
1
-1
/
+0
*
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
2011-06-20
1
-21
/
+42
*
tdb_store: check returns for 0, not -1.
Rusty Russell
2011-06-20
2
-4
/
+4
*
tdb: enable VALGRIND to remove valgrind noise.
Rusty Russell
2011-06-08
1
-35
/
+0
*
lib/tdb/python/tests/simple.py: don't assume TDB ordering.
Rusty Russell
2011-06-02
1
-1
/
+3
*
tdb: fix a build warning.
Günther Deschner
2011-05-06
1
-0
/
+1
*
Support the 'PYTHON' environment variable.
Jelmer Vernooij
2011-04-23
1
-0
/
+1
*
tdb_backup: avoid transaction on backup file, use lockall
Simo Sorce
2011-04-19
1
-8
/
+13
*
tdb: make sure we skip over recovery area correctly.
Rusty Russell
2011-04-19
3
-17
/
+44
*
tdb_expand: limit the expansion with huge records
Simo Sorce
2011-04-18
1
-5
/
+20
*
tdb: tdb_repack() only when it's worthwhile.
Rusty Russell
2011-04-18
1
-6
/
+31
*
tdb: fix transaction recovery area for converted tdbs.
Rusty Russell
2011-04-18
1
-2
/
+4
*
tdb: Fix Coverity ID 2238: SECURE_CODING
Volker Lendecke
2011-03-30
1
-24
/
+24
*
tdb: Fix Coverity ID 2192: NO_EFFECT
Volker Lendecke
2011-03-27
1
-1
/
+1
*
tdb: rename convert_string() to tdb_convert_string()
Andrew Tridgell
2011-03-25
1
-5
/
+5
*
lib: don't install public headers if a private library
Andrew Tridgell
2011-03-15
1
-0
/
+1
*
tdb: use public_headers to install header files
Andrew Tridgell
2011-03-15
1
-1
/
+1
*
tdb: use system include style for system headers
Andrew Tridgell
2011-03-15
1
-1
/
+1
*
python: use os.environ[] instead of os.putenv()
Andrew Tridgell
2011-02-22
1
-1
/
+1
*
tdb: Fix a C++ warning
Volker Lendecke
2011-02-12
1
-1
/
+1
*
build: removed the old autogen.sh and autogen-waf.sh scripts
Andrew Tridgell
2011-02-07
1
-11
/
+0
*
tdb: Added doxygen documentation.
Andreas Schneider
2011-01-19
3
-25
/
+2454
*
waf: ensure "make dist" works from a clean git tree for all libraries
Andrew Tridgell
2011-01-08
1
-2
/
+4
*
tdbrestore: Update to GPLv3+, remove old FSF address.
Jelmer Vernooij
2011-01-06
1
-3
/
+2
*
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
2011-01-01
1
-1
/
+1
*
talloc/tdb/tevent: Remove obsolete signatures files.
Jelmer Vernooij
2011-01-01
1
-61
/
+0
*
tdb: add ABI/tdb-1.2.9.sigs
Stefan Metzmacher
2010-12-29
1
-0
/
+62
*
tdb: tdb_summary() support.
Rusty Russell
2010-12-29
7
-10
/
+206
*
tdb: setup TEST_DATA_PREFIX for make test
Stefan Metzmacher
2010-12-27
1
-1
/
+5
[next]