aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* Don't allow negative arguments to the "wait" console command.icculus2009-09-141-1/+3
* Fixed uninitialized variable.icculus2009-09-141-1/+3
* Minor reworking to check command line cvars before Com_InitZoneMemory().icculus2009-09-141-6/+8
* - Add error handling for Opensolaris f***ing up a numeric getnameinfo() call.thilo2009-06-261-24/+29
* - fix typo in previous commit to net_ip.cthilo2009-06-231-1/+1
* Move these definitions over for other files to use in preparation of the next...thilo2009-06-232-7/+8
* minor cleanupthilo2009-06-231-11/+11
* Fix setsockopt so that setting the IPV6ONLY flag really works.thilo2009-06-221-1/+1
* Fix highest file descriptor for select(), thanks to Ben Millwood for reportingthilo2009-06-051-3/+2
* Make servers echo challenge codes from client getchallenge commandsthilo2009-06-011-1/+1
* Replace a few sprintf with Com_sprintfthilo2009-06-011-3/+3
* Fix warning in Sys_RandomBytes() usagethilo2009-05-311-1/+1
* I'll retain the new way seeding the random number generator.. these calls are...thilo2009-05-311-1/+0
* Revert changes of rand() to random() as random() was redefined in quake3.thilo2009-05-311-4/+4
* - Introduce seeding of the random number generator at startupthilo2009-05-311-4/+22
* Make command net_restart work so that port/ip settings can be changed without...thilo2009-05-292-40/+38
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-242-12/+64
* Minor code cleanupsthilo2009-05-211-13/+8
* make Cvar_Command use all arguments just like Cvar_Set_f (#4063)ludwig2009-05-081-1/+1
* cvarlist: also display systeminfo and user created flagsludwig2009-05-081-0/+10
* whitespace correctionludwig2009-05-081-10/+10
* define STRING and XSTRING in q_shared.h (#4054)ludwig2009-05-052-2/+4
* align stack before re-entering engine to make sse work (#4051)ludwig2009-05-021-0/+5
* * Remove superfluous comments committed with fix to bug #3999tma2009-03-021-4/+2
* initialize qport with random value instead of time (#3999)ludwig2009-03-021-1/+8
* qcommon: vm: Add sparc JIT compiler.ludwig2009-03-022-0/+1726
* qcommon: vm: sparc, like 386, doesn't need var-args conversion.ludwig2009-03-021-1/+1
* qcommon: Add idsparc and set when __sparc__ && !C_ONLYludwig2009-03-021-0/+7
* * s/FS_FilenameIsExecutable/FS_CheckFilenameIsNotExecutable/gtma2009-02-261-13/+14
* security fix: prevent command injection via callvoteludwig2009-01-172-0/+17
* * Fix some new GCC 4.3 warningstma2008-11-106-53/+70
* realloc vm->instructionPointers on ppc64ludwig2008-11-101-78/+96
* new PowerPC vmludwig2008-11-103-0/+3317
* fix strict aliasing issuesludwig2008-11-036-53/+38
* fix 64bit VM interface to work on ppc64 (#3838)ludwig2008-11-031-2/+2
* Patch to make getnameinfo() call work on OpenBSD systems. Created by agent596...thilo2008-10-291-3/+10
* * Move command argument completion from being hard coded to being associatedtma2008-09-164-89/+87
* * Supply specific identifier to the master server (Mathieu Olivier)tma2008-09-151-2/+2
* * Add Com_HexStrToInttma2008-09-052-97/+80
* - Add scope id to ipv6 addresses.thilo2008-08-313-9/+13
* * Fix to console completion bug introduced by the last fix (from the oopstma2008-08-301-1/+1
* * Collapse common command completion code into one function and fix thetma2008-08-271-57/+38
* * Handle dead keys more gracefully by taking a "best guess" rather than ignoringtma2008-08-251-0/+8
* * Fix unused variable warningtma2008-08-231-1/+1
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-225-22/+19
* * More robust x86 vm entrypoint/callback assembly (Tron)tma2008-08-171-96/+74
* * Use IPv6 header qcommon/wspiapi.h if it has been added by the end usertma2008-08-091-43/+50
* * Fix memory leak in win32 VM code (arQon/dmitry)tma2008-08-062-2/+2
* * Change win32 client Sys_Sleep so it ONLY sleeps since before it was waking on tma2008-08-031-1/+8
* * Sign check com_maxfps* variablestma2008-07-211-3/+3