Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-25 | Clarify comment for LogicalTapeSetBlocks(). | Jeff Davis | 13.15 |
| 2024-03-23 | Remove incorrect Assert introduced in c8aeaf3ab. | Jeff Davis | 13.15 |
| 2020-09-16 | Change LogicalTapeSetBlocks() to use nBlocksWritten. | Jeff Davis | 13.0 |
| 2020-09-12 | logtape.c: do not preallocate for tapes when sorting | Jeff Davis | 13.0 |
| 2020-09-04 | Fix bogus MaxAllocSize check in logtape.c. | Jeff Davis | 13.0 |
| 2020-06-07 | Fix platform-specific performance regression in logtape.c. | Jeff Davis | 13.0 |
| 2020-05-26 | Avoid fragmentation of logical tapes when writing concurrently. | Jeff Davis | 13.0 |
| 2020-04-19 | Fix missing pfree() in logtape.c, missed by 24d85952. | Jeff Davis | 13.0 |
| 2020-03-09 | Introduce LogicalTapeSetExtend(). | Jeff Davis | 13.0 |
| 2020-02-19 | logtape.c: allocate read buffer even for an empty tape. | Jeff Davis | 13.0 |
| 2020-02-13 | Logical Tape Set: lazily allocate read buffer. | Jeff Davis | 13.0 |
| 2020-02-06 | Logical Tape Set: use min heap for freelist. | Jeff Davis | 13.0 |