]> git.ozlabs.org Git - ccan/shortlog
ccan
2015-05-27 Rusty RussellMakefile: more hacks for crypto/ and str/ subdirs.
2015-05-27 Rusty Russellcrypto/sha256: simplify interface.
2015-05-25 Rusty RussellMakefile: add missing modules.
2015-05-25 Rusty RussellMakefile: update upload target.
2015-05-25 Rusty Russellcrypto/shachain: examples and some documentation.
2015-05-25 Rusty Russellcrypto/shachain: enforce that indexes have to be added...
2015-05-25 Rusty Russellcrypto/shachain: detect if we're inserting a bogus...
2015-05-25 Rusty Russellcrypto/shachain: a bit more common code.
2015-05-25 Rusty Russellcrypto/shachain: add design document.
2015-05-25 Rusty Russellcrypto/shachain: new module
2015-05-25 Rusty Russellcrypto/sha256: new module.
2015-05-24 Rusty Russelltools: add HAVE_UNALIGNED_ACCESS test.
2015-05-20 Rusty Russelltimer: simple optimization for large number of timers.
2015-05-20 Rusty Russelltimer: brute force corruption fix.
2015-05-19 Rusty Russelltimer: put level-0 optimization directly into find_first.
2015-05-19 Rusty Russelltimer: fix two corruption bugs.
2015-05-19 Rusty Russelltimer: better dump code.
2015-05-19 Rusty Russelltimer: fix timer_check() to iterate all levels.
2015-05-14 Rusty Russellstr/hex: to-from hexstring conversion routines.
2015-05-12 Rusty Russellhtable: add pre-sized option.
2015-05-05 Joel StanleyAdd Travis continuous integration
2015-04-25 Rusty Russelldoc: english fixup.
2015-04-24 Rusty Russellweb: remove unused db dir
2015-04-24 Rusty Russellweb: remove unused directory.
2015-04-24 Rusty RussellDelete unused file.
2015-04-24 Rusty Russellweb: Create webpages-unchecked target for running on...
2015-04-13 Delio Brignolital_stack
2015-04-10 Peter Barkerccanlint: avoid segfault when module_builds' linking...
2015-03-30 Peter Barkerbase64: implements rfc4648, the base64 encoding
2015-03-30 Rusty Russelltools/ccanlint: slight neatening of license logic.
2015-03-30 Peter Barkerccanlint - avoid e.g. GPL vs LGPL mismatch in license...
2015-03-30 Eric Wonglist: add list_for_each_rev_safe{,_off} macros
2015-03-30 Eric Wonglist: add list_for_each_rev_off macro
2015-03-30 Eric Wonglist: new list_for_each{, _safe}_off_dir_ macros
2015-03-30 Eric Wonglist: list_swap to exchange elements
2015-03-30 Eric Wonglist: list_add_after and list_add_before functions
2015-03-30 Rusty Russellstringbuilder: fix ccan/str test dependency.
2015-03-30 Jeremy Kerrendian: Fix cpu_to_be64 on big-endian
2015-03-30 Stuart Longlandstringbuilder: Functions for joining strings.
2015-03-30 Rusty RussellMakefile: add ntdb.
2015-03-20 Rusty Russellntdb: fix up tests.
2015-03-20 Rusty Russellntdb: assume HAVE_CCAN in header.
2015-03-20 Rusty Russellntdb: fix up _info.
2015-03-18 Rusty Russellntdb: move python bindings to subdir.
2015-03-18 Rusty Russellntdb: remove config.h
2015-03-17 Rusty RussellMerge branch 'ntdb' of https://github.com/ddiss/ccan...
2015-03-16 Rusty Russellinvbloom: singleton callback for when destroying a...
2015-03-16 David Disseldorpntdb: add _info file
2015-03-16 David Disseldorpntdb: link to common LGPL-3 license
2015-03-16 David Disseldorpntdb: build core components via static Makefile
2015-03-16 David Disseldorpntdb: next-generation trivial key-value database
2015-03-15 Rusty Russellinvbloom: reduce hash count to 3.
2015-03-15 Rusty Russellinvbloom: add callback for when an element becomes...
2015-03-15 Rusty Russellinvbloom: remove unused structure field.
2014-11-14 Rusty Russellcdump: ignore __attribute__ (gcc extension).
2014-11-14 Rusty Russellcdump: handle multi-line preprocessor directives.
2014-11-14 Rusty Russellcdump: add CDUMP() support.
2014-11-14 Rusty Russellcdump: handle array sizes and comments better.
2014-11-11 Rusty Russellio: fix example in io_plan.h which didn't compile.
2014-11-11 Rusty Russellcdump: add useful tool to generate enum name string...
2014-11-11 Rusty Russellcdump: handle , at end of enums.
2014-11-11 Rusty Russellcdump: new module.
2014-11-11 Rusty Russellpushpull: new module.
2014-11-10 Rusty Russellccanlint: offer to insert license comments where they...
2014-11-10 Rusty Russellccanlint: check all headers for examples.
2014-11-07 Rusty Russellinvbloom: new module for IBLTs.
2014-10-30 Rusty RussellMakefile-ccan: bytestring now has source.
2014-10-30 Rusty Russellio: update for new timer API.
2014-10-30 Rusty Russelltimer: make timer_del() idempotent, add timer_init().
2014-10-30 Rusty Russelltimer: change timers_expire() to return a single timer.
2014-10-30 David Gibsonbytestring: Add initializer macro
2014-10-30 David Gibsonbytestring: Use CONST_FUNCTION
2014-10-30 David Gibsonbytestring: Split bytestrings by a string delimiter
2014-10-30 David Gibsonbytestring: Split bytestrings by a set of character...
2014-10-30 David Gibsonbytestring: Split bytestrings by a character delimiter
2014-10-30 David Gibsonbytestring: Implement bytestring_spn() and bytestring_c...
2014-10-30 David Gibsonbytestring: Implement bytestring_bytestring()
2014-10-30 David Gibsonbytestring: Add bytestring_index and bytestring_rindex...
2014-10-30 David Gibsonbytestring: bytestring_starts() and bytestring_ends...
2014-10-30 David Gibsonbytestring: Add bytestring_slice function
2014-10-30 David Gibsonbytestring: Add bytestring_byte() function
2014-10-27 David Gibsonmem: Implement memrchr()
2014-10-27 David Gibsonmem: Correct testcases
2014-10-27 David Gibsonmem: Rename memmem module to mem
2014-10-25 Chris McCormickSyntax highlighting for module example code using prett...
2014-10-25 Chris McCormickRemoved more tables where they aren't required. Improve...
2014-10-25 Chris McCormickNew page layout, font, background image. Replaced table...
2014-10-25 Chris McCormickStandards compliance - XML html doctype, charset meta...
2014-10-25 Chris McCormickWhen building webpages, skip clean-tree check if WEBDEV...
2014-10-25 Chris McCormickFix for broken links/images on website 'junkcode' pages.
2014-10-23 Chris McCormickChanged the look of the website. Added a new logo desig...
2014-10-13 Rasmus Villemoesconfigurator: Fix CTZ detection
2014-10-13 Rusty RussellAdd eratosthenes to Makefile-ccan list.
2014-10-13 David Gibsoneratosthenes: Implementation of the Sieve of Eratosthenes
2014-10-13 David Gibsonbitmap: Implement bitmap_ffs()
2014-10-13 David Gibsonbitmap: Extend allocation functions
2014-10-13 David Gibsonbitmap: Add functions to set/clear ranges of bits
2014-10-13 David Gibsonbitmap: Switch bit indices to unsigned long
2014-09-13 David Gibsonlstack: Linked list stack implementation
2014-09-13 David Gibsonlqueue: Linked list queue implementation
next