summaryrefslogtreecommitdiffstats
path: root/drivers/unix
Commit message (Expand)AuthorAgeFilesLines
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-1/+1
* doc: Warn about using Node internal processingRémi Verschelde2020-11-201-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-076-8/+8
* Fix wrong exit code being returnedEv1lbl0w2020-10-241-1/+1
* Hides special folders in FileDialog for macOSHaoyu Qiu2020-09-282-1/+6
* NetBSD: Implement OS_Unix::get_executable_path()Rémi Verschelde2020-09-181-2/+2
* Linux/BSD: Fix support for NetBSDRémi Verschelde2020-09-181-4/+6
* Replace calls to gmtime with gmtime_r and localtime with localtime_r.Marcel Admiraal2020-09-041-17/+18
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* [macOS] Fix crash on failed `fork`.bruvzg2020-08-111-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde2020-07-011-1/+1
|\
| * Remove 32-bit String to_int methodAaron Franke2020-06-031-1/+1
* | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-312-16/+4
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-147-70/+128
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-142-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1413-123/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-144-16/+7
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-5/+15
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-028-44/+44
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-211-1/+1
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-4/+6
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-053-150/+0
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-033-150/+0
* | Merge pull request #36069 from RandomShaper/imvu/improve_drives_uxRémi Verschelde2020-03-042-2/+8
|\ \
| * | Improve UX of drive lettersPedro J. Estébanez2020-03-032-2/+8
| |/
* / os: execute parse the command output from utf8Mateo Dev .592020-03-031-1/+1
|/
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-263-137/+0
* Fix set_reuse_address on non-Windows platforms.Fabio Alessandrelli2020-02-191-2/+0
* Merge pull request #36321 from Faless/net/win_tcp_noreuseRémi Verschelde2020-02-181-3/+10
|\
| * Disable NetSocket reuse address on Windows.Fabio Alessandrelli2020-02-181-3/+10
* | Add peek option to NetSocket recv_from.Fabio Alessandrelli2020-02-162-3/+3
|/
* Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-112-3/+3
* Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde2020-02-101-13/+13
|\
| * Improve the console error logging appearanceHugo Locurcio2020-01-191-13/+13
* | Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
|/
* Disable colored console output when standard output isn't a TTYHugo Locurcio2020-01-041-8/+24
* Update copyright statements to 2020Rémi Verschelde2020-01-0120-40/+40
* Make NetSockets quiter.Fabio Alessandrelli2019-12-172-15/+35
* UDP sockets broadcast is now disabled by default.Fabio Alessandrelli2019-12-141-4/+6
* NetSocket set_broadcast_enabled returns Error enumFabio Alessandrelli2019-12-102-4/+6
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+1
* Merge pull request #32617 from Faless/fix/fopen_close_execRémi Verschelde2019-10-261-4/+23
|\
| * Disable file descriptor sharing with subprocs.Fabio Alessandrelli2019-10-071-4/+23
* | Use WSAConnect instead of connect on Windows.Fabio Alessandrelli2019-10-251-1/+5
* | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-243-2/+4