Age | Commit message (Expand) | Author |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-19 | Modernize RWLock | Pedro J. Estébanez |
2021-01-13 | Merge pull request #45157 from madmiraal/fix-44514 | Rémi Verschelde |
2021-01-13 | Raise SIGKILL instead of CRASH_NOW in child process when fork fails | Marcel Admiraal |
2021-01-13 | Fix OS::execute() and OS::create_process() command line argument CharStrings ... | bruvzg |
2021-01-12 | Merge pull request #44514 from madmiraal/split-os-execute | Rémi Verschelde |
2021-01-11 | Merge pull request #42740 from lolleko/fix-nanosleep-usage | Rémi Verschelde |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-06 | Remove now unused FileAccessBuffered. | Fabio Alessandrelli |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-24 | Fix wrong exit code being returned | Ev1lbl0w |
2020-10-12 | Fix nanosleep usage | Lorenz Junglas |
2020-09-18 | NetBSD: Implement OS_Unix::get_executable_path() | Rémi Verschelde |
2020-09-04 | Replace calls to gmtime with gmtime_r and localtime with localtime_r. | Marcel Admiraal |
2020-08-11 | [macOS] Fix crash on failed `fork`. | bruvzg |
2020-05-31 | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t... | Emmanuel Leblond |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-03-05 | Merge pull request #36752 from RandomShaper/rework_semaphore | Rémi Verschelde |
2020-03-03 | os: execute parse the command output from utf8 | Mateo Dev .59 |
2020-03-03 | Drop old semaphore implementation | Pedro J. Estébanez |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-01-19 | Improve the console error logging appearance | Hugo Locurcio |
2020-01-04 | Disable colored console output when standard output isn't a TTY | Hugo Locurcio |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-24 | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg |
2019-10-01 | Fix casting to uint64_t when returning unix system time | Kanabenki |
2019-09-26 | Added an exit code to the blocking mode of OS::execute | Ruslan Mullayanov |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-07-07 | Fixes minor issues found by static analyzer | qarmin |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-04-07 | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky |
2019-04-07 | Remove SIGCHILD handle in OS_Unix, interferes with pclose() | Juan Linietsky |
2019-04-09 | Fix jump over uninitialized value in OS Unix/X11 | Fabio Alessandrelli |
2019-03-20 | Revert accidental commits | Pedro J. Estébanez |
2019-03-20 | Create class for shared memory blocks [wip] | Pedro J. Estébanez |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-02-04 | Fix OS_Unix::set_environment | Ignacio Etcheverry |
2019-02-03 | Added set_environment to OS class | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |
2018-10-29 | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | Leon Krause |
2018-10-07 | Avoid possible overflow in OS_Unix readlink | Fabio Alessandrelli |
2018-09-30 | Fix OS X get_ticks_usec return value after #22424 | Marcelo Fernandez |