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
/
ntdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ntdb: fix database corruption when transaction doesn't change anything.
Rusty Russell
2013-02-20
3
-15
/
+91
*
ntdb: remove unused local variable.
Rusty Russell
2012-10-08
1
-2
/
+0
*
pyntdb: Fix init function for ntdb python module.
Pierre Lejeune
2012-09-25
1
-2
/
+2
*
ntdb: Try to fix the build on Solaris which does not have err
Andrew Bartlett
2012-09-23
1
-1
/
+1
*
lib/ntdb: Fix format string errors found by -Werror=format in ntdb tests
Andrew Bartlett
2012-07-30
1
-1
/
+1
*
ccan: we're subsystems, not a library.
Rusty Russell
2012-06-29
1
-5
/
+6
*
ntdb: take advantage of direct access across expand.
Rusty Russell
2012-06-22
1
-33
/
+15
*
ntdb: test arbitrary operations during ntdb_parse_record().
Rusty Russell
2012-06-22
2
-0
/
+90
*
ntdb: make database read-only during ntdb_parse() callback.
Rusty Russell
2012-06-22
6
-24
/
+195
*
ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.
Rusty Russell
2012-06-22
1
-14
/
+45
*
ntdb: enhancement to allow direct access to the ntdb map during expansion.
Rusty Russell
2012-06-22
5
-33
/
+86
*
ntdb: don't munmap the database on every close.
Rusty Russell
2012-06-22
2
-13
/
+16
*
ntdb: hand correct error code when alloc_read allocation fails.
Rusty Russell
2012-06-22
1
-1
/
+1
*
ntdb: respect TDB_NO_FSYNC flag for 'make test'
Rusty Russell
2012-06-22
51
-151
/
+187
*
Add --disable-ntdb option for building.
Jelmer Vernooij
2012-06-21
1
-0
/
+1
*
ntdb: fix occasional abort in testing.
Rusty Russell
2012-06-20
1
-1
/
+7
*
ntdb: add autoconf support.
Rusty Russell
2012-06-19
1
-0
/
+41
*
ntdb: update documentation.
Rusty Russell
2012-06-19
6
-5821
/
+505
*
ntdb: optimize ntdb_fetch.
Rusty Russell
2012-06-19
7
-51
/
+59
*
ntdb: add -h arg to ntdbrestore
Rusty Russell
2012-06-19
1
-8
/
+28
*
ntdb: reduce default hashsize on ntdbtorture.
Rusty Russell
2012-06-19
1
-3
/
+10
*
ntdb: add NTDB_ATTRIBUTE_HASHSIZE
Rusty Russell
2012-06-19
2
-2
/
+41
*
ntdb: remove hash table trees.
Rusty Russell
2012-06-19
36
-1662
/
+1096
*
ntdb: special accessor functions for read/write of an offset.
Rusty Russell
2012-06-19
3
-50
/
+114
*
ntdb: inline oob check
Rusty Russell
2012-06-19
6
-14
/
+24
*
ntdb: allocator attribute.
Rusty Russell
2012-06-19
15
-92
/
+311
*
ntdb: still prepare recovery area with NTDB_NOSYNC.
Rusty Russell
2012-06-19
1
-10
/
+8
*
ntdb: simply disallow NULL names.
Rusty Russell
2012-06-19
3
-10
/
+5
*
ntdb: reduce transaction pagesize from 64k to 16k.
Rusty Russell
2012-06-19
1
-1
/
+1
*
ntdb: remove last block transactoin logic.
Rusty Russell
2012-06-19
1
-44
/
+1
*
ntdb: create initial database to be multiple of NTDB_PGSIZE.
Rusty Russell
2012-06-19
8
-88
/
+138
*
ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)
Rusty Russell
2012-06-19
6
-46
/
+73
*
ntdb: fix recovery data write.
Rusty Russell
2012-06-19
2
-9
/
+36
*
ntdb: enhance external-helper test code.
Rusty Russell
2012-06-19
6
-18
/
+36
*
ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.
Rusty Russell
2012-06-19
2
-1
/
+11
*
ntdb: make fork test more thorough.
Rusty Russell
2012-06-19
2
-9
/
+29
*
ntdb: print \n at end of log messages in tests.
Rusty Russell
2012-06-19
1
-1
/
+1
*
ntdb: reduce race between creating file and getting open lock.
Rusty Russell
2012-06-19
1
-23
/
+30
*
ntdb: catch any valgrind errors in test
Rusty Russell
2012-06-19
1
-2
/
+2
*
ntdb: catch any valgrind errors in test
Rusty Russell
2012-06-19
1
-1
/
+1
*
ntdb: remove ntdb_error()
Rusty Russell
2012-06-19
14
-190
/
+144
*
TDB2: Goodbye TDB2, Hello NTDB.
Rusty Russell
2012-06-19
101
-0
/
+28840