~cjdns-ppa/cjdns/+git/main:stable-0.6

Last commit made on 2014-10-12
Get this branch:
git clone -b stable-0.6 https://git.launchpad.net/~cjdns-ppa/cjdns/+git/main

Branch merges

Branch information

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

Recent commits

1d51ddc... by Caleb James DeLisle <email address hidden>

added abandoned notice

276bbb2... by Caleb James DeLisle

Up the memory limit for the client process because Configurator and AdminClient outrun the freeing of their allocators.

f11ce1f... by Sergey "Shnatsel" Davidoff

fix build on Ubuntu by forcibly cleansing CFLAGS before running the build

02a636c... by Caleb James DeLisle

Cleaned up fix for issue #4

e9f4924... by Caleb James DeLisle

Cherry picked 1774efba106c759c3e741d1b4e90cfdc9a210e65 from crashey

ee58fb4... by Caleb James DeLisle

Work around insane distros which default `python` to python3

afd57ff... by Caleb James DeLisle

When an EOF is sent, pipe should not try to free NULL.

369e8f0... by Caleb James DeLisle

Merged libuv-update with changes.
1. Wrote get_libuv.sh which gets the libuv source code in a deterministic way, discarded the original
libuv dependency in favor of deterministically downloaded version.
2. UDPAddrInterface.c and Pipe.c should not be casting function pointers, changed function definition
so that cast is not needed.
3. make.js required some merging.

Merge branch 'libuv-update' of git://github.com/lgierth/cjdns

Conflicts:
 node_build/make.js

e6a07eb... by Caleb James DeLisle

Merge branch 'fix-nacl-tests' of git://github.com/lgierth/cjdns

af72b08... by Caleb James DeLisle

Merge branch 'master' of git://github.com/interfect/cjdns