projects
/
ccan
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ccan
2013-10-14
Rusty Russell
ccan/io: remove IO_IDLE state.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: remove IO_NEXT state.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: initialize connection with an explicit I/O...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: generic init function for listening connections.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: remove conn arg from io_plan constructors.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: pass struct io_plan explicitly.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: replace backend_set_state with backend_wakeup()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: make enum io_state namespace-safe.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: use explicit IO callback functions, instead...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: remove next & finish from union.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: put explicit poll flags in the plan.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: get rid of io_next(), pass callbacks directly.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: rename io_op to io_plan.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: timer support.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: check for all idle.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: io_duplex.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: benchmarks.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-10-14
Rusty Russell
ccan/io: new module.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-27
Rusty Russell
cpuid: ccanlint fixes.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-27
Rusty Russell
Merge branch 'cpuid' of https://github.com/decltype...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-26
Ahmed Samy
cpuid: parse CPU L1 cache and TLB identifications
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-26
Ahmed Samy
cpuid: use uint32_t instead of int/unsigned
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-25
Ahmed Samy
cpuid: small fix
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-25
Ahmed Samy
cpuid: Minor improvements
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-24
David Gibson
net: Fix potential uninitialized use of variables in...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-23
Ahmed Samy
cpuid: only compile source file if x86 cpu
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-23
Ahmed Samy
cpuid: prefix every function with cpuid_
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-22
Ahmed Samy
cpuid: add 2 new functions + some more tests
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-21
Ahmed Samy
cpuid: add proper documentation
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-21
Ahmed Samy
cpuid: new module
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-13
Rusty Russell
Merge branch 'master' of ozlabs.org:ccan
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-13
Rusty Russell
Add bitmap module to Makefile.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-13
Rusty Russell
Merge https://github.com/dgibson/ccan
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-12
Emilio G. Cota
heap: add example on empty heap check
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-10
Emilio G. Cota
heap: new module
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-09
Rusty Russell
ilog: reformat so webpage doesn't get confused.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-09
Rusty Russell
ilog: relicense to Public Domain.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-08
Rusty Russell
tal: add tal_resizez for zero-padded expansion.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-08
Rusty Russell
endian: add documentation on endian typedefs.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-08
Rusty Russell
short_types: update documentation on be32/le32 etc.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-08
Rusty Russell
endian/short_types: sparse support.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-05
David Gibson
bitmap: Add helper macro to statically declare bitmaps
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-05
David Gibson
bitmap: Rework to assume always multiple of words stora...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-05
David Gibson
bitmap: Rework types and sizing macros
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-09-05
David Gibson
bitmap: Use a typesafe(ish) parameters instead of void *
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-08-29
Rusty Russell
list: add list_next and list_prev helpers.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-08-22
David Gibson
bitmap: Add first cut at a bitmap module
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-07-15
Volker Lendecke
ccan: Fix calling memset with zero length parameter
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-06-11
Rusty Russell
tal/path: fix unset vars in error paths.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-05-27
Rusty Russell
breakpoint: new module.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-05-13
Rusty Russell
endian: remove unnecessary _CONST postfixes.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-08
Rusty Russell
endian: add constant versions.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-08
Rusty Russell
endian: change license to CC0.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-05
Rusty Russell
timer: clean up.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-05
Rusty Russell
timer: increase default span to 5.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-05
Rusty Russell
timer: cache the minimal value.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-05
Rusty Russell
timers: implementation of lazily-ordered timers.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-04
Rusty Russell
Add Henry Eshbaugh's log module to junkcode for the...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-01
Rusty Russell
Makefile: don't separate all modules with external...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-01
Rusty Russell
nfs: add licenses into generated files.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-01
Rusty Russell
ccanlint: --deps-fail-ignore.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-04-01
Rusty Russell
ogg_to_pcm: fix compilation of example in _info.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-31
Rusty Russell
ccanlint: don't crash if given bad directory name.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-28
Peter Hutterer
Add a set of simple version comparison helpers
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-17
Rusty Russell
net: add server support.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-17
Rusty Russell
list: list_pop
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-17
Rusty Russell
list: list_append_list / list_prepend_list
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-17
Rusty Russell
autodata: make note about not being generally useful...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-12
Tinggong
iscsi, ttxml: fix warning [-Wunused-but-set-variable]
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-03-11
Tinggong
failtest: fix warning [-Wformat]
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-02-07
Rusty Russell
net: make tests more robust.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-02-07
Rusty Russell
foreach: fix overzealous test.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-02-06
Andreas Schlick
Makefile: Add hacks for the nested modules for make...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-02-02
Rusty Russell
Merge commit 'add31d8'
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-02-02
Riceball LEE
sparse_bsearch: fixed the no ssize_t defined error.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-25
Ulrik Sverdrup
siphash: Use uint64_t directly, remove typedef
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-25
Ulrik Sverdrup
siphash: Simplify helper function W64's signature
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-25
Ulrik Sverdrup
siphash: Use ~7 correctly
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-14
Ulrik Sverdrup
siphash: Write siphash_epilogue in nicer style
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-14
Ulrik Sverdrup
siphash: Use simple but misalignment-correct implementa...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-14
Ulrik Sverdrup
siphash: A keyed hash designed by Aumasson and djb
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-14
Rusty Russell
ccanlint: fix stack smash.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-14
Rusty Russell
dgraph: add dgraph_check and CCAN_DGRAPH_DEBUG
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-12
Rusty Russell
ccanlint: handle when _info doesn't compile.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-03
Rusty Russell
Merge branch 'rfc822'
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-03
Rusty Russell
rfc822: switch to ccan/tal.
origin/rfc822
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-03
Rusty Russell
tal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-03
Rusty Russell
ccanlint: ignore "unused" non-ccan dependencies.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2013-01-03
Rusty Russell
tal/talloc: new module for backending tal onto talloc.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-17
Rusty Russell
tal: don't automatically register cleanup function.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-17
Rusty Russell
configurator: fix single-arg case.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-17
Rusty Russell
tal: append the length property to the initial allocation.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-14
Rusty Russell
tal: don't always allocate an array in the samba benchmark.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-14
Rusty Russell
tal: fix skipping tal in samba-allocs benchmark.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-14
Rusty Russell
tal: fix compilation of speed benchmark.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-07
Rusty Russell
rfc822: fix sigaction test, wean off ccan-specific...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-07
Rusty Russell
rfc822: beef up _info example.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-07
Rusty Russell
ccanlint: fix --compiler and --cflags options to apply...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-03
Rusty Russell
tools: manifest.c should use path_canon.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-12-03
Rusty Russell
ccanlint: remove redundant num_lines in struct ccan_file.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next