]> git.mxchange.org Git - simgear.git/history - simgear/io
HTTP/curl - transfer byte metric work
[simgear.git] / simgear / io /
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.
2013-10-09 James TurnerUse std::string.append, avoid string copying.
2013-10-09 James TurnerCheck for DAV status parse failures.
2013-09-28 James TurnerHTTP: adjust request-connection assignment.
2013-09-27 James TurnerHTTP bugfix + enhancement.
2013-09-19 James TurnerMove bundled Expat to new home.
2013-09-19 James Turnerrand(), not random(), for Windows.
2013-09-18 James TurnerFix HTTP unit test.
2013-09-18 James TurnerFix missing include for non-Mac
2013-09-18 James TurnerHTTP Client improvements
2013-09-04 James TurnerRename MD5 code.
2013-08-17 Thomas GeymayerFix #1163
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-28 James TurnerHTTP SVN fixes, cap max update-report depth.
2013-07-28 James TurnerBetter reporting when an HTTP request fails.
2013-06-27 James Turnerstd::string namespace fixes.
2013-06-26 James TurnerFix crash when telnet or other protocols close.
2013-06-22 James TurnerFix a warning spotted by Emilian.
2013-06-19 James TurnerSVN client - prefix error constants.
2013-06-11 Thomas GeymayerUse global TEST_LIBS...
2013-06-09 James TurnerFix HTTP tests build.
2013-06-09 James TurnerFix Linux build of SVN code.
2013-06-09 James TurnerSVN read-only client code using our HTTP engine.
2013-06-09 James TurnerHTTP engine tweaks for SVN support.
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
next