projects
/
ccan
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
io: add io_conn_fd()
2013-10-21
Rusty Russell
io: add io_conn_fd()
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-21
Rusty Russell
io: io_set_alloc()
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-16
Rusty Russell
ccan/io: make union more generic.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
Merge branch 'io'
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: add examples.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: io_connect()
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: flatten debug callchain further.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: flatten debug callchain.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: update and improve documentation.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: save errno on io_close, for finish functions.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: handle errors on poll()
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: io_close_cb()
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: simplify I/O callbacks.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: io_set_finish()
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: test custom io functions.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: go linear for debugging.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: test read after hangup.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: simplify do_ready.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: make io functions more generic.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: remove io_state.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: remove IO_IDLE state.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: remove IO_NEXT state.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: initialize connection with an explicit I/O...
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: generic init function for listening connections.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: remove conn arg from io_plan constructors.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: pass struct io_plan explicitly.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: replace backend_set_state with backend_wakeup()
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: make enum io_state namespace-safe.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: use explicit IO callback functions, instead...
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: remove next & finish from union.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: put explicit poll flags in the plan.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: get rid of io_next(), pass callbacks directly.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: rename io_op to io_plan.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: timer support.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: check for all idle.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: io_duplex.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: benchmarks.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-14
Rusty Russell
ccan/io: new module.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-02
Rusty Russell
net: add async operation helpers.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-02
Rusty Russell
net: fix leak in test.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-10-02
Rusty Russell
opt: add allocator setting.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-27
Rusty Russell
cpuid: ccanlint fixes.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-27
Rusty Russell
Merge branch 'cpuid' of https://github.com/decltype...
commit
|
commitdiff
|
tree
2013-09-13
Rusty Russell
Merge branch 'master' of ozlabs.org:ccan
commit
|
commitdiff
|
tree
2013-09-13
Rusty Russell
Add bitmap module to Makefile.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-13
Rusty Russell
Merge https://github.com/dgibson/ccan
commit
|
commitdiff
|
tree
2013-09-09
Rusty Russell
ilog: reformat so webpage doesn't get confused.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-09
Rusty Russell
ilog: relicense to Public Domain.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-08
Rusty Russell
tal: add tal_resizez for zero-padded expansion.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-08
Rusty Russell
endian: add documentation on endian typedefs.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-08
Rusty Russell
short_types: update documentation on be32/le32 etc.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-09-08
Rusty Russell
endian/short_types: sparse support.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-08-29
Rusty Russell
list: add list_next and list_prev helpers.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-06-11
Rusty Russell
tal/path: fix unset vars in error paths.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-05-27
Rusty Russell
breakpoint: new module.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-05-13
Rusty Russell
endian: remove unnecessary _CONST postfixes.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-08
Rusty Russell
endian: add constant versions.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-08
Rusty Russell
endian: change license to CC0.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-05
Rusty Russell
timer: clean up.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-05
Rusty Russell
timer: increase default span to 5.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-05
Rusty Russell
timer: cache the minimal value.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-05
Rusty Russell
timers: implementation of lazily-ordered timers.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-04
Rusty Russell
Add Henry Eshbaugh's log module to junkcode for the...
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-01
Rusty Russell
Makefile: don't separate all modules with external...
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-01
Rusty Russell
nfs: add licenses into generated files.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-01
Rusty Russell
ccanlint: --deps-fail-ignore.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-04-01
Rusty Russell
ogg_to_pcm: fix compilation of example in _info.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-03-31
Rusty Russell
ccanlint: don't crash if given bad directory name.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-03-17
Rusty Russell
net: add server support.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-03-17
Rusty Russell
list: list_pop
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-03-17
Rusty Russell
list: list_append_list / list_prepend_list
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-03-17
Rusty Russell
autodata: make note about not being generally useful...
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-02-07
Rusty Russell
net: make tests more robust.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-02-07
Rusty Russell
foreach: fix overzealous test.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-02-02
Rusty Russell
Merge commit 'add31d8'
commit
|
commitdiff
|
tree
2013-01-14
Rusty Russell
ccanlint: fix stack smash.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-01-14
Rusty Russell
dgraph: add dgraph_check and CCAN_DGRAPH_DEBUG
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-01-12
Rusty Russell
ccanlint: handle when _info doesn't compile.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-01-03
Rusty Russell
Merge branch 'rfc822'
commit
|
commitdiff
|
tree
2013-01-03
Rusty Russell
rfc822: switch to ccan/tal.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-01-03
Rusty Russell
tal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-01-03
Rusty Russell
ccanlint: ignore "unused" non-ccan dependencies.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2013-01-03
Rusty Russell
tal/talloc: new module for backending tal onto talloc.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-17
Rusty Russell
tal: don't automatically register cleanup function.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-17
Rusty Russell
configurator: fix single-arg case.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-17
Rusty Russell
tal: append the length property to the initial allocation.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-14
Rusty Russell
tal: don't always allocate an array in the samba benchmark.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-14
Rusty Russell
tal: fix skipping tal in samba-allocs benchmark.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-14
Rusty Russell
tal: fix compilation of speed benchmark.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-07
Rusty Russell
rfc822: fix sigaction test, wean off ccan-specific...
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-07
Rusty Russell
rfc822: beef up _info example.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-07
Rusty Russell
ccanlint: fix --compiler and --cflags options to apply...
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
tools: manifest.c should use path_canon.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
ccanlint: remove redundant num_lines in struct ccan_file.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
ccanlint: print module name properly for nested modules.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
tools: use tal/path instead of opencoding most paths.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
tools: use tal/path instead of writing own path handlers.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
tools: use tal instead of talloc.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
tools: use rbuf instead of grab_file.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
2012-12-03
Rusty Russell
rbuf: new module.
Signed-off-by: Rusty Russell <
rusty@rustcorp.com.au
>
commit
|
commitdiff
|
tree
next