2016-11-23 |
David Gibson | .travis.yml: Enable C99 mode for older gcc versions |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-23 |
Kevin Locke | edit_distance: calculate edit distance between strings |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-22 |
David Gibson | Makefile: Remove unused test targets |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-22 |
Rusty Russell | web: fix for PHP7. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-22 |
Rusty Russell | Makefile-web: make it usable with "make -f Makefile... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-21 |
David Gibson | cppmagic: Tweak testcase to work on older clang versions |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-21 |
David Gibson | time: Change TIME_HAVE_MONOTONIC to be 0/1 rather than... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-21 |
David Gibson | ccanlint: Remove unused variable |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-21 |
David Gibson | Makefile: Remove generator modules from the exclude... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-21 |
David Gibson | .travis.yml: Remove external libraries |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-21 |
David Gibson | Merge Makefile rewrite into master |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-17 |
David Gibson | wwviaudio: Mark examples as not compiling |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-17 |
David Gibson | wwviaudio: Use correct C99 format specifiers for uint64_t |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-07 |
David Gibson | Clearer output from make check in Travis |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-07 |
David Gibson | ccanlint: Alter meaning of --summary option |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | pipecmd: fix -Wextra complaint about empty body. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | ccanlint: remove empty statement warnings. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | ccanlint: check unused result. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | ccanlint: mark unused parameters. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | htable: another unused parameter in tests. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | ccanlint: fix usage of unused main parameters in other... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | container_of: Make example compile cleanly with -Wunused |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | asort, cdump, htable, list, noerr, strmap, tal/link... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | tools/ccanlint: add args to main. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-06 |
Rusty Russell | Mark unused arguments in many modules. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
Rusty Russell | cast, str, take, tal/grabfile, tal/str, typesafe_cb... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
Rusty Russell | Remove unused main() args in many modules. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
Rusty Russell | tal: remove ccan/talloc from example. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
Rusty Russell | tools/ccanlint: compile cleanly with -Wextra. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
Rusty Russell | cpuid: increment over size of cpu array, not just first... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
David Gibson | aga,agar: Negative weight cycle testcase |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
David Gibson | aga,agar: The Bellman-Ford algorithm |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
David Gibson | aga,agar: Rename aga_dijkstra_all_paths() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-04 |
Rusty Russell | tools: set, don't increment bool. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-11-02 |
David Gibson | .travis.yml: Correct additional packages list |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-31 |
Rusty Russell | io: update to use time_mono() for timers. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-31 |
Rusty Russell | timer: change to use time_mono (api break!) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-31 |
Rusty Russell | time: make timemono a first-class citizen. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-31 |
Rusty Russell | time: test/run-monotonic backwards timemono_between... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-30 |
Rusty Russell | time: timemono_add. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-28 |
Rusty Russell | jmap: fix tools/speed |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-25 |
Rusty Russell | pipecmd: fix warn-unused-result warnings (-O2) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-25 |
Rusty Russell | ptr_valid: fix warn-unused-result warning (-O2) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-25 |
Rusty Russell | io: fix maybe-uninitialized warning in test (-O2) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-25 |
Rusty Russell | foreach: fixed maybe uninitialized warning in test... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-25 |
Rusty Russell | err: fix warn-unused-result warning in test (-O2) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-10-25 |
Rusty Russell | cdump: fix uninitialized warning with optimization |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-30 |
Kevin Locke | Add appveyor.yml |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-30 |
Kevin Locke | Makefile: Define CFLAGS_FORCE_C_SOURCE macro |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-30 |
Kevin Locke | configurator: DEFAULT_{COMPILER, FLAGS} for MSVC |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-30 |
Kevin Locke | configurator: Add output cflag option and macro |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-30 |
Kevin Locke | configurator: Print test source without cat |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-30 |
Kevin Locke | configurator: Inline err.h functions |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-30 |
Kevin Locke | configurator: Reimplement run using popen |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-29 |
Emilio G. Cota | list: trivial: fix typos in list_for_each_off's documen... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-28 |
Emilio G. Cota | time: add timemono_since |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Kevin Locke | configurator: Return pointer difference as ptrdiff_t |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Kevin Locke | configurator: Fix warning in HAVE_FOR_LOOP_DECLARATION |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Kevin Locke | configurator: Fix compiler warning with compare |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Kevin Locke | configurator: Mark non-Windows tests MAY_NOT_COMPILE |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Kevin Locke | configurator: Use native directory separator |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Kevin Locke | configurator: Replace unlink with remove |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Benjamin Herrenschmidt | ccan/list: Add list_empty_nocheck |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-27 |
Emilio G. Cota | aga: trivial: fix description of aga_bfs |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-21 |
Jon Griffiths | Remove travis workarounds for previous build system |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-21 |
Jon Griffiths | Makefile: First try at rewriting the ccan Makefile. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-21 |
Jon Griffiths | Remove duplicate const qualifier |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-08 |
Rusty Russell | tal/stack: fix up after tal change. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-08 |
Rusty Russell | tal: store length in bytes, not count, and always store... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-08 |
Rusty Russell | tal: remove unused assigned var (scan-build warning) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-08 |
Rusty Russell | pipecmd: fix minor memleak detected by scan-build. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-09-07 |
Rusty Russell | tal: make tal_next() only return immediate children. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-31 |
Jon Griffiths | Add a SHA512 implementation |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-30 |
Rusty Russell | ccanlint: depends_accurate: don't detect false dependen... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-30 |
Rusty Russell | tools/ccanlint: test_depends_accurate: catch #include... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-30 |
Rusty Russell | Merge remote-tracking branch 'origin/pr/48' |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-30 |
Rusty Russell | Merge remote-tracking branch 'origin/pr/50' |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-30 |
Jon Griffiths | sha256: Use hex for test results |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | manifest: Print the directory name if no files are... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | configurator: Fix unused parameters |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | shachain: Fix signed/unsigned mismatches |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | ciniparser: Make key arguments const |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | base64: Remove an invalid assertion |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | strmap: Set the license for strmap to CC0 |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | generator: Don't print variable unless the generator... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | Ensure config.h is created before the main travis builds |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-29 |
Jon Griffiths | sha256: Simplify test |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-24 |
Jon Griffiths | tlist: Place tlists last in structures |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-24 |
Jon Griffiths | pr_log: Fix a warning building under clang |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-24 |
Jon Griffiths | tools/ccan_depends: Don't crash when no dependencies... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-24 |
Jon Griffiths | tal: Fix a comment typo |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-23 |
Rusty Russell | Merge remote-tracking branch 'origin/pr/47' |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-23 |
Rusty Russell | Merge remote-tracking branch 'origin/pr/46' |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-23 |
Rusty Russell | Merge remote-tracking branch 'origin/pr/45' |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-22 |
Jon Griffiths | ripemd160: Remove unused static function Initialize() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-22 |
Jon Griffiths | ripemd160: Declare variable at the start of its function |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-22 |
Jon Griffiths | hex: Simplify hex_encode |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-22 |
Jon Griffiths | sha256: Use fewer magic magic numbers |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-22 |
Jon Griffiths | sha256: Move 'bytes' to the end of sha256_ctx and make... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2016-08-22 |
Jon Griffiths | sha256: Use the same union order as the ctx structure |
commit | commitdiff | tree | snapshot (tar.gz zip) |
next |