overte/libraries/networking/src
David Rowe a2272d3f42 Fix Windows C4351 build warning
VS2013 warns about default initialization of arrays because it behaved
differently in previous versions. Default initialization is what we expect
now that we're using VS2013 so we can disable this warning globally.
2015-05-27 11:49:00 -07:00
..
AccountManager.cpp obfuscate set access token from AM log 2015-04-17 10:44:01 -07:00
AccountManager.h send user to token creation page 2015-05-14 15:21:33 -07:00
AddressManager.cpp final fixes for path query from DS 2015-05-12 14:34:14 -07:00
AddressManager.h final fixes for path query from DS 2015-05-12 14:34:14 -07:00
Assignment.cpp Fix Windows C4351 build warning 2015-05-27 11:49:00 -07: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 Better #if condition for clang 2015-05-11 09:31:12 -07:00
DataServerAccountInfo.h add back c++11 support to all, fix includes in networking 2014-11-18 17:26:42 -08:00
DomainHandler.cpp final fixes for path query from DS 2015-05-12 14:34:14 -07:00
DomainHandler.h final fixes for path query from DS 2015-05-12 14:34:14 -07:00
HifiSockAddr.cpp quiet compiler, remove some trailing control-Ms 2015-04-25 09:20:00 -07:00
HifiSockAddr.h final fixes for path query from DS 2015-05-12 14:34:14 -07:00
JSONBreakableMarshal.cpp fix for object below array in JSONBreakableMarshal 2015-05-04 16:32:26 -07:00
JSONBreakableMarshal.h insert usernames to JSONBreakableMarshal interpolate map 2015-05-01 15:45:53 -07:00
LimitedNodeList.cpp contain QSharedMemory for local server port to reader 2015-05-20 17:11:08 -07:00
LimitedNodeList.h contain QSharedMemory for local server port to reader 2015-05-20 17:11:08 -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
NetworkingConstants.h fix QUrl include for ubuntu 2015-03-31 17:00:04 -07:00
NetworkLogging.cpp put audio and script-engine logging into their own QLoggingCategory 2015-04-06 15:57:18 -07:00
NetworkLogging.h try again without macro 2015-04-07 09:59:04 -07:00
NetworkPacket.cpp put networking library into its own QLoggingCategory 2015-04-06 15:11:48 -07:00
NetworkPacket.h remove unused includes in NetworkPacket 2014-11-14 10:14:47 -08:00
NetworkPeer.cpp quiet compiler, remove some trailing control-Ms 2015-04-25 09:20:00 -07:00
NetworkPeer.h fix kbps comment in NetworkPeer 2015-04-30 08:58:26 -07:00
Node.cpp store last sequence number sent with data 2015-05-06 11:35:34 -07:00
Node.h store last seq for node/packet type combo 2015-05-06 10:41:41 -07:00
NodeData.cpp add a networking library and link from appropriate targets 2014-04-10 09:32:17 -07:00
NodeData.h add a networking library and link from appropriate targets 2014-04-10 09:32:17 -07:00
NodeList.cpp contain QSharedMemory for local server port to reader 2015-05-20 17:11:08 -07:00
NodeList.h final fixes for path query from DS 2015-05-12 14:34:14 -07:00
OAuthAccessToken.cpp quiet compiler, remove some trailing control-Ms 2015-04-25 09:20:00 -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 add a networking constants class with metaverse URL 2015-03-31 16:40:21 -07:00
OAuthNetworkAccessManager.h add a DataWebDialog for authenticated access to data-web html 2014-09-18 09:05:25 -07:00
PacketHeaders.cpp fixed problem with particle entities not showing up on other clients by adding properties to decodeEditEntityPacket and encodeEntityEditPacket methods in EntityItemProperties.cpp 2015-05-21 19:35:27 -07:00
PacketHeaders.h fixed problem with particle entities not showing up on other clients by adding properties to decodeEditEntityPacket and encodeEntityEditPacket methods in EntityItemProperties.cpp 2015-05-21 19:35:27 -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 formatting 2015-05-19 14:15:09 -07:00
ReceivedPacketProcessor.h types 0 and 1 exit cleanly, type 6 crashes 2015-04-29 11:56:45 -07:00
ResourceCache.cpp Add comment (and force previous change to the right branch). 2015-05-11 10:12:03 -07:00
ResourceCache.h Fix typo 2015-03-31 14:21:56 -07:00
RSAKeypairGenerator.cpp Better #if condition for clang 2015-05-11 09:31:12 -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 put networking library into its own QLoggingCategory 2015-04-06 15:11:48 -07:00
SentPacketHistory.h added RingBufferHistory template class, used it in SentPacketHistory and MovingMinMaxAvg 2014-07-09 15:38:03 -07:00
SequenceNumberStats.cpp put networking library into its own QLoggingCategory 2015-04-06 15:11:48 -07:00
SequenceNumberStats.h sestets added to jitter tester 2014-08-12 14:38:28 -07:00
ThreadedAssignment.cpp fix for audio-mixer shutdown hang, removing spaces 2015-05-13 12:03:21 -07:00
ThreadedAssignment.h fix for audio-mixer shutdown hang, removing spaces 2015-05-13 12:03:21 -07:00
UserActivityLogger.cpp put networking library into its own QLoggingCategory 2015-04-06 15:11:48 -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 initial rev of SignedWalletTransaction that creates a message 2014-07-16 12:26:24 -07:00
WalletTransaction.h initial rev of SignedWalletTransaction that creates a message 2014-07-16 12:26:24 -07:00