.. |
AccountManager.cpp
|
initial response from ice server to nodes
|
2014-10-02 14:50:48 -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
|
separate ICE ID and domain ID for reconnections to moved domains
|
2014-10-03 17:01:33 -07:00 |
DomainHandler.h
|
separate ICE ID and domain ID for reconnections to moved domains
|
2014-10-03 17:01:33 -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
|
rebind the node socket when switching to ThreadedAssignment
|
2014-10-06 13:45:11 -07:00 |
LimitedNodeList.h
|
rebind the node socket when switching to ThreadedAssignment
|
2014-10-06 13:45:11 -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 |
NetworkAccessManager.cpp
|
Remove multithread access from NetworkAccessManager for the time being
|
2014-07-07 11:33:54 -07:00 |
NetworkAccessManager.h
|
Got rid of unneccessary Q_DISABLE_COPY()
|
2014-07-07 12:15:55 -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
|
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
|
separate ICE ID and domain ID for reconnections to moved domains
|
2014-10-03 17:01:33 -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
|
Simplify the message situation by removing color-only edits.
|
2014-09-30 12:17:35 -07:00 |
PacketHeaders.h
|
handle domain connection via ICE from NodeList
|
2014-10-02 16:51:12 -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 |