| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merged from main | Stefan Boberg | 2022-06-16 | 1 | -0/+2 |
| * | fix argument order in IoBufferBuilder::MakeFromFileWithSharedDelete | Dan Engelbrecht | 2022-05-30 | 1 | -1/+1 |
| * | create local utility function for IoBufferBuilder::MakeFromFile* | Dan Engelbrecht | 2022-05-30 | 1 | -48/+25 |
| * | Enable FILE_SHARE_DELETE on standalone files in disk buckets | Dan Engelbrecht | 2022-05-28 | 1 | -0/+45 |
| * | Make sure blockstore owner and block store state does not get out of sync whe... | Dan Engelbrecht | 2022-05-08 | 1 | -0/+30 |
| * | use IsPow2 for mapping lock count | Dan Engelbrecht | 2022-04-29 | 1 | -1/+1 |
| * | naming cleanup | Dan Engelbrecht | 2022-04-28 | 1 | -3/+6 |
| * | Reduce risk of reallocating backing std::vector in CbWriter::AddBinary | Dan Engelbrecht | 2022-04-28 | 1 | -2/+10 |
| * | review feedback | Dan Engelbrecht | 2022-03-31 | 1 | -1/+1 |
| * | Remove bad kIsOwnedByThis | Dan Engelbrecht | 2022-03-31 | 1 | -1/+1 |
| * | linux fixes | Dan Engelbrecht | 2022-03-31 | 1 | -3/+1 |
| * | remove test code | Dan Engelbrecht | 2022-03-31 | 1 | -4/+0 |
| * | Manage lifetime of FileHandle | Dan Engelbrecht | 2022-03-31 | 1 | -1/+6 |
| * | clang-format | Dan Engelbrecht | 2022-03-21 | 1 | -1/+1 |
| * | clang-format | Stefan Boberg | 2022-02-02 | 1 | -1/+1 |
| * | Format fix. | Per Larsson | 2022-01-22 | 1 | -3/+5 |
| * | Fixed up compile errors if mimalloc use is disabled | Martin Ridgers | 2022-01-14 | 1 | -0/+1 |
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -4/+2 |
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -13/+18 |
| |\ | |||||
| | * | Dependent variable definition as inside a if-Windows block | Martin Ridgers | 2021-12-08 | 1 | -6/+7 |
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -24/+31 |
| | |\ | |||||
| | * \ | Merged main | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Implemented ReadFromFileMaybe() for POSIX | Martin Ridgers | 2021-10-18 | 1 | -4/+8 |
| | * | | | Merged main | Martin Ridgers | 2021-10-16 | 1 | -2/+7 |
| | |\ \ \ | |||||
| | * \ \ \ | Merged main | Martin Ridgers | 2021-10-15 | 1 | -24/+59 |
| | |\ \ \ \ | |||||
| | * | | | | | Use std::fs::path for IoBuffer::MakeFromFile(). | Martin Ridgers | 2021-10-14 | 1 | -3/+3 |
| * | | | | | | Format fix. | Per Larsson | 2021-12-09 | 1 | -1/+1 |
| * | | | | | | Merged main. | Per Larsson | 2021-12-09 | 1 | -24/+31 |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | Fixes from code review | Matt Peters | 2021-12-03 | 1 | -5/+7 |
| | * | | | | | Make IoBufferCore::Materialize threadsafe | Matt Peters | 2021-12-02 | 1 | -24/+29 |
| | | |_|_|/ | |/| | | | |||||
| * / | | | | clang-format | Stefan Boberg | 2021-10-23 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | / | Format fix. | Per Larsson | 2021-10-20 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar... | Stefan Boberg | 2021-10-15 | 1 | -2/+7 |
| | |/ |/| | |||||
| * | | asio HTTP implementation (#23) | Stefan Boberg | 2021-10-14 | 1 | -24/+59 |
| |/ | |||||
| * | iobuffer: Changed MakeFromTemporaryFile so it accepts a path instead of a cha... | Stefan Boberg | 2021-10-08 | 1 | -3/+3 |
| * | Added explicit mimalloc IoBuffer allocation path | Stefan Boberg | 2021-10-01 | 1 | -38/+43 |
| * | memory: Added experimental mimalloc path to AlignedAllocImpl/AlignedFreeImpl | Stefan Boberg | 2021-09-30 | 1 | -9/+28 |
| * | Merged latest from main | Stefan Boberg | 2021-09-27 | 1 | -9/+17 |
| |\ | |||||
| | * | Added HashBuffer(IoBuffer&) overload with trivial (but inappropriate for the ... | Stefan Boberg | 2021-09-23 | 1 | -0/+8 |
| * | | Merged main into linux-mac | Martin Ridgers | 2021-09-21 | 1 | -2/+7 |
| |\| | |||||
| | * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -2/+7 |
| * | | Removed external linkage from g_MappingLock | Martin Ridgers | 2021-09-16 | 1 | -1/+1 |
| * | | MakeFromTemporaryFile() on POSIX | Martin Ridgers | 2021-09-16 | 1 | -7/+26 |
| * | | MakeFromFile() on POSIX | Martin Ridgers | 2021-09-16 | 1 | -23/+43 |
| * | | Implementation of IoBufferExtendedCore() using mmap() | Martin Ridgers | 2021-09-16 | 1 | -6/+36 |
| * | | Use std::fs::path::value_type instead of wchar_t for path strings | Martin Ridgers | 2021-09-16 | 1 | -2/+2 |
| * | | Merge from main | Martin Ridgers | 2021-09-16 | 1 | -15/+2 |
| |\| | |||||
| | * | Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since they... | Stefan Boberg | 2021-09-16 | 1 | -15/+2 |
| * | | Merge from main | Martin Ridgers | 2021-09-16 | 1 | -1/+1 |
| |\| | |||||
| | * | Fixed up invalid fmt formatting strings | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |