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
*
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
*
tdb:tdbtorture: use TEST_DATA_PREFIX for files
Stefan Metzmacher
2010-12-24
1
-8
/
+30
*
tdb:tdbtest: use TEST_DATA_PREFIX for files
Stefan Metzmacher
2010-12-24
1
-3
/
+28
*
tdb: Remove autotools support.
Jelmer Vernooij
2010-12-24
16
-3843
/
+96
*
tdb: add ABI/tdb-1.2.8.sigs
Stefan Metzmacher
2010-12-23
1
-0
/
+61
*
tdb: Bump version number after symbol versioning changes.
Jelmer Vernooij
2010-12-21
1
-1
/
+1
*
pytdb: Make PyTdb variable static.
Jelmer Vernooij
2010-12-21
1
-3
/
+3
*
build: introduce SAMBA_CHECK_PYTHON_HEADERS
Matthieu Patou
2010-12-10
1
-1
/
+1
*
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
2010-12-09
1
-3
/
+1
*
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
2010-12-09
1
-1
/
+1
*
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
2010-12-08
1
-1
/
+1
*
tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments
Matthias Dieter Wallnöfer
2010-11-27
1
-2
/
+2
*
tdb:tdbstore.c - remove an useless '\'
Matthias Dieter Wallnöfer
2010-11-27
1
-1
/
+1
*
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
2010-11-22
1
-1
/
+1
*
tdb: set tdb->name early, as it's needed for tdb_name()
Stefan Metzmacher
2010-11-12
1
-6
/
+27
*
waf: added reconfigure targets to our libraries
Andrew Tridgell
2010-11-03
1
-0
/
+5
*
tdb: Use waf by default.
Jelmer Vernooij
2010-11-01
2
-14
/
+15
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
1
-66
/
+0
*
waf: Only specify vnum for non-private libraries.
Jelmer Vernooij
2010-10-26
1
-6
/
+12
*
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
2010-10-23
1
-1
/
+1
*
tdb: Revert re-addition of tdb_set_logging_function.
Jelmer Vernooij
2010-10-23
3
-3
/
+0
*
tdb: commit the version 1.2.7 signatures
Matthias Dieter Wallnöfer
2010-10-23
1
-0
/
+61
*
Lowercase socket_wrapper name.
Jelmer Vernooij
2010-10-21
3
-0
/
+3
[next]