projects
/
ccan
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ccan
2019-08-01
Chirimen-Jako
Suppress false positive warning "-Wmaybe-uninitialized...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-07-31
Rusty Russell
configurator: fix openmp test on some versions of clang.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-07-11
David Gibson
bitmap: Fix some bugs on 32-bit platforms
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-06-11
Rusty Russell
ccan/crc: remove broken "crc32c" routines which gave...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-06-11
Rusty Russell
ccan/crc32c: new module for accelerated CRC32 (on x86...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-06-11
Rusty Russell
ccan/compiler: add cpu_supports() macro.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-06-11
Rusty Russell
configurator: detect __builtin_cpu_supports.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-05-23
Rusty Russell
json_out: pass through OOM failures.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-05-22
Rusty Russell
json_out: new module for authoring JSON strings.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-05-21
Rusty Russell
json_escape: add fast-path for when we don't need to...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-05-21
Rusty Russell
json_escape: new module to escape JSON strings.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-04-02
Rusty Russell
htable: avoid branch in calculating perfect bit.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-04-01
Rusty Russell
htable: reduce size of htable by storing perfect bitnum...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-04-01
Rusty Russell
htable: reduce size of htable by calculating max every...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-16
Rusty Russell
io: fix another leak path for always array.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-16
Rusty Russell
io: don't leak memory on clean shutdown.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-16
Rusty Russell
io: typo fixes.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-04
Rusty Russell
htable: add allocator hooks.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-04
Rusty Russell
htable: commit extra tests I had lying around.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-04
Rusty Russell
timer: clean up hook allocator API
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-04
Rusty Russell
timer: add hook for allocation functions.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-03-04
Rusty Russell
ccan/io: add io_conn_exclusive and io_conn_out_exclusive.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-28
Rusty Russell
ccan: fix erroneous fd negation in poll.c.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-28
Rusty Russell
ccan/io: keep always pointers to plans, not a linked...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-28
Rusty Russell
ccan/io: have io_plan mappable back to io_conn.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-13
Rusty Russell
compiler: allow NON_NULL_ARGS with only a single argument.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-07
Rusty Russell
pipecmd: don't close stderr/stdout/stdin in parent...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-05
Rusty Russell
configurator: fix crash when more than one extra test...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-12-17
Rusty Russell
tal: handle take() pointers more carefully.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-11-12
Rusty Russell
pipecmd: reverse order of args to match documentation...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-11-05
Dmitry Petukhov
small fix for ccan/take/take.c
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-11-02
Rusty Russell
opt: add new parse_early_args_incomplete.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-11-02
Rusty Russell
compiler: add more attributes.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-10-18
Rusty Russell
io: don't leave errno as a random value when we hit...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-10-12
Rusty Russell
htable: add and integrate htable_check function.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-10-12
Rusty Russell
rbuf, tools: clean up rbuf usage.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-10-12
Rusty Russell
membuf: add membuf_added and membuf_unadd APIs.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-10-12
Rusty Russell
crypto/shachain/tools: update to new rbuf API.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-09-27
Rusty Russell
structeq: fix case where we mark padding as unknown.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-09-26
Rusty Russell
tools: fix compile after rbuf rewrite.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-09-17
Rusty Russell
rbuf: adapt to work on ccan/membuf.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-09-17
Rusty Russell
membuf: new module for linear memory buffers.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-08-23
Rusty Russell
tal: allow notifiers on NULL.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-08-10
Kazuhiro Sera
Fix typos detected by github.com/client9/misspell
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-07-27
Rusty Russell
tal/str: always create strings which have tal_count...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-07-27
Rusty Russell
ccan/tal: always include a length field.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-07-27
Rusty Russell
tal/str and tal/stack: use _label interfaces.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-07-27
Rusty Russell
tal: add _label interfaces.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-07-27
Rusty Russell
tal: rename tal_len to tal_bytelen.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-07-04
Rusty Russell
ccan/structeq: make it safe when there's padding.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-18
Rusty Russell
ccan/utf8: new module.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: add manual page.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: --extra-tests to read more test...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: don't rely on size of tests_array.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: better descriptions for --autotools...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: Better argument handling, particula...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: support --header-file if we don...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: support --autotools-style.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: support --var-file for outputting...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Rusty Russell
tools/configurator: convert flags to text in 'struct...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-06-12
Eric Wong
timer: remove unnecessary dependency on likely
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-05-10
Rusty Russell
endian: fix compilation with musl libc.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-05-09
Rusty Russell
Makefile-web: any PHP version will do.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-05-09
Rusty Russell
opt: print usage correctly for early args.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-04-06
Kamil
Fix HAVE_ASPRINTF detection
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-04-06
Rusty Russell
tal/grab_file: be robust against EINTR.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-04-06
Rusty Russell
ptr_valid: fix spurious SIGINT under lldb on MacOS
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-04-05
Rusty Russell
base32: add ability to substitute character set.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-04-05
Rusty Russell
str/base32: new module.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-26
Rusty Russell
intmap: add iterator-by-callback.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-26
Rusty Russell
intmap: add exhaustive testcases for intmap_after
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-26
Rusty Russell
intmap: add test case which failed, extracted from...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-26
Rusty Russell
intmap: reimplement so that intmap_after works.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-26
Rusty Russell
intmap: add benchmarks.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-26
Rusty Russell
bitops: new module.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-26
Rusty Russell
configurator: add tests for other popcount variants.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-16
Jan Sarenik
Makefile: Fix asort multiple definition error
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-14
Yubin Ruan
fix misuse of typesafe_cb_cast() in example
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-14
Yubin Ruan
fix misspelling in the example of container_of
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-03-01
Rusty Russell
tal: don't access freed memory on unusual case of redun...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-02-26
Rusty Russell
intmap: implement uintmap_last/sintmap_last.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-02-26
Rusty Russell
tools/configurator: allow overriding of which cc we...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-02-16
Rusty Russell
path: expose separator constants.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2018-02-04
Rusty Russell
io: don't fail if we get a signal.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-12-21
Rusty Russell
tal/path: handle weird case of path_join("")
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-11-22
Rusty Russell
opt: fix libmusl compile.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-10-25
Rusty Russell
io: query whether io_plan in/out have started.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-10-12
Rusty Russell
io: fix corner case in EPIPE handling.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-10-12
Rusty Russell
io: fix duplex read on last bytes of closed pipe.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-10-11
Rusty Russell
ccan/io: example failure
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-09-12
Akshay Adiga
endian: Add Glibc like endianess check
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-09-04
Rusty Russell
tal: add xor into child_parent pointer.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-09-04
Rusty Russell
tal: fix up benchmarks for interface changes.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-08-29
Damien Grassart
darray: Fix bug in the darray_remove() macro
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-08-29
Damien Grassart
darray: Rename identifiers starting with an underscore
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-08-29
Damien Grassart
darray: Add darray_insert() to insert a value at a...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-08-15
Rusty Russell
shachain: remove unnecessary shachain_index_t
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-08-15
Rusty Russell
shachain: add shachain_next_index()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-07-23
David Gibson
objset: Use TCON_WRAP instead of TCON
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2017-07-23
David Gibson
jmap: Use TCON_WRAP instead of TCON
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next