2010-10-26 |
Rusty Russell | tdb2: fix intermittent test fail.
|
commit | commitdiff | tree |
2010-10-26 |
Rusty Russell | opt: change / separator to |
|
commit | commitdiff | tree |
2010-10-21 |
Rusty Russell | license: more changing of licence -> license.
|
commit | commitdiff | tree |
2010-10-21 |
Rusty Russell | webpages: make sure target of licence links is included...
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | avl: new module
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | tdb2: 64 bit fixes.
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | typesafe_cb: 64 bit fixes.
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | tdb: 64-bit fixes.
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | tally: fixes for 64 bit machines.
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | read_write_all: don't rely on write to pipe blocking...
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | opt: 64-bit compile fixes
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | ccan_tokenizer: 64-bit compile fixes.
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | alloc: fix 64-bit
|
commit | commitdiff | tree |
2010-10-20 |
Rusty Russell | tools: fixes for 64-bit.
|
commit | commitdiff | tree |
2010-10-18 |
Rusty Russell | tdb2: fix infinite loop in tdb_check
|
commit | commitdiff | tree |
2010-10-18 |
Rusty Russell | tdb2: add tdb_attribute_seed for setting hash seed.
|
commit | commitdiff | tree |
2010-10-17 |
Rusty Russell | licence->license: US English is the standard for code.
|
commit | commitdiff | tree |
2010-10-17 |
Rusty Russell | tdb2: clarify locking heirarchy; hashes, freelist,...
|
commit | commitdiff | tree |
2010-10-15 |
Rusty Russell | tdb2: fix run-summary test
|
commit | commitdiff | tree |
2010-10-14 |
Rusty Russell | opt: list ccan/typesafe_cb as a dependency.
|
commit | commitdiff | tree |
2010-10-08 |
Rusty Russell | ccanlint: use opt package.
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | opt: add opt_log_stderr_exit helper, and opt_usage...
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | opt: fix example to compile.
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | opt: remove gratuitous { } in initializers.
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | compiler, list, noerr, sparse_bsearch, str, str_talloc...
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | ccanlint: yet more modifications to example extraction...
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | ccanlint: rename files on collision even with keep...
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | tools: fix bug in doc-extract, handle spaces in summary...
|
commit | commitdiff | tree |
2010-10-07 |
Rusty Russell | compiler, talloc: warn if return from realloc-like...
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | tdb: fixed unitialized vars.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | tdb2: fix uninitialized var.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | modules: update documentation examples so they compile...
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: yet more heuristics for compiling examples.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | array: fix example compile.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | hash: fix examples so they compile.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | talloc: fix examples so they compile.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | opt: fix examples so they compile.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | alloc: fix examples so they compile.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | tap: make examples compilable by ccanlint.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: more heuristics for compiling examples.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | tools: "See Also:" can be a section in documentation...
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: more heuristics for compiling examples.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: really fix failing test logic.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: link api tests against compiled objects
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: add somefunc() to help examples compile.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: actually try to compile examples.
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: load file contents on demand, fix names for...
|
commit | commitdiff | tree |
2010-10-06 |
Rusty Russell | ccanlint: make sure we stop on failure of compulsory...
|
commit | commitdiff | tree |
2010-10-05 |
Rusty Russell | ccanlint: fix -k has_examples
|
commit | commitdiff | tree |
2010-10-05 |
Rusty Russell | opt: fix warnings with gcc and -O.
|
commit | commitdiff | tree |
2010-10-05 |
Rusty Russell | opt: minor API tweaks.
|
commit | commitdiff | tree |
2010-10-05 |
Rusty Russell | opt: allow parameter names in arguments.
|
commit | commitdiff | tree |
2010-10-05 |
Rusty Russell | opt: remove unused debug function and code, test a...
|
commit | commitdiff | tree |
2010-10-05 |
Rusty Russell | opt: clarify option iteration a little.
|
commit | commitdiff | tree |
2010-10-05 |
Rusty Russell | opt: fix reporting of arguments when multiple arguments...
|
commit | commitdiff | tree |
2010-10-03 |
Rusty Russell | opt: Put actual options inside names.
|
commit | commitdiff | tree |
2010-09-30 |
Rusty Russell | opt: add support for showing default value.
|
commit | commitdiff | tree |
2010-09-29 |
Rusty Russell | opt: new module to parse commandline options.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | compiler: use everywhere.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | read_write_all: use calloc instead of huge stack var...
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | ogg_to_pcm: fix build.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | noerr: don't leave tmpnam entries in /tmp in tests.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | tdb2: another test.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | tdb2: make sure summary always has a graph in it.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | config: more attributes defined.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | compiler: header for compiler-specific wrappers.
|
commit | commitdiff | tree |
2010-09-26 |
Rusty Russell | ccanlint: handle gcov where there's actually no C code
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | antithread: flesh out _info, update licence to GPLv3.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | antithread: update example Makefile and arabella example.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | alloc: fix case where poolsize is not a power of 2.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | hash: fix overrun in test code.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tools/ccanlint: extract examples in separate test.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | alloc: fix uninitialized entry (thanks valgrind!)
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tdb2: tools/
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tdb: separate key and data size summary in tdb_summary().
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tdb2: tdb_summary() implementation for tdb2.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tdb2: Move min size constant out where summary.c can...
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tdb2: don't use probe arg to oob()
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tdb: use optimal tally size for summary histograms.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tally: invert histograms so maximum is on top.
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tally: don't add extra bucket unless buckets == 0
|
commit | commitdiff | tree |
2010-09-25 |
Rusty Russell | tally: simplify, add Y axis to graph.
|
commit | commitdiff | tree |
2010-09-24 |
Rusty Russell | tdb: implement tdb_summary.
|
commit | commitdiff | tree |
2010-09-24 |
Rusty Russell | tally: implement tally_total()
|
commit | commitdiff | tree |
2010-09-24 |
Rusty Russell | tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
|
commit | commitdiff | tree |
2010-09-24 |
Rusty Russell | tdb: automatically identify Jenkins hash tdbs
|
commit | commitdiff | tree |
2010-09-24 |
Rusty Russell | tdb: add Bob Jenkins lookup3 hash as helper hash.
|
commit | commitdiff | tree |
2010-09-23 |
Rusty Russell | tdb: add mktdb tool.
|
commit | commitdiff | tree |
2010-09-23 |
Rusty Russell | tally: new module for tallying numbers.
|
commit | commitdiff | tree |
2010-09-14 |
Rusty Russell | tools: restore -Wmissing-prototypes -Wmissing-declarations
|
commit | commitdiff | tree |
2010-09-14 |
Rusty Russell | tdb: fix test helper to include own header, fix function...
|
commit | commitdiff | tree |
2010-09-14 |
Rusty Russell | tdb2: add missing prototype, move tdb_firstkey/tdb_nextkey...
|
commit | commitdiff | tree |
2010-09-14 |
Rusty Russell | tdb2: implement tdb_firstkey/tdb_nextkey.
|
commit | commitdiff | tree |
2010-09-14 |
Rusty Russell | tdb2: add tdb_errorstr(), clean up error codes.
|
commit | commitdiff | tree |
2010-09-14 |
Rusty Russell | tdb2: update design doc.
|
commit | commitdiff | tree |
2010-09-13 |
Rusty Russell | tdb: put example hashes into header, so we notice incorrect...
|
commit | commitdiff | tree |
2010-09-13 |
Rusty Russell | tdb: fix tdb_check() on other-endian tdbs.
|
commit | commitdiff | tree |
2010-09-13 |
Rusty Russell | tdb: fix tdb_check() on read-only TDBs to actually...
|
commit | commitdiff | tree |
2010-09-13 |
Rusty Russell | tdb: support tdb_check() on r/o databases.
|
commit | commitdiff | tree |
2010-09-13 |
Rusty Russell | alloc: No need for tiny.c to be executable.
|
commit | commitdiff | tree |
next |