projects
/
ccan
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tdb2: allow read-only databases to use locking.
[ccan]
/
ccan
/
2011-03-01
Rusty Russell
tdb2: allow read-only databases to use locking.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove zero-length write optimization.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: change API to return the error value.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework tdb.c internal functions to return enum...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework summary.c internal functions to return...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework check.c internal functions to return enum...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework transaction.c internal functions to return...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework free.c functions to return enum TDB_ERROR.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework hash.c functions to return enum TDB_ERROR.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework remaining io.c functions to return enum...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework some io.c functions to encode errors in...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework some io.c functions to return enum TDB_ERROR.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework io functions to return enum TDB_ERROR.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: restore file filling code.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework lock.c functions to return enum TDB_ERROR.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rework lock.c static functions to return enum...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: Internal error helpers.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: make error numbers negative.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove tdb_traverse_read
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: add comments to tdb2.h, reorder for maximum reada...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove redundant pending transaction error check.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove tdb_hashfn_t prototype
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove nesting support.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: simplify logging levels, rename TDB_DEBUG_* to...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove extraneous whitespace.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: fix leak on lock failure during open.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: log as a ERROR (not as TRACE) when unlocking...
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: log a message on allocation failure in tdb_check()
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: log an error when out of memory formatting message.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: close memory leak in traverse.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: close memory leak in tdb_check()
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: use failtest for opening and checking database.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: fix leak in tests.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: rename ->read and ->write functions.
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove looping for write
tree
|
commitdiff
2011-03-01
Rusty Russell
tdb2: remove looping for read on normal files.
tree
|
commitdiff
2011-03-01
Rusty Russell
failtest: enhance tracing
tree
|
commitdiff
2011-03-01
Rusty Russell
noerr: don't use tempnam
tree
|
commitdiff
2011-03-01
Andreas Schlick
failtest: Fix incorrect reuse of va_list in test/run...
tree
|
commitdiff
2011-03-01
Rusty Russell
endian: use byteswap.h where available
tree
|
commitdiff
2011-03-01
Rusty Russell
compiler, talloc, tap, tdb2: use #if instead of #ifdef.
tree
|
commitdiff
2011-03-01
Rusty Russell
asort: handle !HAVE_NESTED_FUNCTIONS
tree
|
commitdiff
2011-03-01
Rusty Russell
failtest: fix locking code.
tree
|
commitdiff
2011-03-01
Rusty Russell
failtest: fix tracepath bug.
tree
|
commitdiff
2011-02-24
Rusty Russell
tdb2: make tdb2 compile clean under -Wshadow.
tree
|
commitdiff
2011-02-24
Rusty Russell
jmap,likely,tdb2: use CCAN_<MODNAME>_DEBUG instead...
tree
|
commitdiff
2011-02-22
Joey Adams
ccan_tokenizer: update to be compatible with darray.
tree
|
commitdiff
2011-02-22
Joey Adams
darray: Renamed array module to darray and made several...
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: detect leaks in children.
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: hook can return FAIL_PROBE
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: record close events
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: call failtest_exit_check even in non-failing...
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: be clearer when child times out.
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: --debugpath= for really hard-to-find bugs.
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: don't insert spurious failures if open would...
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: don't insist parents and children write the...
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: rely on the save/restore of files, don't...
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: save entire file contents.
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: don't use special data structure for storing...
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: generic cleanup hooks
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: allow continuing after running a failpath.
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: --tracepath
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: fix history when --failpath used
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: capture pread/pwrite
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: handle 2-argument open()
tree
|
commitdiff
2011-02-15
Rusty Russell
failtest: fcntl handling
tree
|
commitdiff
2011-02-22
Rusty Russell
net: reset slen properly in testing.
tree
|
commitdiff
2011-02-22
Sam Vilain
net: fix tests on hosts where 'localhost' is v4 _and_ v6
tree
|
commitdiff
2011-02-22
Andreas Schlick
opt: Add a function to free the internal memory.
tree
|
commitdiff
2011-02-22
Andreas Schlick
opt: Correct the separator in _info's example.
tree
|
commitdiff
2011-02-22
Rusty Russell
licenses: clarify which BSD license it is.
tree
|
commitdiff
2011-02-22
Rusty Russell
Merge branch 'daemon-with-notify' of git://github.com...
tree
|
commitdiff
2011-02-11
Stewart Smith
move daemon-with-notify to daemon_with_notify as dashes...
tree
|
commitdiff
2011-02-11
Stewart Smith
fix up daemon-with-notify test
tree
|
commitdiff
2011-02-11
Stewart Smith
can't use C comments in C comments - DUH
tree
|
commitdiff
2011-02-11
Stewart Smith
update include to match header name conforming to CCAN...
tree
|
commitdiff
2011-02-11
Stewart Smith
rename source to match CCAN standards
tree
|
commitdiff
2011-02-11
Stewart Smith
update test case copied from daemonize to use some...
tree
|
commitdiff
2011-02-11
Stewart Smith
fix function declaration for daemon_is_ready()
tree
|
commitdiff
2011-02-11
Stewart Smith
use proper include path for daemon.h
tree
|
commitdiff
2011-02-11
Stewart Smith
add daemon.h and documentation on functions
tree
|
commitdiff
2011-02-11
Stewart Smith
remove ident headers from daemon-with-notify/daemon.c
tree
|
commitdiff
2011-02-10
Stewart Smith
add basic bit of daemon-with-notify (mostly just from...
tree
|
commitdiff
2011-02-07
Joel Stanley
opt: Silence unsed param warning triggered by -Wextra
tree
|
commitdiff
2011-02-07
Joel Stanley
opt: Fix -Wmissing-field-initializers warning
tree
|
commitdiff
2011-01-30
Rusty Russell
net: remove noerr dependency.
tree
|
commitdiff
2011-01-29
Rusty Russell
net: fix latent bug in _info example.
tree
|
commitdiff
2011-01-28
Rusty Russell
net: new module to help IPv4/IPv6 transition.
tree
|
commitdiff
2011-01-18
Rusty Russell
opt: correct description, and neaten main header order.
tree
|
commitdiff
2011-01-18
Rusty Russell
strsplit: remove nump argument
tree
|
commitdiff
2011-01-18
Rusty Russell
talloc: talloc_array_length()
tree
|
commitdiff
2011-01-18
Rusty Russell
failtest: free up everything on exit.
tree
|
commitdiff
2011-01-18
Rusty Russell
failtest: failtest_restore.h as an antidote to function...
tree
|
commitdiff
2011-01-17
Brad Hards
wwviaudio: spelling fix
tree
|
commitdiff
2011-01-17
Brad Hards
tdb2: spelling fix
tree
|
commitdiff
2011-01-17
Brad Hards
tdb: spelling fixes
tree
|
commitdiff
2011-01-17
Brad Hards
tap: spelling fix
tree
|
commitdiff
2011-01-17
Brad Hards
talloc: spelling fix.
tree
|
commitdiff
2011-01-17
Brad Hards
rbtree: spelling fixes
tree
|
commitdiff
2011-01-17
Brad Hards
opt: spelling fixes.
tree
|
commitdiff
next