- 30 Aug, 2010 3 commits
-
-
Rusty Russell authored
eg. -v dumps percentage of coverage, -vv dumps per-line data, -vvv dumps every command executed.
-
Rusty Russell authored
-
Rusty Russell authored
-
- 28 Aug, 2010 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
- 27 Aug, 2010 6 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
This means parallel "make check" works again.
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
This prevents us from writing out gcov files.
-
- 26 Aug, 2010 9 commits
-
-
Rusty Russell authored
- Neaten I/O function - Don't use fill in zero_out: it's only for low-level ops. - Don't mangle arg in tdb_write_convert: it broke write_header. - More use of tdb_access_read, make it optionally converting. - Rename unlock_range to unlock_lists. - Lots of fixes to enlarge_hash now it's being tested. - More expansion cases tested.
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
- 16 Aug, 2010 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
- 13 Aug, 2010 2 commits
-
-
Rusty Russell authored
This has the advantage the transactions will also use it, preventing them from blocking.
-
Rusty Russell authored
-
- 07 Aug, 2010 1 commit
-
-
Rusty Russell authored
-
- 06 Aug, 2010 3 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
- 29 Jul, 2010 1 commit
-
-
Rusty Russell authored
-
- 28 Jul, 2010 3 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
This reduces the number of huge allocs, which drops test time from 6 minutes to 57 seconds.
-
Rusty Russell authored
Inefficient scheme for allocations > 1/8192 of the pool size.
-
- 27 Jul, 2010 1 commit
-
-
Rusty Russell authored
-
- 20 Jul, 2010 1 commit
-
-
Rusty Russell authored
-
- 15 Jul, 2010 1 commit
-
-
Rusty Russell authored
We can have a 0 byte in the *middle* of an encoding.
-
- 12 Jul, 2010 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
- 15 Jun, 2010 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
We can't allow NULL with the new variant (needed by talloc's set_destructor for example), so document that and expose all three variants for different uses.
-
- 11 Jun, 2010 1 commit
-
-
Rusty Russell authored
cast_if_type() should not try to degrade the expression using 1?(test):0, as that promotes bool to int, as well as degrading functions to function pointers: it should be done by the callers. In particular, this fixes sparse_bsearch.
-