aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* Fix critical buffer overflow in cgame, see exploit at http://www.milw0rm.com/...thilo2006-07-061-2/+2
* - print warning if server tries to set cvars it shouldn't setludwig2006-07-051-1/+4
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-035-3/+60
* * OpenAL bug fix (from Josh Weisskopf)tma2006-06-171-0/+1
* * Better SDL joystick support (from Erik Auerswald)tma2006-06-171-20/+121
* * sv_minRate (from R1CH)tma2006-06-178-2/+90
* Remove chars with ascii value > 127 in MSG_ReadBigString too to make it corre...thilo2006-06-161-0/+4
* Little fix for the sanity check fix from previous rev...thilo2006-06-161-3/+2
* - Fix bug that allows a malicious server to write and overwrite any files in ...thilo2006-06-162-18/+40
* Fix client "freezes" if a user with ASCII characters > 127 enters a server. R...thilo2006-06-111-0/+5
* Fix remotely exploitable parse download overflow reported by Luigi Auriemma.thilo2006-06-041-8/+20
* Fixed a crash in md4 routines when using them on files with zero length, repo...thilo2006-06-011-2/+2
* Forgot to check for windows-style path seperator in precaution against direct...thilo2006-06-011-1/+1
* Partially applied patch from Joerg Dietrich. Fixes:thilo2006-06-012-6/+18
* Correction in PowerPC JIT code. Fixes crash in server browser, etc, on Mac OS Xicculus2006-05-291-4/+4
* Prevent servers from making clients download files that are written to non-qu...thilo2006-05-281-0/+7
* Applied parts of Josh Weisskopf's patch to make naming of executables consist...thilo2006-05-161-7/+7
* Added two missing source files to the MSVC project filesthilo2006-05-161-0/+59
* Fixed missing initialization of idPack and missionPack variables which may re...thilo2006-05-151-1/+1
* Fix JIT compiler code execution on NX-protected win32 OSthilo2006-05-151-0/+18
* Corrected #include directives of openal headers for MSVC.thilo2006-05-131-2/+8
* Fix bug that permits download of arbitrary files from a download enabled serv...thilo2006-05-082-15/+46
* * Fix the MinGW build. Ugh.tma2006-05-061-1/+8
* Added return; statement so it doesn't complain when it receives a remapShader...thilo2006-05-061-0/+2
* Fix remapShader command in cgame and tweak it in ui.thilo2006-05-062-4/+18
* add update_url. Maybe we need it in the futureludwig2006-05-061-0/+1
* Add string length checking to function COM_StripExtension. This fixes the R_R...thilo2006-05-0613-22/+22
* removed a space too much after "say_team: " chat prompt.thilo2006-05-041-1/+1
* - Added SV_Shutdown to Linux signal handler to ensure that clients don't hang...thilo2006-05-043-1/+6
* - Replaced SV_GetPlayerByName with SV_GetPlayerByHandle that supports lookup ...thilo2006-05-021-6/+23
* Fix "Net_CompareAdr: Bad address type" error message when starting a new map ...thilo2006-05-021-1/+1
* - remove leftover anistropic filtering variables from glconfig_tludwig2006-04-302-3/+5
* - Fixed incompatibility to original VMs introduced by anisotropic filtering p...thilo2006-04-307-22/+31
* - Fix r_overBrightBits variable getting ignored on Linuxthilo2006-04-301-7/+32
* * Yet another tweak to the long server uptime bug fixtma2006-04-281-1/+1
* Fix for skybox blacklines bug on non-SDL compilations.thilo2006-04-271-0/+9
* - Introduced various new typedefs for windows platform (int32_t, int64_t, etc...thilo2006-04-274-53/+40
* - "baseq3" literal replacement patch (by Erik Auerswald) appliedthilo2006-04-266-6/+7
* strupr'ing demo filenames breaks demo selection on case sensitive file systems.thilo2006-04-261-1/+1
* Replaced various "baseq3" strings with the centrally defined BASEGAME macro.thilo2006-04-263-7/+7
* SunOS -> sunos (patch by Vincent Cojot)ludwig2006-04-232-2/+2
* Fix didn't work yet because it didn't use the buffer where the filename exten...thilo2006-04-231-1/+1
* * Oopstma2006-04-231-0/+299
* * cl_guid for semi-reliable server authentication (from tjw)tma2006-04-223-0/+29
* * Anisotropic texture filtering (from Echon)tma2006-04-227-0/+92
* Fix prohibits illegal downloading of id PK3 files from servers. That bug is h...thilo2006-04-222-2/+9
* * Fix to a bug introduced by the fix to the long server uptime bugtma2006-04-221-1/+1
* - botlib logfile now gets stored in the fs_game directory in fs_homepath. (pa...thilo2006-04-213-7/+31
* Still some little improvements to flares.thilo2006-04-202-1/+8
* Removed redundant assignment.thilo2006-04-201-1/+0