projects
/
ccan
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
list: add list_for_each_rev_off macro
[ccan]
/
ccan
/
2015-03-30
Eric Wong
list: add list_for_each_rev_off macro
tree
|
commitdiff
2015-03-30
Eric Wong
list: new list_for_each{, _safe}_off_dir_ macros
tree
|
commitdiff
2015-03-30
Eric Wong
list: list_swap to exchange elements
tree
|
commitdiff
2015-03-30
Eric Wong
list: list_add_after and list_add_before functions
tree
|
commitdiff
2015-03-30
Rusty Russell
stringbuilder: fix ccan/str test dependency.
tree
|
commitdiff
2015-03-30
Jeremy Kerr
endian: Fix cpu_to_be64 on big-endian
tree
|
commitdiff
2015-03-30
Stuart Longland
stringbuilder: Functions for joining strings.
tree
|
commitdiff
2015-03-20
Rusty Russell
ntdb: fix up tests.
tree
|
commitdiff
2015-03-20
Rusty Russell
ntdb: assume HAVE_CCAN in header.
tree
|
commitdiff
2015-03-20
Rusty Russell
ntdb: fix up _info.
tree
|
commitdiff
2015-03-18
Rusty Russell
ntdb: move python bindings to subdir.
tree
|
commitdiff
2015-03-18
Rusty Russell
ntdb: remove config.h
tree
|
commitdiff
2015-03-17
Rusty Russell
Merge branch 'ntdb' of https://github.com/ddiss/ccan...
tree
|
commitdiff
2015-03-16
Rusty Russell
invbloom: singleton callback for when destroying a...
tree
|
commitdiff
2015-03-16
David Disseldorp
ntdb: add _info file
tree
|
commitdiff
2015-03-16
David Disseldorp
ntdb: link to common LGPL-3 license
tree
|
commitdiff
2015-03-16
David Disseldorp
ntdb: build core components via static Makefile
tree
|
commitdiff
2015-03-16
David Disseldorp
ntdb: next-generation trivial key-value database
tree
|
commitdiff
2015-03-15
Rusty Russell
invbloom: reduce hash count to 3.
tree
|
commitdiff
2015-03-15
Rusty Russell
invbloom: add callback for when an element becomes...
tree
|
commitdiff
2015-03-15
Rusty Russell
invbloom: remove unused structure field.
tree
|
commitdiff
2014-11-14
Rusty Russell
cdump: ignore __attribute__ (gcc extension).
tree
|
commitdiff
2014-11-14
Rusty Russell
cdump: handle multi-line preprocessor directives.
tree
|
commitdiff
2014-11-14
Rusty Russell
cdump: add CDUMP() support.
tree
|
commitdiff
2014-11-14
Rusty Russell
cdump: handle array sizes and comments better.
tree
|
commitdiff
2014-11-11
Rusty Russell
io: fix example in io_plan.h which didn't compile.
tree
|
commitdiff
2014-11-11
Rusty Russell
cdump: add useful tool to generate enum name string...
tree
|
commitdiff
2014-11-11
Rusty Russell
cdump: handle , at end of enums.
tree
|
commitdiff
2014-11-11
Rusty Russell
cdump: new module.
tree
|
commitdiff
2014-11-11
Rusty Russell
pushpull: new module.
tree
|
commitdiff
2014-11-07
Rusty Russell
invbloom: new module for IBLTs.
tree
|
commitdiff
2014-10-30
Rusty Russell
io: update for new timer API.
tree
|
commitdiff
2014-10-30
Rusty Russell
timer: make timer_del() idempotent, add timer_init().
tree
|
commitdiff
2014-10-30
Rusty Russell
timer: change timers_expire() to return a single timer.
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Add initializer macro
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Use CONST_FUNCTION
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Split bytestrings by a string delimiter
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Split bytestrings by a set of character...
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Split bytestrings by a character delimiter
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Implement bytestring_spn() and bytestring_c...
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Implement bytestring_bytestring()
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Add bytestring_index and bytestring_rindex...
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: bytestring_starts() and bytestring_ends...
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Add bytestring_slice function
tree
|
commitdiff
2014-10-30
David Gibson
bytestring: Add bytestring_byte() function
tree
|
commitdiff
2014-10-27
David Gibson
mem: Implement memrchr()
tree
|
commitdiff
2014-10-27
David Gibson
mem: Correct testcases
tree
|
commitdiff
2014-10-27
David Gibson
mem: Rename memmem module to mem
tree
|
commitdiff
2014-10-13
David Gibson
eratosthenes: Implementation of the Sieve of Eratosthenes
tree
|
commitdiff
2014-10-13
David Gibson
bitmap: Implement bitmap_ffs()
tree
|
commitdiff
2014-10-13
David Gibson
bitmap: Extend allocation functions
tree
|
commitdiff
2014-10-13
David Gibson
bitmap: Add functions to set/clear ranges of bits
tree
|
commitdiff
2014-10-13
David Gibson
bitmap: Switch bit indices to unsigned long
tree
|
commitdiff
2014-09-13
David Gibson
lstack: Linked list stack implementation
tree
|
commitdiff
2014-09-13
David Gibson
lqueue: Linked list queue implementation
tree
|
commitdiff
2014-09-13
David Gibson
container_of: Add container_of_or_null()
tree
|
commitdiff
2014-08-27
Rusty Russell
io: use normal linked lists.
tree
|
commitdiff
2014-08-27
Rusty Russell
list_del_init/list_node_init: for multiple list_del...
tree
|
commitdiff
2014-08-18
Rusty Russell
tal/str: use tal/grab_file not grab_file in example.
tree
|
commitdiff
2014-08-18
Rusty Russell
charset: make example use tal/grab_file instead of...
tree
|
commitdiff
2014-08-18
Rusty Russell
ccan_tokenizer: remove warnings with gcc
tree
|
commitdiff
2014-08-18
Rusty Russell
ccan_tokenizer: switch example from grab_file to ccan...
tree
|
commitdiff
2014-08-15
Joel Stanley
endian: Wrap arguments in braces to silence warnings
tree
|
commitdiff
2014-08-12
Andy Grover
darray: Add darray_remove()
tree
|
commitdiff
2014-08-08
Rusty Russell
io: always make fds O_NONBLOCK.
tree
|
commitdiff
2014-08-08
Rusty Russell
io: don't do wakeup immediately.
tree
|
commitdiff
2014-08-05
Rusty Russell
ccan/io: use shutdown() before close.
tree
|
commitdiff
2014-08-04
Rusty Russell
ccan/io: add io_out_wait() and io_out_always().
tree
|
commitdiff
2014-08-04
Rusty Russell
ccan/io: io_halfclose.
tree
|
commitdiff
2014-08-04
Rusty Russell
ccan/io: keep more io_plan details internal.
tree
|
commitdiff
2014-08-04
Rusty Russell
ccan/io: implement debug.
tree
|
commitdiff
2014-08-04
Rusty Russell
ccan/io: implement timeouts.
tree
|
commitdiff
2014-08-04
Rusty Russell
ccan/io: duplex support.
tree
|
commitdiff
2014-08-04
Rusty Russell
ccan/io: eliminate dir argument from io_wait and io_always.
tree
|
commitdiff
2014-08-03
Rusty Russell
ccan/io: rewrite.
tree
|
commitdiff
2014-08-03
Rusty Russell
ccan/io: fix io_connect.
tree
|
commitdiff
2014-07-29
Douglas Bagnall
opt/helpers: fix out-of-range check in opt_set_floatval()
tree
|
commitdiff
2014-07-25
Rusty Russell
net: use freeaddrinfo() in _info example.
tree
|
commitdiff
2014-07-17
Rusty Russell
io: fix io_connect().
tree
|
commitdiff
2014-06-25
Rusty Russell
structeq: new module.
tree
|
commitdiff
2014-06-23
Rusty Russell
tal/str: fix error when strreg regex looks for literal...
tree
|
commitdiff
2014-06-23
Rusty Russell
time: update for new configurator.
tree
|
commitdiff
2014-06-23
Douglas Bagnall
opt: Don't segfault if a string's default is NULL
tree
|
commitdiff
2014-06-23
Douglas Bagnall
opt: add an int decrementing helper function
tree
|
commitdiff
2014-06-23
Douglas Bagnall
opt: always initialise values in set_llong_with_suffix()
tree
|
commitdiff
2014-06-22
David Gibson
memmem, bytestring: Fix includes in _info
tree
|
commitdiff
2014-06-21
Cody P Schafer
autodata: fix example, autodata_get()s second arg must...
tree
|
commitdiff
2014-06-21
Cody P Schafer
compiler: avoid barfing when config.h & the current...
tree
|
commitdiff
2014-06-21
Cody P Schafer
compiler: Add PURE_FUNCTION
tree
|
commitdiff
2014-06-16
David Gibson
memmem: Remove void * arithmetic warning
tree
|
commitdiff
2014-06-16
David Gibson
ccan: Correct some poor conventions in _info includes
tree
|
commitdiff
2014-06-16
David Gibson
rfc822: Use the memmem module
tree
|
commitdiff
2014-06-16
David Gibson
memmem: Trivial module to provide memmem() function
tree
|
commitdiff
2014-06-13
David Gibson
jacobson_karels: Add missing inline keyword
tree
|
commitdiff
2014-06-13
Rusty Russell
ccan/htable: fix tools warning for 64-bit systems.
tree
|
commitdiff
2014-06-12
Rusty Russell
time: fix example.
tree
|
commitdiff
2014-06-10
Rusty Russell
strset: fix up tools for new ccan/time API.
tree
|
commitdiff
2014-06-10
Rusty Russell
lbalance: update tools for new time (and jmap!)
tree
|
commitdiff
2014-06-10
Rusty Russell
htable: update tools for time changes.
tree
|
commitdiff
2014-06-10
Rusty Russell
time: time_mono() helpers.
tree
|
commitdiff
next