| .. |
|
alignof
|
854cfdbdd7
alignof: remove unnecessary ccan/build_assert dependency.
|
13 years ago |
|
antithread
|
925a9a8646
antithread: correctly list ccan/typesafe_cb as dependency.
|
11 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
|
14 years ago |
|
bdelta
|
d1a8796172
bdelta: new module for binary diff/patch
|
14 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.
|
14 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
|
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
|
ba5ad771af
container_of: work with -Wcast-qual
|
11 years ago |
|
cpuid
|
930753e727
cpuid: fix LICENSE file to be symlink.
|
11 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
|
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.
|
14 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
|
4a850584f5
failtest: fix warning [-Wformat]
|
13 years ago |
|
foreach
|
42b45378bf
foreach: fix overzealous test.
|
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 |
|
heap
|
03d339d5ac
heap: add example on empty heap check
|
12 years ago |
|
htable
|
0b93bd102a
htable: fix bug where first entry has hash of 0 or 1.
|
14 years ago |
|
idtree
|
3e44cbb718
idtree: use ccan/tal instead of talloc
|
11 years ago |
|
ilog
|
4bf51de5cb
ilog: reformat so webpage doesn't get confused.
|
12 years ago |
|
io
|
b7e880755a
io: correctly list ccan/typesafe_cb as dependency.
|
11 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
|
11 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
|
009f5f24e7
test: add test to ensure we can use non-const lists via check.
|
11 years ago |
|
md4
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
minmax
|
e8fe775b03
minmax: New module, safe min and max macros
|
11 years ago |
|
net
|
7735457533
net: don't return still-connecting fd.
|
11 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.
|
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
|
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 |
|
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
|
fbad46cd37
tal/grab_file: new module
|
11 years ago |
|
talloc
|
89c017f354
talloc: move ccan/failtest to testdepends.
|
13 years ago |
|
tally
|
5628cd2c21
ccan: Fix calling memset with zero length parameter
|
12 years ago |
|
tap
|
35601768f3
tap: assume variadic macros.
|
14 years ago |
|
tcon
|
516c477908
Relicense all public domain modules to CC0.
|
13 years ago |
|
time
|
fe5952874b
time: to/from sec conversions.
|
12 years ago |
|
timer
|
8f6c40bce7
timer: fix abortstring on 64 bit platforms.
|
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)
|
14 years ago |
|
.gitignore
|
d379e0ae83
alloc: move into antithread/alloc.
|
13 years ago |