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
/
ctdb
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
lib/tdb: Sync tdb from samba git tree
Amitay Isaacs
2012-04-13
24
-423
/
+1547
|
*
lib/tdb: Remove the files required to build tdb as a library
Amitay Isaacs
2012-04-13
20
-4435
/
+0
*
|
Merge remote branch 'amitay/tevent-sync'
Ronnie Sahlberg
2012-04-26
41
-4676
/
+877
|
\
\
|
*
|
lib/tevent: Sync tevent from samba git tree
Amitay Isaacs
2012-04-13
18
-76
/
+885
|
*
|
lib/tevent: Remove the files required to build tevent as a library
Amitay Isaacs
2012-04-13
23
-4527
/
+0
|
*
|
lib/tevent: Remove local modifications to tevent
Amitay Isaacs
2012-04-13
5
-69
/
+0
|
*
|
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
|
*
|
includes: Move special tevent defines from tevent.h to includes.h
Amitay Isaacs
2012-04-13
1
-11
/
+0
|
|
/
*
|
lib/talloc: Sync talloc from samba git tree
Amitay Isaacs
2012-04-13
8
-182
/
+813
*
|
lib/talloc: Remove the files required to build talloc as a library
Amitay Isaacs
2012-04-13
11
-5022
/
+0
|
/
*
build: Use system tdb library if available
Amitay Isaacs
2012-03-30
1
-21
/
+45
*
build: Use system tevent library if available
Amitay Isaacs
2012-03-30
1
-24
/
+42
*
build: Use system talloc library if available
Amitay Isaacs
2012-03-30
1
-19
/
+44
*
change TDB to be valgrind nice
Ronnie Sahlberg
2012-02-22
1
-0
/
+2
*
add socket_wrapper from samba
Michael Adam
2011-11-26
6
-0
/
+2981
*
libutil: Remove obsolete signal type cast.
Andreas Schneider
2011-11-26
1
-5
/
+5
*
update lib/replace to current upstream version (samba master)
Michael Adam
2011-11-26
56
-540
/
+4301
*
Added some #ifndefs to stop files being included multiple times.
Martin Schwenke
2011-11-11
1
-0
/
+4
*
Fix lib/replace
Martin Schwenke
2011-11-11
5
-3
/
+176
*
Clean up warnings: popt sure does some strange things
Martin Schwenke
2011-11-11
3
-3
/
+6
*
Clean up warnings: -Wunused-but-set-variable in tevent_signal.c
Martin Schwenke
2011-11-10
1
-4
/
+2
*
Clean up warnings: ‘tevent_loop_allow_nesting’ is deprecated
Martin Schwenke
2011-11-09
1
-0
/
+7
*
Fix broken readdir
Mathieu Parent
2011-10-12
1
-3
/
+3
*
Drop loglevel for a tevent message from FATAL to ERROR
Ronnie Sahlberg
2011-09-08
1
-1
/
+1
*
tdb: expose transaction lock infrastructure for ctdb
Rusty Russell
2011-01-18
2
-0
/
+24
*
change Christinas previous patch to only perform the check/logging
Ronnie Sahlberg
2011-01-17
4
-8
/
+12
*
improve timing issue detections
Christian Ambach
2011-01-17
6
-15
/
+61
*
idtree: fix overflow for v. large ids on allocation and removal
Rusty Russell
2010-12-07
1
-1
/
+1
*
idtree: fix right shift of signed ints, crash on large ids on AIX
Rusty Russell
2010-10-07
1
-1
/
+1
*
pytdb: Add __version__ attribute.
Jelmer Vernooij
2010-10-07
2
-0
/
+8
*
pytdb: Include Python.h first to prevent warning.
Jelmer Vernooij
2010-10-07
1
-1
/
+1
*
pytdb: Check errors after PyObject_New() calls
Kirill Smelkov
2010-10-07
1
-0
/
+7
*
pytdb: Add support for tdb_repack()
Kirill Smelkov
2010-10-07
2
-0
/
+15
*
pytdb: Add TDB_INCOMPATIBLE_HASH open flag
Kirill Smelkov
2010-10-07
1
-0
/
+1
*
tdb: fix non-WAF build, commit 1.2.6 ABI file.
Rusty Russell
2010-10-07
2
-1
/
+62
*
tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.
Rusty Russell
2010-10-07
5
-5
/
+22
*
tdb: automatically identify Jenkins hash tdbs
Rusty Russell
2010-10-07
1
-14
/
+27
*
tdb: add Bob Jenkins lookup3 hash as helper hash.
Rusty Russell
2010-10-07
5
-16
/
+384
*
tdb: add restore
Volker Lendecke
2010-10-07
3
-1
/
+239
*
lib/tdb: fix c++ build warning in tdb_header_hash().
Günther Deschner
2010-10-07
1
-1
/
+1
*
pytdb: Make filename argument optional.
Jelmer Vernooij
2010-10-07
2
-13
/
+15
*
pytdb: Add support for tdb_freelist_size()
Kirill Smelkov
2010-10-07
2
-0
/
+9
*
pytdb: Add support for tdb_transaction_prepare_commit()
Kirill Smelkov
2010-10-07
2
-0
/
+18
*
pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...
Kirill Smelkov
2010-10-07
2
-0
/
+30
*
pytdb: Update open flags to match those for tdb_open() in tdb.h
Kirill Smelkov
2010-10-07
1
-0
/
+6
*
pytdb: Fix repr segfault for internal db
Kirill Smelkov
2010-10-07
2
-1
/
+11
*
pytdb: Add support for tdb_add_flags() & tdb_remove_flags()
Kirill Smelkov
2010-10-07
2
-0
/
+27
*
tdb: added TDB_NO_FSYNC env variable
Andrew Tridgell
2010-10-07
1
-0
/
+4
*
tdb: increment version to 1.2.4
Rusty Russell
2010-10-07
1
-1
/
+1
*
tdb: put example hashes into header, so we notice incorrect hash_fn.
Rusty Russell
2010-10-07
3
-2
/
+65
[prev]
[next]