Rusty Russell
|
eee52d39cf
cpuid: fix test.
|
10 years ago |
A. Samy
|
8b4ef38b9e
cpuid: namespacize some functions and define them as null if unsupported
|
10 years ago |
A. Samy
|
7d7de521a4
cpuid: cpuid_write_info(): have outfile a file pointer instead
|
10 years ago |
A. Samy
|
2ecac63d9f
cpuid: rename ___cpuid to get_cpuid
|
10 years ago |
A. Samy
|
ea830cd11e
cpuid: minor clean up
|
10 years ago |
Rusty Russell
|
f9ab359345
Makefile-ccan: add new modules.
|
10 years ago |
David Gibson
|
c2966d1879
agar: Re-entrant Abstract Graph Algorithms
|
10 years ago |
David Gibson
|
0616221235
aga: Add lazytrie testcase
|
11 years ago |
David Gibson
|
e7c9d609f0
aga: Testcase for attempt to run concurrent algorithms
|
11 years ago |
David Gibson
|
f3160af8e0
aga: Breadth first search
|
10 years ago |
David Gibson
|
be32f4df12
aga: Depth first search
|
10 years ago |
David Gibson
|
2192bdd98a
aga: Simple test graphs
|
10 years ago |
David Gibson
|
3b7409ea08
aga: Abstract Graph Algorithms
|
10 years ago |
Maxim Zakharov
|
833549edba
daemonize: check setsid() return value
|
10 years ago |
Maxim Zakharov
|
40b6a6eda3
daemonize: exit parent without triggering atexit() processing
|
10 years ago |
Joel Stanley
|
60d22760a0
short_types: Fix warning in test
|
10 years ago |
Rusty Russell
|
396f2fcde8
tools/modfiles: include _info (unless requested not to)
|
10 years ago |
Rusty Russell
|
1f6af6a8e4
tools/create-ccan-tree: clean up modfiles binary after use.
|
10 years ago |
Rusty Russell
|
cef9fc82ea
tools/create-ccan-tree: fix nested modules with -a
|
10 years ago |
Rusty Russell
|
25ea9a3d98
tools/modfiles: list files in a module.
|
10 years ago |
Rusty Russell
|
e64379526f
tools: include LICENSE file in manifest.
|
10 years ago |
Rusty Russell
|
7a7fa08481
tools: don't include submodules in manifest.
|
10 years ago |
Rusty Russell
|
b2c6f0ac7d
crypto/sha256: add license file for intel code in benchmarks/
|
10 years ago |
Rusty Russell
|
b99be8d399
Makefile-ccan: add order to MOD list.
|
10 years ago |
Rusty Russell
|
0a76c98f72
crypto/ripemd160: new module.
|
10 years ago |
Rusty Russell
|
4e6c85eaeb
crypto/sha256: fix up CCAN_CRYPTO_SHA256_USE_OPENSSL implementation.
|
10 years ago |
Rusty Russell
|
be7d990d97
crypto/sha256: include Intel ASM versions in benchmarks.
|
10 years ago |
Rusty Russell
|
02e6fb3c34
crypto/sha256: add benchmark.
|
10 years ago |
David Gibson
|
712dc43d55
avl: Use definitions from order module
|
10 years ago |
David Gibson
|
918a733fc2
asort: Use order module definitions
|
10 years ago |