You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jhuntley f7508dfc8a Avoid boost include order issue on windows: 10 years ago
..
All.h Repot. 11 years ago
CMakeLists.txt Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'. 10 years ago
Capability.cpp Avoid pulling in unnecessary stuff. 10 years ago
Capability.h Better drop off semantics. 10 years ago
Common.cpp pr fixes 10 years ago
Common.h Merge branch 'develop' into p2p 10 years ago
Host.cpp Avoid boost include order issue on windows: 10 years ago
Host.h Avoid boost include order issue on windows: 10 years ago
HostCapability.cpp Added session to hostcapabilityface::peers to ensure it isn't deallocated when shared-ptr to cap is returned. Previously hosts depended on using Session however this could result in an infinite session when hostcapface::peers is processed concurrently (mutexes can make this a likely event). This will be cleaner with better integration of Session and Peer. 10 years ago
HostCapability.h Added session to hostcapabilityface::peers to ensure it isn't deallocated when shared-ptr to cap is returned. Previously hosts depended on using Session however this could result in an infinite session when hostcapface::peers is processed concurrently (mutexes can make this a likely event). This will be cleaner with better integration of Session and Peer. 10 years ago
Network.cpp Avoid boost include order issue on windows: 10 years ago
Network.h initial interface for udp. test sending/receiving udp. 10 years ago
NodeTable.cpp update last discovery timepoint 10 years ago
NodeTable.h Avoid boost include order issue on windows: 10 years ago
Peer.cpp add back fallback for retrying when connect peers is 0 and idealpeercount > 0 10 years ago
Peer.h add back fallback for retrying when connect peers is 0 and idealpeercount > 0 10 years ago
Session.cpp StructuredLogger's functions all become static and call the singleton getter. 10 years ago
Session.h Avoid boost include order issue on windows: 10 years ago
UDP.cpp cppcheck fixes. 10 years ago
UDP.h Avoid boost include order issue on windows: 10 years ago
UPnP.cpp remove private ports from upnp port range 10 years ago
UPnP.h Move misc to dev.* JS API. 10 years ago