This makes so much sense that I can't believe it hasn't been done before. Kill the old `git_fbuffer` and read files straight into `git_buf` objects. Also: In order to fully support 4GB files in 32-bit systems, the `git_buf` implementation has been changed from using `ssize_t` for storage and storing negative values on allocation failure, to using `size_t` and changing the buffer pointer to a magical pointer on allocation failure. Hopefully this won't break anything.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| buffer.c | Loading commit data... | |
| dirent.c | Loading commit data... | |
| filebuf.c | Loading commit data... | |
| hex.c | Loading commit data... | |
| oid.c | Loading commit data... | |
| path.c | Loading commit data... | |
| rmdir.c | Loading commit data... | |
| string.c | Loading commit data... | |
| strtol.c | Loading commit data... | |
| vector.c | Loading commit data... |