]> git.ozlabs.org Git - ccan/shortlog
ccan
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 Russelltools/ccanlint: compile cleanly with -Wextra.
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-11-04 Rusty Russelltools: set, don't increment bool.
2016-11-02 David Gibson.travis.yml: Correct additional packages list
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-30 Kevin LockeAdd appveyor.yml
2016-09-30 Kevin LockeMakefile: Define CFLAGS_FORCE_C_SOURCE macro
2016-09-30 Kevin Lockeconfigurator: DEFAULT_{COMPILER, FLAGS} for MSVC
2016-09-30 Kevin Lockeconfigurator: Add output cflag option and macro
2016-09-30 Kevin Lockeconfigurator: Print test source without cat
2016-09-30 Kevin Lockeconfigurator: Inline err.h functions
2016-09-30 Kevin Lockeconfigurator: Reimplement run using popen
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 Kevin Lockeconfigurator: Return pointer difference as ptrdiff_t
2016-09-27 Kevin Lockeconfigurator: Fix warning in HAVE_FOR_LOOP_DECLARATION
2016-09-27 Kevin Lockeconfigurator: Fix compiler warning with compare
2016-09-27 Kevin Lockeconfigurator: Mark non-Windows tests MAY_NOT_COMPILE
2016-09-27 Kevin Lockeconfigurator: Use native directory separator
2016-09-27 Kevin Lockeconfigurator: Replace unlink with remove
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 travis workarounds for previous build system
2016-09-21 Jon GriffithsMakefile: First try at rewriting the ccan Makefile.
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 Russellccanlint: depends_accurate: don't detect false dependen...
2016-08-30 Rusty Russelltools/ccanlint: test_depends_accurate: catch #include...
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 Griffithsmanifest: Print the directory name if no files are...
2016-08-29 Jon Griffithsconfigurator: Fix unused parameters
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 GriffithsEnsure config.h is created before the main travis builds
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 Griffithstools/ccan_depends: Don't crash when no dependencies...
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.
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
next