]> git.ozlabs.org Git - ccan/history - ccan
tlist: Place tlists last in structures
[ccan] / ccan /
2015-10-27 David Gibsonlpq: New module
2015-10-25 David Gibsonlqueue: Streamline interface with TCON_CONTAINER
2015-10-25 David Gibsonlstack: Streamline interface with TCON_CONTAINER
2015-10-25 David Gibsontcon: Encode information on container members in "type...
2015-10-25 David Gibsontcon: Encode integer values into "type" canaries
2015-10-25 David Gibsontcon: Add tcon_sizeof() helper
2015-10-25 David Gibsontcon: Add an alternate way of building type canaries
2015-10-25 David Gibsonptrint: ptr2int and int2ptr are constant functions
2015-10-21 Paul WayperFixing odd formatting of info caused by unnecessary...
2015-10-21 Rusty Russellopt: don't use raw malloc for errors.
2015-10-20 Rusty Russellmem: switch descriptions for memeqzero/memeqstr
2015-10-18 David GibsonRemove stale file ccan/priority_queue/test/run.c
2015-10-18 David Gibsonorder: total_order_cmp() helper and better tests
2015-10-16 Rusty Russelltal/str: fix error in tal_strndup()
2015-10-15 Rusty Russellmem: get clever with memeqzero().
2015-10-15 Rusty Russellmem: optimize.
2015-10-15 Rusty Russellmem: add memzero benchmark.
2015-10-15 Rusty Russellmem: add memeqzero.
2015-09-29 Rusty Russellccanlint: enhance and streamline "output" testing lines.
2015-09-28 David Gibsonpermutation: Generate permutations of arrays
2015-09-24 Rusty Russellmem: add memcheck() for valgrind.
2015-09-14 David Gibsonstrgrp: Fix compile errors in example
2015-09-13 David Gibsonmem: Add memswap() function
2015-09-13 David Gibsonmem: Add function to check whether memory ranges overlap
2015-09-13 David Gibsonmem: Remove array_size dependency
2015-09-12 Andrew Jefferystrgrp: Tidy up kerneldoc in _info
2015-09-09 Andrew Jefferystrgrp: Optionally include OpenMP pragma
2015-09-08 Andrew Jefferystrgrp: new module
2015-09-06 Cody P Schafermem: add memends_str() helper for symmetry
2015-09-06 Cody P Schafermem: mark all functions as PURE
2015-09-06 Cody P Schaferbytestring: use newly added mem helpers
2015-09-06 Cody P Schafermem: add mem helper functions
2015-08-20 Rusty Russellarray_size: fix spurious test fail with gcc-5
2015-08-20 Cody P Schaferpr_log: a new module that provides a simple run-time...
2015-08-19 Cody P Schaferlist: suppress unused argument warnings
2015-08-18 David Gibsonbytestring: Add rational comment to testcase
2015-08-18 Cody P Schaferbytestring: avoid compile_fail failure due to uninitial...
2015-08-17 Cody P Schafertalloc: avoid a comparison mismatch & at the same time...
2015-08-15 A. Samycpuid: update inline docs
2015-08-15 A. Samycpuid: use a hardcoded constant when comparing CPU...
2015-08-14 Rusty Russellcpuid: fix test.
2015-08-12 A. Samycpuid: namespacize some functions and define them as...
2015-08-12 A. Samycpuid: cpuid_write_info(): have outfile a file pointer...
2015-08-12 A. Samycpuid: rename ___cpuid to get_cpuid
2015-08-12 A. Samycpuid: minor clean up
2015-08-01 David Gibsonagar: Re-entrant Abstract Graph Algorithms
2015-08-01 David Gibsonaga: Add lazytrie testcase
2015-08-01 David Gibsonaga: Testcase for attempt to run concurrent algorithms
2015-08-01 David Gibsonaga: Breadth first search
2015-08-01 David Gibsonaga: Depth first search
2015-08-01 David Gibsonaga: Simple test graphs
2015-08-01 David Gibsonaga: Abstract Graph Algorithms
2015-07-30 Maxim Zakharovdaemonize: check setsid() return value
2015-07-30 Maxim Zakharovdaemonize: exit parent without triggering atexit()...
2015-07-20 Joel Stanleyshort_types: Fix warning in test
2015-07-09 Rusty Russellcrypto/sha256: add license file for intel code in bench...
2015-07-08 Rusty Russellcrypto/ripemd160: new module.
2015-07-08 Rusty Russellcrypto/sha256: fix up CCAN_CRYPTO_SHA256_USE_OPENSSL...
2015-06-25 Rusty Russellcrypto/sha256: include Intel ASM versions in benchmarks.
2015-06-25 Rusty Russellcrypto/sha256: add benchmark.
2015-06-18 David Gibsonavl: Use definitions from order module
2015-06-18 David Gibsonasort: Use order module definitions
2015-06-18 David Gibsonorder: Scalar comparison functions
2015-06-18 David Gibsonorder: Module for comparison callbacks
2015-06-13 David Gibsonlqueue: Allow a queueu to be initialized from an existi...
2015-06-13 David Gibsonlstack: Allow a stack to be initialized from an existin...
2015-06-04 Rusty Russellopt: add opt_usage_exit_fail.
2015-06-02 Kirill Smelkovbitmap: Don't crash if allocation fails in bitmap_alloc...
2015-06-01 Rusty Russellntdb: don't overlap with test filenames.
2015-05-28 Rusty Russelltal: rename tal_dup to tal_dup_arr, make tal_dup simpler.
2015-05-28 David Gibsonasearch: Add context pointer to asearch comparison...
2015-05-28 David Gibsonasearch: Correct license tag to LGPL 2.1+
2015-05-27 David Gibsonptrint: Module for encoding integers into void * pointers
2015-05-27 Rusty Russellcrypto/sha256: simplify interface.
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-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-04-13 Delio Brignolital_stack
2015-03-30 Peter Barkerbase64: implements rfc4648, the base64 encoding
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-20 Rusty Russellntdb: fix up tests.
next