overte/libraries/networking/src
2015-03-31 18:37:42 -07:00
..
AccountManager.cpp use QObject::deleteLater() not explicit delete 2015-03-27 09:01:44 -07:00
AccountManager.h change AccountManager request API, leverage in networking and DS 2015-03-25 12:04:04 -07:00
AddressManager.cpp handle domain-server local port changes once connected 2015-03-31 16:11:41 -07:00
AddressManager.h handle domain-server local port changes once connected 2015-03-31 16:11:41 -07:00
Assignment.cpp remove metavoxels 2015-03-02 17:21:43 -08:00
Assignment.h make it so I don't have to count 2015-03-07 07:52:39 -08:00
BandwidthRecorder.cpp coding standard, remove unneeded asserts 2015-02-03 10:51:35 -08:00
BandwidthRecorder.h Work in progress 2015-03-17 12:04:04 -07:00
DataServerAccountInfo.cpp allow case insensitivity for allowed users in domain-server 2014-11-03 15:32:45 -08:00
DataServerAccountInfo.h add back c++11 support to all, fix includes in networking 2014-11-18 17:26:42 -08:00
DomainHandler.cpp some cleanup of dead code related to timers 2015-03-11 16:27:04 -07:00
DomainHandler.h handle domain-server local port changes once connected 2015-03-31 16:11:41 -07:00
HifiSockAddr.cpp fix for delayed heartbeats, late socket lookup 2014-12-03 08:22:50 -08:00
HifiSockAddr.h fix for delayed heartbeats, late socket lookup 2014-12-03 08:22:50 -08:00
LimitedNodeList.cpp add a bool value to Node which indicates if it is allowed to rez new entities 2015-03-31 18:27:46 -07:00
LimitedNodeList.h add a bool value to Node which indicates if it is allowed to rez new entities 2015-03-31 18:27:46 -07:00
NetworkAccessManager.cpp Revert "Use QDickCache for every QNAM" 2015-01-27 18:09:22 -08:00
NetworkAccessManager.h add back c++11 support to all, fix includes in networking 2014-11-18 17:26:42 -08:00
NetworkPacket.cpp
NetworkPacket.h remove unused includes in NetworkPacket 2014-11-14 10:14:47 -08:00
NetworkPeer.cpp type & squish 2015-03-19 17:24:58 -07:00
NetworkPeer.h Work in progress 2015-03-17 12:04:04 -07:00
Node.cpp add a bool value to Node which indicates if it is allowed to rez new entities 2015-03-31 18:27:46 -07:00
Node.h add a bool value to Node which indicates if it is allowed to rez new entities 2015-03-31 18:27:46 -07:00
NodeData.cpp
NodeData.h
NodeList.cpp add a bool value to Node which indicates if it is allowed to rez new entities 2015-03-31 18:27:46 -07:00
NodeList.h use Dependency customDeleter for Application NL 2015-03-12 12:27:48 -07:00
OAuthAccessToken.cpp don't allow a username and password for domain auth, require access token 2014-09-30 12:23:04 -07:00
OAuthAccessToken.h don't allow a username and password for domain auth, require access token 2014-09-30 12:23:04 -07:00
OAuthNetworkAccessManager.cpp Update OAuthNetworkAccessManager to only send auth to metaverse 2015-03-13 17:29:01 -07:00
OAuthNetworkAccessManager.h add a DataWebDialog for authenticated access to data-web html 2014-09-18 09:05:25 -07:00
PacketHeaders.cpp bump protocol versions for PacketTypeDomainList and PacketTypeDomainListRequest 2015-03-31 18:37:42 -07:00
PacketHeaders.h Rename attribution to marketplaceID 2015-03-27 13:35:58 -07:00
PacketSender.cpp Changed NodeList::getInstance() calls to use the DM 2014-12-17 15:28:25 -08:00
PacketSender.h remove ssize_t and replace with size_t or int where appropriate 2014-08-08 13:17:53 -07:00
ReceivedPacketProcessor.cpp potential fix to crash on windows startup 2014-12-09 18:26:59 -08:00
ReceivedPacketProcessor.h remove ssize_t and replace with size_t or int where appropriate 2014-08-08 13:17:53 -07:00
ResourceCache.cpp Merge pull request #4552 from sethalves/island 2015-03-31 15:47:53 -07:00
ResourceCache.h Fix typo 2015-03-31 14:21:56 -07:00
RSAKeypairGenerator.cpp use OPENSSL_free to free DER private and public key buffers 2014-10-16 15:13:45 -07:00
RSAKeypairGenerator.h fire off generation of key-pair in conjunction with login, store private key 2014-10-14 12:12:32 -07:00
SentPacketHistory.cpp
SentPacketHistory.h
SequenceNumberStats.cpp change call to std::abs to abs in SequenceNumberStats 2014-11-05 11:45:14 -08:00
SequenceNumberStats.h sestets added to jitter tester 2014-08-12 14:38:28 -07:00
ThreadedAssignment.cpp Revert "Revert "NOT MERGEABLE: graceful cleanup on Application dtor for NodeList"" 2015-03-12 12:13:32 -07:00
ThreadedAssignment.h decouple audio-mixer packet receipt from main thread 2014-08-14 12:37:57 -07:00
UserActivityLogger.cpp change AccountManager request API, leverage in networking and DS 2015-03-25 12:04:04 -07:00
UserActivityLogger.h Revert "remove the launch activity from UserActivityLogger" 2015-03-12 15:53:05 -07:00
UUIDHasher.h include QUuid instead of UUID in UUIDHasher 2014-12-18 14:31:34 -08:00
WalletTransaction.cpp
WalletTransaction.h