ccan.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-16 10:04:16 to 2017-08-29 10:08:40 UTC [more...]

[PATCH 1/2] darray: Fix bug in the darray_remove() macro
 2017-08-29 10:08 UTC  (11+ messages)
  ` [PATCH 1/2] darray: Rename identifiers starting with an underscore
    ` [PATCH 2/2] darray: Fix bug in the darray_remove() macro
        ` [PATCH] "

[PATCH] darray: Add darray_insert() to insert a value at a specified index
 2017-08-28  2:42 UTC  (4+ messages)

[PATCH 2/2] darray: Evaluate the index parameter only once in darray_remove()
 2017-08-27 20:11 UTC  (3+ messages)

dgraph, tlist, tcon: MSVC error due to array of flexible structs
 2017-08-02  5:38 UTC  (6+ messages)

[PATCH 0/4] Replace TCON() with TCON_WRAP()
 2017-08-01  5:17 UTC  (8+ messages)
` [PATCH 1/4] tlist: Use TCON_WRAP instead of TCON
` [PATCH 2/4] jset: "
` [PATCH 3/4] jmap: "
` [PATCH 4/4] objset: "

[PATCH 0/7] Coverity
 2017-04-24  2:30 UTC  (15+ messages)
` [PATCH 1/7] .travis.yml: Add support for Coverity Scan
` [PATCH 2/7] failtest: Remove memory leak
` [PATCH 3/7] tools: Remove fd leak
` [PATCH 4/7] crypto/hmac_sha256: Remove undefined memset()
` [PATCH 5/7] crypto/ripemd160: Correct badly sized union member
` [PATCH 6/7] ccanlint: Fix leak in do_reduce_features()
` [PATCH 7/7] net: Add check for failure of setsockopt()

[PATCH 1/2] Makefile: Make module checks depend on info file
 2016-12-29  8:01 UTC  (4+ messages)
` [PATCH 2/2] ccanlint: Move ccanlint test options from _info comments to code

[PATCHv2 1/2] coroutine: New module
 2016-12-03  0:13 UTC  (3+ messages)
` [PATCHv2 2/2] generator: Rewrite to use coroutine module

[PATCH 0/9] configurator: Support for Windows and MSVC
 2016-12-02 20:23 UTC  (78+ messages)
` [PATCH 1/9] configurator: Replace unlink with remove
` [PATCH 2/9] configurator: Reimplement run using popen
` [PATCH 3/9] configurator: Inline err.h functions from musl libc
` [PATCH 4/9] configurator: Use native directory separator
` [PATCH 5/9] configurator: Mark non-Windows tests MAY_NOT_COMPILE
` [PATCH 6/9] configurator: Print test source without cat
` [PATCH 7/9] configurator: Fix compiler warning with compare
` [PATCH 8/9] configurator: Pass output cflag to configurator
` [PATCH 9/9] configurator: DEFAULT_{COMPILER, FLAGS} for MSVC
` [PATCH v2 00/13] configurator: Support for Windows and MSVC
  ` [PATCH v2 01/13] configurator: Replace unlink with remove
  ` [PATCH v2 02/13] configurator: Reimplement run using popen
      ` [PATCH v3 2/13] "
  ` [PATCH v2 03/13] configurator: Inline err.h functions from musl libc
      ` [PATCH v3 3/13] configurator: Inline err.h functions
  ` [PATCH v2 04/13] configurator: Use native directory separator
  ` [PATCH v2 05/13] configurator: Mark non-Windows tests MAY_NOT_COMPILE
  ` [PATCH v2 06/13] configurator: Print test source without cat
  ` [PATCH v2 07/13] configurator: Fix compiler warning with compare
  ` [PATCH v2 08/13] configurator: Add output cflag option and macro
  ` [PATCH v2 09/13] configurator: DEFAULT_{COMPILER, FLAGS} for MSVC
  ` [PATCH v2 10/13] configurator: Fix warning in HAVE_FOR_LOOP_DECLARATION
  ` [PATCH v2 11/13] configurator: Return pointer difference as ptrdiff_t
  ` [PATCH v2 12/13] Makefile: Define CFLAGS_FORCE_C_SOURCE macro
  ` [PATCH v2 13/13] Add appveyor.yml
      ` [PATCH v3 "
        ` [PATCH v3 0/7] configurator: Support for Windows and MSVC
          ` [PATCH v3 1/7] configurator: Reimplement run using popen
          ` [PATCH v3 2/7] configurator: Inline err.h functions
          ` [PATCH v3 3/7] configurator: Print test source without cat
          ` [PATCH v3 4/7] configurator: Add output cflag option and macro
          ` [PATCH v3 5/7] configurator: DEFAULT_{COMPILER, FLAGS} for MSVC
          ` [PATCH v3 6/7] Makefile: Define CFLAGS_FORCE_C_SOURCE macro
          ` [PATCH v3 7/7] Add appveyor.yml
              ` AppVeyor custom Git URL support (was Re: [PATCH v3 0/7] configurator: Support for Windows and MSVC)

[PATCH 1/2] coroutine: New module
 2016-11-29  3:47 UTC  (3+ messages)
` [PATCH 2/2] generator: Rewrite to use coroutine module

[PATCH] edit_distance: calculate edit distance between strings
 2016-11-23 17:17 UTC  (3+ messages)

[PATCH] cpuid: increment over size of cpu array, not just first one
 2016-11-04 10:44 UTC 

[ElementsProject/lightning] lightningd can crash if time moves backwards (#58)
 2016-10-30 22:19 UTC 

[PATCH] list: trivial: fix typos in list_for_each_off's documentation
 2016-09-29 23:42 UTC  (2+ messages)

[PATCH] list: add slist.h for singly-linked list (WIP)
 2016-09-30  0:07 UTC  (2+ messages)

[PATCH] time: add timemono_since
 2016-09-28  1:26 UTC  (2+ messages)

[PATCH] aga: trivial: fix description of aga_bfs
 2016-09-27  1:31 UTC  (2+ messages)

[PATCH 0/5] altstack: cleanups
 2016-06-20  8:26 UTC  (15+ messages)
` [PATCH 1/5] altstack: Consolidate thread-local variables
` [PATCH 2/5] altstack: Restore alternate signal stack state
` [PATCH 3/5] altstack: Use ptrint instead of bare casts
` [PATCH 4/5] altstack: Don't use 0 pointer literals
` [PATCH 5/5] altstack: Don't log internal calls in test cases

[PATCH 0/2] Bellman-Ford
 2016-06-12 13:17 UTC  (3+ messages)
` [PATCH 1/2] aga,agar: Rename aga_dijkstra_all_paths()
` [PATCH 2/2] aga,agar: The Bellman-Ford algorithm

[PATCH] tlist: Add tlist_next() and tlist_prev() functions
 2016-06-05  5:15 UTC  (2+ messages)

[PATCH 0/2] More build cleanups
 2016-05-24 11:13 UTC  (5+ messages)
` [PATCH 1/2] Automatically determine which modules have source
` [PATCH 2/2] Build info files

[PATCH 0/4] Cleanups to ccan build
 2016-05-02  9:33 UTC  (7+ messages)
` [PATCH 1/4] Add missing files to make clean
` [PATCH 2/4] Clean up use of 'rm' in Makefiles
` [PATCH 3/4] Exclude system headers from .d files
` [PATCH 4/4] Correctly include dependencies for nested modules

altstack causing travis-ci failures
 2016-03-27  4:39 UTC  (3+ messages)

Github mirror push rejected
 2016-03-25 13:48 UTC 

[PATCH 0/3] Misc fixes for webpages target
 2016-03-25 13:12 UTC  (4+ messages)
` [PATCH 1/3] Makefile-ccan: Add cppmagic to MODS_NO_SRC
` [PATCH 2/3] Makefile-web: Introduce variable for PHP binary
` [PATCH 3/3] staticmoduleinfo: Replace deprecated split() with explode()

[PATCH 0/3] generators in C
 2016-02-25 11:26 UTC  (2+ messages)

[PATCH 0/4] altstack: Small bugfixes
 2016-02-18  5:49 UTC  (9+ messages)
` [PATCH 1/4] altstack: Increase signal stack size
` [PATCH 2/4] altstack: Include config.h in run.c
` [PATCH 3/4] altstack: Declare memory clobbers
` [PATCH 4/4] altstack: Clarify checking macros

[PATCH] altstack: stack alignment and accounting tweaks
 2016-02-16 17:41 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).