summaryrefslogtreecommitdiff
path: root/src/transports/smart_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix assert when receiving uncommon sideband packetPhilip Kelley2014-06-271-1/+3
* Plug leaks and fix a C99-ismCarlos Martín Nieto2014-05-221-4/+3
* smart: store reported symrefsCarlos Martín Nieto2014-05-211-2/+56
* Correct argument order of git__calloc()Jacques Germishuys2014-04-211-1/+1
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-2/+2
* Check the return codes of remote callbacks.Jacques Germishuys2014-04-211-5/+9
* Fire progress callbacks also for pushes.Jacques Germishuys2014-04-201-36/+35
* - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-251-0/+4
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-19/+16
* Updates to cancellation logic during download and indexing of packfile.Jameson Miller2013-12-021-8/+22
* Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson2013-11-181-8/+10
* Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-111-10/+16
|\
| * remote: update head list on pushCarlos Martín Nieto2013-11-111-2/+6
| * remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-0/+1
| * remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-011-4/+4
| * remote: give up after 256 failures to find a common objectCarlos Martín Nieto2013-11-011-5/+6
* | don't double free pktEdward Thomson2013-11-051-1/+1
|/
* Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí2013-11-011-2/+2
|\
| * indexer: remove the stream infixCarlos Martín Nieto2013-10-301-2/+2
* | protocol: basic support for multi_ack_detailedCarlos Martín Nieto2013-10-301-16/+37
|/
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-281-0/+6
|\
| * net: advertise our support for fixing thin packsCarlos Martín Nieto2013-10-041-0/+6
* | transport: let the progress output return an errorCarlos Martín Nieto2013-10-231-1/+4
* | Style tweaks and changes for code review feedbackJameson Miller2013-10-031-8/+6
* | Support cancellation in push operationJameson Miller2013-10-021-36/+45
|/
* Initial Implementation of progress reports during pushJameson Miller2013-09-301-6/+45
* trivial whitespace fixupRussell Belfer2013-07-101-1/+1
* calloc() to initialize memoryLinquize2013-05-161-1/+1
* Fix broken build when MSVC SDL checks is enabledLinquize2013-05-111-5/+5
* refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* fix some leaksEdward Thomson2013-05-021-0/+6
* push: don't send a packfile when only issuing delete commandsCarlos Martín Nieto2013-04-291-5/+18
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-0/+1
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* Style: Reverse lhs and rhs of == comparisonsPhilip Kelley2013-03-121-2/+2
* Advertise and support side-band-64k when calling receive-packPhilip Kelley2013-03-121-36/+97
* Fix a leak when canceling a network operationBen Straub2013-02-141-2/+3
* Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-121-1/+1
|\
| * Expect standard error code from internal callsBen Straub2013-02-061-1/+1
| * Allow all non-zero returns to cancel transfersBen Straub2013-02-051-1/+1
| * Allow progress callback to cancel fetchBen Straub2013-02-051-1/+1
* | Fix a bug introduced in df93a681 'Merge the push...'Philip Kelley2013-02-101-1/+3
* | Fix -Wmaybe-uninitialized warningMichael Schubert2013-02-101-1/+1
* | Merge the push report into the refs to avoid a 3rd network callPhilip Kelley2013-02-081-16/+105
|/
* Fix gen_pktline format specifier for Win32Philip Kelley2013-01-221-1/+1
* Fix really bad error handling in git_smart__negotiate_fetchPhilip Kelley2013-01-181-21/+45
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fixed size_t format string warningMaxwell Swadling2013-01-051-1/+1
* Fix bug in gen_pktline() for deletes of missing remote refsCongyi Wu2013-01-031-45/+10
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-1/+2