Age | Commit message (Expand) | Author |
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-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-21 | Make file formatting comply with POSIX and Unix standards | Aaron Franke |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-03-05 | Merge pull request #36752 from RandomShaper/rework_semaphore | Rémi Verschelde |
2020-03-04 | Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux | 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-03-03 | Improve UX of drive letters | Pedro J. Estébanez |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-19 | Fix set_reuse_address on non-Windows platforms. | Fabio Alessandrelli |
2020-02-18 | Merge pull request #36321 from Faless/net/win_tcp_noreuse | Rémi Verschelde |
2020-02-18 | Disable NetSocket reuse address on Windows. | Fabio Alessandrelli |
2020-02-16 | Add peek option to NetSocket recv_from. | Fabio Alessandrelli |
2020-02-11 | Added a spinlock template as well as a thread work pool class. | Juan Linietsky |
2020-02-10 | Merge pull request #35301 from Calinou/improve-console-error-logging | Rémi Verschelde |
2020-01-23 | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio |
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-12-17 | Make NetSockets quiter. | Fabio Alessandrelli |
2019-12-14 | UDP sockets broadcast is now disabled by default. | Fabio Alessandrelli |
2019-12-10 | NetSocket set_broadcast_enabled returns Error enum | Fabio Alessandrelli |
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut |
2019-10-26 | Merge pull request #32617 from Faless/fix/fopen_close_exec | Rémi Verschelde |
2019-10-25 | Use WSAConnect instead of connect on Windows. | Fabio Alessandrelli |
2019-10-24 | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg |
2019-10-08 | Merge pull request #32616 from Faless/net/fix_close_exec | Rémi Verschelde |
2019-10-08 | Merge pull request #32454 from jeronimo-schreyer/disable_unix_socket | Rémi Verschelde |
2019-10-07 | Disable file descriptor sharing with subprocs. | Fabio Alessandrelli |
2019-10-07 | Disable socket descriptor sharing with subprocs. | Fabio Alessandrelli |
2019-10-02 | IP: Fix build error on UWP | Rémi Verschelde |
2019-10-01 | Fix casting to uint64_t when returning unix system time | Kanabenki |
2019-09-30 | Optional Unix Socket disable for devices that do not support it | Jairo |
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-21 | Support for file not found in ConfigFile::Load and handle a few specific cases | PouleyKetchoupp |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-07-29 | Optimize DirAccessUnix::get_next() for some file systems | Hadrien |
2019-07-21 | Revert "Optimize DirAccessUnix::get_next() for some file systems" | Geequlim |
2019-07-17 | Optimize DirAccessUnix::get_next() for some file systems | Hadrien |