open_toontown_panda3d/panda/src/net
kamgha 0df97a2c6b CMake: Fix Windows library names for case-sensitive filesystems
Closes #865
2020-02-23 16:28:40 +01:00
..
CMakeLists.txt CMake: Fix Windows library names for case-sensitive filesystems 2020-02-23 16:28:40 +01:00
config_net.cxx general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
config_net.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
connection.cxx net: switch some socket operations from std::string to vector_uchar 2019-12-11 17:10:32 +01:00
connection.h net: switch some socket operations from std::string to vector_uchar 2019-12-11 17:10:32 +01:00
connectionListener.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
connectionListener.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
connectionManager.N *** empty log message *** 2005-05-23 21:04:31 +00:00
connectionManager.cxx Merge branch 'release/1.10.x' 2020-02-23 14:53:16 +01:00
connectionManager.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
connectionReader.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
connectionReader.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
connectionReader.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
connectionWriter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
connectionWriter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
datagramGeneratorNet.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
datagramGeneratorNet.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
datagramGeneratorNet.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
datagramQueue.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
datagramQueue.h general: replace remaining references to ConditionVarFull. 2019-02-11 16:23:16 +01:00
datagramSinkNet.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
datagramSinkNet.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
datagramSinkNet.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
datagramTCPHeader.I net: switch some socket operations from std::string to vector_uchar 2019-12-11 17:10:32 +01:00
datagramTCPHeader.cxx general: use nassert_raise instead of nassertv(false) et al 2018-11-28 17:35:20 +01:00
datagramTCPHeader.h net: switch some socket operations from std::string to vector_uchar 2019-12-11 17:10:32 +01:00
datagramUDPHeader.I net: switch some socket operations from std::string to vector_uchar 2019-12-11 17:10:32 +01:00
datagramUDPHeader.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
datagramUDPHeader.h net: switch some socket operations from std::string to vector_uchar 2019-12-11 17:10:32 +01:00
datagram_ui.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
datagram_ui.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
fake_http_server.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
netAddress.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
netAddress.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
netDatagram.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
netDatagram.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
netDatagram.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
p3net_composite1.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
p3net_composite2.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
queuedConnectionListener.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
queuedConnectionListener.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
queuedConnectionListener.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
queuedConnectionManager.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
queuedConnectionManager.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
queuedConnectionReader.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
queuedConnectionReader.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
queuedReturn.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
queuedReturn.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
recentConnectionReader.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
recentConnectionReader.h Mark constructors 'explicit' for which coercion makes no sense 2017-11-06 19:47:38 +01:00
test_datagram.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
test_raw_server.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
test_spam_client.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
test_spam_server.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
test_tcp_client.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
test_tcp_server.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
test_udp.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00