]> git.mxchange.org Git - simgear.git/history - simgear/io
Partial update support for HTTP repos.
[simgear.git] / simgear / io /
2016-08-13 James TurnerPartial update support for HTTP repos.
2016-08-13 James TurnerAbstractRepository interface removed.
2016-08-13 James TurnerRemove SVN sync code.
2016-08-13 James TurnerGuard usage of CURLMOPT_MAX_TOTAL_CONNECTIONS
2016-08-13 James TurnerRemove non-CURL HTTP option.
2016-08-13 James TurnerUse SGBinaryFile in a couple more places.
2016-08-13 Torsten DreyerIntroduce SGBinaryFile
2016-08-13 Torsten DreyerDon't use object returned from vector::end()
2016-08-13 Torsten DreyerFix one more crash on Windows in HTTPRepository
2016-08-13 Torsten DreyerDon't continue parsing after processing version line
2016-08-13 James TurnerAvoid unlink of an open file.
2016-08-13 Torsten Dreyeruse safer stl functions instead of pointer operations
2016-08-13 Torsten DreyerAdd a bunch of debug messages to help fixing the Window...
2016-08-13 Torsten DreyerUse simgear sleep instead of usleep
2016-08-13 Torsten DreyerFix some warnings reported from msvc
2016-08-13 Torsten DreyerFix Windows build (hopefully)
2016-08-13 Torsten DreyerHardening the DNSClient code
2016-04-28 Torsten DreyerInitial commit for a DNS service resolver
2016-04-14 James TurnerFixes for HTTP cancellation.
2016-04-14 James TurnerHTTP request cancellation
2016-03-25 James TurnerFix HTTP unit-test
2016-03-24 James TurnerHTTP terra sync: fix hash cache handling
2016-03-24 James TurnerHTTP/curl - pick up sleep value
2016-03-22 James TurnerExpose total bytes to download / remaining
2016-03-22 James TurnerHTTP/curl - transfer byte metric work
2016-03-22 James TurnerDisable HTTP pipelining if the connection closes.
2016-03-01 James TurnerExpose more pipelining controls on HTTP code
2016-03-01 James TurnerFix attempt to remove missing files.
2016-03-01 James TurnerFixes for error handling in NetChannel
2016-02-27 James TurnerHTTP repository testing tool.
2016-02-26 James TurnerFix Windows compile of HTTP repo tests.
2016-02-26 James TurnerLots of work on HTTP repository failure handling.
2016-02-25 James TurnerFix a nasty bug in non-libCurl HTTP pipelining.
2016-02-25 James TurnerMore error reporting from TerraSync/HTTP
2016-02-25 James TurnerFix compilation with older versions of libCurl.
2016-02-24 James TurnerFix for libCurl pipelining and connection count.
2016-02-23 Torsten DreyerMerge /u/edauvergne/simgear/ branch particles into...
2016-02-22 James TurnerFix a typo breaking HTTP unit-test.
2016-02-22 James TurnerHTTP repository: replace an assert.
2016-02-22 James TurnerMore HTTP repository compile tweaks.
2016-02-22 James TurnerUse SGFile to avoid Windows breakage.
2016-02-22 Torsten DreyerFix SimGear compile on Linux
2016-02-22 James TurnerHopefully fix Linux compilation.
2016-02-21 James TurnerHTTP repository implementation
2016-02-21 James TurnerCreate TerraSync repo API
2016-01-16 James TurnerNew log class for terrasync
2016-01-09 James TurnerFix a Simgear compile failure.
2016-01-08 James TurnerLinux test_HTTP fixes.
2016-01-06 James TurnerLinux test_HTTP fixes.
2016-01-06 James TurnerJenkins build fixes.
2016-01-03 James TurnerFixes for stalling scenery downloads.
2016-01-01 James TurnerTrying to debug HTTP timeouts
2015-12-11 Erik HofmanFix two comparison between signed and unsigned integer...
2015-11-22 James TurnerOptional use libCurl as the HTTP client.
2015-11-22 James TurnerMore whitespace fixes.
2015-11-22 James TurnerEOL cleanups.
2015-09-21 James TurnerFix error case on HTTPClient
2015-03-24 James TurnerUnit Test: Fixed failure of test_HTTP
2015-03-24 James TurnerPortability: Fix compile errors on MSVC
2015-03-15 James TurnerMore logging for directory deletion failures.
2014-12-27 Peter Sadrozinski- remove the test of the test..
2014-12-27 Peter Sadrozinski- fix binobj unit test. Simgear now rejects zero area...
2014-12-26 Peter Sadrozinski- fix for index overrun when building TexturedTriangleArray
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-29 Thomas GeymayerImprove (mostly Canvas event related) documentation.
2014-06-30 Thomas GeymayerHTTPRequest/pkg::Install: do not replace callbacks.
2014-06-05 Thomas Geymayercanvas::Image: abort http requests if image is destroyed.
2014-04-06 Peter Sadrozinskifix windows build
2014-04-05 Peter Sadrozinski- secondary tc and vertex attribs in .btg file
2014-03-20 Thomas GeymayerCanvasImage: improve fetching from http and add mime...
2014-03-18 Thomas GeymayerCanvasImage: support for http protocol.
2014-02-24 James TurnerHTTP: improve handling of connection errors
2014-02-06 James TurnerReplace md5 from RSA with OpenBSD version
2014-01-17 James TurnerRemove a noisy log message from the Terrasync code.
2014-01-07 James TurnerHTTP: tweak response parsing.
2014-01-07 James TurnerTerrasync: update fixes.
2014-01-07 James TurnerHTTP: tweak for malformed header handling.
2014-01-06 Thomas GeymayerSocket: do not crash on writing to broken pipe.
2013-12-30 Thomas GeymayerHTTPFileRequest: only save file if status == 200
2013-12-19 Rebecca PalmerFix buffer overflow CVE-2012-2091 (thanks to Saikrishna...
2013-12-19 James TurnerSecurity: fix 0777 directory permissions to 0755.
2013-11-19 James TurnerFix another SVN crash on failure.
2013-11-15 James TurnerFix some SVN errors/crashes.
2013-11-06 James TurnerTweak HTTP code to always sleep.
2013-11-05 James TurnerTerraSync: avoid assert on missing file
2013-10-28 Thomas GeymayerHTTP: finish core request before calling any callback.
2013-10-28 Thomas GeymayerHTTPFileRequest: create directory if it does not exist
2013-10-27 Thomas GeymayerHTTP: Rename urlretrieve/urlload to save/load.
2013-10-27 Thomas Geymayerio: refactor and improve HTTP modules.
2013-10-26 James TurnerFix handling of SGPath::rename
2013-10-24 James TurnerAdd total bytes downloaded tracking.
2013-10-21 James TurnerSmoother download rate from HTTP
2013-10-20 James TurnerFail HTTP request with missing/illegal protocols.
2013-10-17 James TurnerAvoid a divide-by-zero on malformed BTG files.
2013-10-17 James TurnerInitial work on syncing non-scenery data.
2013-10-17 James TurnerRemove some iostream debugging.
2013-10-13 Thomas GeymayerHTTP: check url for scheme and report instead of failin...
2013-10-09 James TurnerLinux needs <cstring>
2013-10-09 James TurnerAvoid a data copy decoding base64 data.
2013-10-09 James TurnerRefactor HTTP content-encoding support.
next