| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #18279 from RandomShaper/allow-naive-http | Max Hilbrunner | 2018-05-26 | 1 | -0/+1 |
| |\ |
|
| | * | Allow body-up-to-EOF HTTP responses | Pedro J. Estébanez | 2018-05-22 | 1 | -0/+1 |
| * | | Fix delay in rename_error windows save loop, should be 100msec, not 1sec | Robin Hübner | 2018-05-03 | 1 | -1/+1 |
| * | | Merge pull request #18334 from Faless/coverity_net | Rémi Verschelde | 2018-05-01 | 2 | -1/+4 |
| |\ \
| |/
|/| |
|
| | * | Various coverity scan fixes for networking | Fabio Alessandrelli | 2018-04-21 | 2 | -1/+4 |
| * | | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 1 | -1/+1 |
| |/ |
|
| * | Fix case mismatch check on Windows | Rémi Verschelde | 2018-04-18 | 1 | -9/+12 |
| * | Test and warn of case mismatch on Windows | Juan Linietsky | 2018-04-18 | 1 | -0/+18 |
| * | Trigger IO error only after exhausting attempts | Tom Dobbelaere | 2018-04-03 | 1 | -4/+7 |
| * | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez | 2018-03-13 | 2 | -5/+22 |
| * | Fix Windows file case changing | Hein-Pieter van Braam | 2018-02-24 | 1 | -5/+22 |
| * | fix buffer write performance on Windows and Unix | Marcin Zawiejski | 2018-02-04 | 2 | -0/+6 |
| * | Add a proper error when safe save fails. | Juan Linietsky | 2018-02-02 | 1 | -0/+3 |
| * | Display set_nodelay to GDScript | Marlon Henry Schweigert | 2018-01-30 | 2 | -2/+2 |
| * | Attempt renaming multiple times on safe file save, and make the behavior opti... | Juan Linietsky | 2018-01-12 | 1 | -14/+25 |
| * | Fixed problem with missing uninitialized last byte on waveform trip, closes #... | Juan Linietsky | 2018-01-05 | 1 | -0/+1 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 20 | -1/+21 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 20 | -40/+40 |
| * | Move windows networking class to drivers/windows/ | Fabio Alessandrelli | 2017-12-15 | 6 | -0/+1094 |
| * | Fixed issue #12019, which prevented the creation of new folders on Windows pl... | Falk Moser | 2017-10-13 | 1 | -1/+1 |
| * | Extract logging logic | Ruslan Mustakov | 2017-09-25 | 3 | -1/+8 |
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 2 | -4/+4 |
| * | Remove assignment and declarations in if statements | Hein-Pieter van Braam | 2017-09-08 | 1 | -1/+2 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 14 | -14/+14 |
| * | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 2 | -4/+4 |
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 2 | -5/+5 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 14 | -0/+14 |
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 14 | -321/+227 |
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 2 | -2/+58 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | DirAccessWindows: Fix list_dir_begin return type | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
| * | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 1 | -2/+2 |
| * | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde | 2017-01-08 | 1 | -2/+0 |
| * | Added missing readers writers lock to windows, should compile and run again.. | Juan Linietsky | 2017-01-08 | 2 | -0/+109 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 12 | -12/+12 |
| * | Fix issue #7331 | REBELLIOUSX\Rebel_X | 2016-12-22 | 1 | -1/+1 |
| * | Rename remaining WinRT references to UWP | George Marques | 2016-11-03 | 1 | -1/+1 |
| * | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 2016-11-03 | 6 | -6/+6 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| * | drivers: Refactor SCsub and drop redundant env_drivers clone | Rémi Verschelde | 2016-10-15 | 1 | -1/+1 |
| * | Fix drivers coding for WinRT | George Marques | 2016-09-03 | 3 | -27/+10 |
| * | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | 2016-06-30 | 1 | -10/+10 |
| * | try to fix windows build | Juan Linietsky | 2016-06-25 | 2 | -1/+2 |
| * | Added function to notify ScriptLanguage when a thread is created/freed, allow... | Juan Linietsky | 2016-06-25 | 1 | -1/+8 |
| * | Fix make_dir for long paths on Windows | George Marques | 2016-06-18 | 1 | -1/+1 |
| * | -made get_space_left() return values more homogenous, also for script, conver... | Juan Linietsky | 2016-06-18 | 1 | -1/+2 |
| * | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 2016-06-18 | 1 | -8/+7 |
| * | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 1 | -0/+4 |
| * | Somewhat fixed Directory::get_space_left() return values. | J08nY | 2016-06-06 | 1 | -6/+10 |