Age | Commit message (Expand) | Author |
2014-10-27 | ... | Adam Ierymenko |
2014-10-24 | More testnet work. | Adam Ierymenko |
2014-10-23 | Testnet work... getting there! | Adam Ierymenko |
2014-10-22 | Some work on simulated net... | Adam Ierymenko |
2014-10-21 | Starting on simulated socket manager. | Adam Ierymenko |
2014-10-21 | More work on abstracting socket manager. | Adam Ierymenko |
2014-10-21 | About halfway there in refactoring to support pluggable SocketManager. | Adam Ierymenko |
2014-10-21 | Move socket manager implementation into osnet/ | Adam Ierymenko |
2014-10-21 | Simplify locking semantics some more to address a deadlock. | Adam Ierymenko |
2014-10-19 | Don't need to check peer version for every item in txQueue since there is onl... | Adam Ierymenko |
2014-10-19 | Now for some clang compile fixes... | Adam Ierymenko |
2014-10-19 | Windows build fixes. | Adam Ierymenko |
2014-10-14 | Make several changes to eliminate potential deadlock or recursive lock condit... | Adam Ierymenko |
2014-10-14 | Get rid of rescanMulticastGroups() in Network thread since this can deadlock.... | Adam Ierymenko |
2014-10-14 | Fix sleeper bug that probably did nothing in setSupernodes(). | Adam Ierymenko |
2014-10-14 | More fixes to legacy support, and to a potential issue on quit. | Adam Ierymenko |
2014-10-13 | Permanently retire peers.persist, but make iddb.d always enabled instead sinc... | Adam Ierymenko |
2014-10-13 | Another build fix. | Adam Ierymenko |
2014-10-13 | GitHub issue #111 | Adam Ierymenko |
2014-10-13 | Yank potentially costly support for TTL out of UdpSocket since we dont use th... | Adam Ierymenko |
2014-10-12 | Make crypto and compression build optimized in debug, and also try disabling ... | Adam Ierymenko |
2014-10-11 | Delete bunch of commented out code. | Adam Ierymenko |
2014-10-11 | Stop persisting last announcement time since Multicaster is volatile. Also so... | Adam Ierymenko |
2014-10-11 | Fixes to legacy peer support. | Adam Ierymenko |
2014-10-10 | Add a sanity limit to legacy multicast repeater function in supernode-mode no... | Adam Ierymenko |
2014-10-10 | (1) Back off a little on default max multicast limit since 128 is pretty band... | Adam Ierymenko |
2014-10-10 | <= MTU | Adam Ierymenko |
2014-10-09 | Return self in GATHER requests if self is a member of multicast group, and re... | Adam Ierymenko |
2014-10-09 | New multicast bug fixes, TRACE improvements, and temporarily disable legacy m... | Adam Ierymenko |
2014-10-09 | Reorg multicast packet, and a whole bunch of refactoring around the pushing o... | Adam Ierymenko |
2014-10-09 | Supernode propagation of legacy multicast frames was brokezored. | Adam Ierymenko |
2014-10-07 | Add IPv4 address assignment to ffffffffffffffff test network. | Adam Ierymenko |
2014-10-06 | Bug fix in new multicast frame handler, handling of old "P5" multicast frames... | Adam Ierymenko |
2014-10-05 | Bump version to 1.0.0, add legacy support code to Multicaster to not send new... | Adam Ierymenko |
2014-10-04 | Send a VERB_P5_MULTICAST_FRAME to the supernode for each multicast -- for now... | Adam Ierymenko |
2014-10-04 | Pull logic to always send new multicasts to supernode since we need to do tha... | Adam Ierymenko |
2014-10-03 | Add some rate limiting to implicit gathers, and always send multicasts to at ... | Adam Ierymenko |
2014-10-03 | Turns out that needed to be a list after all. Also clean up Multicaster::gath... | Adam Ierymenko |
2014-10-03 | Do not multicast to self. | Adam Ierymenko |
2014-10-03 | Announce multicast group changes on network rescanMulticastGroups() | Adam Ierymenko |
2014-10-03 | Add test network support to Network. | Adam Ierymenko |
2014-10-03 | Plumb injectPacketFromHost through to API. | Adam Ierymenko |
2014-10-03 | More work on adding testnet and user-mode capabilities for local network simu... | Adam Ierymenko |
2014-10-02 | Work on in-place testnet support. | Adam Ierymenko |
2014-10-02 | Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME) | Adam Ierymenko |
2014-10-02 | Make multicast gathering a bit smarter. | Adam Ierymenko |
2014-10-02 | But since we are now using middle 3 bits we can assign sane values for the ci... | Adam Ierymenko |
2014-10-02 | Gotta support old encrypted flag, move cipher spec to middle 3 bits... due to... | Adam Ierymenko |
2014-10-02 | Change "encrypted" flag to full cipher suite selector. Go ahead and reserve A... | Adam Ierymenko |
2014-10-02 | Improve security posture by eliminating non-const data() accessor from Buffer. | Adam Ierymenko |