summaryrefslogtreecommitdiffstats
path: root/drivers/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix windows debugger connection problems.Fabio Alessandrelli2016-10-304-11/+26
* TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-10-301-1/+1
* Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-10-261-2/+2
* Merge pull request #6925 from godotengine/ipv6Rémi Verschelde2016-10-268-83/+226
|\
| * Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-10-264-12/+16
| * added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-204-73/+82
| * fixed some byte order and parsing problemsAriel Manzur2016-10-191-1/+1
| * adding ipv6Ariel Manzur2016-10-187-78/+208
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
|/
* drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde2016-10-151-1/+1
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-1/+1
|\
| * Remove some unused variablesJohan Manuel2016-08-131-1/+1
* | Fix drivers coding for WinRTGeorge Marques2016-09-031-1/+14
|/
* Remove some noisy debug printsRémi Verschelde2016-07-171-4/+0
* Removed no longer needed checkJuan Linietsky2016-07-021-2/+2
* Fix some bugs in diraccess, closes #5288Juan Linietsky2016-06-301-14/+17
* Added function to notify ScriptLanguage when a thread is created/freed, allow...Juan Linietsky2016-06-251-0/+7
* Removed lots of printsDaniel J. Ramirez2016-06-182-9/+1
* -made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky2016-06-181-1/+1
* Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky2016-06-182-10/+20
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-182-0/+56
* -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-131-0/+5
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-031-1/+1
* Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does...Aren Villanueva2016-04-201-0/+21
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-161-0/+1
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-0/+3
* Added relative paths for DirAccess::remove()Zher Huei Lee2016-03-011-2/+5
* Fix allocation bug if compiled with modern clang or gccest312016-02-191-5/+22
* thread renamingAriel Manzur2016-01-312-14/+8
* total pointersAriel Manzur2016-01-311-1/+1
* improve reporting of error in wrong inheritance for autoload scriptJuan Linietsky2016-01-131-2/+2
* Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde2016-01-111-2/+1
|\
| * Remove unnecessary null pointer checksEmmanuel Leblond2016-01-041-2/+1
* | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-102-4/+3
* | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky2016-01-101-0/+2
* | Fix pthread renaming in Open/FreeBSDeska2016-01-091-1/+10
|/
* having active items is pointless in input mapJuan Linietsky2016-01-031-1/+1
* Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...Juan Linietsky2016-01-021-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-0120-20/+20
* threadsAriel Manzur2015-12-221-0/+7
* thread rename for ios and osx (if called from the thread to be renamed)Ariel Manzur2015-12-181-1/+17
* thread set nameAriel Manzur2015-12-172-0/+9
* added binary API to StreamPeer, fixes #2863Juan Linietsky2015-12-132-0/+11
* Fix windows buildest312015-12-091-5/+7
* Make the setting unix-only.est312015-11-303-0/+19
* Merge pull request #2756 from trond/bugfix_udpJuan Linietsky2015-11-191-1/+3
|\
| * Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal2015-11-191-3/+1
| * * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal2015-11-091-1/+5
| * Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal2015-11-091-1/+1
* | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\ \