| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-05 | IP assignment and change cleanup -- leave IPs that were never configured via ↵ | Adam Ierymenko | |
| ZT static assignment alone. | |||
| 2014-08-21 | Another fix to Network life cycle. | Adam Ierymenko | |
| 2014-08-21 | Fix for crazy Windows threading bug... repeatedly adding and removing a ↵ | Adam Ierymenko | |
| network now doesn't leave networks in limbo. | |||
| 2014-08-12 | (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks | Adam Ierymenko | |
| now show up as *real* networks and prompt the user to set their location and firewall status (public, private, home/work, etc.). The hack used to achieve #2 should not be examined by children or those suffering from epilepsy or heart conditions. | |||
| 2014-08-07 | Windows compile fixes, compiler warning fix, unfreed memory fix in main.c ↵ | Adam Ierymenko | |
| (though it would not have mattered since program exits immediately after). | |||
| 2014-08-07 | Compile for for TRACE, remove old TESTNET cruft. | Adam Ierymenko | |
| 2014-07-31 | Tons of code cleanup, refactor Network to use EthernetTapFactory, probably ↵ | Adam Ierymenko | |
| also fix GitHub issue #90 | |||
| 2014-06-26 | Add enabled/disabled status to network. | Adam Ierymenko | |
| 2014-06-14 | Simplify network briding modes -- we only need passive toggle and active ↵ | Adam Ierymenko | |
| bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency. | |||
| 2014-06-13 | Network memory for bridge-side multicast groups that we learn - GitHub issue #68 | Adam Ierymenko | |
| 2014-06-10 | Bridge routing table - GitHub issue #68 | Adam Ierymenko | |
| 2014-05-23 | GitHub issue #67 | Adam Ierymenko | |
| 2014-05-23 | GitHub Issue #69 - make MAC assignment schema differ between virtual networks. | Adam Ierymenko | |
| 2014-04-09 | .... aaaaaand... GitHub issue #61 was caused by the fact that we were no ↵ | Adam Ierymenko | |
| longer deleting taps on Windows! | |||
| 2014-04-07 | Builds and runs on Unix with EthernetTap changes, now for Windows... and for ↵ | Adam Ierymenko | |
| what we did this for: a refactor of the Windows tap connector. | |||
| 2014-03-20 | Fix blocking socket issues in new socket I/O code. | Adam Ierymenko | |
| 2014-03-06 | Fix crash on uninitialized taps. | Adam Ierymenko | |
| 2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
| 2014-02-11 | Fix for GitHub issue #37: remember *nix device names. | Adam Ierymenko | |
| 2014-01-27 | Fix a couple compile items. | Adam Ierymenko | |
| 2014-01-27 | Make EthernetTap creation occur in a background thread in Network since it's ↵ | Adam Ierymenko | |
| a time consuming operation on Windows. This fixes one of the last remaining Windows problems. | |||
| 2014-01-26 | Delete persistent tap device on Windows when we leave a network. | Adam Ierymenko | |
| 2014-01-26 | Lock down individual files in networks.d instead of directory since ↵ | Adam Ierymenko | |
| directory ACLs are more complex on Windows. | |||
| 2014-01-21 | Several things: | Adam Ierymenko | |
| (1) Add a bunch of tedious type casts to eliminate unnecessary compiler warnings on Windows X64 builds. (2) Some EthernetTap work to integrate Windows custom IOCTL for multicast group lookup (not done quite yet). (3) Dump some more info in selftest to make sure our Windows path lookup functions are returning sane results. | |||
| 2013-10-25 | Add some more TRACE output for certs. | Adam Ierymenko | |
| 2013-10-24 | More tying up of certificate of membership stuff in the client. | Adam Ierymenko | |
| 2013-10-21 | Peers are now dumped on shutdown in a persistence cache and reloaded on ↵ | Adam Ierymenko | |
| startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching. | |||
| 2013-10-18 | Work in progress... | Adam Ierymenko | |
| 2013-10-17 | Netconf support for ARP and NDP caching TTLs. | Adam Ierymenko | |
| 2013-10-17 | Take the 0.6.0 opportunity to add flags to a few protocol verbs and do a bit ↵ | Adam Ierymenko | |
| more cleanup. Also fix it so certificates wont be accepted unless they are newer than existing ones. | |||
| 2013-10-16 | Lots of cleanup, more work on certificates, some security fixes. | Adam Ierymenko | |
| 2013-10-07 | Auto-pushing of membership certs on: MULTICAST_FRAME,FRAME,MULTICAST_LIKE ↵ | Adam Ierymenko | |
| and on receipt of MULTICAST_LIKE. | |||
| 2013-10-07 | Automagically push netconf certs -- Network support. | Adam Ierymenko | |
| 2013-10-07 | Break out certificate of membership into its own class. | Adam Ierymenko | |
| 2013-10-07 | Another tweak, hopefully final, to reduce variance on identity generation times. | Adam Ierymenko | |
| 2013-10-05 | Make new identity hashcash algo memory hard, and tweak generation time a ↵ | Adam Ierymenko | |
| bit. Current hashcash cost should be overkill for what we need but still tolerable to users. | |||
| 2013-10-04 | Flesh out membership certificate with signature, better ↵ | Adam Ierymenko | |
| serialize/deserialize, and rename parameter to qualifier to make better conceptual sense. | |||
| 2013-09-30 | Make new multicast depth and prefix bits parameters configurable. | Adam Ierymenko | |
| 2013-09-26 | Work in progress... | Adam Ierymenko | |
| 2013-09-25 | More work in progress in new multicast propagation... | Adam Ierymenko | |
| 2013-09-25 | Work in progress... | Adam Ierymenko | |
| 2013-09-24 | Work in progress... | Adam Ierymenko | |
| 2013-09-17 | Get rid of 000000000000000.mcerts junk files. | Adam Ierymenko | |
| 2013-09-17 | Make network multicast breadth/depth parameters configurable on a per-net basis. | Adam Ierymenko | |
| 2013-09-17 | Some file format cleanup. | Adam Ierymenko | |
| 2013-09-16 | New crypto integrated -- going to be testing new identity address generation ↵ | Adam Ierymenko | |
| algo a bit more before finalizing. | |||
| 2013-09-12 | Get a default rate that works for multicast. | Adam Ierymenko | |
| 2013-09-11 | A few logging changes. | Adam Ierymenko | |
| 2013-09-11 | Small method rename. | Adam Ierymenko | |
| 2013-09-11 | Drop old Certificate type from Network. | Adam Ierymenko | |
