.. |
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
|
Adding logger calls
|
2014-06-30 17:10:17 -07:00 |
DomainHandler.h
|
remove dependency on GnuTLS for later replacement with OpenSSL
|
2014-05-20 10:47:11 -07:00 |
HifiSockAddr.cpp
|
|
|
HifiSockAddr.h
|
|
|
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
|
|
|
Logging.h
|
|
|
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
|
|
|
NodeData.h
|
|
|
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
|
|
|
OAuthAccessToken.h
|
|
|
PacketHeaders.cpp
|
moved around code in sendNack() a bit
|
2014-06-09 12:00:19 -07:00 |
PacketHeaders.h
|
added edit nack types to non-verified list
|
2014-06-17 12:14:44 -07:00 |
PacketSender.cpp
|
changed NetworkPacket::_sendingNode to ::_node
|
2014-06-10 16:43:53 -07:00 |
PacketSender.h
|
|
|
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 |
ThreadedAssignment.cpp
|
more cleanup
|
2014-04-21 16:35:42 -07:00 |
ThreadedAssignment.h
|
|
|
UserActivityLogger.cpp
|
Adding logger calls
|
2014-06-30 17:10:17 -07:00 |
UserActivityLogger.h
|
Adding logger calls
|
2014-06-30 17:10:17 -07:00 |