]> git.ozlabs.org Git - ccan/history - ccan
.travis.yml: Add valgrind testing
[ccan] / ccan /
2017-01-13 Rusty Russellintmap: clean up iterators.
2017-01-11 Rusty Russellintmap: new module.
2017-01-09 Rusty Russellio: make io_close_taken_fd() unset nonblocking on the fd.
2017-01-09 Rusty Russellio: handle errors on listening file descriptors.
2017-01-09 Rusty Russellio: io_close_taken_fd to steal fd from conn.
2017-01-09 Rusty Russellio: don't try to close() connection twice, remove shutd...
2017-01-09 Rusty Russellio: update documentation for io_close.
2017-01-07 Rusty Russellstr: make sure STR_MAX_CHARS gives a constant expression.
2016-12-29 Rusty Russelltal/autoptr: new module.
2016-12-29 Rusty Russelltal: support destructors with an extra argument.
2016-12-29 Rusty Russellio: allow freeing of io_conn at any time.
2016-12-29 Rusty Russellio: remove io_debug support.
2016-12-29 Rusty Russelltal: save and restore errno across all notifiers.
2016-12-24 David Gibsonccanlint: Move ccanlint test options from _info comment...
2016-12-23 Rusty Russellio/fdpass: new module for async fd passing.
2016-12-12 Peter Barkerbase64: correct linkage of base64_maps_rfc4648
2016-12-12 David Gibsongenerator: Rewrite to use coroutine module
2016-12-09 David Gibsoncoroutine: New module
2016-12-07 Rusty Russellfdpass: new module.
2016-12-05 Rusty Russellshachain: allow overriding of number of bits, add cmdli...
2016-12-05 Rusty Russellhkdf_sha256: okm is a void *.
2016-11-30 Rusty Russellcrypto/hkdf_sha256: new module.
2016-11-30 Rusty Russellcrypto/hmac_sha256: add partial progress functions.
2016-11-30 Rusty Russellcrypto/hmac_sha256: new module.
2016-11-27 Kevin Lockeedit_distance: Rename ED_STACK_ELEMS ED_STACK_DIST_VALS
2016-11-23 Kevin Lockeedit_distance: calculate edit distance between strings
2016-11-21 David Gibsoncppmagic: Tweak testcase to work on older clang versions
2016-11-21 David Gibsontime: Change TIME_HAVE_MONOTONIC to be 0/1 rather than...
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-17 David Gibsonwwviaudio: Mark examples as not compiling
2016-11-17 David Gibsonwwviaudio: Use correct C99 format specifiers for uint64_t
2016-11-06 Rusty Russellpipecmd: fix -Wextra complaint about empty body.
2016-11-06 Rusty Russellhtable: another unused parameter in tests.
2016-11-06 Rusty Russellcontainer_of: Make example compile cleanly with -Wunused
2016-11-06 Rusty Russellasort, cdump, htable, list, noerr, strmap, tal/link...
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-11-04 Rusty Russellcast, str, take, tal/grabfile, tal/str, typesafe_cb...
2016-11-04 Rusty RussellRemove unused main() args in many modules.
2016-11-04 Rusty Russelltal: remove ccan/talloc from example.
2016-11-04 Rusty Russellcpuid: increment over size of cpu array, not just first...
2016-11-04 David Gibsonaga,agar: Negative weight cycle testcase
2016-11-04 David Gibsonaga,agar: The Bellman-Ford algorithm
2016-11-04 David Gibsonaga,agar: Rename aga_dijkstra_all_paths()
2016-10-31 Rusty Russellio: update to use time_mono() for timers.
2016-10-31 Rusty Russelltimer: change to use time_mono (api break!)
2016-10-31 Rusty Russelltime: make timemono a first-class citizen.
2016-10-31 Rusty Russelltime: test/run-monotonic backwards timemono_between...
2016-10-30 Rusty Russelltime: timemono_add.
2016-10-28 Rusty Russelljmap: fix tools/speed
2016-10-25 Rusty Russellpipecmd: fix warn-unused-result warnings (-O2)
2016-10-25 Rusty Russellptr_valid: fix warn-unused-result warning (-O2)
2016-10-25 Rusty Russellio: fix maybe-uninitialized warning in test (-O2)
2016-10-25 Rusty Russellforeach: fixed maybe uninitialized warning in test...
2016-10-25 Rusty Russellerr: fix warn-unused-result warning in test (-O2)
2016-10-25 Rusty Russellcdump: fix uninitialized warning with optimization
2016-09-29 Emilio G. Cotalist: trivial: fix typos in list_for_each_off's documen...
2016-09-28 Emilio G. Cotatime: add timemono_since
2016-09-27 Benjamin Herrenschmidtccan/list: Add list_empty_nocheck
2016-09-27 Emilio G. Cotaaga: trivial: fix description of aga_bfs
2016-09-21 Jon GriffithsRemove duplicate const qualifier
2016-09-08 Rusty Russelltal/stack: fix up after tal change.
2016-09-08 Rusty Russelltal: store length in bytes, not count, and always store...
2016-09-08 Rusty Russelltal: remove unused assigned var (scan-build warning)
2016-09-08 Rusty Russellpipecmd: fix minor memleak detected by scan-build.
2016-09-07 Rusty Russelltal: make tal_next() only return immediate children.
2016-08-31 Jon GriffithsAdd a SHA512 implementation
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/48'
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/50'
2016-08-30 Jon Griffithssha256: Use hex for test results
2016-08-29 Jon Griffithsshachain: Fix signed/unsigned mismatches
2016-08-29 Jon Griffithsciniparser: Make key arguments const
2016-08-29 Jon Griffithsbase64: Remove an invalid assertion
2016-08-29 Jon Griffithsstrmap: Set the license for strmap to CC0
2016-08-29 Jon Griffithsgenerator: Don't print variable unless the generator...
2016-08-29 Jon Griffithssha256: Simplify test
2016-08-24 Jon Griffithstlist: Place tlists last in structures
2016-08-24 Jon Griffithspr_log: Fix a warning building under clang
2016-08-24 Jon Griffithstal: Fix a comment typo
2016-08-23 Rusty RussellMerge remote-tracking branch 'origin/pr/47'
2016-08-23 Rusty RussellMerge remote-tracking branch 'origin/pr/46'
2016-08-23 Rusty RussellMerge remote-tracking branch 'origin/pr/45'
2016-08-22 Jon Griffithsripemd160: Remove unused static function Initialize()
2016-08-22 Jon Griffithsripemd160: Declare variable at the start of its function
2016-08-22 Jon Griffithshex: Simplify hex_encode
2016-08-22 Jon Griffithssha256: Use fewer magic magic numbers
2016-08-22 Jon Griffithssha256: Move 'bytes' to the end of sha256_ctx and make...
2016-08-22 Jon Griffithssha256: Use the same union order as the ctx structure
2016-08-22 Jon Griffithssha256: Make our u32 and u8 fields the same size
2016-08-22 Jon Griffithssha256: Mark parameters as potentially unused
2016-08-22 Jon Griffithscrypto: Comment typo
2016-08-22 Jon Griffithscrypto: Remove C++ comments
2016-08-22 Jon Griffithsripemd160: Fix a name typo
2016-08-22 Jon Griffithsripemd160: Mark parameters as potentially unused
2016-06-28 Rusty Russellcast: fix indentation in example.
2016-06-16 David Gibsonaltstack: Don't log internal calls in test cases
2016-06-16 David Gibsonaltstack: Don't use 0 pointer literals
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.
next