~cjdns-ppa/cjdns/+git/main:windows64

Last commit made on 2020-07-10
Get this branch:
git clone -b windows64 https://git.launchpad.net/~cjdns-ppa/cjdns/+git/main

Branch merges

Branch information

Name:
windows64
Repository:
lp:~cjdns-ppa/cjdns/+git/main

Recent commits

fd1d4a7... by Caleb James DeLisle <email address hidden>

Windows: Pipes are socket, not pipe on windows

595376e... by Caleb James DeLisle <email address hidden>

Windows: Impossible to synchronously get errors back from pipe creation

4d3ddda... by Caleb James DeLisle <email address hidden>

Windows: Passing file descriptors through sockets is not possible on windows

22ca491... by Caleb James DeLisle <email address hidden>

Windows: Complete the transition away from setjmp based exceptions

d41d48e... by Caleb James DeLisle <email address hidden>

Windows: RtlGenRandom update for mingw-w64

b6a1d3b... by Caleb James DeLisle <email address hidden>

Switch from using long to using uintptr_t because on windows, long is not pointer-size

22f16e1... by Caleb James DeLisle <email address hidden>

Specify build-linux for android and windows builds so that it will work on OSX

338f567... by Caleb James DeLisle <email address hidden>

Use a pair of /1s as default route for all platforms, not just darwin

55e4e54... by Caleb James DeLisle <email address hidden>

Stop directly using libuv for the nanotime based entropy provider when Time.h exports the same function

8cff3cb... by Caleb James DeLisle <email address hidden>

Potential null deref