summaryrefslogtreecommitdiff
path: root/include/git2/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge driver: introduce custom merge driversEdward Thomson2016-03-171-0/+230
* index: fix contradicting comparisonPatrick Steinhardt2016-02-231-1/+1
* filter: clean up documentation around custom filtersEdward Thomson2016-02-091-25/+34
* stream: allow registering a user-provided TLS constructorcmn/tls-registerCarlos Martín Nieto2015-11-031-0/+13
* Fix build for custom transport usersLeo Yang2015-10-301-0/+1
* refdb and odb backends must provide `free` functionArthur Schreiber2015-10-012-2/+6
* Tell the git_transport about the custom_headersMatt Burke2015-09-081-0/+5
* transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-191-0/+22
* config: implement basic transactional supportCarlos Martín Nieto2015-08-121-0/+14
* Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto2015-08-014-7/+7
|\
| * Fix remaining documentation warningsBen Chatelain2015-07-272-2/+2
| * Use correct Doxygen trailing comment syntaxBen Chatelain2015-07-271-4/+4
| * Fix @param names in doc commentsBen Chatelain2015-07-272-2/+2
* | refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-2/+3
|/
* filters: custom filters with wildcard attributesEdward Thomson2015-07-011-1/+4