projects
/
ccan
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ccan
2011-11-29
Rusty Russell
ccanlint: fix depends_build_without_features
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-23
Rusty Russell
Makefile-web: push to github repo too.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-23
Vladimir Zapolskiy
list: fix list element counting in provided example...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-21
Rusty Russell
cast: fix warnings with -Wextra (specifically -Wmissing...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-21
Rusty Russell
list: simplify tests a little.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-16
Rusty Russell
ccanlint: fix --test-dep-graph
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-15
Rusty Russell
ccanlint: make fewer tests compulsory.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-15
Rusty Russell
ccanlint: fix ccanlint -l
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-01
Rusty Russell
tdb2: don't be fascist when TDB_VERSION1 is specified.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-01
Rusty Russell
strset: set errno to ENOENT even if we return NULL.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-01
Rusty Russell
strmap: set errno to ENOENT even if we return NULL.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-01
Rusty Russell
ccanlint: fix uninitialized variables in tests_pass_val...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-11-01
Rusty Russell
ccanlint: fix test link when given no arguments.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-26
Rusty Russell
compiler, ilog: IDEMPOTENT "idempotent does not mean...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-26
Rusty Russell
strset: set errno on strset_add failures.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-26
Rusty Russell
strmap: set errno on strmap_add() failures.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-24
Rusty Russell
ccanlint: fix creation of example test/run.c
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-05
Rusty Russell
ccanlint: drop -d, interpret any arguments as directori...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-05
Rusty Russell
ccanlint: fix spurious warning errors.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
tdb2: fix valgrind suppression in _info.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
short_types: fix example for 64 bit platforms
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
opt: increase testing coverage on 64 bit platforms
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
net: fix tests for systems without IPv6 entries in...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
jmap: fix _info example for 64 bit systems.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
foreach: make test more accurate, fix for 64-bit gcc...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
asearch: fix example on 64 bit platforms.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
alloc: fix memory leak in tests.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-10-04
Rusty Russell
tdb2: fix test printf for 64 bit.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-29
Rusty Russell
web: add pointer to wiki/Contribute.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-29
Rusty Russell
Note new URL: ccodearchive.net, and point to new wiki...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-28
Rusty Russell
strmap: new module for ordered map of strings using...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-28
Rusty Russell
tcon: more help, for making strmap.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-27
Rusty Russell
htable: benchmark against hsearch(3)
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-27
Rusty Russell
likely: use htable_type
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-27
Rusty Russell
htable: HTABLE_INITIALIZER() for static initialization.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-27
Rusty Russell
htable: clean up interface, document htable_type better.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-27
Rusty Russell
htable: start empty.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-27
Rusty Russell
tap: fix exit status when we have exactly 256 errors.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-27
Rusty Russell
tcon: update and enhance documentation.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-26
Rusty Russell
htable, strset: benchmarking tools.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-26
Rusty Russell
strset: new module using critbit trees.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-26
Rusty Russell
str: fix warnings.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-26
Rusty Russell
str: relicense to public domain.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-26
Rusty Russell
ccanlint: more tweaks to example mangling.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-24
Rusty Russell
typesafe_cb: fix example macro ordering in typesafe_cb_...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-23
Rusty Russell
jmap: use ccan/tcon and always be typesafe.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-23
Rusty Russell
jbitset: rename to jset, use ccan/tcon
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-23
Rusty Russell
tlist: use ccan/tcon
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-22
Rusty Russell
tcon: routines for creating typesafe generic containers
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-22
Rusty Russell
ccanlint: fix output for async commands.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-20
Rusty Russell
tdb2: allow readonly changes even while holding locks.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-12
Rusty Russell
tdb2: add error conversion functions.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-12
Rusty Russell
ccanlint: run tests in parallel
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-12
Rusty Russell
tdb2: make tests work in parallel.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-12
Rusty Russell
ccanlint: compile tests with coverage in parallel
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-12
Rusty Russell
ccanlint: compile tests in parallel
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-12
Rusty Russell
ccanlint: infrastructure to run commands async.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-12
Rusty Russell
tools: fix realloc bug.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-09
Daniel Burke
ttxml: zero terminate the buffer after checking it...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-05
Daniel Burke
ttxml: covering my shame
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-05
Daniel Burke
ttxml: modified it to use a smaller buffer during testing
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-05
Daniel Burke
ttxml: ccanlint fixes finished
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-05
Daniel Burke
ttxml: added drop static keyword
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-05
Daniel Burke
ttxml: Passes Valgrind now
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-05
Daniel Burke
ttxml: Rplaced ratchet buffer with regular buffer,...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-02
Rusty Russell
tdb2: fix error handling for tdb1_transaction_commit.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-02
Rusty Russell
tdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transact...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-02
Rusty Russell
tdb2: fix prototypes which return enum TDB_ERROR.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-09-02
Rusty Russell
tdb2: set tdb_error() on tdb_transaction_prepare_commit.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: enhance tdb1 porting document.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: delete old tdb1 tests.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: test: Speed up run-01-new_database.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: speed up testing.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: test: convert (non-invasive) run tests to api...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: test: fix run-57-die-during-transaction.c to...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: don't continue if tdb1_find fails.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: test: try (almost) all tests with TDB_VERSION1...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: log allocation failures in tdb1 backend.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: fix bogus error from tdb_unlockall() after fork...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: check lock owner in tdb1 backend.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: return TDB_ERR_RDONLY from transactions on R...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: add stats to tdb1 backend.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: increment seqnum on tdb_wipe_all in tdb1 backend.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: log an error when calling tdb_store() on read...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: catch errors in tdb1_needs_recovery()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: add tdb_attribute_tdb1_max_dead
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: expose and document tdb1_incompatible_hash.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: make tdb1_null static.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: tdb_repack
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_wipe into tdb_wipe.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstke...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_check and tdb1_summary into tdb_check...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_transaction_start etc. into tdb_transa...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_parse_record into tdb_parse_record
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_chainlock et al. into tdb_chainlock
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_traverse into tdb_traverse
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_store into tdb_store
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_delete into tdb_delete.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2011-08-31
Rusty Russell
tdb2: unify tdb1_append into tdb_append
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next