overte-HifiExperiments/libraries/networking/src
2015-08-27 09:39:12 -07:00
..
udt Merge branch 'protocol' of github.com:birarda/hifi into atp-server 2015-08-26 12:26:11 -07:00
AccountManager.cpp Restore AccountManager setup 2015-07-17 18:22:35 -07:00
AccountManager.h
AddressManager.cpp complete the initial version of UDTTest 2015-07-30 17:09:25 -07:00
AddressManager.h actual fix for AddressManager address with port 2015-07-16 13:52:18 -07:00
AssetClient.cpp Clean up AssertClient 2015-08-27 09:31:17 -07:00
AssetClient.h Make AssetClient methods private 2015-08-27 09:31:34 -07:00
AssetRequest.cpp Clean up AssetRequest 2015-08-27 09:31:50 -07:00
AssetRequest.h Clean up AssetRequest 2015-08-27 09:31:50 -07:00
AssetResourceRequest.cpp Add progress to AssetResourceRequest 2015-08-25 16:35:41 -07:00
AssetResourceRequest.h Move *ResourceRequest objects to separate files 2015-08-24 12:16:20 -07:00
AssetUtils.h Add ASSET_TOO_LARGE to AssetUtils 2015-08-27 09:32:39 -07:00
Assignment.cpp Merge branch 'protocol' of github.com:birarda/hifi into atp-server 2015-08-26 12:26:11 -07:00
Assignment.h Merge branch 'protocol' of github.com:birarda/hifi into atp-server 2015-08-26 12:26:11 -07:00
BandwidthRecorder.cpp
BandwidthRecorder.h
DataServerAccountInfo.cpp clean-up formatting 2015-08-05 17:43:03 -07:00
DataServerAccountInfo.h Parital fix for padding error using RSA_sign and RSA_verify 2015-08-05 14:07:25 -07:00
DomainHandler.cpp add TODO for settings fail, cleanup 2015-08-24 17:02:47 -07:00
DomainHandler.h add TODO for settings fail, cleanup 2015-08-24 17:02:47 -07:00
FileResourceRequest.cpp Move *ResourceRequest objects to separate files 2015-08-24 12:16:20 -07:00
FileResourceRequest.h Move *ResourceRequest objects to separate files 2015-08-24 12:16:20 -07:00
HifiSockAddr.cpp HifiSockAddr have object names 2015-07-29 17:28:37 -07:00
HifiSockAddr.h use string style hashing for IPv6 addresses 2015-08-18 11:39:04 -07:00
HTTPResourceRequest.cpp Clean up HTTPResourceRequest 2015-08-25 15:45:00 -07:00
HTTPResourceRequest.h Move *ResourceRequest objects to separate files 2015-08-24 12:16:20 -07:00
JSONBreakableMarshal.cpp
JSONBreakableMarshal.h Qt5.5 fixes 2015-07-12 18:52:15 -07:00
LimitedNodeList.cpp Merge branch 'protocol' of github.com:birarda/hifi into atp-server 2015-08-26 12:26:11 -07:00
LimitedNodeList.h Add sendPacketList that take Node 2015-08-26 09:29:15 -07:00
NetworkAccessManager.cpp
NetworkAccessManager.h
NetworkingConstants.h
NetworkLogging.cpp
NetworkLogging.h
NetworkPeer.cpp complete the initial version of UDTTest 2015-07-30 17:09:25 -07:00
NetworkPeer.h Bit of code cleanup 2015-07-29 12:30:55 -07:00
NLPacket.cpp Replace NLPacket unique_ptr ctor with && ctor 2015-08-18 23:09:02 -07:00
NLPacket.h Replace NLPacket unique_ptr ctor with && ctor 2015-08-18 23:09:02 -07:00
NLPacketList.cpp Add support for creating NLPacketList from PacketList 2015-08-18 23:07:08 -07:00
NLPacketList.h Replace NLPacketList::getSourceID() with const& return 2015-08-19 10:03:52 -07:00
Node.cpp complete the initial version of UDTTest 2015-07-30 17:09:25 -07:00
Node.h HifiSockAddr have object names 2015-07-29 17:28:37 -07:00
NodeData.cpp
NodeData.h make NodeData parseData take only packet 2015-07-14 14:09:00 -07:00
NodeList.cpp Merge branch 'master' of https://github.com/highfidelity/hifi into update_protocol 2015-08-26 16:50:33 +02:00
NodeList.h Fix DomainServerConnectionTOken packet writing/resetting 2015-08-04 12:02:23 -07:00
NodeType.h Merge branch 'ordered-sending' into atp-server 2015-08-19 12:23:31 -07:00
OAuthAccessToken.cpp
OAuthAccessToken.h
OAuthNetworkAccessManager.cpp
OAuthNetworkAccessManager.h
PacketReceiver.cpp Add registration of QSharedPointer<NLPacketList> meta type 2015-08-26 09:29:46 -07:00
PacketReceiver.h registerListenerForTypes optimisations 2015-08-20 14:56:35 +02:00
PacketSender.cpp fix edit packet sending from client 2015-07-16 11:17:49 -07:00
PacketSender.h
ReceivedPacketProcessor.cpp set jurisdiction listener object name for thread identification 2015-07-15 18:52:59 -07:00
ReceivedPacketProcessor.h cleanup octree networking code to use new API 2015-07-13 09:40:26 -07:00
ResourceCache.cpp Cleanup BatchLoader 2015-08-27 09:39:12 -07:00
ResourceCache.h Resolve bugs with *Cache changes 2015-08-26 14:04:55 -07:00
ResourceManager.cpp Move *ResourceRequest objects to separate files 2015-08-24 12:16:20 -07:00
ResourceManager.h Move *ResourceRequest objects to separate files 2015-08-24 12:16:20 -07:00
ResourceRequest.cpp Move *ResourceRequest objects to separate files 2015-08-24 12:16:20 -07:00
ResourceRequest.h Update ResourceRequest::moveData to getData 2015-08-25 15:20:00 -07:00
RSAKeypairGenerator.cpp
RSAKeypairGenerator.h
SentPacketHistory.cpp cleanup return in SentPacketHistory 2015-07-09 13:06:34 -07:00
SentPacketHistory.h Add missing header in SentPacketHistory 2015-07-09 15:34:20 -07:00
SequenceNumberStats.cpp
SequenceNumberStats.h
ThreadedAssignment.cpp don't attempt to send stats while not connected 2015-07-29 17:51:50 -07:00
ThreadedAssignment.h don't attempt to send stats while not connected 2015-07-29 17:51:50 -07:00
UserActivityLogger.cpp
UserActivityLogger.h
UUID.cpp complete the initial version of UDTTest 2015-07-30 17:09:25 -07:00
UUID.h put custom hashing for UUID in UUIDHasher 2015-08-17 16:45:15 -07:00
UUIDHasher.h put custom hashing for UUID in UUIDHasher 2015-08-17 16:45:15 -07:00
WalletTransaction.cpp complete the initial version of UDTTest 2015-07-30 17:09:25 -07:00
WalletTransaction.h