Caleb James DeLisle 59a9da4d88 Merge branch 'freebsd_fixes' of git://github.com/nsapa/cjdns into crashey 8 年之前
..
events a38e58b1c7 Remove usage of Bits_memcpyConst and Bits_memmoveConst 9 年之前
log e4df327d15 Make it possible to reduce the log level without compiler errors 9 年之前
platform 1470ee846f Implement addIp4Address on FreeBSD 9 年之前
test 907941a820 Fix compiler error in test and disable test unless --fuzz is passed because it takes too long 8 年之前
version 8ff6b34d9d Documented the transfer to v17 9 年之前
AddrTools.c a38e58b1c7 Remove usage of Bits_memcpyConst and Bits_memmoveConst 9 年之前
AddrTools.h 57064d14f4 Moved business logic from AddrTools.h to AddrTools.c to reduce executable size (then dealt with fallout) 9 年之前
ArchInfo.c c9e5d27f7f cnacl: add arm64 plan 9 年之前
ArchInfo.h e03394f969 simplified ArchInfo which should get rid of some errors 9 年之前
ArrayList.c f675b31436 heap buffer overflow in ArrayList due to incorrect realloc calculation 9 年之前
ArrayList.h 4fc45086d2 hunting down a stray memory write 9 年之前
Assert.c 2112c5ee16 Remove backtracing 9 年之前
Assert.h bdec61d0e3 Documented Assert.h 10 年之前
Average.h e7a023846f wip 9 年之前
AverageRoller.c a38e58b1c7 Remove usage of Bits_memcpyConst and Bits_memmoveConst 9 年之前
AverageRoller.h ca0ce321d5 Merged tests together under testcjdroute.c and fixed a few issues with tests 11 年之前
AverageRoller_pvt.h ca0ce321d5 Merged tests together under testcjdroute.c and fixed a few issues with tests 11 年之前
Base10.c 0b1fbd17f7 Refactoring to allow for re-enabling threeNodes_test 10 年之前
Base10.h 0b1fbd17f7 Refactoring to allow for re-enabling threeNodes_test 10 年之前
Base32.h a78fa0b4dc Check for int *i; 12 年之前
Bits.c 0bcc79531e Refactored Bits.h and Endian.h 9 年之前
Bits.h 77d426630b Remove memcpyConst and memmoveConst 9 年之前
CString.c 1a3923b338 Define `_XPG4_2` on SunOS 10 年之前
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 年之前
Checksum.h 6dafbd1964 other half of the last commit 12 年之前
Constant.h ced280bc17 Serious bug fixes in CryptoAuth (and probably some new bugs added) 9 年之前
Constant.js ced280bc17 Serious bug fixes in CryptoAuth (and probably some new bugs added) 9 年之前
Defined.h 9945d40b3c Added a header which can be used to determine whether a preprocessor macro has been defined. 10 年之前
Endian.h 486be104c8 potentially important typo 9 年之前
Gcc.h 881cdfe128 wip 9 年之前
Hash.h 8173faac81 Added Hash.h which uses djb2a hash and implemented it in a few places where Map.h is used 9 年之前
Hex.c e4007c75b4 rewrote InterfaceController to make it easier to develop interfaces 9 年之前
Hex.h e4007c75b4 rewrote InterfaceController to make it easier to develop interfaces 9 年之前
Identity.h 98814fdd13 Almost works! 9 年之前
Kbps.h 63e23e921e Added beginnings of peerLink, for the moment all it does is track kbps of links 9 年之前
Linker.h e88e33b648 More work on the new build 11 年之前
Map.h c0001e8570 Once remove a map node, must recompute hashIndexes 9 年之前
Order.c ac3e7a9408 Beginning protocol version 6 and new pathfinder 11 年之前
Order.h ddb1881936 Work on the jsbuild and eliminated multiple dependency loops 11 年之前
Pinger.c a38e58b1c7 Remove usage of Bits_memcpyConst and Bits_memmoveConst 9 年之前
Pinger.h f63999e4c8 Make inter-router communication code capable of handling messages which loop back to itself 10 年之前
Seccomp.c 87d78ec488 SECCOMP: bind and getsockaddr do not exist 9 年之前
Seccomp.h e24f3c501a Jettisoned libseccomp which was not providing much cross-platform benefit 10 年之前
Seccomp.js 5cf0787bcb Beautiful work! just one teentsey change to the regex :) 10 年之前
Seccomp_dummy.c e24f3c501a Jettisoned libseccomp which was not providing much cross-platform benefit 10 年之前
Security.c 507858de3b Fix small changes which were suggested in pull req #829 9 年之前
Security.h f40f0b8167 Fix style issues. Report errno from setgid for diagnostics, properly 9 年之前
Security_admin.c 37e956150c SECCOMP: Fix mutliple functions from Security 9 年之前
Security_admin.h 147bb4c3c1 Fixed the system to work with the new dropPermissions 9 年之前
Security_win32.c f40f0b8167 Fix style issues. Report errno from setgid for diagnostics, properly 9 年之前
Setuid.h 5e449820aa try to fix the freebsd build again 9 年之前
Setuid_linux.c f8ce088755 fix android build 9 年之前
SysInfo.c e2b673698e Switch from using ifdef to using if(Defined) which is less likely to hide compile time errors 10 年之前
SysInfo.h 96643118dc Added architecture and system detection 10 年之前
UniqueName.h 97b7cb9c86 Removed nasty UniqueName in favor of a little bit of inline js 11 年之前