summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2009-09-17MRAND now wraps its modulo parameter in parentheses to avoid misassociationFate1-1/+1
2009-08-30MRAND() no longer uses high-order bitsMadCamel1-3/+2
2009-08-29Converted to Mersenne Twister for random.MadCamel5-2/+125
2009-08-26Revert "Fixed crash on empty storage"MadCamel1-3/+0
2009-08-23More locking fixupsMadCamel1-4/+4
2009-08-23Fixed crash on empty storageMadCamel1-0/+3
2009-08-21Made temporary files more robust against race conditionsMadCamel1-2/+3
2009-07-24char-server now offloads file writes to a child processMadCamel1-1/+6
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis4-23/+104
2009-07-05The function should return a valueThorbjørn Lindeijer1-1/+1
2009-07-05Bail out early from connect_clientThorbjørn Lindeijer1-8/+9
2009-06-25Incremented the inter-server fifo size to 256*1024, patch from ea stable.Dennis Friis1-1/+1
2009-06-25Redo storage, derived from ea stable.Dennis Friis2-5/+11
2009-05-25Changed ladmin to allow being piped into more safelyFate1-16/+21
2009-03-08Strip some more outJared Adams1-20/+1
2009-03-08Some more cleanupJared Adams1-13/+0
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer2-26/+26
2008-11-03Rename MMRAND to MPRAND and clarify in a comment how it works exactly. These ...Dennis Friis1-2/+9
2008-11-03Add 2 defines for rand() that uses hi-order bits to get slighty better pseudo...Dennis Friis1-0/+2
2008-10-23Commit Mantis tasks 486 and 460Jared Adams1-2/+2
2008-10-11Commit magic patch v13Jared Adams1-2/+2
2008-04-25minor fix to some simple signedness errorsDennis Friis1-7/+7
2008-04-02initial checkinDennis Friis22-0/+3491