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 |
Rusty Russell
|
12e924346b
ccan/io: fix io_connect.
|
11 years ago |
Rusty Russell
|
79ac004967
tools/ccanlint: add global .valgrind_suppressions file.
|
11 years ago |
Cody P Schafer
|
54d5123a56
configurator: add BUILTIN_CTZ*, BUILTIN_FFS, and ICCARM_INTRINSICS
|
11 years ago |
Douglas Bagnall
|
106eab33ea
opt/helpers: fix out-of-range check in opt_set_floatval()
|
11 years ago |
Rusty Russell
|
188ec2fac4
net: use freeaddrinfo() in _info example.
|
11 years ago |
Rusty Russell
|
5c345a1e10
io: fix io_connect().
|
11 years ago |
Rusty Russell
|
8b0bdb090e
structeq: new module.
|
11 years ago |
Rusty Russell
|
c8e75cdce1
tal/str: fix error when strreg regex looks for literal slashes.
|
11 years ago |
Rusty Russell
|
58c5a35247
time: update for new configurator.
|
11 years ago |
Rusty Russell
|
3d3e9b9cbf
tools/configurator: set HAVE_CLOCK_GETTIME even if it's in -lrt.
|
11 years ago |
Douglas Bagnall
|
7220240c0e
opt: Don't segfault if a string's default is NULL
|
11 years ago |
Douglas Bagnall
|
63b0055673
opt: add an int decrementing helper function
|
11 years ago |
Douglas Bagnall
|
b377324e5c
opt: always initialise values in set_llong_with_suffix()
|
11 years ago |
David Gibson
|
19bfc14906
memmem, bytestring: Fix includes in _info
|
11 years ago |