Sears Russell
|
3c3ccd9df7
|
Uncommented the file and memory tests.
|
2006-11-22 05:03:32 +00:00 |
|
Sears Russell
|
4520f672ac
|
The test sometimes calls append, append, truncate, where the first append terminates after the append, and returns EDOM. Check for this, and allow the test to pass.
|
2006-11-21 06:49:16 +00:00 |
|
Sears Russell
|
c86688884a
|
Updates for 32-bit x86. There are still real 32-bit bugs being emitted as compiler warnings.
|
2006-11-07 20:36:59 +00:00 |
|
Sears Russell
|
8481e9cdd6
|
non_blocking is closer to working (it now flushes writes out in the background). This required some api changes. It still passes unit tests, but it's losing data on close()...
|
2006-10-28 03:33:02 +00:00 |
|
Sears Russell
|
faf55911df
|
Added non-blocking io implementation. It doesn't actually work yet, but it passes the unit tests. ;)
|
2006-10-26 05:48:30 +00:00 |
|
Sears Russell
|
10b77729f5
|
Simple (blocking, poor truncation performance) file handle implementation.
|
2006-10-18 00:57:36 +00:00 |
|
Sears Russell
|
f2e7a6b3a8
|
Fixed bug (assert was calling a handle method with an outstanding read buffer).
|
2006-10-17 03:28:24 +00:00 |
|
Sears Russell
|
80a4148543
|
First cut at a new io API, with an in-memory reference implementation + test case.
|
2006-10-13 04:39:03 +00:00 |
|