summaryrefslogtreecommitdiffstats
path: root/drivers/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #32616 from Faless/net/fix_close_execRémi Verschelde2019-10-082-0/+19
|\ \
| * | Disable socket descriptor sharing with subprocs.Fabio Alessandrelli2019-10-072-0/+19
| |/
* | Merge pull request #32454 from jeronimo-schreyer/disable_unix_socketRémi Verschelde2019-10-081-0/+2
|\ \ | |/ |/|
| * Optional Unix Socket disable for devices that do not support itJairo2019-09-301-0/+2
* | IP: Fix build error on UWPRémi Verschelde2019-10-021-1/+1
* | Fix casting to uint64_t when returning unix system timeKanabenki2019-10-011-1/+1
* | Added an exit code to the blocking mode of OS::executeRuslan Mullayanov2019-09-261-1/+1
* | Added some obvious errors explanationsqarmin2019-09-252-12/+13
|/
* Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp2019-08-211-2/+11
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-173-21/+9
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-125-19/+1
* Optimize DirAccessUnix::get_next() for some file systemsHadrien2019-07-291-18/+13
* Revert "Optimize DirAccessUnix::get_next() for some file systems"Geequlim2019-07-211-14/+10
* Optimize DirAccessUnix::get_next() for some file systemsHadrien2019-07-171-10/+14
* Use reference to constant in functionsqarmin2019-07-102-2/+2
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-011-4/+4
|\
| * Remove unnecessary code and add some error explanationsqarmin2019-07-011-4/+4
* | Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\ \
| * | Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
* | | Fix ip_unix.cpp inclusion order for OpenBSD.Fabio Alessandrelli2019-06-281-1/+1
* | | Properly disable SIGPIPE on OSX network sockets.Fabio Alessandrelli2019-06-281-8/+9
| |/ |/|
* | Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-273-9/+3
|\ \
| * | Some code changed with Clang-Tidyqarmin2019-06-263-9/+3
* | | Merge pull request #29935 from Faless/net/get_if_multicast_prRémi Verschelde2019-06-214-28/+123
|\ \ \ | |/ / |/| |
| * | Multicast support in NetSocket/PacketPeerUDPFabio Alessandrelli2019-06-212-0/+71
| * | Implement IP.get_local_interfaces.Fabio Alessandrelli2019-06-212-28/+52
* | | Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-201-1/+1
|\ \ \ | |/ / |/| |
| * | Fix always true/false valuesqarmin2019-06-201-1/+1
| |/
* / Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-151-3/+3
|/
* added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
* Ignore a warning in _get_socket_error (-Wlogical-op).marxin2019-05-021-0/+11
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-074-7/+38
* Remove SIGCHILD handle in OS_Unix, interferes with pclose()Juan Linietsky2019-04-071-17/+0
* Fix jump over uninitialized value in OS Unix/X11Fabio Alessandrelli2019-04-091-0/+1
* Revert accidental commitsPedro J. Estébanez2019-03-203-254/+0
* Create class for shared memory blocks [wip]Pedro J. Estébanez2019-03-203-0/+254
* Merge pull request #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde2019-02-271-1/+1
|\
| * Fix -Wsuggest-attribute=format warnings.marxin2019-02-271-1/+1
* | Fix -Wsign-compare warnings.marxin2019-02-271-1/+1
|/