summaryrefslogtreecommitdiff
path: root/drivers/unix/os_unix.cpp
AgeCommit message (Expand)Author
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-07Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg
2022-05-03Add OS::is_process_running function.mdavisprog
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-03-09Remove unused GDNative codeRémi Verschelde
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-14[OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-18Fix data directory of unnamed projectskobewi
2021-10-28Update Time documentationAaron Franke
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-06-11Add Time singletonAaron Franke
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-19Modernize RWLockPedro J. Estébanez
2021-01-13Merge pull request #45157 from madmiraal/fix-44514Rémi Verschelde
2021-01-13Raise SIGKILL instead of CRASH_NOW in child process when fork failsMarcel Admiraal
2021-01-13Fix OS::execute() and OS::create_process() command line argument CharStrings ...bruvzg
2021-01-12Merge pull request #44514 from madmiraal/split-os-executeRémi Verschelde
2021-01-11Merge pull request #42740 from lolleko/fix-nanosleep-usageRémi Verschelde
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-06Remove now unused FileAccessBuffered.Fabio Alessandrelli
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-24Fix wrong exit code being returnedEv1lbl0w
2020-10-12Fix nanosleep usageLorenz Junglas
2020-09-18NetBSD: Implement OS_Unix::get_executable_path()Rémi Verschelde
2020-09-04Replace 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-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-03os: execute parse the command output from utf8Mateo Dev .59
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-01-19Improve the console error logging appearanceHugo Locurcio
2020-01-04Disable colored console output when standard output isn't a TTYHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-10-01Fix casting to uint64_t when returning unix system timeKanabenki