Age | Commit message (Expand) | Author | Files | Lines |
2009-09-17 | MRAND now wraps its modulo parameter in parentheses to avoid misassociation | Fate | 1 | -1/+1 |
2009-08-30 | MRAND() no longer uses high-order bits | MadCamel | 1 | -3/+2 |
2009-08-29 | Converted to Mersenne Twister for random. | MadCamel | 5 | -2/+125 |
2009-08-26 | Revert "Fixed crash on empty storage" | MadCamel | 1 | -3/+0 |
2009-08-23 | More locking fixups | MadCamel | 1 | -4/+4 |
2009-08-23 | Fixed crash on empty storage | MadCamel | 1 | -0/+3 |
2009-08-21 | Made temporary files more robust against race conditions | MadCamel | 1 | -2/+3 |
2009-07-24 | char-server now offloads file writes to a child process | MadCamel | 1 | -1/+6 |
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 4 | -23/+104 |
2009-07-05 | The function should return a value | Thorbjørn Lindeijer | 1 | -1/+1 |
2009-07-05 | Bail out early from connect_client | Thorbjørn Lindeijer | 1 | -8/+9 |
2009-06-25 | Incremented the inter-server fifo size to 256*1024, patch from ea stable. | Dennis Friis | 1 | -1/+1 |
2009-06-25 | Redo storage, derived from ea stable. | Dennis Friis | 2 | -5/+11 |
2009-05-25 | Changed ladmin to allow being piped into more safely | Fate | 1 | -16/+21 |
2009-03-08 | Strip some more out | Jared Adams | 1 | -20/+1 |
2009-03-08 | Some more cleanup | Jared Adams | 1 | -13/+0 |
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 2 | -26/+26 |
2008-11-03 | Rename MMRAND to MPRAND and clarify in a comment how it works exactly. These ... | Dennis Friis | 1 | -2/+9 |
2008-11-03 | Add 2 defines for rand() that uses hi-order bits to get slighty better pseudo... | Dennis Friis | 1 | -0/+2 |
2008-10-23 | Commit Mantis tasks 486 and 460 | Jared Adams | 1 | -2/+2 |
2008-10-11 | Commit magic patch v13 | Jared Adams | 1 | -2/+2 |
2008-04-25 | minor fix to some simple signedness errors | Dennis Friis | 1 | -7/+7 |
2008-04-02 | initial checkin | Dennis Friis | 22 | -0/+3491 |