Adam Ierymenko ca83f07b54 Simpler variant on multicast propagation algorithm seems to perform better by being less deterministic. May also be faster. 12 yıl önce
..
Address.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Array.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
AtomicCounter.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
BlobArray.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
BloomFilter.hpp 3e49337d9a Add a fast non-cryptographic PRNG. 12 yıl önce
Buffer.hpp 9e28bbfbb2 Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit. 12 yıl önce
CMWC4096.hpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Condition.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Constants.hpp aa59c1de10 Bunch of little bug fixes in newly refactored code. 12 yıl önce
Defaults.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Defaults.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Demarc.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Demarc.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
EllipticCurveKey.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
EllipticCurveKeyPair.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
EllipticCurveKeyPair.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
EthernetTap.cpp a20b540fb0 Small compiler warning fix 12 yıl önce
EthernetTap.hpp ef3e319c64 Several things: 12 yıl önce
Filter.cpp 366f556e5b Filter work 12 yıl önce
Filter.hpp e7f20ad5f9 More filter development. It builds but is not integrated with the rest of the code. 12 yıl önce
HMAC.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
HMAC.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Http.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Http.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Identity.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Identity.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
InetAddress.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
InetAddress.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Logger.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Logger.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
MAC.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
MulticastGroup.hpp cfef114c31 Possible fix for issue #4 - segfault in ___removeIp helper function in EthernetTap on OSX -- I think the problem may have been that I was using set::erase(key) while also using an iterator, so now it uses erase(iterator). See if it happens again, cause I could not duplicate the issue. Possible minor difference in STL version. 12 yıl önce
Multicaster.hpp ca83f07b54 Simpler variant on multicast propagation algorithm seems to perform better by being less deterministic. May also be faster. 12 yıl önce
Mutex.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Network.cpp ef3e319c64 Several things: 12 yıl önce
Network.hpp bcd079b70e Adding signatures to multicast frames, work in progress, does not build yet 12 yıl önce
Node.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Node.hpp 7c85a638b0 Added creation and periodic update of a file called "status" in the home directory that contains peer link status. Useful for debugging and statistics. Send it SIGHUP to force an update now. Otherwise it updates every 120 seconds. 12 yıl önce
NodeConfig.cpp f934b81703 Several bug fixes in newly refactored code. 12 yıl önce
NodeConfig.hpp 6eb77da094 Fix for issue #6: OSX tap device forgets it has IPv6 12 yıl önce
NonCopyable.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Pack.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Pack.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Packet.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Packet.hpp ffad0b2780 Factoring out packet decoder from Switch to put that object on a little bit of a diet. Work in progress, wont build yet. 12 yıl önce
PacketDecoder.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
PacketDecoder.hpp 77fd78d5c9 Little cleanup and docs. 12 yıl önce
Peer.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Peer.hpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Range.hpp e2a2d33f8f Filter code, work in progress, wont build yet 12 yıl önce
RuntimeEnvironment.hpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Salsa20.cpp ef3e319c64 Several things: 12 yıl önce
Salsa20.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
SharedPtr.hpp 3e49337d9a Add a fast non-cryptographic PRNG. 12 yıl önce
Switch.cpp 195ded4608 Cleanup, comments, regularize TRACE messages. 12 yıl önce
Switch.hpp 195ded4608 Cleanup, comments, regularize TRACE messages. 12 yıl önce
SysEnv.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
SysEnv.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Thread.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Thread.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Topology.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. 12 yıl önce
Topology.hpp f934b81703 Several bug fixes in newly refactored code. 12 yıl önce
UdpSocket.cpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
UdpSocket.hpp 150850b800 New git repository for release - version 0.2.0 tagged 12 yıl önce
Utils.cpp e2a2d33f8f Filter code, work in progress, wont build yet 12 yıl önce
Utils.hpp 3e49337d9a Add a fast non-cryptographic PRNG. 12 yıl önce