.. |
udt
|
add a control packet type for LightACK
|
2015-08-28 07:31:44 -07:00 |
AccountManager.cpp
|
Restore AccountManager setup
|
2015-07-17 18:22:35 -07:00 |
AccountManager.h
|
send user to token creation page
|
2015-05-14 15:21:33 -07:00 |
AddressManager.cpp
|
complete the initial version of UDTTest
|
2015-07-30 17:09:25 -07:00 |
AddressManager.h
|
actual fix for AddressManager address with port
|
2015-07-16 13:52:18 -07:00 |
AssetClient.cpp
|
use const ref where appropriate for asset classes
|
2015-08-27 21:33:37 -07:00 |
AssetClient.h
|
use const ref where appropriate for asset classes
|
2015-08-27 21:33:37 -07:00 |
AssetRequest.cpp
|
use const ref where appropriate for asset classes
|
2015-08-27 21:33:37 -07:00 |
AssetRequest.h
|
use const ref where appropriate for asset classes
|
2015-08-27 21:33:37 -07:00 |
AssetResourceRequest.cpp
|
Update names of ResourceRequest enums
|
2015-08-27 22:23:06 -07:00 |
AssetResourceRequest.h
|
Add path to headers
|
2015-08-27 14:29:54 -07:00 |
AssetUpload.cpp
|
use const ref where appropriate for asset classes
|
2015-08-27 21:33:37 -07:00 |
AssetUpload.h
|
fix upload leak, return error for failed load
|
2015-08-27 15:12:08 -07:00 |
AssetUtils.h
|
Merge branch 'protocol' of github.com:birarda/hifi into asset-hash
|
2015-08-27 15:16:41 -07:00 |
Assignment.cpp
|
don't assign the asset-server in domain by default
|
2015-08-26 12:36:48 -07:00 |
Assignment.h
|
Merge branch 'protocol' of github.com:birarda/hifi into atp-server
|
2015-08-26 12:26:11 -07:00 |
BandwidthRecorder.cpp
|
enable -Wdouble-promotion
|
2015-06-16 18:23:10 -07:00 |
BandwidthRecorder.h
|
|
|
DataServerAccountInfo.cpp
|
clean-up formatting
|
2015-08-05 17:43:03 -07:00 |
DataServerAccountInfo.h
|
Parital fix for padding error using RSA_sign and RSA_verify
|
2015-08-05 14:07:25 -07:00 |
DomainHandler.cpp
|
add TODO for settings fail, cleanup
|
2015-08-24 17:02:47 -07:00 |
DomainHandler.h
|
add TODO for settings fail, cleanup
|
2015-08-24 17:02:47 -07:00 |
FileResourceRequest.cpp
|
use NotStarted instead of Unsent, return NotFound for Files
|
2015-08-28 06:35:02 -07:00 |
FileResourceRequest.h
|
Add path to headers
|
2015-08-27 14:29:54 -07:00 |
HifiSockAddr.cpp
|
HifiSockAddr have object names
|
2015-07-29 17:28:37 -07:00 |
HifiSockAddr.h
|
use string style hashing for IPv6 addresses
|
2015-08-18 11:39:04 -07:00 |
HTTPResourceRequest.cpp
|
use NotStarted instead of Unsent, return NotFound for Files
|
2015-08-28 06:35:02 -07:00 |
HTTPResourceRequest.h
|
Add path to headers
|
2015-08-27 14:29:54 -07:00 |
JSONBreakableMarshal.cpp
|
formatting
|
2015-06-21 18:12:24 -07:00 |
JSONBreakableMarshal.h
|
Qt5.5 fixes
|
2015-07-12 18:52:15 -07:00 |
LimitedNodeList.cpp
|
Merge pull request #18 from Atlante45/protocol
|
2015-08-27 14:41:00 -07:00 |
LimitedNodeList.h
|
resolve conflicts on merge with upstream/master
|
2015-08-27 14:50:04 -07:00 |
NetworkAccessManager.cpp
|
|
|
NetworkAccessManager.h
|
|
|
NetworkingConstants.h
|
|
|
NetworkLogging.cpp
|
put audio and script-engine logging into their own QLoggingCategory
|
2015-04-06 15:57:18 -07:00 |
NetworkLogging.h
|
try again without macro
|
2015-04-07 09:59:04 -07:00 |
NetworkPeer.cpp
|
complete the initial version of UDTTest
|
2015-07-30 17:09:25 -07:00 |
NetworkPeer.h
|
Bit of code cleanup
|
2015-07-29 12:30:55 -07:00 |
NLPacket.cpp
|
Replace NLPacket unique_ptr ctor with && ctor
|
2015-08-18 23:09:02 -07:00 |
NLPacket.h
|
Replace NLPacket unique_ptr ctor with && ctor
|
2015-08-18 23:09:02 -07:00 |
NLPacketList.cpp
|
Add support for creating NLPacketList from PacketList
|
2015-08-18 23:07:08 -07:00 |
NLPacketList.h
|
Replace NLPacketList::getSourceID() with const& return
|
2015-08-19 10:03:52 -07:00 |
Node.cpp
|
add a string for asset-server node type
|
2015-08-26 13:29:40 -07:00 |
Node.h
|
HifiSockAddr have object names
|
2015-07-29 17:28:37 -07:00 |
NodeData.cpp
|
|
|
NodeData.h
|
make NodeData parseData take only packet
|
2015-07-14 14:09:00 -07:00 |
NodeList.cpp
|
Merge branch 'master' of https://github.com/highfidelity/hifi into update_protocol
|
2015-08-26 16:50:33 +02:00 |
NodeList.h
|
Fix DomainServerConnectionTOken packet writing/resetting
|
2015-08-04 12:02:23 -07:00 |
NodeType.h
|
Merge branch 'ordered-sending' into atp-server
|
2015-08-19 12:23:31 -07:00 |
OAuthAccessToken.cpp
|
quiet compiler, remove some trailing control-Ms
|
2015-04-25 09:20:00 -07:00 |
OAuthAccessToken.h
|
|
|
OAuthNetworkAccessManager.cpp
|
|
|
OAuthNetworkAccessManager.h
|
|
|
PacketReceiver.cpp
|
Merge pull request #18 from Atlante45/protocol
|
2015-08-27 14:41:00 -07:00 |
PacketReceiver.h
|
add comments for PacketReceiver TODOs
|
2015-08-26 14:53:05 -07:00 |
PacketSender.cpp
|
fix edit packet sending from client
|
2015-07-16 11:17:49 -07:00 |
PacketSender.h
|
remove NetworkPacket and replace with NodePacketPair
|
2015-07-07 16:56:05 -07:00 |
ReceivedPacketProcessor.cpp
|
set jurisdiction listener object name for thread identification
|
2015-07-15 18:52:59 -07:00 |
ReceivedPacketProcessor.h
|
cleanup octree networking code to use new API
|
2015-07-13 09:40:26 -07:00 |
ResourceCache.cpp
|
Update names of ResourceRequest enums
|
2015-08-27 22:23:06 -07:00 |
ResourceCache.h
|
Resolve bugs with *Cache changes
|
2015-08-26 14:04:55 -07:00 |
ResourceManager.cpp
|
Add path to headers
|
2015-08-27 14:29:54 -07:00 |
ResourceManager.h
|
Add path to headers
|
2015-08-27 14:29:54 -07:00 |
ResourceRequest.cpp
|
use NotStarted instead of Unsent, return NotFound for Files
|
2015-08-28 06:35:02 -07:00 |
ResourceRequest.h
|
use NotStarted instead of Unsent, return NotFound for Files
|
2015-08-28 06:35:02 -07:00 |
RSAKeypairGenerator.cpp
|
Better #if condition for clang
|
2015-05-11 09:31:12 -07:00 |
RSAKeypairGenerator.h
|
|
|
SentPacketHistory.cpp
|
cleanup return in SentPacketHistory
|
2015-07-09 13:06:34 -07:00 |
SentPacketHistory.h
|
Add missing header in SentPacketHistory
|
2015-07-09 15:34:20 -07:00 |
SequenceNumberStats.cpp
|
|
|
SequenceNumberStats.h
|
|
|
ThreadedAssignment.cpp
|
don't attempt to send stats while not connected
|
2015-07-29 17:51:50 -07:00 |
ThreadedAssignment.h
|
don't attempt to send stats while not connected
|
2015-07-29 17:51:50 -07:00 |
UserActivityLogger.cpp
|
|
|
UserActivityLogger.h
|
|
|
UUID.cpp
|
complete the initial version of UDTTest
|
2015-07-30 17:09:25 -07:00 |
UUID.h
|
put custom hashing for UUID in UUIDHasher
|
2015-08-17 16:45:15 -07:00 |
UUIDHasher.h
|
resolve conflicts on merge with upstream/master
|
2015-08-27 14:50:04 -07:00 |
WalletTransaction.cpp
|
complete the initial version of UDTTest
|
2015-07-30 17:09:25 -07:00 |
WalletTransaction.h
|
|
|