| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | net: move `gitno` buffer to `staticstr` | Edward Thomson | 2023-05-13 | 1 | -3/+6 |
| | | | | | | | | | The `gitno` buffer interface is another layer on top of socket reads. Abstract it a bit into a "static string" that has `git_str` like semantics but without heap allocation which moves the actual reading logic into the socket / stream code, and allows for easier future usage of a static / stack-allocated `git_str`-like interface. | ||||
| * | oid: use an oid array instead of shallowarray | Edward Thomson | 2023-05-09 | 1 | -4/+3 |
| | | | | | | | Users should provide us an array of object ids; we don't need a separate type. And especially, we should not be mutating user-providing values. Instead, use `git_oid *` in the shallow code. | ||||
| * | Remove stray comma | lmcglash | 2023-03-10 | 1 | -2/+2 |
| | | |||||
| * | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe' | lmcglash | 2023-03-10 | 1 | -1/+10 |
| |\ | |||||
| | * | transport: teach transports about oid types and SHA256 | Edward Thomson | 2023-02-12 | 1 | -0/+4 |
| | | | |||||
| | * | clone: support sha256 | Edward Thomson | 2023-02-12 | 1 | -1/+6 |
| | | | |||||
| * | | fix grafts and shallowarray memory leaks | yuangli | 2022-08-02 | 1 | -2/+0 |
| | | | |||||
| * | | attempt to fix nego.shallowarray memory leak | yuangli | 2022-08-02 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'transportPR' into shallow-clone-network | yuangli | 2022-07-29 | 1 | -5/+18 |
| |/ | |||||
| * | refactor: `src` is now `src/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+193 |
