.. |
events
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
log
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
platform
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
test
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
version
|
6c573ebc10
Cleaned up Version.h which was using wacky preprocessor stuff and replaced with nice jspp
|
10 jaren geleden |
AddrTools.h
|
38d3f8bbf1
Rewrite of RouterModule and fix of a minor DoS issue caused by a direct peer sending too many setup packets.
|
11 jaren geleden |
ArchInfo.c
|
2560244c02
EM_ARM is not defined on some machines even though AUDIT_ARCH_ARM is and uses it o_O
|
10 jaren geleden |
ArchInfo.h
|
96643118dc
Added architecture and system detection
|
10 jaren geleden |
Assert.c
|
1f1cf83d4e
Work from over the weekend, crashey is less crashey (at least in the sim)
|
10 jaren geleden |
Assert.h
|
bdec61d0e3
Documented Assert.h
|
10 jaren geleden |
AverageRoller.c
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
AverageRoller.h
|
ca0ce321d5
Merged tests together under testcjdroute.c and fixed a few issues with tests
|
11 jaren geleden |
AverageRoller_pvt.h
|
ca0ce321d5
Merged tests together under testcjdroute.c and fixed a few issues with tests
|
11 jaren geleden |
Base32.h
|
a78fa0b4dc
Check for int *i;
|
12 jaren geleden |
Bits.h
|
72505b0b7b
Replaced more expensive instances of Assert_true() with Assert_ifParanoid()
|
10 jaren geleden |
CString.c
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
CString.h
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
Checksum.h
|
6dafbd1964
other half of the last commit
|
12 jaren geleden |
CompileTimeRandom.h
|
fffb92caa8
more work done on the build
|
11 jaren geleden |
Endian.h
|
fffb92caa8
more work done on the build
|
11 jaren geleden |
Gcc.h
|
e88e33b648
More work on the new build
|
11 jaren geleden |
Hex.c
|
69d4044b57
Added modelines to source files.
|
12 jaren geleden |
Hex.h
|
a2ab336064
Beginning work on nodejs build
|
11 jaren geleden |
Identity.h
|
0fdda4fc72
Replaced all instances of Assert_always() with Assert_true() to standardize on Assert_true() for 'always', Assert_ifParanoid() for assertions which trigger if PARANOIA is enabled and Assert_ifTesting() for asserions which would be triggered by bad nodes in a real network
|
10 jaren geleden |
Linker.h
|
e88e33b648
More work on the new build
|
11 jaren geleden |
Map.h
|
c82ead8529
Changed allocator to produce more information when something goes wrong, refactored to use macro.
|
11 jaren geleden |
Order.c
|
ac3e7a9408
Beginning protocol version 6 and new pathfinder
|
11 jaren geleden |
Order.h
|
ddb1881936
Work on the jsbuild and eliminated multiple dependency loops
|
11 jaren geleden |
Pinger.c
|
1774efba10
Broke compatibility in ETHInterface because it was not working properly and echoing 12 bytes of crap back and forth before the message
|
10 jaren geleden |
Pinger.h
|
f63999e4c8
Make inter-router communication code capable of handling messages which loop back to itself
|
10 jaren geleden |
Seccomp.c
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
Seccomp.h
|
e24f3c501a
Jettisoned libseccomp which was not providing much cross-platform benefit
|
10 jaren geleden |
Seccomp.js
|
9575a2632c
Only look for SECCOMP once
|
10 jaren geleden |
Seccomp_dummy.c
|
e24f3c501a
Jettisoned libseccomp which was not providing much cross-platform benefit
|
10 jaren geleden |
Security.c
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
Security.h
|
e24f3c501a
Jettisoned libseccomp which was not providing much cross-platform benefit
|
10 jaren geleden |
Security_Windows.c
|
85b00bb461
Hardened the sandboxing with double checking and made nofiles mandatory
|
11 jaren geleden |
Security_admin.c
|
3005cac83c
Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled.
|
10 jaren geleden |
Security_admin.h
|
ddb1881936
Work on the jsbuild and eliminated multiple dependency loops
|
11 jaren geleden |
SysInfo.c
|
96643118dc
Added architecture and system detection
|
10 jaren geleden |
SysInfo.h
|
96643118dc
Added architecture and system detection
|
10 jaren geleden |
UniqueName.h
|
97b7cb9c86
Removed nasty UniqueName in favor of a little bit of inline js
|
11 jaren geleden |