Age | Commit message (Expand) | Author |
2013-08-19 | Add devcon 32-bit and 64-bit Windoze binaries. | Adam Ierymenko |
2013-08-19 | Clean up... | Adam Ierymenko |
2013-08-16 | On second thought... argh. | Adam Ierymenko |
2013-08-15 | Add a fork of tap-windows from OpenVPN, will be customized. | Adam Ierymenko |
2013-08-15 | Create devel project for Windows tap work. (Might be temporary.) | Adam Ierymenko |
2013-08-14 | A few test build changes. | Adam Ierymenko |
2013-08-14 | Windows builds, self test runs in Debug mode! | Adam Ierymenko |
2013-08-14 | Self test almost builds, now need skeleton EthernetTap implementation for Win... | Adam Ierymenko |
2013-08-14 | Move .vcxproj files to vsprojects\ subfolder and use Visual Studio's ability ... | Adam Ierymenko |
2013-08-13 | Version 0.4.3 (the real one): fix Gentoo ip config failures and crashes | Adam Ierymenko |
2013-08-13 | Version 0.4.3: fix Gentoo ip config failures and crashes | Adam Ierymenko |
2013-08-12 | Fix a *nix build issue. | Adam Ierymenko |
2013-08-12 | Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a... | Adam Ierymenko |
2013-08-12 | More Windows port work. | Adam Ierymenko |
2013-08-12 | Windows build work: condition, mutex, thread, udp socket... | Adam Ierymenko |
2013-08-12 | A few more visual studio file changes, forgot to save all. Will be switching ... | Adam Ierymenko |
2013-08-12 | Add Visual Studio DLL project for core | Adam Ierymenko |
2013-08-12 | 0.4.2: cleanup release | Adam Ierymenko |
2013-08-12 | Clean up a bunch of valgrind errors, nix a potentially unsafe op in Buffer as... | Adam Ierymenko |
2013-08-10 | Replace libcrypto RAND_ with our own to avoid valgrind errors. | Adam Ierymenko |
2013-08-10 | Stop using RAND_ in libcrypto for Utils::getSecureRandom() due to annoying va... | Adam Ierymenko |
2013-08-09 | Add range safety check to EllipticCurveKey. | Adam Ierymenko |
2013-08-09 | Version 0.4.1 - RateLimiter for multicast, bug fixes. | Adam Ierymenko |
2013-08-09 | Fix for another wonderful C++ threading race condition. | Adam Ierymenko |
2013-08-09 | Tweak default multicast rate limits. | Adam Ierymenko |
2013-08-09 | Add a concept of debt to RateLimiter, save a bit of RAM. | Adam Ierymenko |
2013-08-08 | Add RateLimiter for rate limiting multicast, not tested yet. | Adam Ierymenko |
2013-08-08 | Back off a little on multicast propagation depth. Eventually this will be a n... | Adam Ierymenko |
2013-08-08 | Actually report a meaningful network status instead of always OK | Adam Ierymenko |
2013-08-08 | Generalize unlink to OS-dep code in Utils, just a little prep for Windows port. | Adam Ierymenko |
2013-08-08 | Move template parameter in Thread to a more logical scope location. | Adam Ierymenko |
2013-08-07 | 0.4.0: MAJOR CHANGE TO NETWORK IDS AND NETWORK MEMBERSHIP (please upgrade!) | Adam Ierymenko |
2013-08-07 | Make cli try to read auth token from global home if possible (unix-like systems) | Adam Ierymenko |
2013-08-07 | Go back to release build. | Adam Ierymenko |
2013-08-07 | Add code to automatically join Earth if no network memberships are defined. | Adam Ierymenko |
2013-08-07 | Fix a bug and wow, it works. | Adam Ierymenko |
2013-08-06 | More detail and output improvements to command bus "listpeers," and a little ... | Adam Ierymenko |
2013-08-06 | Bit of comment and if nesting cleanup in PacketDecoder. | Adam Ierymenko |
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 now actually sends commands... :P | 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-03 | Merge my adamierymenko-dev into the new master that incorporates Raspberry Pi... | Adam Ierymenko |
2013-08-03 | Merge pull request #14 from paulfurley/12-libcrypto-armv4 | Adam Ierymenko |
2013-08-03 | Link against libdl to enable use of dlopen etc in libcrypto.a | Paul Furley |