Age | Commit message (Expand) | Author |
2019-12-13 | Cleanup data writer | David Oberhollenzer |
2019-12-12 | Don't kick off the threads until the queue is full | David Oberhollenzer |
2019-12-08 | Replace SetEvent synchronization with condition variables | David Oberhollenzer |
2019-12-08 | Add native Windows port of the multi-threaded data writer | David Oberhollenzer |
2019-12-05 | Minor data writer cleanup | David Oberhollenzer |
2019-12-05 | Fix pthread data writer interfering with signal handling | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-09-29 | Cleanup: rename "compress.h" to "compressor.h" | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-27 | Cleanup: merge data.h into block.h | David Oberhollenzer |
2019-09-26 | Replace the data writer enqueue with "append buffer to current file" | David Oberhollenzer |
2019-09-26 | Add file API stub to sqfs data writer | David Oberhollenzer |
2019-09-25 | Add the ability to hook into the data writer block writing | David Oberhollenzer |
2019-09-25 | Move sqfs_block_t to its own header | David Oberhollenzer |
2019-09-25 | Rename block processor to sqfs_data_writer_t | David Oberhollenzer |