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
2013-11-20ssh: add support for ssh-agent authenticationAlessandro Ghedini
2013-11-18Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson
2013-11-18Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson
2013-11-11Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí
2013-11-11remote: update head list on pushCarlos Martín Nieto
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-10Merge pull request #1936 from libgit2/better-url-parsingVicent Martí
2013-11-06don't double free pktEdward Thomson
2013-11-05Fix ssh.c compileBen Straub
2013-11-04Use http_parser_parse_url to parse urlsBen Straub
2013-11-02remote: store dwimed refspecs separatelyCarlos Martín Nieto
2013-11-02remote: give up after 256 failures to find a common objectCarlos Martín Nieto
2013-11-01Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí
2013-11-01Prevent another segfault from bad URLBen Straub
2013-10-31Initialize variablesBen Straub
2013-10-30protocol: basic support for multi_ack_detailedCarlos Martín Nieto
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-28Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí
2013-10-25Use two calls to set two headersEdward Thomson
2013-10-23transport: let the progress output return an errorCarlos Martín Nieto
2013-10-23Rename the ssh credentialsCarlos Martín Nieto
2013-10-21Allowed credential types should be a bitfieldEdward Thomson
2013-10-09Combine WinHTTP API callsBen Straub
2013-10-09WinHTTP: set Accept header for POSTsBen Straub
2013-10-04net: advertise our support for fixing thin packsCarlos Martín Nieto
2013-10-03Style tweaks and changes for code review feedbackJameson Miller
2013-10-02Support cancellation in push operationJameson Miller
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-10-01Merge pull request #1879 from libgit2/redir-refactorVicent Martí
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-09-27WHOOPSBen Straub
2013-09-27Adjust to new utility signatureBen Straub
2013-09-27Deploy gitno_connection_data into transport (winhttp)Ben Straub
2013-09-27Deploy gitno_connection_data into transportBen Straub
2013-09-26Refactor URL handling to use library callBen Straub
2013-09-26Migrate redirect URL handling to common utilityBen Straub
2013-09-26Why are we disabling redirects?Ben Straub
2013-09-25Win32: handle http->https redirectsBen Straub
2013-09-25Prevent HTTPS to HTTP redirectRussell Belfer
2013-09-25Disconnect path string to preserve after redirectRussell Belfer
2013-09-24Allow redirects to use same hostBen Straub
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17Whitespace.Etienne Samson
2013-09-17Add a wrapper to provide the libssh2 error messageEtienne Samson
2013-09-09Test for repo before removing leading colonIsaac Kearse
2013-09-08Trim leading colon from ssh repository pathIsaac Kearse
2013-09-05Provide better errors for push on non-bare local remotesBen Straub
2013-08-28Improve win32 version check, no ipv6 tests on XPEdward Thomson