summaryrefslogtreecommitdiff
path: root/include/git2/sys
Commit message (Expand)AuthorAgeFilesLines
* huhethomson/smartrefactorEdward Thomson2023-04-111-0/+13
* transport: teach transports about oid types and SHA256Edward Thomson2023-02-121-0/+12
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-1/+1
* transport: remove `git_transport_smart_proxy_options` Edward Thomson2022-06-121-10/+0
* Apply suggestions from code reviewlhchavez2022-06-112-1/+3
* transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-162-2/+29
* transport: transports can indicate support for fetch by oidEdward Thomson2022-02-061-0/+31
* transport: add capabilities query functionEdward Thomson2022-02-061-0/+10
* remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-061-33/+14
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-153-4/+4
* Update documentation for ODB backend refresh logicJosh Triplett2021-11-081-5/+2
* email: introduce `git_email_create_from_diff`Edward Thomson2021-09-181-0/+45
* Merge branch 'cgraph-write' into mainEdward Thomson2021-08-301-1/+130
|\
| * commit graph: formatting fixesEdward Thomson2021-08-301-3/+2
| * Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-292-0/+81
| |\
| * | Make the defaultable fields defaultablelhchavez2021-08-261-2/+2
| * | commit-graph: Add a way to write commit-graph fileslhchavez2021-07-271-1/+131
* | | Merge pull request #6011 from libgit2/ethomson/filter_applyEdward Thomson2021-08-291-28/+49
|\ \ \ | |_|/ |/| |
| * | filter: deprecate apply functionethomson/filter_applyEdward Thomson2021-08-291-0/+8
| * | filter: add docs for `git_filter_stream_fn`Edward Thomson2021-08-271-28/+41
| |/
* | midx: Introduce git_odb_write_multi_pack_index()lhchavez2021-08-271-0/+7
* | midx: Add a way to write multi-pack-index fileslhchavez2021-08-271-0/+74
|/
* Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-261-0/+45
|\
| * commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-0/+45
* | docs: fix some missing includes that cause Docurium to error outEtienne Samson2021-05-271-0/+1
|/
* refdb_backend: improve callback documentationPatrick Steinhardt2020-03-261-2/+109
* Merge pull request #5336 from libgit2/ethomson/credtypePatrick Steinhardt2020-01-303-81/+96
|\
| * credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-263-81/+96
* | mempack functions: return an intEdward Thomson2020-01-241-1/+2
* | repository functions: return an intEdward Thomson2020-01-241-5/+12
* | index functions: return an intEdward Thomson2020-01-241-2/+4
|/
* merge: Return non-const git_repository from git_merge_driver_source_repo acce...Laurence McGlashan2020-01-151-1/+1
* odb: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* Merge pull request #5106 from tiennou/fix/ref-api-fixesPatrick Steinhardt2019-09-271-21/+57
|\
| * refdb: documentationEtienne Samson2019-09-051-21/+57
* | cred: separate public interface from low-level detailsEtienne Samson2019-09-131-0/+90
|/
* Merge pull request #5128 from tiennou/fix/docsPatrick Steinhardt2019-06-271-9/+9
|\
| * docs: More of itEtienne Samson2019-06-261-9/+9
* | repo: commondir resolution can sometimes fallback to the repodirEtienne Samson2019-06-261-0/+4
* | docs: fixupsEtienne Samson2019-06-261-1/+1
|/
* odb: provide a free function for custom backendsethomson/odb_backend_allocationsEdward Thomson2019-02-231-0/+11
* odb: rename git_odb_backend_malloc for consistencyEdward Thomson2019-02-231-2/+35
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-222-3/+3
* Remove `git_time_monotonic`remove_time_monotonicEdward Thomson2019-02-171-31/+0
* docs: minor changesEtienne Samson2019-01-301-12/+21
* transport: enhance documentationEtienne Samson2019-01-281-57/+88
* deprecation: deprecated stream registration in if guardEdward Thomson2019-01-251-6/+15
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-179-93/+93
* object_type: update public API to use git_object_tEdward Thomson2018-12-011-6/+6
* stream registration: take an enum typeEdward Thomson2018-11-281-3/+15