Adam Ierymenko ca83f07b54 Simpler variant on multicast propagation algorithm seems to perform better by being less deterministic. May also be faster. há 12 anos atrás
..
Address.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Array.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
AtomicCounter.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
BlobArray.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
BloomFilter.hpp 3e49337d9a Add a fast non-cryptographic PRNG. há 12 anos atrás
Buffer.hpp 9e28bbfbb2 Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit. há 12 anos atrás
CMWC4096.hpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
Condition.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Constants.hpp aa59c1de10 Bunch of little bug fixes in newly refactored code. há 12 anos atrás
Defaults.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Defaults.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Demarc.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
Demarc.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
EllipticCurveKey.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
EllipticCurveKeyPair.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
EllipticCurveKeyPair.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
EthernetTap.cpp a20b540fb0 Small compiler warning fix há 12 anos atrás
EthernetTap.hpp ef3e319c64 Several things: há 12 anos atrás
Filter.cpp 366f556e5b Filter work há 12 anos atrás
Filter.hpp e7f20ad5f9 More filter development. It builds but is not integrated with the rest of the code. há 12 anos atrás
HMAC.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
HMAC.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Http.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
Http.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Identity.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Identity.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
InetAddress.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
InetAddress.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Logger.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Logger.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
MAC.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
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. há 12 anos atrás
Multicaster.hpp ca83f07b54 Simpler variant on multicast propagation algorithm seems to perform better by being less deterministic. May also be faster. há 12 anos atrás
Mutex.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Network.cpp ef3e319c64 Several things: há 12 anos atrás
Network.hpp bcd079b70e Adding signatures to multicast frames, work in progress, does not build yet há 12 anos atrás
Node.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
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. há 12 anos atrás
NodeConfig.cpp f934b81703 Several bug fixes in newly refactored code. há 12 anos atrás
NodeConfig.hpp 6eb77da094 Fix for issue #6: OSX tap device forgets it has IPv6 há 12 anos atrás
NonCopyable.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Pack.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Pack.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Packet.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
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. há 12 anos atrás
PacketDecoder.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
PacketDecoder.hpp 77fd78d5c9 Little cleanup and docs. há 12 anos atrás
Peer.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
Peer.hpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
Range.hpp e2a2d33f8f Filter code, work in progress, wont build yet há 12 anos atrás
RuntimeEnvironment.hpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
Salsa20.cpp ef3e319c64 Several things: há 12 anos atrás
Salsa20.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
SharedPtr.hpp 3e49337d9a Add a fast non-cryptographic PRNG. há 12 anos atrás
Switch.cpp 195ded4608 Cleanup, comments, regularize TRACE messages. há 12 anos atrás
Switch.hpp 195ded4608 Cleanup, comments, regularize TRACE messages. há 12 anos atrás
SysEnv.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
SysEnv.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Thread.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Thread.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Topology.cpp 97cbd98bc5 Compile fixes, integration of fast PRNG. há 12 anos atrás
Topology.hpp f934b81703 Several bug fixes in newly refactored code. há 12 anos atrás
UdpSocket.cpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
UdpSocket.hpp 150850b800 New git repository for release - version 0.2.0 tagged há 12 anos atrás
Utils.cpp e2a2d33f8f Filter code, work in progress, wont build yet há 12 anos atrás
Utils.hpp 3e49337d9a Add a fast non-cryptographic PRNG. há 12 anos atrás