summaryrefslogtreecommitdiffstats
path: root/drivers/unix
Commit message (Expand)AuthorAgeFilesLines
* Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-104-38/+0
* Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-104-0/+38
|\
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-164-0/+38
* | Set SO_BROADCAST socket option for UDP sockets.Fabio Alessandrelli2018-06-051-0/+7
* | Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner2018-05-261-0/+1
|\ \ | |/ |/|
| * Allow body-up-to-EOF HTTP responsesPedro J. Estébanez2018-05-221-0/+1
* | Fix Linux/X11 build on ARMs.bruvzg2018-05-111-1/+1
* | Local debugger fixes and extensionsBlazej Floch2018-05-072-0/+18
* | Merge pull request #18372 from Gamblify/largePckFixRémi Verschelde2018-05-031-3/+3
|\ \
| * | Fix for large .pck filesGustav Lund2018-05-031-3/+3
| |/
* | Merge pull request #18334 from Faless/coverity_netRémi Verschelde2018-05-013-11/+31
|\ \
| * | Various coverity scan fixes for networkingFabio Alessandrelli2018-04-213-11/+31
* | | GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...Robin Hübner2018-04-281-0/+6
| |/ |/|
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
|/
* [DOCS] add HTTPRequest.request return valuesPoommetee Ketson2018-04-201-1/+1
* Add RWLockDummy for NO_THREADS buildsLeon Krause2018-03-203-3/+4
* Merge pull request #17376 from marcelofg55/file_get_pathHein-Pieter van Braam2018-03-152-0/+15
|\
| * Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-132-0/+15
* | Merge pull request #16895 from Noshyaar/bmkRémi Verschelde2018-03-131-1/+1
|\ \ | |/ |/|
| * Fix get_drive (bookmarks) in linux not workingPoommetee Ketson2018-02-211-1/+1
* | Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-042-15/+0
|/
* [X11] Improving error detection in move_to_trashIskustvo2018-02-181-0/+1
* Clean up some bad words from code commentsArtem Varaksa2018-02-171-1/+1
* fix buffer write performance on Windows and UnixMarcin Zawiejski2018-02-042-0/+6
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-01-302-2/+2
* Fix use of execvp, earlier fix was short sighted and only workedsambler2018-01-081-11/+13
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0523-0/+23
* Add support from properly exporting shared objects, needed for GDNative exportJuan Linietsky2018-01-041-1/+14
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+1
* Fix crash in OS::execute on FreeBSDRémi Verschelde2018-01-041-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-0125-50/+50
* Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-152-7/+7
* Drop unused OS_Unix::has_data and related logicRémi Verschelde2017-12-101-32/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+1
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-072-2/+2
* Improve slang, especially in user-visible partsUnknown2017-12-052-3/+3
* Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-302-2/+2
* Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-261-5/+9
* Return and repair file loggingRuslan Mustakov2017-11-212-10/+8
* Add initial support for the XDG Base Directory specRémi Verschelde2017-11-193-33/+7
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-2/+2
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-1/+0
* Disable logging until the logs location is sorted outRémi Verschelde2017-10-291-1/+3
* Use execvp instead of execv to allow OS.execute() to search through PATH.Elia Argentieri2017-10-111-1/+1
* OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-032-3/+7
* Extract logging logicRuslan Mustakov2017-09-256-57/+174
* Rename pos to position in user facing methods and variablesletheed2017-09-202-2/+2
* Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-172-0/+11
* Only do 'drive' discovery on X11Hein-Pieter van Braam2017-09-141-4/+5
* Merge pull request #11160 from marcelofg55/drive_funcs_x11Rémi Verschelde2017-09-132-2/+93
|\