summaryrefslogtreecommitdiff
path: root/drivers/unix
AgeCommit message (Expand)Author
2020-08-11[macOS] Fix crash on failed `fork`.bruvzg
2020-07-10Add override keywords.Marcel Admiraal
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-06-03Remove 32-bit String to_int methodAaron Franke
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-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-21Make file formatting comply with POSIX and Unix standardsAaron Franke
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-04Merge pull request #36069 from RandomShaper/imvu/improve_drives_uxRémi Verschelde
2020-03-03os: execute parse the command output from utf8Mateo Dev .59
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-19Fix set_reuse_address on non-Windows platforms.Fabio Alessandrelli
2020-02-18Merge pull request #36321 from Faless/net/win_tcp_noreuseRémi Verschelde
2020-02-18Disable NetSocket reuse address on Windows.Fabio Alessandrelli
2020-02-16Add peek option to NetSocket recv_from.Fabio Alessandrelli
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-10Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
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-12-17Make NetSockets quiter.Fabio Alessandrelli
2019-12-14UDP sockets broadcast is now disabled by default.Fabio Alessandrelli
2019-12-10NetSocket set_broadcast_enabled returns Error enumFabio Alessandrelli
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-26Merge pull request #32617 from Faless/fix/fopen_close_execRémi Verschelde
2019-10-25Use WSAConnect instead of connect on Windows.Fabio Alessandrelli
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-10-08Merge pull request #32616 from Faless/net/fix_close_execRémi Verschelde
2019-10-08Merge pull request #32454 from jeronimo-schreyer/disable_unix_socketRémi Verschelde
2019-10-07Disable file descriptor sharing with subprocs.Fabio Alessandrelli
2019-10-07Disable socket descriptor sharing with subprocs.Fabio Alessandrelli
2019-10-02IP: Fix build error on UWPRémi Verschelde
2019-10-01Fix casting to uint64_t when returning unix system timeKanabenki
2019-09-30Optional Unix Socket disable for devices that do not support itJairo
2019-09-26Added an exit code to the blocking mode of OS::executeRuslan Mullayanov
2019-09-25Added some obvious errors explanationsqarmin
2019-08-21Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp