Rusty Russell 483c7c963a lbalance: update tools for new time (and jmap!) 12 years ago
..
alignof 854cfdbdd7 alignof: remove unnecessary ccan/build_assert dependency. 13 years ago
antithread 925a9a8646 antithread: correctly list ccan/typesafe_cb as dependency. 12 years ago
argcheck 339178b224 argcheck: a module to check argument ranges 12 years ago
array_size 516c477908 Relicense all public domain modules to CC0. 13 years ago
asearch 0244a213ba asearch: move array_size to testdepends. 13 years ago
asort 70dadb22a0 asort: move array_size to testdepends. 13 years ago
asprintf d194919a1d asprintf: #include <stdarg.h> in test/run.c 14 years ago
autodata 1cf6022662 autodata: make note about not being generally useful for shared libraries. 13 years ago
avl 1c92b49f17 avl: Added LICENSE link, and set version to 0.1 15 years ago
bdelta d1a8796172 bdelta: new module for binary diff/patch 15 years ago
bitmap ebc67c3fc6 bitmap: Use const qualifiers where possible 12 years ago
block_pool aa6b748983 block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions. 15 years ago
breakpoint 9552c972f7 breakpoint: new module. 13 years ago
btree 7141adfed6 btree: Changed license from BSD-3 to MIT, and set version to 0.2 15 years ago
build_assert 516c477908 Relicense all public domain modules to CC0. 13 years ago
bytestring 89f4cfdd19 bytestring: Allow bytestring_from_string to be called on NULL 13 years ago
cast 74859ab18b cast: make sure suncc sees a constant. 14 years ago
ccan_tokenizer 9bf73235ff ccan_tokenizer: don't assume __VA_ARGS__ can be empty. 14 years ago
charset 095540b729 charset: Updated copyright year, and set to version 0.3 15 years ago
check_type 516c477908 Relicense all public domain modules to CC0. 13 years ago
ciniparser 5c922794aa ciniparser: Add a check that len remains within bounds. 15 years ago
compiler 516c477908 Relicense all public domain modules to CC0. 13 years ago
container_of ba5ad771af container_of: work with -Wcast-qual 12 years ago
cpuid 930753e727 cpuid: fix LICENSE file to be symlink. 12 years ago
crc b7cbecb9b5 crc: remove gratuitous trailing whitespace. 13 years ago
crcsync beb01ef898 crcsync: use tal/grab_file in _info example. 12 years ago
daemon_with_notify 6d12f6a12d daemonize / daemon_with_notify: ignore Ubuntu 13.10 brain death. 12 years ago
daemonize 6d12f6a12d daemonize / daemon_with_notify: ignore Ubuntu 13.10 brain death. 12 years ago
darray e9f80aabd0 darray: Changed license from BSD-3 to MIT, and updated copyright year. 15 years ago
dgraph bc1ebe804e dgraph: add dgraph_check and CCAN_DGRAPH_DEBUG 13 years ago
endian daf621aec8 endian: add documentation on endian typedefs. 12 years ago
err 516c477908 Relicense all public domain modules to CC0. 13 years ago
failtest daf9ee7d8e io failtest timer tools: fallout from time changes. 12 years ago
foreach 42b45378bf foreach: fix overzealous test. 13 years ago
grab_file 4c2395707d grab_file: don't use str_talloc for tests. 12 years ago
hash 6585f22b6d hash: switch to CC0 license. 13 years ago
heap 03d339d5ac heap: add example on empty heap check 12 years ago
htable d9b63547c1 htable: update tools for time changes. 12 years ago
idtree 3e44cbb718 idtree: use ccan/tal instead of talloc 12 years ago
ilog 4bf51de5cb ilog: reformat so webpage doesn't get confused. 12 years ago
io daf9ee7d8e io failtest timer tools: fallout from time changes. 12 years ago
isaac 516c477908 Relicense all public domain modules to CC0. 13 years ago
iscsi b5f5d105d1 iscsi, ttxml: fix warning [-Wunused-but-set-variable] 13 years ago
jacobson_karels 59208d61ce jacobson_karels: New module 12 years ago
jmap c6e453df2c jmap: fix _info example for 64 bit systems. 14 years ago
jset 805ea06729 jbitset: rename to jset, use ccan/tcon 14 years ago
json 993b67a5cc json: Deleted the "notes" file. 15 years ago
lbalance 483c7c963a lbalance: update tools for new time (and jmap!) 12 years ago
likely 33527c60ba likely: relicense to CC0. 13 years ago
list 009f5f24e7 test: add test to ensure we can use non-const lists via check. 12 years ago
md4 74257cee33 various: add LICENSE comments. 15 years ago
minmax e8fe775b03 minmax: New module, safe min and max macros 12 years ago
net 7735457533 net: don't return still-connecting fd. 12 years ago
nfs 238fce0984 nfs: add licenses into generated files. 13 years ago
noerr 516c477908 Relicense all public domain modules to CC0. 13 years ago
objset 756749b2d3 objset: new module. 14 years ago
ogg_to_pcm 9491638c95 ogg_to_pcm: fix compilation of example in _info. 13 years ago
opt b989e06c09 opt: add float/double helpers. 12 years ago
ptr_valid 1086d8cef0 ptr_valid: test whether a ptr is valid. 14 years ago
rbtree 8fc7a90a8d various: make the _info License: wording uniform for GPL variants. 15 years ago
rbuf 44b37ee8ae rbuf: new module. 13 years ago
read_write_all 781fd23081 read_write_all: fix leak in tests. 15 years ago
rfc822 e4b6a26282 rfc822: switch to ccan/tal. 13 years ago
short_types 4c9a34ea93 short_types: update documentation on be32/le32 etc. 12 years ago
siphash 42c667b3a7 siphash: Use uint64_t directly, remove typedef 13 years ago
sparse_bsearch add31d826b sparse_bsearch: fixed the no ssize_t defined error. 13 years ago
str 516c477908 Relicense all public domain modules to CC0. 13 years ago
stringmap aa6b748983 block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions. 15 years ago
strmap 516c477908 Relicense all public domain modules to CC0. 13 years ago
strset f3eecc2c76 strset: use tal instead of talloc in examples and tools. 12 years ago
take c8a55bb394 take: new module for parameter ownership. 13 years ago
tal cff3316c2f tal/talloc: include all ccan dependencies. 12 years ago
talloc 89c017f354 talloc: move ccan/failtest to testdepends. 13 years ago
tally 5628cd2c21 ccan: Fix calling memset with zero length parameter 13 years ago
tap 35601768f3 tap: assume variadic macros. 14 years ago
tcon 516c477908 Relicense all public domain modules to CC0. 13 years ago
time 95ff213952 time: time_mono() helpers. 12 years ago
timer daf9ee7d8e io failtest timer tools: fallout from time changes. 12 years ago
tlist 919b97d6e5 tlist: remove unused var warning in example. 13 years ago
ttxml b5f5d105d1 iscsi, ttxml: fix warning [-Wunused-but-set-variable] 13 years ago
typesafe_cb 99af4721fd typesafe_cb: relicense to CC0. 13 years ago
version a0fd39057c Add a set of simple version comparison helpers 13 years ago
wwviaudio 3087ef7270 wwviaudio: fix license in _info, symlink (LGPL -> GPL) 15 years ago
.gitignore d379e0ae83 alloc: move into antithread/alloc. 13 years ago