.. |
AccountManager.cpp
|
fix for NetworkAccessManager getInstance return
|
2014-10-06 09:44:47 -07:00 |
AccountManager.h
|
Merge branch 'master' of https://github.com/highfidelity/hifi into domain-tunnel
|
2014-10-01 16:19:16 -07:00 |
AddressManager.cpp
|
load Address from settings to get back to domain and path
|
2014-10-03 10:42:15 -07:00 |
AddressManager.h
|
don't store domain hostname, leverage AddressManager only
|
2014-10-03 10:46:05 -07:00 |
Assignment.cpp
|
first cut at renaming Models to Entities
|
2014-06-26 16:39:52 -07:00 |
Assignment.h
|
first cut at renaming Models to Entities
|
2014-06-26 16:39:52 -07:00 |
DataServerAccountInfo.cpp
|
add dialog to Menu to insert wallet private key
|
2014-07-17 11:43:30 -07:00 |
DataServerAccountInfo.h
|
don't allow a username and password for domain auth, require access token
|
2014-09-30 12:23:04 -07:00 |
DomainHandler.cpp
|
pipe username signature requirement through to DomainHandler
|
2014-10-09 16:53:22 -07:00 |
DomainHandler.h
|
pipe username signature requirement through to DomainHandler
|
2014-10-09 16:53:22 -07:00 |
HifiSockAddr.cpp
|
handle local socket changes by monitoring every so often
|
2014-10-06 09:17:25 -07:00 |
HifiSockAddr.h
|
handle local socket changes by monitoring every so often
|
2014-10-06 09:17:25 -07:00 |
LimitedNodeList.cpp
|
always allow connection from localhost user
|
2014-10-09 17:07:32 -07:00 |
LimitedNodeList.h
|
always allow connection from localhost user
|
2014-10-09 17:07:32 -07:00 |
Logging.cpp
|
Remove printf and replace them by qDebug()
|
2014-04-21 16:17:45 -07:00 |
Logging.h
|
|
|
NetworkAccessManager.cpp
|
don't require refresh of NetworkAccessManager, should handle restarts
|
2014-10-06 09:54:52 -07:00 |
NetworkAccessManager.h
|
don't require refresh of NetworkAccessManager, should handle restarts
|
2014-10-06 09:54:52 -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 |
NetworkPeer.cpp
|
fix for double ICE connect attempts from domain-server
|
2014-10-03 15:25:47 -07:00 |
NetworkPeer.h
|
remove a peer in domain-server after max connection attempts
|
2014-10-03 09:45:44 -07:00 |
Node.cpp
|
handle ice response packet in domain handler
|
2014-10-02 16:05:15 -07:00 |
Node.h
|
handle ice response packet in domain handler
|
2014-10-02 16:05:15 -07:00 |
NodeData.cpp
|
|
|
NodeData.h
|
|
|
NodeList.cpp
|
repair NetworkAccessManager returns, handle custom AS port in assignment-client
|
2014-10-06 14:57:38 -07:00 |
NodeList.h
|
don't store domain hostname, leverage AddressManager only
|
2014-10-03 10:46:05 -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
|
add a DataWebDialog for authenticated access to data-web html
|
2014-09-18 09:05:25 -07:00 |
OAuthNetworkAccessManager.h
|
add a DataWebDialog for authenticated access to data-web html
|
2014-09-18 09:05:25 -07:00 |
PacketHeaders.cpp
|
change oauth request packet type to username request
|
2014-10-08 14:26:23 -07:00 |
PacketHeaders.h
|
change oauth request packet type to username request
|
2014-10-08 14:26:23 -07:00 |
PacketSender.cpp
|
changed NetworkPacket::_sendingNode to ::_node
|
2014-06-10 16:43:53 -07: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
|
added forgotten i++ in sendNackPackets()
|
2014-06-18 09:28:42 -07: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
|
Allow painting boxes that aren't grid-aligned; merged color and material
|
2014-09-30 14:53:19 -07:00 |
ResourceCache.h
|
Allow painting boxes that aren't grid-aligned; merged color and material
|
2014-09-30 14:53:19 -07:00 |
SentPacketHistory.cpp
|
added RingBufferHistory template class, used it in SentPacketHistory and MovingMinMaxAvg
|
2014-07-09 15:38:03 -07:00 |
SentPacketHistory.h
|
added RingBufferHistory template class, used it in SentPacketHistory and MovingMinMaxAvg
|
2014-07-09 15:38:03 -07:00 |
SequenceNumberStats.cpp
|
sestets added to jitter tester
|
2014-08-12 14:38:28 -07:00 |
SequenceNumberStats.h
|
sestets added to jitter tester
|
2014-08-12 14:38:28 -07:00 |
ThreadedAssignment.cpp
|
rebind the node socket when switching to ThreadedAssignment
|
2014-10-06 13:45:11 -07:00 |
ThreadedAssignment.h
|
decouple audio-mixer packet receipt from main thread
|
2014-08-14 12:37:57 -07:00 |
UserActivityLogger.cpp
|
some url handling repairs, move existing error reply handlers to new format
|
2014-09-12 10:13:33 -07:00 |
UserActivityLogger.h
|
some url handling repairs, move existing error reply handlers to new format
|
2014-09-12 10:13:33 -07: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 |