1986 Commits (6e5feaba3a307c21d41d08a0585ddbc3d7c32837)
 

Author SHA1 Message Date
Adam Ierymenko d3f29d09e8 Plumbing through circuit test stuff. 11 years ago
Adam Ierymenko 5341afcdcd Handling of CIRCUIT_TEST, should be ready to test. 11 years ago
Adam Ierymenko 57c857e89a Fix TRACE output. 11 years ago
Grant Limberg c16ad053b6 no toString() method on peer. Commenting out for now. 11 years ago
Grant Limberg 6080a45c9c change cert to com. no variable named cert. 11 years ago
Adam Ierymenko 5384f185ae Simplify Dictionary and reduce memory usage, now no more std::maps in core. 11 years ago
Adam Ierymenko 76a95dc58f The return of peer peristence. 11 years ago
Adam Ierymenko 5076c49210 Peer serialization and related changes. 11 years ago
Adam Ierymenko 72e7e36a5b No reason to randomly pick uPnP secondary port. In fact it would likely cause problems on restarts and uPnP rule bloat. 11 years ago
Adam Ierymenko 2fa21aa676 . 11 years ago
Adam Ierymenko 3999e468b7 Need to hold nconf so *com does not die while being used. 11 years ago
Adam Ierymenko 6693149f3e Send COM with MULTICAST_GATHER for future use. 11 years ago
Adam Ierymenko 2c196307ee --bugs; 11 years ago
Adam Ierymenko d6676a9d6c Always announce multicast groups, not just to peers with direct links, and push network COMs to any MULTICAST_LIKE recipient for future use. 11 years ago
Adam Ierymenko a7409850d6 Get trim() out of core where it is not needed. 11 years ago
Adam Ierymenko 53e5f94b99 . 11 years ago
Adam Ierymenko 64bf3ffe6c Mutex cleanup. 11 years ago
Adam Ierymenko 9405150b11 Restore group announcement on Peer::receive() but centralize packet composition in one place. 11 years ago
Adam Ierymenko a3db7d0728 Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things. 11 years ago
Adam Ierymenko 11ff96ba1d Consider IPv6 paths reliable (no constant keepalives needed) 11 years ago
Adam Ierymenko 0d0039674f Add new verb names, and fix some Mac compiler flags. 11 years ago
Adam Ierymenko 789046ca57 Speed up Salsa20 just a bit. 11 years ago
Adam Ierymenko 1a4f16e0ed More work on circuit testing... 11 years ago
Joseph Henry 4983fd3776 Recompiled ZTO binary with fix + moves index.html to var/www 11 years ago
Adam Ierymenko cc10d4f310 Speed up multicast group checking/registration. 11 years ago
Adam Ierymenko 167a5039d0 . 11 years ago
Adam Ierymenko 4b82171a95 . 11 years ago
Adam Ierymenko b4624237af . 11 years ago
Adam Ierymenko 49f93a57bf . 11 years ago
Adam Ierymenko ea71738c72 Entry point stuff... 11 years ago
Joseph Henry 49956ed63d Updated intercept library for Earth 11 years ago
Adam Ierymenko 280fcc3771 add cr after identity in demo script. 11 years ago
Adam Ierymenko 3a6346f560 More entry point work, and change network to 8056c2e21c000001 for demo. 11 years ago
Adam Ierymenko 980d145f48 Entry point changes to wait for ZT startup, print banners, log output debug messages and trace to files. 11 years ago
Adam Ierymenko a7bd1eaa40 Never assign v4 IPs ending in .255 even within range. 11 years ago
Joseph Henry 1773dca9dc Optimized Dockerfile arrangement 11 years ago
Joseph Henry 8e3e830e89 Working intercepted Apache 11 years ago
Joseph Henry 77b385fb12 Re-added Apache to Dockerfile 11 years ago
Joseph Henry 0b34d8e75e New Dockerfile 11 years ago
Joseph Henry 0c3dd2be96 Fixed apache script 11 years ago
Joseph Henry 444481f6d9 Modified Dockerfile 11 years ago
Joseph Henry 299ec12b39 Added docker-test folder 11 years ago
Joseph Henry b21c5d8e51 Added dockerfile 11 years ago
Adam Ierymenko 2d0adb562d Specify circuit test messages. 11 years ago
Joseph Henry 3bc9530db7 Object-Model refactor: Removed notion of Client 11 years ago
Joseph Henry fe78eb77d4 Fixed another closure bug 11 years ago
Adam Ierymenko f69454ec98 (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Joseph Henry 8a8264bc39 Fixed their_fd closure bug 11 years ago
Joseph Henry 1119f64a77 Fixed connection closure issue 11 years ago
Joseph Henry c25ceaf06b Fixed recursive lock problem in closeConnection 11 years ago