overte-HifiExperiments/libraries/networking/src
2018-05-18 07:32:25 +12:00
..
udt Merge pull request #13005 from SimonWalton-HiFi/hmac-auth2 2018-05-10 14:38:18 -07:00
AbstractUriHandler.h
AccountManager.cpp Fix connection issue syncing two AccountManagers 2018-05-11 18:08:56 -03:00
AccountManager.h Fix connection issue syncing two AccountManagers 2018-05-11 18:08:56 -03:00
AddressManager.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AddressManager.h location getter/setter JSDoc 2018-05-15 17:37:45 +12:00
AssetClient.cpp do not init caching for asset requests in domain-server 2018-02-21 16:33:58 -08:00
AssetClient.h do not init caching for asset requests in domain-server 2018-02-21 16:33:58 -08:00
AssetRequest.cpp CR feedback; using namespace AssetUtils => inline AssetUtils:: 2018-01-18 21:49:53 -05:00
AssetRequest.h put existing AssetUtils functions in namespace per CR feedback 2018-01-03 04:01:43 -05:00
AssetResourceRequest.cpp remove unnecessary lambda capture 2018-01-23 03:21:19 -05:00
AssetResourceRequest.h CR feedback; using namespace AssetUtils => inline AssetUtils:: 2018-01-18 21:49:53 -05:00
AssetUpload.cpp CR feedback; using namespace AssetUtils => inline AssetUtils:: 2018-01-18 21:49:53 -05:00
AssetUpload.h
AssetUtils.cpp gather together the url scheme constants, name them consistently 2018-03-02 20:39:38 -08:00
AssetUtils.h Asset Server Backup 2018-02-09 11:32:42 -08:00
Assignment.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
Assignment.h list assignment types in assignment-client help 2017-12-18 15:32:32 -08:00
AtpReply.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AtpReply.h
BandwidthRecorder.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
BandwidthRecorder.h
BaseAssetScriptingInterface.cpp Merge remote-tracking branch 'upstream/master' into android 2018-03-05 11:48:58 -08:00
BaseAssetScriptingInterface.h Docs to JSDoc review 2018-04-26 21:10:28 +12:00
ByteRange.h
ClientServerUtils.h
DataServerAccountInfo.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
DataServerAccountInfo.h
DomainHandler.cpp Only clear check-in count on Domain Query related responses 2018-04-30 13:41:56 -07:00
DomainHandler.h Reset pending domain checkins in more locations 2018-04-27 16:57:24 -07:00
EntityScriptClient.cpp control verbose logging with a menu-item in developer menu 2018-04-20 16:08:57 -07:00
EntityScriptClient.h some cleanup 2017-10-24 11:46:42 -07:00
EntityScriptUtils.h
FileResourceRequest.cpp gather together the url scheme constants, name them consistently 2018-03-02 20:39:38 -08:00
FileResourceRequest.h
FingerprintUtils.cpp
FingerprintUtils.h
GroupRank.h
HifiSockAddr.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
HifiSockAddr.h don't use COW-less SpecialAddress assignment 2017-10-25 15:28:30 -07:00
HMACAuth.cpp Change HMACAuth::calculateHash to just call existing methods 2018-05-04 15:07:20 -07:00
HMACAuth.h Add comment re threading issues 2018-05-08 17:46:25 -07:00
HTTPResourceRequest.cpp Fix bytes downloaded stat tracking 2017-09-27 09:33:10 -07:00
HTTPResourceRequest.h
LimitedNodeList.cpp Merge pull request #13005 from SimonWalton-HiFi/hmac-auth2 2018-05-10 14:38:18 -07:00
LimitedNodeList.h Revert "Merge pull request #12690 from SimonWalton-HiFi/hmac-auth" 2018-04-24 12:44:51 -07:00
LocationScriptingInterface.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
LocationScriptingInterface.h
MappingRequest.cpp Asset Server Backup 2018-02-09 11:32:42 -08:00
MappingRequest.h Asset Server Backup 2018-02-09 11:32:42 -08:00
MessagesClient.cpp
MessagesClient.h List which contexts each namespace and object is available in 2018-04-28 20:00:28 +12:00
NetworkAccessManager.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
NetworkAccessManager.h
NetworkingConstants.cpp use static QStrings rather than functions 2018-03-07 18:25:55 -08:00
NetworkingConstants.h use const QUrls rather than functions 2018-03-07 13:39:44 -08:00
NetworkLogging.cpp
NetworkLogging.h control verbose logging with a menu-item in developer menu 2018-04-20 16:08:57 -07:00
NetworkPeer.cpp Add definition for NetworkPeer::NULL_LOCAL_ID to (hopefully) satisfy MacOS 2018-04-02 09:45:46 -07:00
NetworkPeer.h Local IDs - add an explicit null value, use it for replicated packets 2018-03-30 18:29:26 -07:00
NLPacket.cpp Add & use HMACAuth method that calculates hash atomically 2018-04-25 14:41:16 -07:00
NLPacket.h Revert "Merge pull request #12690 from SimonWalton-HiFi/hmac-auth" 2018-04-24 12:44:51 -07:00
NLPacketList.cpp
NLPacketList.h Short local source IDs - checkpoint 2018-03-27 13:46:58 -07:00
Node.cpp Merge pull request #13005 from SimonWalton-HiFi/hmac-auth2 2018-05-10 14:38:18 -07:00
Node.h Merge PR12964 to not use verification if not keyed 2018-04-25 17:08:08 -07:00
NodeData.cpp
NodeData.h
NodeList.cpp Only clear check-in count on Domain Query related responses 2018-04-30 13:41:56 -07:00
NodeList.h Fix uninitialized boolean 2018-05-03 11:17:31 -07:00
NodePermissions.cpp Commerce: Tons of Interface changes (#11463) 2017-09-27 14:43:51 -07:00
NodePermissions.h Commerce: Tons of Interface changes (#11463) 2017-09-27 14:43:51 -07:00
NodeType.h Make type name hash static const 2018-01-18 10:28:43 -08:00
OAuthAccessToken.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
OAuthAccessToken.h
OAuthNetworkAccessManager.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
OAuthNetworkAccessManager.h
PacketReceiver.cpp Use NULL_LOCAL_ID in more places, as requested by review 2018-04-18 11:53:47 -07:00
PacketReceiver.h
PacketSender.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
PacketSender.h some side by side plumbing for NLPackets and NLPacketLists 2017-11-09 18:20:06 -08:00
ReceivedMessage.cpp Short local source IDs - checkpoint 2018-03-27 13:46:58 -07:00
ReceivedMessage.h Local IDs - add an explicit null value, use it for replicated packets 2018-03-30 18:29:26 -07:00
ReceivedPacketProcessor.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ReceivedPacketProcessor.h Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ResourceCache.cpp Merge pull request #12956 from huffman/feat/client-texture-selection-baking 2018-05-04 16:14:43 -07:00
ResourceCache.h Resource API JSDoc stub 2018-05-15 10:32:36 +12:00
ResourceManager.cpp Update ATP to be optional in ResourceManager for OBJBaker 2018-03-07 16:31:41 -08:00
ResourceManager.h Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains 2018-03-16 16:55:47 -04:00
ResourceRequest.cpp warnings, load material from URL, shapeID -> parentMaterialID 2018-02-12 12:50:09 -08:00
ResourceRequest.h Fix bytes downloaded stat tracking 2017-09-27 09:33:10 -07:00
ResourceScriptingInterface.cpp make ResourceManager be owned by DependencyManager 2017-06-28 14:18:14 -07:00
ResourceScriptingInterface.h Resources API JSDoc stubs 2018-05-12 16:24:34 +12:00
RSAKeypairGenerator.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
RSAKeypairGenerator.h
SandboxUtils.cpp
SandboxUtils.h
SentPacketHistory.cpp track reliably sent adds in sent packet history from OEPS 2017-12-19 16:00:55 -08:00
SentPacketHistory.h track reliably sent adds in sent packet history from OEPS 2017-12-19 16:00:55 -08:00
SequenceNumberStats.cpp Merge remote-tracking branch 'upstream/master' into short-id 2018-04-20 11:10:21 -07:00
SequenceNumberStats.h Use NULL_LOCAL_ID in more places, as requested by review 2018-04-18 11:53:47 -07:00
ThreadedAssignment.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ThreadedAssignment.h Deprecate Agent API items that shouldn't be exposed in the API 2018-05-18 07:32:25 +12:00
UserActivityLogger.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
UserActivityLogger.h default the UAL off for all targets, enable manually for Interface 2017-07-06 10:21:07 -07:00
UserActivityLoggerScriptingInterface.cpp Commerce Data Tracking: Iteration 3 (Purchases) 2017-12-21 15:46:01 -08:00
UserActivityLoggerScriptingInterface.h Commerce Data Tracking: Iteration 3 (Purchases) 2017-12-21 15:46:01 -08:00
WalletTransaction.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
WalletTransaction.h