Glenn Maynard
|
96c05aae34
|
Move write buffering from RageFileObjDirect to RageFileObj; enable
it for RageFileDriverTimeout, too.
|
2006-02-28 07:43:54 +00:00 |
|
Glenn Maynard
|
af3bbbd99a
|
ResetBuf -> ResetReadBuf
|
2006-02-28 05:11:34 +00:00 |
|
Glenn Maynard
|
1220fc988a
|
FillBuf -> FillReadBuf
|
2006-02-28 05:10:54 +00:00 |
|
Glenn Maynard
|
e1d55d1361
|
rename buffers (make read-buffer explicit)
|
2006-02-15 00:52:31 +00:00 |
|
Glenn Maynard
|
7272580311
|
EnableBuffering -> EnableReadBuffering
|
2006-02-15 00:49:28 +00:00 |
|
Chris Danford
|
ec51af900e
|
CString -> RString for files used by smpackage
|
2005-12-10 08:15:44 +00:00 |
|
Glenn Maynard
|
21223ad474
|
cleanup
|
2005-10-13 03:25:15 +00:00 |
|
Chris Danford
|
48ebc53549
|
return NULL -> return CString() for clarity and efficiency
|
2005-09-04 16:55:21 +00:00 |
|
Chris Danford
|
e439ae2a96
|
return "" -> return NULL
|
2005-09-02 00:14:07 +00:00 |
|
Glenn Maynard
|
954b1721e6
|
add missing copy ctor (fixes potential crash; reproduced in a test case but may not actually manifest anywhere)
|
2005-05-05 00:17:19 +00:00 |
|
Glenn Maynard
|
36990c4a4c
|
uint32_t crc32s; allow partial checksums
|
2004-12-13 00:19:15 +00:00 |
|
Glenn Maynard
|
b03207d6f5
|
automatic crc32 calc; a couple extra helpers
|
2004-12-12 04:38:17 +00:00 |
|
Glenn Maynard
|
614dfefd49
|
make buffering optional, to avoid accumulative overhead
|
2004-12-11 02:53:22 +00:00 |
|
Glenn Maynard
|
31f477b1b8
|
RageBasicFile -> RageFileBasic (sorts better), move it and RageFileObj (probably to be renamed) into a separate file since they're no longer "file driver"-specific
|
2004-12-11 02:21:56 +00:00 |
|