Age | Commit message (Expand) | Author |
2017-03-09 | stop accessing the hostname, the current username and the architecture/platfo... | /dev/humancontroller |
2017-03-09 | remove the (generally unsecure) use of PIDs and PID files | /dev/humancontroller |
2017-03-09 | remove the (generally unsecure) setenv command | /dev/humancontroller |
2017-03-09 | on Windows, allow running without a system console (without crashing) | /dev/humancontroller |
2017-02-07 | load libraries only, and load VMs additionally, from the path specified by th... | /dev/humancontroller |
2017-02-07 | be more cautious in assigning default fs_ paths | /dev/humancontroller |
2017-02-07 | stop referencing the current working directory | /dev/humancontroller |
2017-02-06 | use system libraries more properly; introduce a dependency on Minizip | /dev/humancontroller |
2016-04-07 | Fix typo of SDL_Has3DNow() in Sys_GetProcessorFeatures() | Zack Middleton |
2016-04-07 | Sys_GetProcessorFeatures() didn't check for 3DNow! or Altivec. | Ryan C. Gordon |
2016-04-07 | Ensure reads from /dev/urandom are unbuffered | Dion Williams |
2016-04-07 | Fix Windows file list extension check | Zack Middleton |
2016-04-07 | SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. | Pan7 |
2015-03-17 | Add arrow key support for win32 console | Xycaleth |
2015-03-17 | Set float rounding mode on non-Windows platforms | Zack Middleton |
2015-03-17 | Fix pid file ignoring user set fs_homepath | Zack Middleton |
2015-03-17 | Fix a few warnings | Tim Angus |
2014-08-28 | Get clipboard data from SDL | Zack Middleton |
2014-08-28 | Check #ifdef MACOS_X not #if MACOS_X | Zack Middleton |
2014-08-28 | Ignore -psn* arguments on Mac OS X | Zack Middleton |
2014-08-28 | Various fixes from Fuma | Tim Angus |
2014-08-28 | The in_mouse stuff makes no sense in SDL2 | Tim Angus |
2014-08-28 | Use SDL 2 instead of SDL 1.2 | Tim Angus |
2014-06-17 | Fix potential OOB in Windows Dedicated TTY CON_Show | Zack Middleton |
2014-06-17 | Release netowrk bindings on shutdown | MAN-AT-ARMS |
2014-06-17 | Bug #6021 Fix misuse of Sys_Mkdir (Joerg Dietrich) | Tim Angus |
2014-06-17 | Fix recursive crash when home path cannot be created | Thilo Schulz |
2014-06-17 | Fix Windows server history scrolling | Zack Middleton |
2013-05-31 | make the fread() success-check code in Sys_RandomBytes() more secure | /dev/humancontroller |
2013-05-03 | Fix shfolder.dll not getting freed | Tim Angus |
2013-02-16 | Update copyright notices | Tim Angus |
2013-02-16 | 5717 - Gamecode can open file "" for reading | Zack Middleton |
2013-01-12 | Fix win32 console partial print being overwritten | Zack Middleton |
2013-01-12 | Make win32 console cursor visible | Zack Middleton |
2013-01-12 | Fix win32 input left on buffer and overwritten | Zack Middleton |
2013-01-12 | Don't look for colors past win32 input line length | Zack Middleton |
2013-01-12 | Fix win32 dedicated input line printing to backlog | Zack Middleton |
2013-01-12 | Colorize text on win32 console | Zack Middleton |
2013-01-12 | Fix this for real now. | Thilo Schulz |
2013-01-12 | * Fix warning | Tim Angus |
2013-01-12 | Fix windows as well | Thilo Schulz |
2013-01-12 | * (bug #5709) Fix crash when invoked with --version | Tim Angus |
2013-01-12 | Removed 0xAD character, from /dev/humancontroller. | Zack Middleton |
2013-01-12 | CVE-2012-3345 | Zachary Slater |
2013-01-12 | Unix clients can now enter commands from tty console. Patch by Rambetter with... | Zack Middleton |
2013-01-10 | * Fix various warnings with GCC and clang | Tim Angus |
2013-01-10 | Force unload of running VMs when quitting through signal handler | Thilo Schulz |
2013-01-10 | Set default rounding mode to FE_NEAREST again. Thanks to Matthias Bentrup for... | Thilo Schulz |
2013-01-10 | Fixed win32 dedicated server console output. It use to write input line and t... | Zack Middleton |
2013-01-10 | Use STDOUT_FILENO instead of 1 in con_tty.c | Zack Middleton |