.. |
AccountManager.cpp
|
resolve conflicts on merge with upstream/master
|
2015-02-04 10:38:05 -08:00 |
AccountManager.h
|
add a LoginDialog and pass credentials to AccountManager
|
2015-02-03 15:53:07 -08:00 |
AddressManager.cpp
|
Revert "Merge pull request #4332 from birarda/master"
|
2015-02-24 17:09:05 -08:00 |
AddressManager.h
|
Merge branch 'master' of https://github.com/highfidelity/hifi into pull_out_menu_mess
|
2015-01-20 17:41:08 -08:00 |
Assignment.cpp
|
more voxelEctomy
|
2014-12-30 20:24:27 -08:00 |
Assignment.h
|
more voxelEctomy
|
2014-12-30 20:24:27 -08:00 |
BandwidthRecorder.cpp
|
coding standard, remove unneeded asserts
|
2015-02-03 10:51:35 -08:00 |
BandwidthRecorder.h
|
BandwidthRecorder no longer knows about channel displays. cause overlay pps and Mbps to only update once per second
|
2015-02-02 11:56:50 -08:00 |
DataServerAccountInfo.cpp
|
allow case insensitivity for allowed users in domain-server
|
2014-11-03 15:32:45 -08:00 |
DataServerAccountInfo.h
|
add back c++11 support to all, fix includes in networking
|
2014-11-18 17:26:42 -08:00 |
DomainHandler.cpp
|
Use custom User-Agent string
|
2015-01-23 19:13:29 -08:00 |
DomainHandler.h
|
split port and hostname for cleaner domain changes
|
2014-12-18 16:17:03 -08:00 |
HifiSockAddr.cpp
|
fix for delayed heartbeats, late socket lookup
|
2014-12-03 08:22:50 -08:00 |
HifiSockAddr.h
|
fix for delayed heartbeats, late socket lookup
|
2014-12-03 08:22:50 -08:00 |
LimitedNodeList.cpp
|
put local domain server's http port into shared memeory
|
2015-02-25 11:30:54 -08:00 |
LimitedNodeList.h
|
put local domain server's http port into shared memeory
|
2015-02-25 11:30:54 -08: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 |
NetworkPacket.cpp
|
changed NetworkPacket::_sendingNode to ::_node
|
2014-06-10 16:43:53 -07:00 |
NetworkPacket.h
|
remove unused includes in NetworkPacket
|
2014-11-14 10:14:47 -08: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
|
Revert "Merge pull request #4332 from birarda/master"
|
2015-02-24 17:09:05 -08:00 |
Node.h
|
rather than a list of allowed editors, a list of allowed lockers/unlockers
|
2015-02-06 09:14:40 -08: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
|
Revert "Merge pull request #4332 from birarda/master"
|
2015-02-24 17:09:05 -08:00 |
NodeList.h
|
Revert "Merge pull request #4332 from birarda/master"
|
2015-02-24 17:09:05 -08: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
|
Use custom User-Agent string
|
2015-01-23 19:13:29 -08:00 |
OAuthNetworkAccessManager.h
|
add a DataWebDialog for authenticated access to data-web html
|
2014-09-18 09:05:25 -07:00 |
PacketHeaders.cpp
|
Revert "Merge pull request #4332 from birarda/master"
|
2015-02-24 17:09:05 -08:00 |
PacketHeaders.h
|
Revert "Merge pull request #4332 from birarda/master"
|
2015-02-24 17:09:05 -08: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
|
potential fix to crash on windows startup
|
2014-12-09 18:26:59 -08: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
|
fix crash on shutdown
|
2015-02-04 13:54:14 -08:00 |
ResourceCache.h
|
move static members of ResourceManager into DependencyManager
|
2015-02-04 13:24:37 -08:00 |
RSAKeypairGenerator.cpp
|
use OPENSSL_free to free DER private and public key buffers
|
2014-10-16 15:13:45 -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
|
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
|
change call to std::abs to abs in SequenceNumberStats
|
2014-11-05 11:45:14 -08:00 |
SequenceNumberStats.h
|
sestets added to jitter tester
|
2014-08-12 14:38:28 -07:00 |
ThreadedAssignment.cpp
|
BandwidthRecorder no longer knows about channel displays. cause overlay pps and Mbps to only update once per second
|
2015-02-02 11:56:50 -08:00 |
ThreadedAssignment.h
|
decouple audio-mixer packet receipt from main thread
|
2014-08-14 12:37:57 -07:00 |
UserActivityLogger.cpp
|
fix audio cleanup and close action in Application
|
2015-02-12 13:35:22 -08:00 |
UserActivityLogger.h
|
fix audio cleanup and close action in Application
|
2015-02-12 13:35:22 -08: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 |