Age | Commit message (Expand) | Author |
2018-11-22 | Added missing path verification on Unix, closes #20762 | Juan Linietsky |
2018-11-18 | Properly accept wildcard when binding IPv4 socket. | Fabio Alessandrelli |
2018-10-29 | Merge pull request #23388 from eska014/html5-stubexec | Rémi Verschelde |
2018-10-29 | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | Leon Krause |
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez |
2018-10-07 | Safer getcwd in DirAccess | Fabio Alessandrelli |
2018-10-07 | Avoid possible overflow in OS_Unix readlink | Fabio Alessandrelli |
2018-10-06 | Fix warnings in HTML5 build outside platform files | Leon Krause |
2018-10-04 | Fix some OSX and iOS Clang warnings | Rémi Verschelde |
2018-10-03 | Fix warnings in Android platform | Rémi Verschelde |
2018-09-30 | Fix OS X get_ticks_usec return value after #22424 | Marcelo Fernandez |
2018-09-29 | Use monotonic clock for get_ticks_usec | Fabio Alessandrelli |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-28 | Remove socket_helper.h after NetSocket refactor | Fabio Alessandrelli |
2018-09-27 | Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] | Rémi Verschelde |
2018-09-22 | Fix Winsock UDP ECONNRESET/ENETRESET bug | Fabio Alessandrelli |
2018-09-22 | Detect POLLERR revents too in NetSocketPosix. | Fabio Alessandrelli |
2018-09-22 | Use select instead of WSAPoll on Windows. | Fabio Alessandrelli |
2018-09-13 | Properly initialize Winsock on startup | Fabio Alessandrelli |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli |
2018-09-12 | Unify PacketPeerUDP using NetSocket | Fabio Alessandrelli |
2018-09-12 | New NetSocket interface, BSD/Win implementation | Fabio Alessandrelli |
2018-09-12 | ENet wrapper properly detect disconnect on poll | Fabio Alessandrelli |
2018-09-12 | Properly reset socket blocking state on close | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-08-20 | Try closing gracefully before terminating process | Marcin Zawiejski |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky |
2018-06-05 | Set SO_BROADCAST socket option for UDP sockets. | Fabio Alessandrelli |
2018-05-26 | Merge pull request #18279 from RandomShaper/allow-naive-http | Max Hilbrunner |
2018-05-22 | Allow body-up-to-EOF HTTP responses | Pedro J. Estébanez |
2018-05-16 | added get_creation_time function for gdscript | Daniele Giuliani |
2018-05-11 | Fix Linux/X11 build on ARMs. | bruvzg |
2018-05-07 | Local debugger fixes and extensions | Blazej Floch |
2018-05-03 | Merge pull request #18372 from Gamblify/largePckFix | Rémi Verschelde |
2018-05-03 | Fix for large .pck files | Gustav Lund |
2018-05-01 | Merge pull request #18334 from Faless/coverity_net | Rémi Verschelde |
2018-04-28 | GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret... | Robin Hübner |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-21 | Various coverity scan fixes for networking | Fabio Alessandrelli |
2018-04-20 | [DOCS] add HTTPRequest.request return values | Poommetee Ketson |
2018-03-20 | Add RWLockDummy for NO_THREADS builds | Leon Krause |
2018-03-15 | Merge pull request #17376 from marcelofg55/file_get_path | Hein-Pieter van Braam |
2018-03-13 | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez |
2018-03-13 | Merge pull request #16895 from Noshyaar/bmk | Rémi Verschelde |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |