| .. |
|
alignof
|
958e5389d3
alignof: relicense to public domain.
|
14 years ago |
|
alloc
|
d77d7e32db
alloc: fix return of void.
|
14 years ago |
|
antithread
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
array_size
|
d06b67d244
array_size: relicense under public domain.
|
14 years ago |
|
asearch
|
a8446c3ef9
asearch: fix example on 64 bit platforms.
|
14 years ago |
|
asort
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
asprintf
|
74257cee33
various: add LICENSE comments.
|
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
|
d3d4303acd
build_assert: Remove stale LGPL license comment.
|
14 years ago |
|
cast
|
b2cc1341c9
cast: fix warnings with -Wextra (specifically -Wmissing-field-initializers)
|
14 years ago |
|
ccan_tokenizer
|
aa6b748983
block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions.
|
14 years ago |
|
charset
|
095540b729
charset: Updated copyright year, and set to version 0.3
|
14 years ago |
|
check_type
|
56023cca5f
check_type: fix incorrect documentation.
|
14 years ago |
|
ciniparser
|
5c922794aa
ciniparser: Add a check that len remains within bounds.
|
15 years ago |
|
compiler
|
e764d0a27d
compiler, ilog: IDEMPOTENT "idempotent does not mean what you think it means"
|
14 years ago |
|
container_of
|
87f505a56e
container_of: add container_off_var macro
|
14 years ago |
|
crc
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
crcsync
|
2c1c7e81cd
isaac, crcsync: acknowledge licensing issues.
|
14 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
|
ed4ee95401
dgraph: new module for directed graphs.
|
14 years ago |
|
endian
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
failtest
|
e18e80fe17
failtest: compile fix for OpenBSD
|
14 years ago |
|
foreach
|
83bba283bd
foreach: make test more accurate, fix for 64-bit gcc 4.4.3
|
14 years ago |
|
grab_file
|
a209c6d5be
grab_file: close memory leak in test.
|
14 years ago |
|
hash
|
233190071e
hash: remove VALGRIND #ifdef - always run clean.
|
15 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
|
2c1c7e81cd
isaac, crcsync: acknowledge licensing issues.
|
14 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
|
a6b5111fe6
tlist: remove type arg from tlist_top(), tlist_tail()
|
14 years ago |
|
likely
|
0e5d0e30b3
likely: use htable_type
|
14 years ago |
|
list
|
e59b7388d8
list.h: opaque list iteration functionality
|
14 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
|
13f96138f7
noerr: remove bogus LICENSE link.
|
14 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
|
3d45cf27cf
opt: much prettier usage (using terminal size)
|
14 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 |
|
read_write_all
|
781fd23081
read_write_all: fix leak in tests.
|
14 years ago |
|
short_types
|
a6aa7d044c
short_types: fix example for 64 bit platforms
|
14 years ago |
|
sparse_bsearch
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
str
|
0845e79650
str: fix warnings.
|
14 years ago |
|
str_talloc
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
stringmap
|
aa6b748983
block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions.
|
14 years ago |
|
strmap
|
bb2a75f445
strset, strmap: invert iterator function meaning.
|
14 years ago |
|
strset
|
bb2a75f445
strset, strmap: invert iterator function meaning.
|
14 years ago |
|
talloc
|
8fc7a90a8d
various: make the _info License: wording uniform for GPL variants.
|
14 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
|
cbca021270
tap: fix exit status when we have exactly 256 errors.
|
14 years ago |
|
tcon
|
3dda2c8bfc
tcon: more help, for making strmap.
|
14 years ago |
|
time
|
74257cee33
various: add LICENSE comments.
|
14 years ago |
|
tlist
|
a6b5111fe6
tlist: remove type arg from tlist_top(), tlist_tail()
|
14 years ago |
|
ttxml
|
836119375a
ttxml: made alloc failure consistent - return NULL
|
14 years ago |
|
typesafe_cb
|
12652625db
typesafe_cb: fix example macro ordering in typesafe_cb_preargs documentation.
|
14 years ago |
|
wwviaudio
|
3087ef7270
wwviaudio: fix license in _info, symlink (LGPL -> GPL)
|
14 years ago |