summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.cc
Commit message (Expand)AuthorAgeFilesLines
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Don't allocate pointless iterators.Adam Borowski2013-11-151-3/+3
* Add a couple of assertions in low-level save file handling.Adam Borowski2013-10-061-0/+6
* Don't fsync in debug builds.Adam Borowski2013-08-271-6/+1
* Port to OpenSolaris (Dyson/Illumos).Adam Borowski2013-05-051-60/+60
* Don't fsync() --no-save saves.Adam Borowski2012-09-221-4/+4
* Android port.frogbotherer2012-09-081-0/+5
* Use std namespace.Raphael Langella2012-08-261-21/+21
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+2
* Check if some code tries to read from a save into (void*)0Adam Borowski2012-07-121-0/+2
* An undocumented command-line option, --no-save.Adam Borowski2012-07-101-0/+23
* Fix save files leaking space.Adam Borowski2012-06-161-0/+2
* Allow deleting/overwriting save chunks while they're being read.Adam Borowski2012-06-121-19/+23
* Add a comment how to allow readers to linger past commits.Adam Borowski2012-06-111-0/+2
* Do the whole of X[] save handling as one transaction.Adam Borowski2012-06-111-11/+21
* Assert out when committing a save when there are readers or writers.Adam Borowski2012-06-111-2/+7
* Offer to delete corrupted saves.Adam Borowski2012-03-241-17/+17
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-15/+15
* Partial fix for broken MSVC build (still need to fix prebuild)Alexander Vostres2011-07-171-1/+2
* Fix zlib compression done in chunks of only 4 bytes.Adam Borowski2011-07-051-1/+1
* cppcheck: use ++p not p++ for complex types (like iterators).Adam Borowski2011-07-051-9/+9
* Fix a warning on certain architectures.Adam Borowski2011-06-091-1/+1
* Try to fight fragmentation by choosing the best-fitting block.Adam Borowski2011-06-081-20/+31
* Show some internal info about saves.Adam Borowski2011-06-081-11/+61
* Merge branch 'unicode'.Adam Borowski2011-04-011-3/+3
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-01-111-44/+60
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2010-12-121-1/+5
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-40/+80
| |\ \ \
| * | | | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-2/+2
* | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| |_|_|/ |/| | |
* | | | Convert ASSERT(!"foo") to die("foo").Adam Borowski2011-01-111-1/+1
* | | | Adjust the max chunk name in --edit-save as well.Adam Borowski2011-01-081-1/+2
* | | | Change the max name length of save file chunks from 4 to 255.Adam Borowski2011-01-081-36/+52
* | | | Fix an irrelevant memory leak on write errors.Adam Borowski2011-01-071-0/+1
* | | | Fix a memory leak and potential crash on browsing corrupted saves.Adam Borowski2011-01-071-4/+2
* | | | Allow handling old save package formats.Adam Borowski2011-01-071-5/+5
| |_|/ |/| |
* | | Except for public servers, ensure robustness against filesystem crashes.Adam Borowski2010-12-031-1/+5
| |/ |/|
* | Remove an obsolete comment.Adam Borowski2010-10-071-2/+0
* | Fix a memory leak on failed writes.Adam Borowski2010-10-071-0/+6
* | Don't leak file descriptors when trying to open a save file fails.Adam Borowski2010-10-071-34/+52
* | Move unlinking save files to the save code itself.Adam Borowski2010-10-071-3/+13
* | Fix saves on big-endian systems.Adam Borowski2010-09-181-1/+1
* | Document the limitation of save chunk name length of 4 characters.Adam Borowski2010-09-171-0/+8
|/
* Give a nicer message for an empty save -- it's not really corrupted.Adam Borowski2010-09-131-0/+5
* Skip an assertion when crashing down.Adam Borowski2010-09-111-1/+5
* Fix the save browser on non-Windows.Adam Borowski2010-09-061-1/+4
* Use file locking on the save file to prevent corruption from running Crawl tw...Adam Borowski2010-09-061-0/+4
* Disable COSTLY_ASSERTS.Adam Borowski2010-09-051-1/+1
* Store the "lua" subfile as a chunk.Adam Borowski2010-09-041-0/+14
* Allow reads of 0 bytes, they do happen.Adam Borowski2010-09-041-1/+2