]> git.ozlabs.org Git - ccan/shortlog
ccan
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
2014-09-13 David Gibsoncontainer_of: Add container_of_or_null()
2014-08-27 Rusty Russellio: use normal linked lists.
2014-08-27 Rusty Russelllist_del_init/list_node_init: for multiple list_del...
2014-08-18 Rusty Russelltal/str: use tal/grab_file not grab_file in example.
2014-08-18 Rusty Russellcharset: make example use tal/grab_file instead of...
2014-08-18 Rusty Russellccan_tokenizer: remove warnings with gcc
2014-08-18 Rusty Russellccan_tokenizer: switch example from grab_file to ccan...
2014-08-15 Joel Stanleyendian: Wrap arguments in braces to silence warnings
2014-08-12 Andy Groverdarray: Add darray_remove()
2014-08-08 Rusty Russellio: always make fds O_NONBLOCK.
2014-08-08 Rusty Russellio: don't do wakeup immediately.
2014-08-05 Rusty Russellccan/io: use shutdown() before close.
2014-08-04 Rusty Russellccan/io: add io_out_wait() and io_out_always().
2014-08-04 Rusty Russellccan/io: io_halfclose.
2014-08-04 Rusty Russellccan/io: keep more io_plan details internal.
2014-08-04 Rusty Russellccan/io: implement debug.
2014-08-04 Rusty Russellccan/io: implement timeouts.
2014-08-04 Rusty Russellccan/io: duplex support.
2014-08-04 Rusty Russellccan/io: eliminate dir argument from io_wait and io_always.
2014-08-03 Rusty Russellccan/io: rewrite.
2014-08-03 Rusty Russellccan/io: fix io_connect.
2014-08-01 Rusty Russelltools/ccanlint: add global .valgrind_suppressions file.
2014-07-29 Cody P Schaferconfigurator: add BUILTIN_CTZ*, BUILTIN_FFS, and ICCARM...
2014-07-29 Douglas Bagnallopt/helpers: fix out-of-range check in opt_set_floatval()
2014-07-25 Rusty Russellnet: use freeaddrinfo() in _info example.
2014-07-17 Rusty Russellio: fix io_connect().
2014-06-25 Rusty Russellstructeq: new module.
2014-06-23 Rusty Russelltal/str: fix error when strreg regex looks for literal...
2014-06-23 Rusty Russelltime: update for new configurator.
2014-06-23 Rusty Russelltools/configurator: set HAVE_CLOCK_GETTIME even if...
2014-06-23 Douglas Bagnallopt: Don't segfault if a string's default is NULL
2014-06-23 Douglas Bagnallopt: add an int decrementing helper function
2014-06-23 Douglas Bagnallopt: always initialise values in set_llong_with_suffix()
2014-06-22 David Gibsonmemmem, bytestring: Fix includes in _info
2014-06-21 Cody P Schaferautodata: fix example, autodata_get()s second arg must...
2014-06-21 Cody P Schafercompiler: avoid barfing when config.h & the current...
2014-06-21 Cody P Schafercompiler: Add PURE_FUNCTION
2014-06-16 David Gibsonmemmem: Remove void * arithmetic warning
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-06-16 David Gibsonrfc822: Use the memmem module
2014-06-16 David Gibsonmemmem: Trivial module to provide memmem() function
2014-06-13 David Gibsonjacobson_karels: Add missing inline keyword
2014-06-13 Rusty Russellccan/htable: fix tools warning for 64-bit systems.
2014-06-12 Rusty Russelltime: fix example.
2014-06-10 Rusty Russellstrset: fix up tools for new ccan/time API.
2014-06-10 Rusty Russelllbalance: update tools for new time (and jmap!)
2014-06-10 Rusty Russellhtable: update tools for time changes.
2014-06-10 Rusty Russelltime: time_mono() helpers.
2014-06-10 Rusty Russellio failtest timer tools: fallout from time changes.
2014-06-10 Rusty Russelltime: split absolute and relative times.
2014-06-10 Rusty Russelltal/talloc: include all ccan dependencies.
2014-06-10 Rusty Russelltal/talloc: fix overflow on 64 bit systems
2014-06-10 Rusty Russellstr_talloc: delete.
2014-06-10 Rusty Russellgrab_file: don't use str_talloc for tests.
2014-06-10 Rusty Russellhtable: tools: use tal instead of talloc.
2014-06-10 Rusty Russelltools: use tal/grab_file
2014-06-10 Rusty Russellstrset: use tal instead of talloc in examples and tools.
2014-06-10 Rusty Russellstrset: update tools for new ABI
2014-06-10 Rusty Russellstrset: update ccan/time usage in tools
2014-06-10 Rusty Russellcrcsync: use tal/grab_file in _info example.
next