CCAN Archive mirror
 help / color / mirror / Atom feed
[ccan] CCAN updates
 2022-09-01  7:17 UTC 

[ccan] [PATCH 2/2] pipecmd: Use closefrom instead of iterating directly
 2021-10-18  7:56 UTC 

[ccan] [PATCH 1/2] closefrom: Close all file descriptors above a certain value
 2021-10-18  7:55 UTC 

[ccan] [PATCH] *: Fix build with recent gcc/binutils
 2020-09-11  9:12 UTC  (3+ messages)

[PATCH] bitmap: Allow bitmap type to be forward declared
 2019-10-22  7:53 UTC  (3+ messages)

bitmap doesn't work on 32bit x86/ARM
 2019-07-11  2:08 UTC  (2+ messages)

make check fails in coroutine module
 2019-03-27 12:08 UTC  (4+ messages)

configurator still segfaults, what am I doing wrong?
 2019-03-17 21:12 UTC  (7+ messages)

Makefile-ccan missing for create-ccan-tree?
 2018-11-07 23:06 UTC  (2+ messages)

ccan/membuf
 2018-09-17  1:29 UTC 

ccan/structeq: rewrite for safety
 2018-07-04  4:11 UTC 

[PATCH] timer: remove unnecessary dependency on likely
 2018-06-12  2:36 UTC  (2+ messages)

[PATCH] fix misuse of typesafe_cb_cast() in example
 2018-03-14  4:54 UTC  (2+ messages)

why add the result of check_type in container_of
 2018-03-14  1:18 UTC  (2+ messages)

[PATCH] fix misspelling in the example of container_of
 2018-03-14  1:16 UTC  (2+ messages)

useless expression in typesaft_cb_cast
 2018-03-13  9:49 UTC  (2+ messages)

bitmap/tal again
 2017-09-16  3:38 UTC  (3+ messages)

[PATCH] Add Glibc like endianess check
 2017-09-13  6:33 UTC  (2+ messages)

Annoying warning, a.k.a. how to add to CFLAGS
 2017-09-05  1:15 UTC  (5+ messages)

Test failure
 2017-09-04  5:32 UTC  (7+ messages)

[PATCH 1/3] darray: Add darray_insert() to insert a value at a specified index
 2017-08-29 13:04 UTC  (4+ messages)
` [PATCH 2/3] darray: Rename identifiers starting with an underscore
` [PATCH 3/3] darray: Fix bug in the darray_remove() macro

[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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).