summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-07Go back to release build.Adam Ierymenko
2013-08-07Add code to automatically join Earth if no network memberships are defined.Adam Ierymenko
2013-08-07Fix a bug and wow, it works.Adam Ierymenko
2013-08-06More detail and output improvements to command bus "listpeers," and a little ↵Adam Ierymenko
cleanup.
2013-08-06Bit of comment and if nesting cleanup in PacketDecoder.Adam Ierymenko
2013-08-06Network constructor deuglification, remove unused old encrypt/decrypt ↵Adam Ierymenko
methods from Identity.
2013-08-06Bunch more debugging and loop closing on new netconf.Adam Ierymenko
2013-08-06Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener ↵Adam Ierymenko
timing code.
2013-08-05CLI communication now working.Adam Ierymenko
2013-08-05CLI now actually sends commands... :PAdam Ierymenko
2013-08-05CLI debugging, got rid of nasty old Thread class and replaced with newer ↵Adam Ierymenko
cleaner portable idiom.
2013-08-05Poll for network autoconf, and a few other documentation changes.Adam Ierymenko
2013-08-05Documentation improvements and some very minor pre-emptive security stuff.Adam Ierymenko
2013-08-03Scratch that... more work wiring up netconf. Got to handle OK.Adam Ierymenko
2013-08-03Merge my adamierymenko-dev into the new master that incorporates Raspberry ↵Adam Ierymenko
Pi build changes in order to keep everything in sync.
2013-08-03Merge pull request #14 from paulfurley/12-libcrypto-armv4Adam Ierymenko
openssl static library for ARM, and ARM build scripts -- works on Raspberry Pi
2013-08-03Link against libdl to enable use of dlopen etc in libcrypto.aPaul Furley
2013-08-03Fixed typo in symlink, v61 vs v6lPaul Furley
2013-08-03libcrypto.afor linux-armv4Paul Furley
2013-08-03Symlink linux-armv61 to linux-armv4Paul Furley
2013-08-03Added linux-armv4 openssl build scriptPaul Furley
2013-08-02Netconf wired up, ready to test.Adam Ierymenko
2013-08-02Replace fork() with vfork() in tap config, faster.Adam Ierymenko
2013-08-02Netconf service itself works, time to integrate.Adam Ierymenko
2013-08-01netconf service workAdam Ierymenko
2013-08-01Rename netconf-plugin subdir.Adam Ierymenko
2013-08-01Netconf service code, interacts with our MySQL database.Adam Ierymenko
2013-07-31Local service plugin stuff... work in progress.Adam Ierymenko
2013-07-31Remove suicidalThread hack from Thread.Adam Ierymenko
2013-07-31Change mind again... dump Http. Launcher will do this and will use libcurl. ↵Adam Ierymenko
Also fix some format string errors.
2013-07-31Little bit of protocol changes before implementation of new verbs.Adam Ierymenko
2013-07-30Call clean on all networks periodically, generalize Topology clean cycle to ↵Adam Ierymenko
an overall clean cycle.
2013-07-29More work on network membership certs, and it builds now. Still in heavy ↵Adam Ierymenko
development.
2013-07-29Fix a bunch of errors due to minor method signature changes, still a work in ↵Adam Ierymenko
progress.
2013-07-29Network membership certificate work in progress... does not build yet.Adam Ierymenko
2013-07-27remove obsolete packtoolAdam Ierymenko
2013-07-27makekeypair utilityAdam Ierymenko
2013-07-27Add skeleton of certificate-based private network authentication. Also ↵Adam Ierymenko
remove some old code.
2013-07-27Remove JsonCPP from authors, no longer used.Adam Ierymenko
2013-07-27Revert removal of Http. Witness my indecisiveness.Adam Ierymenko
2013-07-27Add simple key=value dictionary, sorta like java.util.Properties.Adam Ierymenko
2013-07-27Dump huffman, doesnt add much and complicates porting to other languages. ↵Adam Ierymenko
Also fix compile error in idtool.
2013-07-27Get rid of built-in HTTP. If we do HTTP it will probably be via libcurl to ↵Adam Ierymenko
support HTTPS and chunking and other complexities.
2013-07-27cleanupAdam Ierymenko
2013-07-27Back out of RPC... blech. Have a better idea.Adam Ierymenko
2013-07-25Wire up RPC plugin loading to Node.Adam Ierymenko
2013-07-25RPC infrastructure work in progress.Adam Ierymenko
2013-07-25Sane-ify Address, get rid of goofy union thingy.Adam Ierymenko
2013-07-25Work in progress on RPC.Adam Ierymenko
2013-07-23Basic RPC stuff in Packet and PacketDecoder for RPC service support.Adam Ierymenko