aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/files.c
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in case an invalid pk3 file has been downloaded from the se...thilo2009-10-191-15/+57
* Just unix2dos, nothing to see here ...thilo2009-10-191-17/+8
* fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now.thilo2009-10-121-16/+0
* Fix fake checksum handling if client is unpure, make sure client does not rem...thilo2009-10-111-1/+4
* * ...and actually r1626 this timetma2009-09-161-3/+0
* Let a separate libdir be specified for loading libraries.icculus2009-09-151-0/+3
* Fixed infinite recursion of writing crashlog because we're out of file handles.icculus2009-09-151-1/+1
* * s/FS_FilenameIsExecutable/FS_CheckFilenameIsNotExecutable/gtma2009-02-261-13/+14
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-221-8/+13
* * (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend tma2008-07-051-1/+35
* Thanks to Lakitu7 for pointing this out.zakk2008-06-171-1/+1
* * Fix some recently introduced warningstma2008-04-121-3/+3
* - fix a potential file descriptor leak in server side of pak downloadingthilo2008-04-121-1/+2
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-101-10/+23
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-091-0/+6
* Add Multicast capabilities for LAN server scanning.thilo2008-04-091-1/+1
* Commit patch from Jacques Boscq, which will prohibit the calling of memcpy wi...thilo2008-03-251-2/+4
* * Write q3config_server.cfg for the server, to avoid reseting client variablestma2008-02-281-1/+1
* Add gamedirectory in .app to searchpath on MacOSXthilo2007-12-141-1/+15
* * Add con_log.c to log all console outputtma2007-11-301-1/+1
* * Merge unified-sdl to trunktma2007-09-051-345/+249
* clean up pak file checks + fixing stray error message when an unofficial pak9...thilo2007-08-301-12/+24
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-261-1/+0
* * ...And the other deliberate mistaketma2007-08-241-1/+1
* * (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)tma2007-08-241-25/+3
* - also check for point release pak filesludwig2006-12-301-15/+61
* don't use intermediate array for sorting pakfiles. avoids theludwig2006-12-301-14/+3
* Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...thilo2006-08-281-5/+2
* More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ...thilo2006-08-281-0/+3
* There are actually files that can have a length of 0 so this in-use-check was...thilo2006-08-271-1/+1
* bug 2723tjw2006-08-161-4/+0
* bug 2723tjw2006-08-021-0/+4
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-031-1/+18
* 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-161-11/+40
* Fix bug that permits download of arbitrary files from a download enabled serv...thilo2006-05-081-8/+1
* Add string length checking to function COM_StripExtension. This fixes the R_R...thilo2006-05-061-1/+1
* Replaced various "baseq3" strings with the centrally defined BASEGAME macro.thilo2006-04-261-5/+5
* Fix didn't work yet because it didn't use the buffer where the filename exten...thilo2006-04-231-1/+1
* Fix prohibits illegal downloading of id PK3 files from servers. That bug is h...thilo2006-04-221-0/+7
* accept pak0.pk3 in demoq3/ as wellludwig2006-03-081-1/+2
* * Only check the checksum on baseq3 pak0.pk3tma2006-01-221-1/+2
* * Overhaul of console autocompletiontma2006-01-221-0/+23
* * Yet another MD4 implementationtma2006-01-181-3/+4
* * Remove FS_SetRestrictionstma2006-01-051-60/+36
* * AVI video outputtma2006-01-041-1/+12
* fix typo in commentludwig2005-12-301-1/+1
* * Remove the debug text that nobody seemed to noticetma2005-11-191-1/+0
* * Bleh.. whitespacetma2005-11-161-2/+2
* * Partial implementation of FS_Seek for files in pk3stma2005-11-161-12/+32