Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly fix cFile Warnings | tycho | 2015-05-19 | 1 | -4/+4 |
| | |||||
* | Fixed a lot of warnings | tycho | 2015-05-19 | 1 | -3/+3 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Fixed bindings for cFile:ReadWholeFile(). | Mattes D | 2015-04-30 | 1 | -1/+6 |
| | | | | Fixes #1914 | ||||
* | Added more cFile API functions. | Mattes D | 2015-04-11 | 1 | -0/+12 |
| | | | | GetLastModificationTime, GetPathSeparator() and GetExecutableExt() | ||||
* | Added cFile:ChangeFileExt() function. | Mattes D | 2015-04-06 | 1 | -0/+4 |
| | |||||
* | Removed cFile::ReplaceFileNameInvalidChars(). | Mattes D | 2015-01-27 | 1 | -3/+0 |
| | | | | Its only usage in cProtocol18 has been changed to a simple string replace - only the IPv6's colons were causing problems. | ||||
* | cFile: Added ReplaceFileNameInvalidChars(). | Mattes D | 2015-01-27 | 1 | -0/+3 |
| | |||||
* | Fixed windows compilation and style issues. | madmaxoft | 2014-08-12 | 1 | -4/+4 |
| | |||||
* | First Implementatation of new Loggin framework | Tycho | 2014-08-10 | 1 | -1/+2 |
| | |||||
* | Template Magic | Tycho | 2014-04-28 | 1 | -2/+2 |
| | | | | | | Removed need to allocate a fake meta block by using templates to provide a version of the code that does not use metas. Also changed the function to a template argument to make sure that the compilier is able to inline it. | ||||
* | Fixed xofts issues | Tycho | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | Added macros to follow format string checking through wrappers | Tycho | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Added cFile::Flush(). | madmaxoft | 2014-01-25 | 1 | -20/+25 |
| | | | | This is useful when using cFile as a log file and we know the server may crash after a specific write, so we flush the file before continuing. | ||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -0/+6 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+138 |