| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | maps: use high-level function to check existence of keys | Patrick Steinhardt | 2019-02-15 | 8 | -24/+44 | |
| | * | | | | | maps: provide return value when deleting entries | Patrick Steinhardt | 2019-02-15 | 10 | -48/+119 | |
| | * | | | | | idxmap: have `resize` functions return proper error code | Patrick Steinhardt | 2019-02-15 | 3 | -27/+60 | |
| | * | | | | | idxmap: introduce high-level setter for key/value pairs | Patrick Steinhardt | 2019-02-15 | 3 | -7/+71 | |
| | * | | | | | idxmap: introduce high-level getter for values | Patrick Steinhardt | 2019-02-15 | 3 | -9/+60 | |
| | * | | | | | offmap: introduce high-level setter for key/value pairs | Patrick Steinhardt | 2019-02-15 | 3 | -5/+35 | |
| | * | | | | | offmap: introduce high-level getter for values | Patrick Steinhardt | 2019-02-15 | 3 | -5/+20 | |
| | * | | | | | oidmap: introduce high-level setter for key/value pairs | Patrick Steinhardt | 2019-02-15 | 10 | -67/+120 | |
| | * | | | | | oidmap: introduce high-level getter for values | Patrick Steinhardt | 2019-02-15 | 10 | -62/+123 | |
| | * | | | | | strmap: introduce high-level setter for key/value pairs | Patrick Steinhardt | 2019-02-15 | 14 | -61/+89 | |
| | * | | | | | strmap: introduce `git_strmap_get` and use it throughout the tree | Patrick Steinhardt | 2019-02-15 | 11 | -96/+79 | |
| | * | | | | | maps: provide a uniform entry count interface | Patrick Steinhardt | 2019-02-15 | 9 | -13/+32 | |
| | * | | | | | maps: use uniform lifecycle management functions | Patrick Steinhardt | 2019-02-15 | 32 | -100/+237 | |
| * | | | | | | Merge pull request #4984 from pks-t/pks/refdb-fs-race | Edward Thomson | 2019-02-22 | 1 | -41/+50 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | refdb_fs: fix race when migrating loose to packed refs in iteration | Patrick Steinhardt | 2019-02-15 | 1 | -2/+2 | |
| | * | | | | | | refdb_fs: remove ordering dependency on loose/packed refs loading | Patrick Steinhardt | 2019-02-15 | 1 | -8/+11 | |
| | * | | | | | | refdb_fs: do not lazily copy packed ref cache | Patrick Steinhardt | 2019-02-15 | 1 | -13/+6 | |
| | * | | | | | | refdb_fs: refactor error handling in iterator creation | Patrick Steinhardt | 2019-02-15 | 1 | -15/+16 | |
| | * | | | | | | refdb_fs: fix potential race with ref repacking in `exists` callback | Patrick Steinhardt | 2019-02-15 | 1 | -6/+18 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4998 from pks-t/pks/allocator-restructuring | Edward Thomson | 2019-02-22 | 8 | -113/+142 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | allocators: make crtdbg allocator reuse its own realloc | Patrick Steinhardt | 2019-02-21 | 1 | -2/+4 | |
| | * | | | | | | allocators: extract crtdbg allocator into its own file | Patrick Steinhardt | 2019-02-21 | 5 | -109/+135 | |
| | * | | | | | | allocators: move standard allocator into subdirectory | Patrick Steinhardt | 2019-02-21 | 4 | -5/+6 | |
| * | | | | | | | Merge pull request #4992 from pks-t/pks/cache-dispose | Patrick Steinhardt | 2019-02-21 | 4 | -6/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cache: fix misnaming of `git_cache_free` | Patrick Steinhardt | 2019-02-21 | 4 | -6/+6 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4956 from pks-t/pks/examples-cgit2-standalone | Patrick Steinhardt | 2019-02-21 | 32 | -569/+316 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | examples/add: add explanatory comments and reformat | Etienne Samson | 2019-02-15 | 1 | -23/+37 | |
| | * | | | | | | examples: print available commands if no args are given | Patrick Steinhardt | 2019-02-15 | 1 | -4/+16 | |
| | * | | | | | | examples: create common lg2 executable | Patrick Steinhardt | 2019-02-15 | 27 | -294/+173 | |
| | * | | | | | | examples: merge common network code | Patrick Steinhardt | 2019-02-15 | 10 | -150/+109 | |
| | * | | | | | | examples: remove unused Makefile | Patrick Steinhardt | 2019-02-15 | 1 | -22/+0 | |
| | * | | | | | | examples: remove test script | Patrick Steinhardt | 2019-02-15 | 1 | -95/+0 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4991 from libgit2/ethomson/inttypes | Patrick Steinhardt | 2019-02-21 | 3 | -313/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove public 'inttypes.h' headerethomson/inttypes | Edward Thomson | 2019-02-21 | 3 | -313/+6 | |
| * | | | | | | | Merge pull request #4996 from eaigner/master | Patrick Steinhardt | 2019-02-21 | 3 | -1/+35 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | | tests: apply: verify that we correctly truncate the source buffer | Patrick Steinhardt | 2019-02-21 | 1 | -0/+33 | |
| | * | | | | | | apply: prevent OOB read when parsing source buffer | Erik Aigner | 2019-02-21 | 2 | -1/+2 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4987 from lhchavez/fix-odb_otype_fast-leak | Patrick Steinhardt | 2019-02-21 | 2 | -0/+22 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Fix a memory leak in odb_otype_fast() | lhchavez | 2019-02-20 | 2 | -0/+22 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #4986 from lhchavez/realloc | Patrick Steinhardt | 2019-02-20 | 1 | -4/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Make stdalloc__reallocarray call stdalloc__realloc | lhchavez | 2019-02-16 | 1 | -4/+3 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #4990 from libgit2/remove_time_monotonic | Patrick Steinhardt | 2019-02-20 | 2 | -36/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove `git_time_monotonic`remove_time_monotonic | Edward Thomson | 2019-02-17 | 2 | -36/+0 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #4988 from lhchavez/fix-improbable-odb-initialization-leak | Patrick Steinhardt | 2019-02-20 | 1 | -2/+6 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix a _very_ improbable memory leak in git_odb_new() | lhchavez | 2019-02-16 | 1 | -2/+6 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4989 from libgit2/ethomson/ci_docs | Edward Thomson | 2019-02-17 | 1 | -3/+13 | |
| |\ \ \ \ | ||||||
| | * | | | | ci: publish documentation on mergeethomson/ci_docs | Edward Thomson | 2019-02-17 | 1 | -3/+13 | |
| |/ / / / | ||||||
| * | | | | Revert "ci: publish documentation after merge" | Edward Thomson | 2019-02-17 | 1 | -5/+118 | |
| * | | | | foo | Edward Thomson | 2019-02-17 | 1 | -1/+1 | |
| * | | | | foo | Edward Thomson | 2019-02-17 | 1 | -117/+0 | |
