summaryrefslogtreecommitdiff
path: root/include/git2/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream: add support for setting a proxyCarlos Martín Nieto2015-06-241-0/+2
* Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson2015-05-131-1/+1
|\
| * odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-131-1/+1
* | remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-131-20/+0
* | Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-1/+1
|/
* Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-181-4/+12
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-1/+3
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-2/+2
* git_writestream: from git_filter_streamEdward Thomson2015-02-181-8/+2
* filters: introduce streaming filtersEdward Thomson2015-02-171-0/+14
* Fixed error when including git2/include/sys/stream.hJohn Haley2015-02-111-0/+2
* Merge pull request #2839 from swisspol/typoEdward Thomson2015-01-261-1/+1
|\
| * Fixed typo in git_repository_reinit_filesystem() documentationPierre-Olivier Latour2015-01-231-1/+1
* | Make sure sys/repository.h includes the required headersPierre-Olivier Latour2015-01-231-0/+3
|/
* Merge branch 'pr/2740'Edward Thomson2015-01-141-22/+49
|\
| * Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour2015-01-141-22/+49
* | Include git2/common.h in sys/openssl.h.David Calavera2015-01-021-1/+1
* | index: reuc and name entrycounts should be size_tEdward Thomson2014-12-221-2/+2
|/
* Merge pull request #2759 from libgit2/cmn/openssl-sysEdward Thomson2014-12-201-0/+38
|\
| * Make the OpenSSL locking function warnings more severeCarlos Martín Nieto2014-12-121-0/+38
* | Fix public header on sys/refs.hDamien PROFETA2014-12-191-0/+11
|/
* Merge pull request #2678 from libgit2/cmn/io-streamEdward Thomson2014-12-101-0/+40
|\
| * stream: constify the write bufferCarlos Martín Nieto2014-12-101-1/+1
| * Introduce stackable IO streamsCarlos Martín Nieto2014-12-101-0/+40
* | doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-063-5/+24
* | Spelling fixesWill Stamper2014-12-042-2/+2
|/
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-1/+0
* Merge pull request #2448 from libgit2/cmn/reference-transactionEdward Thomson2014-10-091-0/+13
|\