]> git.ozlabs.org Git - ccan/shortlog
ccan
2016-06-16 David Gibsonaltstack: Use ptrint instead of bare casts
2016-06-16 David Gibsonaltstack: Restore alternate signal stack state
2016-06-16 David Gibsonaltstack: Consolidate thread-local variables
2016-06-06 Rusty Russellhtable: allow htable_type keys to be non-pointers.
2016-06-06 Rusty Russellhtable: htable_type add htable_copy.
2016-06-06 Rusty Russellhtable: add htable_copy.
2016-06-05 Cody P Schaferhtable: add a htable_prev method to oppose _next
2016-06-05 David Gibsontlist: Add tlist_next() and tlist_prev() functions
2016-06-03 David Gibsonagar: Add static graph initializer
2016-06-02 David Gibsonaga: Remove unused state defines
2016-06-02 Rusty Russelltcon: add testcase for const members in tcon_container_of()
2016-06-02 Rusty Russelltcon: add test case for const members.
2016-06-02 Cody P Schafertlist2: a alternate to tlist that encodes the member...
2016-06-02 Cody P Schafertcon: avoid error 'expected `void *` but argument is...
2016-06-02 Cody P Schaferlist: add parens to gaurd macro args in LIST_INIT
2016-05-31 Cody P Schaferhtable/htable_type: allow keyof to be a simple macro
2016-05-31 Cody P Schaferhtable/htable_type: avoid warning about an unused argument
2016-05-31 Rusty Russellcrypto/siphash: new module.
2016-05-09 David GibsonBuild info files
2016-05-09 David GibsonAutomatically determine which modules have source
2016-05-09 Rusty RussellMakefile: exclude altstack so Jenkins works again.
2016-05-09 Rusty Russellccanlint: fix missing file.
2016-05-06 Rusty Russelltools/ccanlint: make sure _info compiles.
2016-05-03 Rusty Russella_star: new module added to hacky Makefile-ccan list.
2016-05-03 Stephen M.... Add A-star module
2016-04-29 David GibsonCorrectly include dependencies for nested modules
2016-04-29 David GibsonExclude system headers from .d files
2016-04-29 David GibsonClean up use of 'rm' in Makefiles
2016-04-29 David GibsonAdd missing files to make clean
2016-04-26 Rusty Russellconfigurator: fix HAVE_UCONTEXT test on Ubuntu 16.04.
2016-04-26 Rusty Russellgenerator: don't even try to compile if !HAVE_UCONTEXT.
2016-04-26 Rusty RussellMakefile: add altstack and generator to build exclusions.
2016-04-26 Rusty RussellMakefile: fix random pattern hack.
2016-04-26 Rusty RussellMakefile-ccan: add cppmagic.
2016-04-26 Rusty Russellhtable: add iterators to htable_type.
2016-03-25 Andrew Jefferystrgrp: Add cosine fudge-curve to unify filter comparis...
2016-03-25 Andrew Jefferystrgrp: Use angular similarity for distance metric...
2016-03-25 Andrew Jefferystrgrp: Use ratio of hypotenuse for consistent comparisons
2016-03-25 Andrew Jefferystrgrp: Shift constant out of loop
2016-03-08 Rusty Russellshachain: clarify design in terms of binary tree, rever...
2016-02-25 David Gibsongenerator: Allow generators to take arguments
2016-02-25 David Gibsongenerator: Generators for C
2016-02-25 David Gibsonconfigurator: Add test for ucontext.h
2016-02-15 David Gibsonaltstack: Clarify checking macros
2016-02-15 David Gibsonaltstack: Declare memory clobbers
2016-02-15 David Gibsonaltstack: Include config.h in run.c
2016-02-15 David Gibsonaltstack: Increase signal stack size
2016-02-08 Dan Goodaltstack: stack alignment and accounting tweaks
2016-02-05 Rusty Russellccanlint: make _info ported an empty string on success.
2016-02-03 David Gibsoncppmagic: Iteration
2016-02-03 David Gibsoncppmagic: Allow multiple and deferred evaluation
2016-02-03 David Gibsoncppmagic: Conditionals
2016-02-03 David Gibsoncppmagic: Logical operations
2016-02-03 David Gibsoncppmagic: New module
2016-02-03 David Gibson.travis.yml: Add -k to make check script
2016-02-03 David Gibsonccanlint: Report failures with --summary
2016-02-03 Rusty Russellccanlint: add missing file for "info_ported" test.
2016-02-03 Rusty Russellrszshm: disable valgrind for tests.
2016-02-03 Rusty Russellmem: add memtaint().
2016-02-03 Rusty Russellaltstack: fix _info test.
2016-02-03 Rusty Russelltools: commit missing support for _info ported flag.
2016-02-03 Rusty Russellccanlint: add "_info ported" (for ccan/altstack).
2016-02-02 David Gibsonidtree: Fix undefined behaviour (left shift of signed...
2016-02-02 David Gibsonidtree: Fix misindented statement
2016-02-02 David Gibsonidtree: Fix comparison is always false warning
2016-02-02 David Gibsonhtable: Mark functions constructed by HTABLE_DEFINE_TYP...
2016-02-02 David Gibsonstrmap: Convert to using TCON_WRAP() instead of plain...
2016-01-29 Rusty Russellaltstack: disable valgrind.
2016-01-29 Dan Goodaltstack: New module
2016-01-27 David Gibsonaga: Annotate unused return values
2016-01-27 David Gibsonccanlint: Remove unused variable
2016-01-26 David Gibsonconfigurator: Clarify empty if
2016-01-26 David Gibson.travis.yml: Add clang builds to Travis
2016-01-21 Dan Goodrszshm: New module
2016-01-19 Rusty Russelltal/str: fix infinite loop of tal_fmt() with empty...
2016-01-19 Rusty Russellpipecmd: add stderr fd arg.
2016-01-19 Rusty Russellpipecmd: fix fd leak.
2016-01-18 Rusty Russellio: io_time_override to insert fake times.
2016-01-05 Dan Gooddeque: check HAVE_STATEMENT_EXPR, tweaks from feedback
2015-12-28 Dan Gooddeque: New module
2015-12-14 Rusty RussellAdd file describing Signed-off-by and guiding new modul...
2015-12-10 Dan Goodtweaks from feedback - thanks
2015-12-10 Dan GoodAdd xstring module - bounded string builder with three...
2015-12-09 Joel StanleyMakefile-web: Quote the names in the error message
2015-12-09 Joel Stanleyweb/logo: Use a relative protocol
2015-12-09 Joel StanleyMakefile-web: Download prettify from git
2015-11-20 Rusty Russellpipecmd: test can't-exec case.
2015-11-20 Rusty Russellpipecmd: add pipecmdarr variant.
2015-11-20 Rusty Russelltools/namespacize: use unlink_noerr.
2015-11-20 Rusty Russellnet: use close_noerr.
2015-11-20 Rusty Russellnoerr: add free_noerr().
2015-11-20 David Gibsonaga,agar: New shortcut2 sample graph and testcases...
2015-11-20 David Gibsonaga,agar: New shortcut1 sample graph and testcases...
2015-11-20 David Gibsonaga,agar: Non-equal edge costs for parallel test graph
2015-11-20 David Gibsonaga,agar: Dijkstra's algorithm
2015-11-20 David Gibsonaga,agar: Add edge costs
2015-11-20 Rusty RussellMakefile-ccan: add pipecmd
2015-11-20 Rusty Russellpipecmd: new module.
2015-11-15 Andrew Jefferystrgrp: Cache cosine popcounts to reduce computation
2015-11-13 Andrew Jefferystrgrp: Fix indexing of per-thread storage for cosine...
next