simgear/simgear/io
2019-02-13 12:49:21 +00:00
..
iostreams Use common definition of simgear::enumValue() from <simgear/sg_inlines.h> 2017-11-19 08:15:44 +01:00
.gitignore Cleanup some nonprinting characters make this file work 2010-05-23 21:02:19 +02:00
badTar.tgz Tar code: handle symlink and PAX extensions 2018-07-04 23:47:14 +01:00
CMakeLists.txt Move IOStreams-related files to simgear/io/iostreams; rename zfstream.[ch]xx to gzfstream.[ch]xx 2017-02-12 21:18:52 +01:00
decode_binobj.cxx Changing SGPath APIs, using SGPath in more places. 2016-06-22 17:15:32 +01:00
DNSClient.cxx Fix missing headers in simgear/io/DNSClient.cxx and simgear/props/props_test.cxx 2017-11-13 10:04:34 +01:00
DNSClient.hxx Replace auto_ptr with unique_ptr 2016-12-07 11:03:49 +01:00
http_repo_sync.cxx Mostly canvas doxygen improvements and C++11 refactoring. 2018-03-02 09:07:01 +01:00
HTTPClient.cxx Guard against a potential race init-ing libCurl 2019-02-13 12:49:21 +00:00
HTTPClient.hxx Replace auto_ptr with unique_ptr 2016-12-07 11:03:49 +01:00
HTTPFileRequest.cxx Ensure <simgear_config.h> is always included. 2017-03-28 09:36:53 +01:00
HTTPFileRequest.hxx Move IOStreams-related files to simgear/io/iostreams; rename zfstream.[ch]xx to gzfstream.[ch]xx 2017-02-12 21:18:52 +01:00
httpget.cxx Ensure <simgear_config.h> is always included. 2017-03-28 09:36:53 +01:00
HTTPMemoryRequest.cxx Ensure <simgear_config.h> is always included. 2017-03-28 09:36:53 +01:00
HTTPMemoryRequest.hxx Improve (mostly Canvas event related) documentation. 2014-07-29 23:57:59 +02:00
HTTPRepository.cxx Fix a debug message left in the terrasync code 2018-09-24 14:54:20 +01:00
HTTPRepository.hxx More verbose error logging from Repository code 2018-03-30 17:24:58 +01:00
HTTPRequest.cxx Improve HTTP redirect handling, and add test. 2019-02-13 12:34:17 +00:00
HTTPRequest.hxx Improve HTTP redirect handling, and add test. 2019-02-13 12:34:17 +00: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 Add SGGeod read and write to gzFile 2012-10-22 15:34:16 +02:00
lowtest.cxx Replace SG_USE_STD() by using std:: 2008-07-28 07:52:13 +00:00
raw_socket.cxx Fixes for error handling in NetChannel 2016-03-01 12:34:56 +00:00
raw_socket.hxx Fixes for error handling in NetChannel 2016-03-01 12:34:56 +00:00
sg_binobj.cxx Bug Fix #1922 Wrong retun type 2018-09-29 18:41:00 -05:00
sg_binobj.hxx Changing SGPath APIs, using SGPath in more places. 2016-06-22 17:15:32 +01:00
sg_file.cxx sg_file: Add compute hash method 2019-01-20 18:28:36 +01:00
sg_file.hxx Simgear: LARGE_INTEGER is defined in Windows.h 2019-01-20 20:35:08 -06:00
sg_netBuffer.cxx Ensure <simgear_config.h> is always included. 2017-03-28 09:36:53 +01:00
sg_netBuffer.hxx Fix rpmlint/Linux packager complaints 2012-05-05 00:30:16 +02:00
sg_netChannel.cxx Simplify code in NetChannelPoller::removeChannel() 2018-01-08 10:26:18 +01:00
sg_netChannel.hxx Tweak HTTP code to always sleep. 2013-11-06 15:11:46 -08:00
sg_netChat.cxx Portability: Fix compile errors on MSVC 2015-03-24 11:05:57 -05:00
sg_netChat.hxx io: refactor and improve HTTP modules. 2013-10-27 19:05:49 +01:00
sg_serial.cxx Ensure <simgear_config.h> is always included. 2017-03-28 09:36:53 +01:00
sg_serial.hxx std::string namespace fixes. 2013-06-27 10:14:08 +01:00
sg_socket_udp.cxx Portability: Fix compile errors on MSVC 2015-03-24 11:05:57 -05: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
test2.tar Tests for un-tar code. 2016-06-15 22:27:01 +01:00
test_binobj.cxx Rename the COMPARE, COMPARE_EP, COMPARE_EP2 and VERIFY test macros 2016-12-04 21:04:40 +01:00
test_DNS.cxx Fix bug "dns timeout, no terrasync servers found" 2017-05-03 10:41:11 +02:00
test_DNS.hxx Initial commit for a DNS service resolver 2016-04-28 09:37:08 +02:00
test_HTTP.cxx Improve HTTP redirect handling, and add test. 2019-02-13 12:34:17 +00:00
test_HTTP.hxx Improve HTTP redirect handling, and add test. 2019-02-13 12:34:17 +00:00
test_repository.cxx Fix .dirindex preservation on Windows 2018-07-18 16:30:44 +01:00
test_untar.cxx Tar code: handle symlink and PAX extensions 2018-07-04 23:47:14 +01:00
test.tar.gz Tests for un-tar code. 2016-06-15 22:27:01 +01:00
text_DNS.cxx Rename the COMPARE, COMPARE_EP, COMPARE_EP2 and VERIFY test macros 2016-12-04 21:04:40 +01:00
untar.cxx Tar code: handle symlink and PAX extensions 2018-07-04 23:47:14 +01:00
untar.hxx Refactor untar/unzip code 2018-07-04 10:32:09 +01:00
zippy.zip Refactor untar/unzip code 2018-07-04 10:32:09 +01:00