Stephen Birarda
|
0a64242160
|
cleanup string grabbing for PacketType enum
|
2015-11-12 14:43:25 -08:00 |
|
Ryan Huffman
|
b73d307210
|
Move std::placeholders::_1 to where they are used
|
2015-09-01 12:24:38 -07:00 |
|
Ryan Huffman
|
019d234ffd
|
Replace std::bind for methods that use std::unique_ptr with a lambda
|
2015-09-01 11:58:33 -07:00 |
|
Stephen Birarda
|
fa0abe2972
|
resolve conflicts on merge with upstream/master
|
2015-08-31 10:51:12 -07:00 |
|
Stephen Birarda
|
b4e624a64d
|
don't read packets that are too small
|
2015-08-27 15:38:18 -07:00 |
|
Stephen Birarda
|
80cf7b6c76
|
resolve conflicts on merge with upstream/master
|
2015-08-27 14:50:04 -07:00 |
|
Seth Alves
|
695ffa29c7
|
call setup_memory_debugger from common macros rather than from every CMakeLists.txt file
|
2015-08-26 11:09:59 -07:00 |
|
Atlante45
|
179ee73e26
|
Merge branch 'master' of https://github.com/highfidelity/hifi into update_protocol
|
2015-08-26 16:50:33 +02:00 |
|
Brad Davis
|
380b0cb23c
|
Removing tabs from our javascript and C++
|
2015-08-24 15:26:46 -07:00 |
|
Seth Alves
|
c25082d86f
|
use -fsanitize=address in all code rather than just the top-level links
|
2015-08-20 10:14:16 -07:00 |
|
Stephen Birarda
|
b0afdb21ad
|
correct the unique_ptr char allocations
|
2015-07-31 14:29:05 -07:00 |
|
Atlante45
|
24520c5856
|
LNL send cleanup / Added connection hash
|
2015-07-28 15:32:00 -07:00 |
|
Stephen Birarda
|
9e7fb9ae16
|
shuffle Packet headers, use static enum for PacketType
|
2015-07-23 13:56:47 -07:00 |
|
Stephen Birarda
|
2c965eee91
|
fix ugly deref of matchingPeer
|
2015-07-22 14:42:44 -07:00 |
|
Stephen Birarda
|
fb7130120a
|
another rename to Socket callbacks
|
2015-07-22 10:16:26 -07:00 |
|
Stephen Birarda
|
7f53eda0d9
|
naming changes to udt::Socket handlers
|
2015-07-22 10:01:24 -07:00 |
|
Stephen Birarda
|
086e4efe44
|
verify packet versions at ice-server
|
2015-07-21 13:03:39 -07:00 |
|
Stephen Birarda
|
4604bc5a3a
|
leverage udt::Socket in ice-server
|
2015-07-21 12:27:27 -07:00 |
|
Stephen Birarda
|
a8618ab3d5
|
Merge branch 'master' of https://github.com/highfidelity/hifi into atp
|
2015-07-21 10:19:12 -07:00 |
|
Stephen Birarda
|
796dfee687
|
udt namespace fixes and NLPacket operator fixes
|
2015-07-20 17:28:04 -07:00 |
|
Atlante45
|
8d6ff2d9f9
|
Merge branch 'master' of https://github.com/highfidelity/hifi into smart_pointers
|
2015-07-20 14:50:44 -07:00 |
|
Stephen Birarda
|
b1d240defd
|
add extra debug to IceServer
|
2015-07-16 14:43:57 -07:00 |
|
Stephen Birarda
|
f31675c4c6
|
fix ice-server packets
|
2015-07-16 14:21:37 -07:00 |
|
Stephen Birarda
|
e127c5c06d
|
rename Packet methods for clarity
|
2015-07-15 10:40:40 -07:00 |
|
Atlante45
|
c80df94b06
|
Update includes for moved files
|
2015-07-13 15:28:55 -07:00 |
|
Stephen Birarda
|
765265abd8
|
fix networking API calls in IceServer
|
2015-07-09 11:27:06 -07:00 |
|
Stephen Birarda
|
74940a2132
|
replace lingering PacketTypes in old format
|
2015-07-08 10:18:13 -07:00 |
|
Stephen Birarda
|
e7e489af61
|
use new networking in sendPacketToIceServer
|
2015-07-07 18:01:17 -07:00 |
|
Stephen Birarda
|
22b3ce8759
|
use Packet for IceServer packets
|
2015-07-07 15:25:05 -07:00 |
|
Stephen Birarda
|
1797c21890
|
update packet sending in IceServer
|
2015-07-07 11:20:54 -07:00 |
|
Stephen Birarda
|
0d64e82fe2
|
replace PacketType declarations with PacketType::Value
|
2015-07-02 16:38:52 -07:00 |
|
Atlante45
|
7b5a5a339a
|
Use make_shared/create to make shared pointers
|
2015-07-01 19:46:06 -07:00 |
|
Stephen Birarda
|
da0c9fbc31
|
fix send of existing peer to querier
|
2015-05-28 14:37:16 -07:00 |
|
Stephen Birarda
|
e096cbe040
|
have ice-server immediately send peer to DS
|
2015-05-28 14:25:18 -07:00 |
|
Stephen Birarda
|
531ef1fa1c
|
change ice-server heartbeat behaviour
|
2015-05-28 14:05:43 -07:00 |
|
Stephen Birarda
|
6b3cf1ba4a
|
remove dependency of PacketHeaders on NodeList
|
2015-05-05 12:19:42 -07:00 |
|
Stephen Birarda
|
b2e587dbbd
|
remove use of include_dependency_includes and use cmake
|
2015-02-18 14:12:05 -08:00 |
|
Stephen Birarda
|
68c19866c4
|
call dll copy after project deps are setup
|
2015-02-17 17:17:30 -08:00 |
|
Leonardo Murillo
|
d26804e68c
|
Check just for http availability
|
2015-01-26 13:45:14 -06:00 |
|
Leonardo Murillo
|
001d689646
|
Fixing includes
|
2015-01-22 15:37:58 -06:00 |
|
Leonardo Murillo
|
162c2f031b
|
Remove https unneeded crust
|
2015-01-22 15:33:37 -06:00 |
|
Leonardo Murillo
|
5efc046316
|
Adding http monitoring for ICE server
|
2015-01-22 15:03:13 -06:00 |
|
Stephen Birarda
|
114e3bb2ff
|
rename cmake macro to represent actual purpose
|
2014-12-18 16:51:20 -08:00 |
|
Stephen Birarda
|
d3bbd251db
|
move Logging to LogHandler
|
2014-10-28 13:59:23 -07:00 |
|
Stephen Birarda
|
aa15ef7f85
|
only have the ice-server respond if there was a matching conectee
|
2014-10-03 17:10:56 -07:00 |
|
Stephen Birarda
|
956c212db2
|
manage sets of potential connections in ice server
|
2014-10-02 15:24:23 -07:00 |
|
Stephen Birarda
|
d26a94f84c
|
remove inactive peers from memory in IceServer
|
2014-10-02 15:00:59 -07:00 |
|
Stephen Birarda
|
970ba2296a
|
initial response from ice server to nodes
|
2014-10-02 14:50:48 -07:00 |
|
Stephen Birarda
|
262054d0eb
|
handle ICE requirement in address manager response
|
2014-10-02 14:18:17 -07:00 |
|
Stephen Birarda
|
11659401ee
|
add an identifier for repeated requests to the ice server
|
2014-10-02 13:47:53 -07:00 |
|
Stephen Birarda
|
cca1c30207
|
build out more of the ice-server, make connect requests from NodeList
|
2014-10-02 13:39:58 -07:00 |
|
Stephen Birarda
|
ae90b38172
|
add the ice server
|
2014-10-01 17:19:34 -07:00 |
|