.. |
Address.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Array.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
AtomicCounter.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
BlobArray.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
BloomFilter.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Buffer.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Condition.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Constants.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Defaults.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Defaults.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Demarc.cpp
|
2c0cdc9484
Fix for failure to bind port if IPv6 is not enabled on a system -- it should succeed if it can bind either V4 or V6 or both and only fail if neither binds
|
12 年之前 |
Demarc.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
EllipticCurveKey.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
EllipticCurveKeyPair.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
EllipticCurveKeyPair.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
EthernetTap.cpp
|
a20b540fb0
Small compiler warning fix
|
12 年之前 |
EthernetTap.hpp
|
ef3e319c64
Several things:
|
12 年之前 |
Filter.cpp
|
366f556e5b
Filter work
|
12 年之前 |
Filter.hpp
|
e7f20ad5f9
More filter development. It builds but is not integrated with the rest of the code.
|
12 年之前 |
HMAC.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
HMAC.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Http.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Http.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Identity.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Identity.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
InetAddress.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
InetAddress.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Logger.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Logger.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
MAC.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
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 年之前 |
Multicaster.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Mutex.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Network.cpp
|
ef3e319c64
Several things:
|
12 年之前 |
Network.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Node.cpp
|
6eb77da094
Fix for issue #6: OSX tap device forgets it has IPv6
|
12 年之前 |
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 年之前 |
NodeConfig.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
NodeConfig.hpp
|
6eb77da094
Fix for issue #6: OSX tap device forgets it has IPv6
|
12 年之前 |
NonCopyable.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Pack.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Pack.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Packet.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Packet.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Peer.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Peer.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 年之前 |
Range.hpp
|
e2a2d33f8f
Filter code, work in progress, wont build yet
|
12 年之前 |
RuntimeEnvironment.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Salsa20.cpp
|
ef3e319c64
Several things:
|
12 年之前 |
Salsa20.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
SharedPtr.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Switch.cpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Switch.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
SysEnv.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
SysEnv.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Thread.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Thread.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Topology.cpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
Topology.hpp
|
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
|
12 年之前 |
UdpSocket.cpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
UdpSocket.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 年之前 |
Utils.cpp
|
e2a2d33f8f
Filter code, work in progress, wont build yet
|
12 年之前 |
Utils.hpp
|
47f611e7b8
Add bloom filter as separate code, work in progress factoring out multicast algorithm from the bloated Switch class.
|
12 年之前 |