overte/libraries/networking/src
2014-06-25 16:35:08 -07:00
..
AccountManager.cpp Changed AccountManager to only rely on a proper OAuth response. 2014-06-12 23:28:43 -07:00
AccountManager.h Changed AccountManager to only rely on a proper OAuth response. 2014-06-12 23:28:43 -07:00
Assignment.cpp pass wallet UUID from AC to DS, cleanup noisy timer 2014-05-20 14:38:51 -07:00
Assignment.h pass wallet UUID from AC to DS, cleanup noisy timer 2014-05-20 14:38:51 -07:00
DataServerAccountInfo.cpp The balance display didn't get over ~21.1 because the parsed json object int32 is maximal 2147483647, fixed this by parsing it from json to double. 2014-06-17 19:49:35 +02:00
DataServerAccountInfo.h Merge branch 'master' of https://github.com/highfidelity/hifi into 19755 2014-06-15 12:36:14 +02:00
DomainHandler.cpp remove GnuTLS include across repo 2014-05-20 10:56:34 -07:00
DomainHandler.h remove dependency on GnuTLS for later replacement with OpenSSL 2014-05-20 10:47:11 -07:00
HifiSockAddr.cpp don't use reserved word causing issues on windows 2014-04-10 11:01:17 -07:00
HifiSockAddr.h include WS2tcpip for socklen_t on windows 2014-04-10 10:45:43 -07:00
LimitedNodeList.cpp removed debug prints 2014-06-11 15:26:22 -07:00
LimitedNodeList.h removed debug code 2014-06-09 12:35:26 -07:00
Logging.cpp Remove printf and replace them by qDebug() 2014-04-21 16:17:45 -07:00
Logging.h commit missing Syssocket removals to Node and Logging 2014-04-10 10:36:30 -07:00
NetworkPacket.cpp changed NetworkPacket::_sendingNode to ::_node 2014-06-10 16:43:53 -07:00
NetworkPacket.h changed NetworkPacket::_sendingNode to ::_node 2014-06-10 16:43:53 -07:00
Node.cpp cleaned up debug statements 2014-06-04 11:20:29 -07:00
Node.h more cleanup again 2014-06-04 11:31:44 -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 fix reference to attribute in STUN packet 2014-06-12 13:15:54 -07:00
NodeList.h cleaned up debug statements 2014-06-04 11:20:29 -07:00
OAuthAccessToken.cpp add a networking library and link from appropriate targets 2014-04-10 09:32:17 -07:00
OAuthAccessToken.h add a networking library and link from appropriate targets 2014-04-10 09:32:17 -07:00
PacketHeaders.cpp removed unnecessary changes 2014-06-25 11:48:32 -07:00
PacketHeaders.h added PacketTypeAudioStreamStats for j-buffer stats 2014-06-25 11:38:56 -07:00
PacketSender.cpp changed NetworkPacket::_sendingNode to ::_node 2014-06-10 16:43:53 -07:00
PacketSender.h add a networking library and link from appropriate targets 2014-04-10 09:32:17 -07:00
ReceivedPacketProcessor.cpp added forgotten i++ in sendNackPackets() 2014-06-18 09:28:42 -07:00
ReceivedPacketProcessor.h added forgotten i++ in sendNackPackets() 2014-06-18 09:28:42 -07:00
SentPacketHistory.cpp replaced UINT16_MAX with std::numeric_limits<uint16_t>::max 2014-06-18 10:20:19 -07:00
SentPacketHistory.h changed OctreeEditPacketSender to queue packets for resend as nack is parsed 2014-06-16 16:35:30 -07:00
SequenceNumbersStats.cpp added SequenceNumberStats and unit test 2014-06-25 16:35:08 -07:00
SequenceNumbersStats.h added SequenceNumberStats and unit test 2014-06-25 16:35:08 -07:00
ThreadedAssignment.cpp more cleanup 2014-04-21 16:35:42 -07:00
ThreadedAssignment.h add a networking library and link from appropriate targets 2014-04-10 09:32:17 -07:00