summaryrefslogtreecommitdiff
path: root/drivers/unix
AgeCommit message (Expand)Author
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-11-01Merge pull request #7006 from vnen/fix-ipv6-uwpGeorge Marques
2016-10-31Fix IPv6 linking for UWPGeorge Marques
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-30Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli
2016-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli
2016-10-30Fix windows debugger connection problems.Fabio Alessandrelli
2016-10-30TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli
2016-10-26Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli
2016-10-26Merge pull request #6925 from godotengine/ipv6Rémi Verschelde
2016-10-26Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli
2016-10-20added windows support for ipv6, cleaned up unix codeAriel Manzur
2016-10-19fixed some byte order and parsing problemsAriel Manzur
2016-10-18adding ipv6Ariel Manzur
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-15drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky
2016-09-03Fix drivers coding for WinRTGeorge Marques
2016-08-13Remove some unused variablesJohan Manuel
2016-07-17Remove some noisy debug printsRémi Verschelde
2016-07-02Removed no longer needed checkJuan Linietsky
2016-06-30Fix some bugs in diraccess, closes #5288Juan Linietsky
2016-06-25Added function to notify ScriptLanguage when a thread is created/freed, allow...Juan Linietsky
2016-06-18Removed lots of printsDaniel J. Ramirez
2016-06-18-made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-13-Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky
2016-06-03change invalid characters when get user data dir on Windows & Unixvolzhs
2016-04-20Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does...Aren Villanueva
2016-03-16Add function to convert Date time from a dictionary to EpochKyle Luce
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce
2016-03-01Added relative paths for DirAccess::remove()Zher Huei Lee
2016-02-19Fix allocation bug if compiled with modern clang or gccest31
2016-01-31thread renamingAriel Manzur
2016-01-31total pointersAriel Manzur
2016-01-13improve reporting of error in wrong inheritance for autoload scriptJuan Linietsky
2016-01-11Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky
2016-01-10-Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky
2016-01-09Fix pthread renaming in Open/FreeBSDeska
2016-01-04Remove unnecessary null pointer checksEmmanuel Leblond
2016-01-03having active items is pointless in input mapJuan Linietsky
2016-01-02Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-22threadsAriel Manzur
2015-12-18thread rename for ios and osx (if called from the thread to be renamed)Ariel Manzur
2015-12-17thread set nameAriel Manzur
2015-12-13added binary API to StreamPeer, fixes #2863Juan Linietsky
2015-12-09Fix windows buildest31