summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_network.cpp
Commit message (Expand)AuthorAgeFilesLines
* Redo how the remote filesystem worksJuan Linietsky2023-05-081-498/+0
* Restore FileAccess.close method.bruvzg2023-02-161-0/+9
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-4/+2
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-4/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-5/+4
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* [Net] Fix bogus FileAccessNetwork deconstructor.Fabio Alessandrelli2022-02-051-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-22/+18
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+3
* Modernize ThreadPedro J. Estébanez2021-01-291-7/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+12
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-40/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-12/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Drop old semaphore implementationPedro J. Estébanez2020-03-031-23/+14
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-32/+29
* Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-5/+5
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+0
* Fix errors when attempting to set UNIX permissions when unavailableHugo Locurcio2019-06-031-3/+3
* Properly unlock mutexqarmin2019-05-301-1/+4
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-0/+10
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add some limits on the Editor SettingsSuperwaitsum2018-10-241-2/+2
* Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli2018-09-121-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+5
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-18/+0
* Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-101-0/+18
|\
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+18
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-5/+5
|/
* Clean up some bad words from code commentsArtem Varaksa2018-02-171-2/+0
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-01-301-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-3/+3
* Extract logging logicRuslan Mustakov2017-09-251-0/+4