.. |
.gitignore
|
Cleanup some nonprinting characters make this file work
|
2010-05-23 21:02:19 +02:00 |
CMakeLists.txt
|
Fix naming of core library, get IO tests linking shared, and exclude OSG symbols from the core lib by setting headless mode.
|
2011-11-28 23:05:05 +00:00 |
decode_binobj.cxx
|
Add missing header for printf
|
2011-10-07 09:57:09 +02:00 |
HTTPClient.cxx
|
Fix a release build issue, meaning of IDLE state was overloaded, add an explicit state when we're waiting for the response start.
|
2011-08-24 02:30:27 -07:00 |
HTTPClient.hxx
|
Update HTTP code to support HTTP/1.0 responses, eg metarproxy
|
2011-08-07 10:49:13 +01:00 |
httpget.cxx
|
Intialize to prevent a 'may be used uninitialized' warning
|
2011-12-19 15:29:25 +01:00 |
HTTPRequest.cxx
|
Fix assorted compiler warnings found by Clang
|
2011-10-28 12:07:35 +01:00 |
HTTPRequest.hxx
|
Update HTTP code to support HTTP/1.0 responses, eg metarproxy
|
2011-08-07 10:49:13 +01:00 |
iochannel.cxx
|
Fix assorted compiler warnings found by Clang
|
2011-10-28 12:07:35 +01:00 |
iochannel.hxx
|
Fix assorted compiler warnings found by Clang
|
2011-10-28 12:07:35 +01:00 |
lowlevel.cxx
|
Initial work on CMake support for SimGear.
|
2010-12-19 14:16:39 +00:00 |
lowlevel.hxx
|
Removal of PLIB/SG from SimGear
|
2010-08-07 13:55:33 +01:00 |
lowtest.cxx
|
Replace SG_USE_STD() by using std::
|
2008-07-28 07:52:13 +00:00 |
raw_socket.cxx
|
Fix a crash where hostlookup fails entirely, thanks to Andreas Gaeb for the catch.
|
2011-09-16 11:37:02 +01:00 |
raw_socket.hxx
|
Fix a crash where hostlookup fails entirely, thanks to Andreas Gaeb for the catch.
|
2011-09-16 11:37:02 +01:00 |
sg_binobj.cxx
|
Improve error messages, report file name.
|
2011-11-17 21:26:02 +01:00 |
sg_binobj.hxx
|
Support for 32-bit vertex indices in BTG files
|
2011-10-06 21:28:55 +01:00 |
sg_file.cxx
|
Further HTTP improvements, wget-alike test program to check it all behaves!
|
2011-08-01 09:03:12 +01:00 |
sg_file.hxx
|
Fix assorted compiler warnings found by Clang
|
2011-10-28 12:07:35 +01:00 |
sg_netBuffer.cxx
|
Build fixes for net classes in Simgear.
|
2010-10-24 01:22:59 +01:00 |
sg_netBuffer.hxx
|
Migrate relevant PLIB netXXX classes into SimGear.
|
2010-10-24 01:12:42 +01:00 |
sg_netChannel.cxx
|
Alternate, WinSock friendly reporting for host lookup failures.
|
2011-09-16 16:43:09 +01:00 |
sg_netChannel.hxx
|
Async lookup attempt #3 - use OpenThreads instead - I'm going to kill off SGThread imminently.
|
2011-08-30 15:14:14 +01:00 |
sg_netChat.cxx
|
Further HTTP improvements, correct proxy support, spec compliance, support for chunked encoding.
|
2011-08-04 18:03:56 +01:00 |
sg_netChat.hxx
|
Make it compile with gcc-4.6
|
2011-07-19 19:23:53 +02:00 |
sg_serial.cxx
|
Replace SG_USE_STD() by using std::
|
2008-07-28 07:52:13 +00:00 |
sg_serial.hxx
|
Replace SG_USE_STD() by using std::
|
2008-07-28 07:52:13 +00:00 |
sg_socket_udp.cxx
|
Further HTTP improvements, wget-alike test program to check it all behaves!
|
2011-08-01 09:03:12 +01:00 |
sg_socket_udp.hxx
|
Further HTTP improvements, wget-alike test program to check it all behaves!
|
2011-08-01 09:03:12 +01:00 |
sg_socket.cxx
|
Further HTTP improvements, wget-alike test program to check it all behaves!
|
2011-08-01 09:03:12 +01:00 |
sg_socket.hxx
|
Move PLIB netSocket into SimGear, as simgear::Socket, and update the wrapper classes.
|
2010-07-22 20:02:37 +01:00 |
socktest.cxx
|
MINGW patch from Benot Laniel
|
2010-01-25 14:35:45 +01:00 |
tcp_client.cxx
|
Reduce compiler.h to almost nothing (but it's worth keeping around I think, for
|
2008-07-25 18:35:40 +00:00 |
tcp_server.cxx
|
tcpserver: typo
|
2009-05-16 16:17:39 +02:00 |
test_binobj.cxx
|
Fix windows build
|
2011-10-15 09:42:15 +02:00 |
test_HTTP.cxx
|
Make use of SGTimeStamp::sleep*.
|
2011-10-28 18:45:23 +02:00 |