Caleb James DeLisle
|
294c18ddd8
RouteGen mostly wired into the system now
|
8 yıl önce |
Caleb James DeLisle
|
bd83dba64b
Merged in crashey and wrote a basic test
|
8 yıl önce |
Caleb James DeLisle
|
68693cc4c7
Revert "Add networkSize to IPTunnel"
|
9 yıl önce |
Caleb James DeLisle
|
c24326b46c
wip
|
9 yıl önce |
Caleb James DeLisle
|
23c615c5fa
Ok I got to the good test results
|
9 yıl önce |
Caleb James DeLisle
|
9fc1d33252
wip
|
9 yıl önce |
Kubuxu
|
5706884464
Add networkSize to IPTunnel
|
9 yıl önce |
Kubuxu
|
a38e58b1c7
Remove usage of Bits_memcpyConst and Bits_memmoveConst
|
9 yıl önce |
Caleb James DeLisle
|
679c2ee869
Fix broken prefix handling so that packets are passed even if the ip is only in the same prefix
|
9 yıl önce |
Caleb James DeLisle
|
147bb4c3c1
Fixed the system to work with the new dropPermissions
|
9 yıl önce |
Caleb James DeLisle
|
57e25c76c2
it fucking compiles \:D/
|
9 yıl önce |
Caleb James DeLisle
|
85057c688e
Swapped order of args to Iface_Callback
|
9 yıl önce |
Caleb James DeLisle
|
876147509d
refactoring...
|
9 yıl önce |
Adam Novak
|
618a06cc4d
Draft of code for sending netmasks for IPTunnel
|
10 yıl önce |
Caleb James DeLisle
|
a1ebd5d552
Fix #614 - actual message content depends a bit on alignment but it's semantically equalivant.
|
10 yıl önce |
Caleb James DeLisle
|
14e2a47fcb
Added new benc message parser and refactored code to use it, StandardBencSerializer is now redundant
|
10 yıl önce |
Caleb James DeLisle
|
0b1fbd17f7
Refactoring to allow for re-enabling threeNodes_test
|
10 yıl önce |
Caleb James DeLisle
|
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 yıl önce |
Caleb James DeLisle
|
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 yıl önce |
Caleb James DeLisle
|
fffb92caa8
more work done on the build
|
11 yıl önce |
Caleb James DeLisle
|
ca0ce321d5
Merged tests together under testcjdroute.c and fixed a few issues with tests
|
11 yıl önce |
Caleb James DeLisle
|
2ffd748237
major refactor of allocator
|
11 yıl önce |
Caleb James DeLisle
|
d7f5b302ac
More work on Windows port and made Message.h functions take an exception handler to throw in case of buffer overflow.
|
11 yıl önce |
Caleb James DeLisle
|
2b0f08fa9a
Added infrastructure for special handling of packets to magic address fc::1
|
11 yıl önce |
Caleb James DeLisle
|
075ab1c331
Removed CanaryAllocator and folded behavior into MallocAllocator.
|
11 yıl önce |
Caleb James DeLisle
|
4fea39ba34
More refactoring
|
11 yıl önce |
Caleb James DeLisle
|
5c25cfbbe0
Asynchronous pipe using libuv
|
11 yıl önce |
Caleb James DeLisle
|
03f4df8428
Judomerged udp-admin branch into master.
|
11 yıl önce |
Caleb James DeLisle
|
b0472e8b22
Workaround non-standardized TUN message types.
|
12 yıl önce |
Caleb James DeLisle
|
be0561f9a1
Refactoring and added root tests to check TUN device functionality.
|
12 yıl önce |