Rusty Russell 27846712cd Merge commit 'add31d8' 13 years ago
..
alignof 854cfdbdd7 alignof: remove unnecessary ccan/build_assert dependency. 13 years ago
antithread d379e0ae83 alloc: move into antithread/alloc. 13 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 3db2dce0d4 autodata: add example, clean up description a little. 14 years ago
avl 1c92b49f17 avl: Added LICENSE link, and set version to 0.1 14 years ago
bdelta d1a8796172 bdelta: new module for binary diff/patch 14 years ago
block_pool aa6b748983 block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions. 14 years ago
btree 7141adfed6 btree: Changed license from BSD-3 to MIT, and set version to 0.2 14 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 14 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 516c477908 Relicense all public domain modules to CC0. 13 years ago
crc b7cbecb9b5 crc: remove gratuitous trailing whitespace. 13 years ago
crcsync 02bc230bf9 crcsync: move array_size to testdepends. 13 years ago
daemon_with_notify 74257cee33 various: add LICENSE comments. 14 years ago
daemonize 74257cee33 various: add LICENSE comments. 14 years ago
darray e9f80aabd0 darray: Changed license from BSD-3 to MIT, and updated copyright year. 14 years ago
dgraph bc1ebe804e dgraph: add dgraph_check and CCAN_DGRAPH_DEBUG 13 years ago
endian 74257cee33 various: add LICENSE comments. 14 years ago
err 516c477908 Relicense all public domain modules to CC0. 13 years ago
failtest b980b85667 failtest, tools: update for new timespec-using ccan/time module. 13 years ago
foreach 016dcb80f4 foreach: remove unused var warning. 13 years ago
grab_file 8fb61c1e58 grab_file: move ccan/str_alloc to testdepends 13 years ago
hash 6585f22b6d hash: switch to CC0 license. 13 years ago
htable 0b93bd102a htable: fix bug where first entry has hash of 0 or 1. 14 years ago
idtree 74257cee33 various: add LICENSE comments. 14 years ago
ilog e764d0a27d compiler, ilog: IDEMPOTENT "idempotent does not mean what you think it means" 14 years ago
isaac 516c477908 Relicense all public domain modules to CC0. 13 years ago
iscsi c4f43d26dc iscsi: use <sys/filio.h> on Solaris. 14 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. 14 years ago
lbalance 3b4e940a92 lbalance: fix unused var warning. 13 years ago
likely 33527c60ba likely: relicense to CC0. 13 years ago
list f98c408ee4 list: fix unused var warning. 13 years ago
md4 74257cee33 various: add LICENSE comments. 14 years ago
net 5b189c748d net: fix tests for systems without IPv6 entries in /etc/hosts. 14 years ago
nfs 39dc9e4612 iscsi, nfs, opt, tap: use config.h instead of defining _GNU_SOURCE. 15 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 88e932a378 ogg_to_pcm: fix license in _info, symlink (LGPL -> GPLv2) 14 years ago
opt 42cdf910d2 opt: avoid using err.h. 13 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. 14 years ago
rbuf 44b37ee8ae rbuf: new module. 13 years ago
read_write_all 781fd23081 read_write_all: fix leak in tests. 14 years ago
rfc822 e4b6a26282 rfc822: switch to ccan/tal. 13 years ago
short_types 516c477908 Relicense all public domain modules to CC0. 13 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
str_talloc 00b59f19bd str_talloc: remove unused ccan/noerr dependency. 13 years ago
stringmap aa6b748983 block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions. 14 years ago
strmap 516c477908 Relicense all public domain modules to CC0. 13 years ago
strset 516c477908 Relicense all public domain modules to CC0. 13 years ago
take c8a55bb394 take: new module for parameter ownership. 13 years ago
tal d61a0d6c2c Merge branch 'rfc822' 13 years ago
talloc 89c017f354 talloc: move ccan/failtest to testdepends. 13 years ago
talloc_link 8a93e82d28 talloc_link: close memory leak in test. 14 years ago
tally 0eb0295702 tally: Adapt tally_histogram to Samba coding conventions 14 years ago
tap 35601768f3 tap: assume variadic macros. 14 years ago
tcon 516c477908 Relicense all public domain modules to CC0. 13 years ago
time 70843363d9 time: remove unused var warning in example. 13 years ago
tlist 919b97d6e5 tlist: remove unused var warning in example. 13 years ago
ttxml 836119375a ttxml: made alloc failure consistent - return NULL 14 years ago
typesafe_cb 99af4721fd typesafe_cb: relicense to CC0. 13 years ago
wwviaudio 3087ef7270 wwviaudio: fix license in _info, symlink (LGPL -> GPL) 14 years ago
.gitignore d379e0ae83 alloc: move into antithread/alloc. 13 years ago