Caleb James DeLisle
|
9a9ffd57d5
Return anyhow::Error from Iface_DEFUN functions rather than an integer error type
|
3 years ago |
Caleb James DeLisle
|
a0084a9e21
Switch to Rust CryptoAuth
|
3 years ago |
Caleb James DeLisle
|
8e3011cb6e
Change message->bytes to message->msgbytes in prep for privatizing it
|
3 years ago |
Caleb James DeLisle
|
3651b0d413
Message privatize length
|
3 years ago |
Caleb James DeLisle
|
a73e2c68f7
privatized message.capacity
|
3 years ago |
Caleb James DeLisle
|
cd188e865c
Message: Privatized alloc
|
3 years ago |
Caleb James DeLisle
|
897bc02090
Message: privatized associatedFd and ad
|
3 years ago |
Caleb James DeLisle
|
7272cbdfc9
Got the new cryptoauth working with message-passthrough model
|
3 years ago |
Caleb James DeLisle
|
3cf79da359
Iface_DEFUN return an error type
|
4 years ago |
Caleb James DeLisle
|
4db498cfb5
Update pipe to add a little more robustness in the build
|
4 years ago |
Caleb James DeLisle
|
fd1d4a7487
Windows: Pipes are socket, not pipe on windows
|
4 years ago |
Caleb James DeLisle
|
595376ee5b
Windows: Impossible to synchronously get errors back from pipe creation
|
4 years ago |
Caleb James DeLisle
|
4d3ddda86b
Windows: Passing file descriptors through sockets is not possible on windows
|
4 years ago |
Caleb James DeLisle
|
ca4be7578d
Rid the project of setjmp()
|
4 years ago |
Caleb James DeLisle
|
8e00a34c7a
Changes in order to enable changing of TUN device on the fly
|
4 years ago |
Caleb James DeLisle
|
5b7f09492d
Pipe: Log when a message is sent
|
4 years ago |
Caleb James DeLisle
|
4898f2735f
Fix not passing logger soon enough to Pipe_forFiles()
|
4 years ago |
Caleb James DeLisle
|
98ef1e686e
Try logging when we read the pipe
|
4 years ago |
Caleb James DeLisle
|
ff498a1be1
More logging
|
4 years ago |
Caleb James DeLisle
|
81fb0c98f3
Added pipe read log
|
4 years ago |
Emil Suleymanov
|
59ec8b07ce
Refactor fullPath allocation in pipe.c
|
5 years ago |
Emil Suleymanov
|
dcbafb1979
Add option for pipe creation
|
5 years ago |
Emil Suleymanov
|
5cd376c099
Allow any socket path & don't create socket if missing
|
6 years ago |
soredake
|
c49cc24869
links update
|
7 years ago |
Mada
|
f069641446
Allow custom pipe directory in configuation file
|
8 years ago |
Lars Gierth
|
029c3c4ad3
android: make Pipe_PREFIX configurable at build time
|
9 years ago |
Caleb James DeLisle
|
7e767e5d0c
all tests except for root tests pass
|
9 years ago |
Caleb James DeLisle
|
85057c688e
Swapped order of args to Iface_Callback
|
9 years ago |
Caleb James DeLisle
|
876147509d
refactoring...
|
9 years ago |
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 years ago |