Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-25Merge pull request #3355 from palmin/palmin/fix-2830HEADmasterCarlos Martín Nieto
2015-08-19cred: add a free function wrapperCarlos Martín Nieto
2015-08-19transport: provide a way to get the callbacksCarlos Martín Nieto
2015-08-17Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum
2015-08-15Merge pull request #3377 from dleehr/fix-push-cbEdward Thomson
2015-08-15http: propagate the credentials callback's error codeCarlos Martín Nieto
2015-08-14Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr
2015-08-03Handle ssh:// and git:// urls containing a '~' character.Simon
2015-07-29case-insensitive check for WWW-Authenticate headerAnders Borum
2015-07-12Merge branch 'portable-zu'Carlos Martín Nieto
2015-07-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-07-10git_cert: child types use proper base typeEdward Thomson
2015-06-30Merge pull request #3273 from ethomson/warnings3Carlos Martín Nieto
2015-06-30http: fixed leak when asking for credentials againPierre-Olivier Latour
2015-06-30winhttp: remove unused varEdward Thomson
2015-06-29http: don't give up on auth on the first tryCarlos Martín Nieto
2015-06-24curl: remove the encrypted param to the constructorCarlos Martín Nieto
2015-06-24http: ask for the curl stream for non-encrypted connectionsCarlos Martín Nieto
2015-06-24http: set the proxy if the stream supports itCarlos Martín Nieto
2015-06-24Implement a curl streamCarlos Martín Nieto
2015-06-10Merge pull request #3198 from libgit2/cmn/coverityEdward Thomson
2015-06-09ssh: move NULL check to the free functionCarlos Martín Nieto
2015-06-07Merge pull request #3175 from git-up/build_warningsCarlos Martín Nieto
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-06-02Change error when running out of ssh agent keysMarius Ungureanu
2015-05-27cred: Check for null values when getting key from memoryMichał Górny
2015-05-27cred: Declare GIT_CREDTYPE_SSH_MEMORY unconditionallyMichał Górny
2015-05-27Return an error when ssh memory credentials are not supported.David Calavera
2015-05-27Add support to read ssh keys from memory.David Calavera
2015-05-20errors: add GIT_EEOF to indicate early EOFCarlos Martín Nieto
2015-05-20ssh: read from stderr if stdout is emptyCarlos Martín Nieto
2015-05-14Make "Early EOF" message start with lowercaseMarius Ungureanu
2015-05-14local: plug a leak in the progress reportingCarlos Martín Nieto
2015-05-13Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson
2015-05-13local: send the packbuilder progress via the sidebandCarlos Martín Nieto
2015-05-13local: use the packbuilder to pushCarlos Martín Nieto
2015-05-13local: add clarification for non-bare push restrictionCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-13push: remove own copy of callbacksCarlos Martín Nieto
2015-05-11centralizing all IO buffer size valuesJ Wyman
2015-04-23Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto
2015-04-23Abstract away the TLS stream implementationCarlos Martín Nieto
2015-04-23Add a SecureTransport TLS channelCarlos Martín Nieto
2015-04-10Merge pull request #2974 from libgit2/cmn/clone-everythingEdward Thomson
2015-03-24Merge pull request #2990 from leoyanggit/custom_paramEdward Thomson
2015-03-24Merge pull request #2986 from tkelman/mingw_winhttpEdward Thomson
2015-03-21git: make sure to close the network streamCarlos Martín Nieto
2015-03-19Use swprintf_s everywhere except mingw.orgTony Kelman
2015-03-18Add a custom param to git_smart_subtransport_definitionLeo Yang
2015-03-17local: recusrively insert non-branch objects into the packfileCarlos Martín Nieto