summaryrefslogtreecommitdiff
path: root/src/transports/local.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-41/+40
* threads: rename git_atomic to git_atomic32Edward Thomson2020-12-061-2/+2
* transports: use GIT_ASSERTEdward Thomson2020-11-271-1/+1
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-2/+2
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-1/+1
* local transport: cast message size to int explicitlyEdward Thomson2019-06-241-3/+3
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-5/+5
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-13/+13
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-2/+2
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-4/+4
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-7/+7
* local: fix a leaking reference when iterating over a symrefEtienne Samson2018-04-201-1/+3
* transports: local: fix assert when fetching into repo with symrefsPatrick Steinhardt2018-04-061-1/+5
* transports: local: fix memory leak in reference walkPatrick Steinhardt2018-01-121-0/+2
* Merge pull request #4028 from chescock/improve-local-fetchEdward Thomson2017-12-301-5/+18
|\
| * Don't fetch objects we don't need in local transport.Chris Hescock2016-12-201-5/+18
* | Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+3
* | repository: use `git_repository_item_path`Patrick Steinhardt2017-02-131-1/+2
* | giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
|/
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-1/+4
* local: plug a leak in the progress reportingCarlos Martín Nieto2015-05-141-1/+5
* Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson2015-05-131-56/+22
|\
| * local: use the packbuilder to pushCarlos Martín Nieto2015-05-131-55/+18
| * local: add clarification for non-bare push restrictionCarlos Martín Nieto2015-05-131-1/+4
* | local: send the packbuilder progress via the sidebandCarlos Martín Nieto2015-05-131-0/+29
|/
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-3/+5
* local: recusrively insert non-branch objects into the packfilecmn/clone-everythingCarlos Martín Nieto2015-03-171-1/+2
* Merge pull request #2972 from libgit2/cmn/pack-objects-walkEdward Thomson2015-03-171-32/+10
|\
| * local: let the packbuilder perform smarter object insertioncmn/pack-objects-walkCarlos Martín Nieto2015-03-111-32/+10
* | local: create pack with multiple threadscmn/local-pack-threadingCarlos Martín Nieto2015-03-111-0/+3
|/
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-1/+1
* Plug some leaksJacques Germishuys2014-12-291-2/+9
* local: send 'counting objects' outputcmn/local-proto-progressCarlos Martín Nieto2014-12-161-0/+52
* local: adjust to the common refspec parsercmn/local-pushCarlos Martín Nieto2014-11-231-11/+6
* Plug leaksCarlos Martín Nieto2014-11-231-6/+14
* push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-091-2/+2
* clone: re-use the local transport's path resolutioncmn/path-to-pathCarlos Martín Nieto2014-06-031-20/+2
* Plug leaks and fix a C99-ismCarlos Martín Nieto2014-05-221-8/+11
* local transport: expose the symref dataCarlos Martín Nieto2014-05-211-4/+18
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-2/+2
* local transport: catch double-opensCarlos Martín Nieto2014-03-071-0/+3
* Factor out code to convert local "url" into a path.Graham Dennis2014-01-191-20/+28
* Fix local push to file:// URL.Graham Dennis2014-01-181-1/+19
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-32/+29
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-1/+2
* remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-7/+3