Caleb James DeLisle
|
13e8fe16a9
wip
|
6 年 前 |
Caleb James DeLisle
|
d602ecd4bb
cast explicitly
|
6 年 前 |
Caleb James DeLisle
|
ff7cc59062
should be specifying long long
|
6 年 前 |
Caleb James DeLisle
|
11ebd9765c
Refactor AddrIface to use a standard fixed-size header and add timing information to that header if required
|
6 年 前 |
Caleb James DeLisle
|
42b9c35bef
malloc is not calloc, messed up pointers
|
6 年 前 |
Caleb James DeLisle
|
dd41671f2f
Make the old json conf parser parse dictionaries forward so that --cleanconf stops reversing dicts, 2. make sure old parser is used any time there is no v2, to ensure continuity of behavior
|
6 年 前 |
Caleb James DeLisle
|
71e2df38de
Added a strict json benc parser based on the one in cjdnsconf
|
6 年 前 |
Caleb James DeLisle
|
9b963631b5
Wrong type in printf
|
6 年 前 |
Caleb James DeLisle
|
db1f135a28
Shuffle around a couple fields in order to hopefully get an aligned structure
|
6 年 前 |
Caleb James DeLisle
|
183f2aeb83
Increase memory limit for FileReader_test to cope with memory alignment
|
6 年 前 |
Caleb James DeLisle
|
0fe79e5cd9
Prevent an occasional stack overflow while building
|
6 年 前 |
Caleb James DeLisle
|
bdcc95a833
A different approach to aligning memory allocations
|
6 年 前 |
Caleb James DeLisle
|
c5e41c66a7
Oops, missing one pad
|
6 年 前 |
Caleb James DeLisle
|
436d59060d
Align new allocations on __BIGGEST_ALIGNMENT__ instead of __SIZEOF_POINTER__ which is not reliable
|
6 年 前 |
Caleb James DeLisle
|
ba750997b4
just say no to LTO
|
6 年 前 |
Caleb James DeLisle
|
5d561d65da
cast to unsigned to avoid undefined
|
6 年 前 |
Caleb James DeLisle
|
f2dfb91531
undefined behavior
|
6 年 前 |
Caleb James DeLisle
|
52374412cb
Was not splitting linker flags, which happened to work...
|
6 年 前 |
Caleb James DeLisle
|
1068d58c2a
Allow verbose builds and allow manually specifying the crypto build plan
|
6 年 前 |
Caleb James DeLisle
|
d262f7abb5
Small changes to the cjdroute.conf generator so that it generates a conf which is exactly like what cjdnsconf serializes
|
6 年 前 |
Caleb James DeLisle
|
3600128186
Send a more friendly name of the interface instance
|
6 年 前 |
Caleb James DeLisle
|
71b657f944
export iface info
|
6 年 前 |
Caleb James DeLisle
|
1b09c99273
Forgot that the address header is first, need to pop it and then push it back to get UDP auto-peer
|
6 年 前 |
Caleb James DeLisle
|
fb3baef276
Try to fix build issue with UDPInterface and remove error:none from AuthorizedPasswords_list because it blows up the API connector
|
6 年 前 |
Caleb James DeLisle
|
9becc1dd9f
Add an 'error':'none' in AuthorizedPasswords_list and move StringList below UvWrapper which was triggering some build issues
|
6 年 前 |
Caleb James DeLisle
|
a8baeb4314
Added pagination to AuthorizedPasswords_get AND made ArrayList able to create list types with names not prefixed by ArrayList, and created StringList (ArrayList<String>)
|
6 年 前 |
Caleb James DeLisle
|
a574e6aaa7
Fix UDPInterface to not send beacons down the tun device
|
6 年 前 |
Caleb James DeLisle
|
3da23d58ad
Forgot to allow bcast
|
6 年 前 |
Caleb James DeLisle
|
3fe55c4187
Merged UDPbcastInterface into UDPInterface and made it beacon on a different port
|
6 年 前 |
Caleb James DeLisle
|
4e28a0a907
Merge branch 'master' of git://github.com/rxt1077/cjdns into crashey
|
6 年 前 |