projects
/
ccan
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ccanlint: fix and simplify depends-accurate (with strreg)
2011-01-09
Rusty Russell
ccanlint: fix and simplify depends-accurate (with strreg)
commit
|
commitdiff
|
tree
2011-01-08
Rusty Russell
ccanlint: fix total score for running examples
commit
|
commitdiff
|
tree
2011-01-08
Rusty Russell
ccanlint: fix uninitialized variable
commit
|
commitdiff
|
tree
2011-01-08
Rusty Russell
ccanlint: use strreg for section extraction.
commit
|
commitdiff
|
tree
2011-01-08
Rusty Russell
Makefile: append git revision to "make scores"
commit
|
commitdiff
|
tree
2011-01-08
Rusty Russell
str_talloc: strreg
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
str: strcount
commit
|
commitdiff
|
tree
2011-01-06
Rusty Russell
str: clean up tests so ccanlint doesn't complain about...
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
ccanlint: use positive description for test_pass_valgrind_no...
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
ccanlint: print keys in output
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
ccanlint: rename files to match keys
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
ccanlint: rename structures to match keys
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
ccanlint: list dependencies by key
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
ccanlint: rename test keys
commit
|
commitdiff
|
tree
2011-01-07
Rusty Russell
Add scores/ directory to .gitignore.
commit
|
commitdiff
|
tree
2011-01-07
Joey Adams
ccanlint: added --test-dep-graph option
commit
|
commitdiff
|
tree
2011-01-07
Joey Adams
ccanlint: fix segfault caused by tests not depending...
commit
|
commitdiff
|
tree
2011-01-07
Joey Adams
opt: Fix warnings with gcc-4.5 (same approach as commit...
commit
|
commitdiff
|
tree
2011-01-06
Rusty Russell
daemonize: set stderr to /dev/null.
commit
|
commitdiff
|
tree
2011-01-06
Rusty Russell
daemonize: make valgrind happy.
commit
|
commitdiff
|
tree
2011-01-06
Rusty Russell
daemonize: use BSD-MIT as License: string in _info
commit
|
commitdiff
|
tree
2011-01-06
Rusty Russell
ccanlint: allow BSD-MIT for MIT license.
commit
|
commitdiff
|
tree
2011-01-06
Rusty Russell
ccanlint: fix parsing bug which believes lines starting...
commit
|
commitdiff
|
tree
2011-01-04
Rusty Russell
ccanlint: have valgrind fail with an error, always
commit
|
commitdiff
|
tree
2011-01-04
Rusty Russell
ccanlint: compile modules required by examples.
commit
|
commitdiff
|
tree
2011-01-04
Rusty Russell
ccanlint: make get_manifest cache manifests
commit
|
commitdiff
|
tree
2011-01-04
Rusty Russell
compiler: NORETURN
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
tlist: typesafe variant of list module.
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
list: LIST_HEAD_INIT
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
list: improve test coverage to 100%
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
list: list_del_from()
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
list: test CCAN_LIST_DEBUG=1 case
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
list: rename debug_list to list_debug, use list_check_node...
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
list: implement list_check_node to check list from...
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
config.h: HAVE_FLEXIBLE_ARRAY_MEMBER
commit
|
commitdiff
|
tree
2011-01-01
Rusty Russell
ccanlint: give a bonus for 100% code coverage
commit
|
commitdiff
|
tree
2010-12-23
Rusty Russell
tdb: add test for tdb_summary
commit
|
commitdiff
|
tree
2010-12-23
Rusty Russell
tdb: remove tally dependency
commit
|
commitdiff
|
tree
2010-12-23
Rusty Russell
tdb: fix uncoalesced record count in tdb_summary.
commit
|
commitdiff
|
tree
2010-12-23
Rusty Russell
tdb: combine dead_space helper from summary.c and check.c
commit
|
commitdiff
|
tree
2010-12-16
Rusty Russell
typesafe_cb: Fix warnings with gcc-4.5:
commit
|
commitdiff
|
tree
2010-12-13
Rusty Russell
ccanlint: use valgrind options when debugging too
commit
|
commitdiff
|
tree
2010-12-13
Rusty Russell
ccanlint: report valgrind "definite" leaks.
commit
|
commitdiff
|
tree
2010-12-13
Rusty Russell
ccanlint: fix bogus strerror printing when unknown...
commit
|
commitdiff
|
tree
2010-12-13
Rusty Russell
ccanlint: fix error with --target=build
commit
|
commitdiff
|
tree
2010-12-08
Rusty Russell
rbtree: remove unused variable in tests.
commit
|
commitdiff
|
tree
2010-12-08
Ronnie Sahlberg
rb_tree: fix trbt_delete
commit
|
commitdiff
|
tree
2010-12-08
Rusty Russell
configurator: warnings count as failures too.
commit
|
commitdiff
|
tree
2010-12-08
Rusty Russell
ccanlint: fix compile on x86-64
commit
|
commitdiff
|
tree
2010-12-07
Rusty Russell
rbtree: add tests (which currently fail)
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
idtree: fix overflow for v. large ids on allocation...
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
idtree: fix right shift of signed ints
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
idtree: import fix from SAMBA source
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
idtree: add unit test for ids around INT_MAX
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
ccanlint: ignore comments when parsing examples.
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
ccanlint: show example we actually compiled when we...
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
ccanlint: examples_compile depends on build, which...
commit
|
commitdiff
|
tree
2010-12-06
Rusty Russell
ccanlint: fix usage of static funcs
commit
|
commitdiff
|
tree
2010-12-03
Rusty Russell
array: fix type introduced in handling !HAVE_TYPEOF
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
Merge branch 'tdb2'
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: update documentation
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: use separate magic constants for chain, htable...
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: direct access during transactions.
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: add write flag to tdb_direct
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: hash chaining
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: use magic freetable value rather than different...
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: compare the extra 11 hash bits in the header.
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: add comparison stats
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: clean up logging
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: remove truncated bit.
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: use direct access for tdb_read_off/tdb_write_off
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: remove tdb_get()
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
ccanlint: build depends if necessary
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
tdb2: trivial optimization for free list
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: Add stats attribute.
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
tdb2: enable transactions in tdbtorture
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
tdb2: stricter ordering on expansion lock
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
tdb2: remove all the dead code
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
tdb2: transaction support
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
tdb2: allow nesting of read locks on top of write locks.
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
ccanlint: fix -x core dump
commit
|
commitdiff
|
tree
2010-11-22
Rusty Russell
tdb2: relax locking to allow two free list locks at...
commit
|
commitdiff
|
tree
2010-11-22
Rusty Russell
tdb2: use expansion heuristics from tdb1
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: shrink free header from 32 to 24 bytes.
commit
|
commitdiff
|
tree
2010-11-23
Rusty Russell
tdb2: rename set_header to the more appropriate set_used_header.
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: Add speed test to tdb and tdb2
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: fix tdb_check() return when free table entries...
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: make tdb_check call check() function.
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: make summary command handle recovery "dead zone"
commit
|
commitdiff
|
tree
2010-12-01
Rusty Russell
tdb2: cancel transactions on tdb_close
commit
|
commitdiff
|
tree
2010-11-17
Rusty Russell
tdb2: handle chains of free tables
commit
|
commitdiff
|
tree
2010-11-17
Rusty Russell
tdb2: get rid of zones
commit
|
commitdiff
|
tree
2010-11-17
Rusty Russell
tdb2: fix bucket search
commit
|
commitdiff
|
tree
2010-11-17
Rusty Russell
tdb2: only adjust size once when growing
commit
|
commitdiff
|
tree
2010-11-17
Rusty Russell
tdb2: remove tailer
commit
|
commitdiff
|
tree
2010-11-15
Rusty Russell
tdb2: fix tdb_chainlock
commit
|
commitdiff
|
tree
2010-11-15
Rusty Russell
tdb2: fix coalesce race #3
commit
|
commitdiff
|
tree
2010-11-15
Rusty Russell
tdb2: add TDB_COALESCING_MAGIC to solve coalescing...
commit
|
commitdiff
|
tree
2010-11-15
Rusty Russell
tdb2: fix coalesce race #2
commit
|
commitdiff
|
tree
2010-11-15
Rusty Russell
tdb2: coalescing race fix #1
commit
|
commitdiff
|
tree
next