index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
unix
Age
Commit message (
Expand
)
Author
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
2019-07-10
Use reference to constant in functions
qarmin
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-07-01
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-06-28
Fix ip_unix.cpp inclusion order for OpenBSD.
Fabio Alessandrelli
2019-06-28
Properly disable SIGPIPE on OSX network sockets.
Fabio Alessandrelli
2019-06-27
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-23
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-21
Merge pull request #29935 from Faless/net/get_if_multicast_pr
Rémi Verschelde
2019-06-21
Multicast support in NetSocket/PacketPeerUDP
Fabio Alessandrelli
2019-06-21
Implement IP.get_local_interfaces.
Fabio Alessandrelli
2019-06-20
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
Fix always true/false values
qarmin
2019-06-15
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-05-21
added a const keyword for a methods that return constant literal...
hbina085
2019-05-02
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-04-07
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
Remove SIGCHILD handle in OS_Unix, interferes with pclose()
Juan Linietsky
2019-04-09
Fix jump over uninitialized value in OS Unix/X11
Fabio Alessandrelli
2019-03-20
Revert accidental commits
Pedro J. Estébanez
2019-03-20
Create class for shared memory blocks [wip]
Pedro J. Estébanez
2019-02-27
Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format
Rémi Verschelde
2019-02-27
Fix -Wsign-compare warnings.
marxin
2019-02-27
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-13
Fix typos with codespell
Rémi Verschelde
[next]