summaryrefslogtreecommitdiff
path: root/include/git2/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream: provide generic registration APIEdward Thomson2018-11-281-9/+38
* tls: introduce a wrap functionEdward Thomson2018-11-281-6/+36
* transport: see if cert/cred callbacks exist before calling themEdward Thomson2018-11-151-2/+8
* path: export the dotgit-checking functionscmn/expose-gitfile-checkCarlos Martín Nieto2018-10-151-0/+64
* settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-071-0/+24
* alloc: make memory allocators use function pointersPatrick Steinhardt2018-06-071-0/+77
* docs: correct defgroupEtienne Samson2018-05-071-1/+1
* docs: fix incorrect codeblock on outputEtienne Samson2018-05-071-35/+35
* docs: fix more missing includesEtienne Samson2018-05-072-0/+8
* odb: provide length and type with streaming readEdward Thomson2018-02-011-1/+2
* odb: export mempack backendAdrián Medraño Calvo2018-01-221-4/+5
* config: pass repository when opening config filesPatrick Steinhardt2017-10-091-1/+4
* Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
* Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-131-0/+11
* adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of conventionMohseen Mukaddam2017-06-131-1/+1
* transport: provide a getter for the proxy optionscmn/transport-get-proxyCarlos Martín Nieto2017-04-171-0/+10
* merge_driver: fix const-correctness for source gettersPatrick Steinhardt2017-03-151-5/+5
* Allow for caching of submodules.Brock Peabody2017-01-201-0/+29
* time: Export `git_time_monotonic`vmg/timeVicent Marti2016-09-131-0/+31
* odb: freshen existing objects when writingEdward Thomson2016-08-041-0/+11
* proxy: add a payload field for the proxy optionsCarlos Martín Nieto2016-04-191-0/+16
* net: use proxy options struct in the stream configCarlos Martín Nieto2016-04-191-1/+2
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-1/+3
* merge driver: remove `check` callbackEdward Thomson2016-03-171-62/+6
* merge driver: improve inline documentationEdward Thomson2016-03-171-18/+21