Chris McCormick
|
08f7134027
Changed the look of the website. Added a new logo design (source SVG included). Fixed an issue with junkcode prefix not being set (broken links and images on current site). Removed /tmp/ccan in clean as it was preventing 'make webpages' running twice. Brought the HTML closer to standards compliance (doctype, encoding). Added meta tag for mobile device browsers to render nicely.
|
11 years ago |
Rasmus Villemoes
|
1567e4bd07
configurator: Fix CTZ detection
|
11 years ago |
Rusty Russell
|
eee8545774
Add eratosthenes to Makefile-ccan list.
|
11 years ago |
David Gibson
|
c5e84ef2b5
eratosthenes: Implementation of the Sieve of Eratosthenes
|
11 years ago |
David Gibson
|
f591ef48f8
bitmap: Implement bitmap_ffs()
|
11 years ago |
David Gibson
|
b9c9f5d934
bitmap: Extend allocation functions
|
11 years ago |
David Gibson
|
4e7f97a92e
bitmap: Add functions to set/clear ranges of bits
|
11 years ago |
David Gibson
|
d91a3b8b41
bitmap: Switch bit indices to unsigned long
|
11 years ago |
David Gibson
|
eb5cf99742
lstack: Linked list stack implementation
|
11 years ago |
David Gibson
|
e6944616bf
lqueue: Linked list queue implementation
|
11 years ago |
David Gibson
|
7ec5b8e06b
container_of: Add container_of_or_null()
|
11 years ago |
Rusty Russell
|
f3c92802bf
io: use normal linked lists.
|
11 years ago |
Rusty Russell
|
ec8654d94d
list_del_init/list_node_init: for multiple list_del() calls.
|
11 years ago |
Rusty Russell
|
a7b28fafda
tal/str: use tal/grab_file not grab_file in example.
|
11 years ago |
Rusty Russell
|
cbb99113cd
charset: make example use tal/grab_file instead of grab_file.
|
11 years ago |
Rusty Russell
|
e22289e923
ccan_tokenizer: remove warnings with gcc
|
11 years ago |
Rusty Russell
|
806f94eb6c
ccan_tokenizer: switch example from grab_file to ccan/grab_file.
|
11 years ago |
Joel Stanley
|
6b8e498bd7
endian: Wrap arguments in braces to silence warnings
|
11 years ago |
Andy Grover
|
54f85c236a
darray: Add darray_remove()
|
11 years ago |
Rusty Russell
|
897626152d
io: always make fds O_NONBLOCK.
|
11 years ago |
Rusty Russell
|
8d94c52a7d
io: don't do wakeup immediately.
|
11 years ago |
Rusty Russell
|
31df8231a0
ccan/io: use shutdown() before close.
|
11 years ago |
Rusty Russell
|
0fbc79090f
ccan/io: add io_out_wait() and io_out_always().
|
11 years ago |
Rusty Russell
|
d8ecdc8021
ccan/io: io_halfclose.
|
11 years ago |
Rusty Russell
|
43185ec669
ccan/io: keep more io_plan details internal.
|
11 years ago |
Rusty Russell
|
318f717e34
ccan/io: implement debug.
|
11 years ago |
Rusty Russell
|
94dd4c2bdd
ccan/io: implement timeouts.
|
11 years ago |
Rusty Russell
|
e92e2f65a9
ccan/io: duplex support.
|
11 years ago |
Rusty Russell
|
6109a0a614
ccan/io: eliminate dir argument from io_wait and io_always.
|
11 years ago |
Rusty Russell
|
cdffdf5d61
ccan/io: rewrite.
|
11 years ago |