Age | Commit message (Expand) | Author |
2013-08-06 | Network constructor deuglification, remove unused old encrypt/decrypt methods... | Adam Ierymenko |
2013-08-06 | Bunch more debugging and loop closing on new netconf. | Adam Ierymenko |
2013-08-06 | Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener ... | Adam Ierymenko |
2013-08-05 | CLI communication now working. | Adam Ierymenko |
2013-08-05 | CLI debugging, got rid of nasty old Thread class and replaced with newer clea... | Adam Ierymenko |
2013-08-05 | Poll for network autoconf, and a few other documentation changes. | Adam Ierymenko |
2013-08-05 | Documentation improvements and some very minor pre-emptive security stuff. | Adam Ierymenko |
2013-08-03 | Scratch that... more work wiring up netconf. Got to handle OK. | Adam Ierymenko |
2013-08-02 | Netconf wired up, ready to test. | Adam Ierymenko |
2013-08-02 | Replace fork() with vfork() in tap config, faster. | Adam Ierymenko |
2013-08-02 | Netconf service itself works, time to integrate. | Adam Ierymenko |
2013-08-01 | netconf service work | Adam Ierymenko |
2013-08-01 | Netconf service code, interacts with our MySQL database. | Adam Ierymenko |
2013-07-31 | Local service plugin stuff... work in progress. | Adam Ierymenko |
2013-07-31 | Remove suicidalThread hack from Thread. | Adam Ierymenko |
2013-07-31 | Change mind again... dump Http. Launcher will do this and will use libcurl. A... | Adam Ierymenko |
2013-07-31 | Little bit of protocol changes before implementation of new verbs. | Adam Ierymenko |
2013-07-30 | Call clean on all networks periodically, generalize Topology clean cycle to a... | Adam Ierymenko |
2013-07-29 | More work on network membership certs, and it builds now. Still in heavy deve... | Adam Ierymenko |
2013-07-29 | Fix a bunch of errors due to minor method signature changes, still a work in ... | Adam Ierymenko |
2013-07-29 | Network membership certificate work in progress... does not build yet. | Adam Ierymenko |
2013-07-27 | makekeypair utility | Adam Ierymenko |
2013-07-27 | Add skeleton of certificate-based private network authentication. Also remove... | Adam Ierymenko |
2013-07-27 | Revert removal of Http. Witness my indecisiveness. | Adam Ierymenko |
2013-07-27 | Add simple key=value dictionary, sorta like java.util.Properties. | Adam Ierymenko |
2013-07-27 | Dump huffman, doesnt add much and complicates porting to other languages. Als... | Adam Ierymenko |
2013-07-27 | Get rid of built-in HTTP. If we do HTTP it will probably be via libcurl to su... | Adam Ierymenko |
2013-07-27 | cleanup | Adam Ierymenko |
2013-07-27 | Back out of RPC... blech. Have a better idea. | Adam Ierymenko |
2013-07-25 | Wire up RPC plugin loading to Node. | Adam Ierymenko |
2013-07-25 | RPC infrastructure work in progress. | Adam Ierymenko |
2013-07-25 | Sane-ify Address, get rid of goofy union thingy. | Adam Ierymenko |
2013-07-25 | Work in progress on RPC. | Adam Ierymenko |
2013-07-23 | Basic RPC stuff in Packet and PacketDecoder for RPC service support. | Adam Ierymenko |
2013-07-23 | More trace output to debug control bus. | Adam Ierymenko |
2013-07-23 | Add amSupernode to make code clearer in the check-if-self-is-supernode case. | Adam Ierymenko |
2013-07-20 | docs | Adam Ierymenko |
2013-07-18 | Doc cleanup. | Adam Ierymenko |
2013-07-18 | Command line interface. | Adam Ierymenko |
2013-07-18 | Self test for command bus encode/decode. | Adam Ierymenko |
2013-07-18 | Better encode/decode code for control bus. | Adam Ierymenko |
2013-07-17 | Add an echoed 32-bit token field to command packets. | Adam Ierymenko |
2013-07-17 | Cleanup and build fixes. | Adam Ierymenko |
2013-07-17 | New simpler command interface via loopback UDP protected by a crypto token. | Adam Ierymenko |
2013-07-17 | More filter work. | Adam Ierymenko |
2013-07-16 | Filter work, adding toString() and main evaluation function. | Adam Ierymenko |
2013-07-15 | Small updates to documentation, a few precautionary fixes. | Adam Ierymenko |
2013-07-15 | Also exclude upstream when picking supernode for multicast propagation, to no... | Adam Ierymenko |
2013-07-13 | Simpler variant on multicast propagation algorithm seems to perform better by... | Adam Ierymenko |
2013-07-13 | Cleanup, comments, regularize TRACE messages. | Adam Ierymenko |