summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-12More Windows port work.Adam Ierymenko
2013-08-12Windows build work: condition, mutex, thread, udp socket...Adam Ierymenko
2013-08-12A few more visual studio file changes, forgot to save all. Will be switching ...Adam Ierymenko
2013-08-12Add Visual Studio DLL project for coreAdam Ierymenko
2013-08-120.4.2: cleanup releaseAdam Ierymenko
2013-08-12Clean up a bunch of valgrind errors, nix a potentially unsafe op in Buffer as...Adam Ierymenko
2013-08-10Replace libcrypto RAND_ with our own to avoid valgrind errors.Adam Ierymenko
2013-08-10Stop using RAND_ in libcrypto for Utils::getSecureRandom() due to annoying va...Adam Ierymenko
2013-08-09Add range safety check to EllipticCurveKey.Adam Ierymenko
2013-08-09Version 0.4.1 - RateLimiter for multicast, bug fixes.Adam Ierymenko
2013-08-09Fix for another wonderful C++ threading race condition.Adam Ierymenko
2013-08-09Tweak default multicast rate limits.Adam Ierymenko
2013-08-09Add a concept of debt to RateLimiter, save a bit of RAM.Adam Ierymenko
2013-08-08Add RateLimiter for rate limiting multicast, not tested yet.Adam Ierymenko
2013-08-08Back off a little on multicast propagation depth. Eventually this will be a n...Adam Ierymenko
2013-08-08Actually report a meaningful network status instead of always OKAdam Ierymenko
2013-08-08Generalize unlink to OS-dep code in Utils, just a little prep for Windows port.Adam Ierymenko
2013-08-08Move template parameter in Thread to a more logical scope location.Adam Ierymenko
2013-08-070.4.0: MAJOR CHANGE TO NETWORK IDS AND NETWORK MEMBERSHIP (please upgrade!)Adam Ierymenko
2013-08-07Make cli try to read auth token from global home if possible (unix-like systems)Adam Ierymenko
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
2013-08-06Bit of comment and if nesting cleanup in PacketDecoder.Adam Ierymenko
2013-08-06Network constructor deuglification, remove unused old encrypt/decrypt methods...Adam Ierymenko
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
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 clea...Adam Ierymenko
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 Pi...Adam Ierymenko
2013-08-03Merge pull request #14 from paulfurley/12-libcrypto-armv4Adam Ierymenko
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. A...Adam Ierymenko