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
2019-01-31streams: fix callers potentially only writing partial dataPatrick Steinhardt
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-14proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is det...Jason Haslam
2018-11-28http: reset replay_count upon connectionEdward Thomson
2018-11-28http: don't allow SSL connections to a proxyEdward Thomson
2018-11-28http: only load proxy configuration during connectionEdward Thomson
2018-11-28http: disallow repeated headers from serversEdward Thomson
2018-11-28http: remove cURLEdward Thomson
2018-11-28http: use CONNECT to talk to proxiesEdward Thomson
2018-11-28tls: introduce a wrap functionEdward Thomson
2018-11-28http transport: reset error message on cert failureEdward Thomson
2018-11-28http transport: support cert check for proxiesEdward Thomson
2018-11-28http transport: provide proxy credentialsEdward Thomson
2018-11-28http transport: refactor storageEdward Thomson
2018-11-28http transport: cap number of authentication replaysEdward Thomson
2018-11-28http transport: prompt for proxy credentialsEdward Thomson
2018-11-28http transport: further refactor credential handlingEdward Thomson
2018-11-28http transport: refactor credential handlingEdward Thomson
2018-11-28http transport: use HTTP proxies when requestedEdward Thomson
2018-11-28http: rename http subtransport's `io` to `gitserver_stream`Edward Thomson
2018-11-28http: rename `connection_data` -> `gitserver_data`Edward Thomson
2018-11-28proxy: propagate proxy configuration errorsEdward Thomson
2018-11-28Merge pull request #4879 from libgit2/ethomson/defer_cert_cred_cbPatrick Steinhardt
2018-11-22transport: allow cred/cert callbacks to return GIT_PASSTHROUGHEdward Thomson
2018-11-09transport/http: Include non-default ports in Host headerRick Altherr
2018-10-15Merge commit 'afd10f0' (Follow 308 redirects)Carlos Martín Nieto
2018-10-13Follow 308 redirects (as used by GitLab)Zander Brown
2018-10-06ignore unsupported http authentication schemesAnders Borum
2018-08-21transport/http: do not return success if we failed to get a schemeEtienne Samson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-02-10http: standardize user-agent additionEdward Thomson
2017-10-23stream: Gather streams to src/streamsEtienne Samson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-01-28Do not discard proxy_options that have been set when auto is specifiedtyler wanek
2017-01-13Merge pull request #4049 from libgit2/ethomson/error_msgsCarlos Martín Nieto
2017-01-06http: check certificate validity before clobbering the error variableEtienne Samson
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-20http: bump the pretend git version in the User-AgentCarlos Martín Nieto
2016-08-17transports: http: reset `connected` flag when closing transportPatrick Steinhardt
2016-08-17transports: http: reset `connected` flag when re-connecting transportPatrick Steinhardt
2016-07-06remove conditions that prevent use of custom TLS streamwildart
2016-06-19HTTP authentication scheme name is case insensitive.David Brooks
2016-04-19proxy: don't specify the protocol in the typeCarlos Martín Nieto
2016-04-19net: use proxy options struct in the stream configCarlos Martín Nieto
2015-11-12http: use a custom user-agent if the user has set itCarlos Martín Nieto
2015-09-25Copy custom_headers insteach of referencing the caller's copyMatt Burke
2015-09-10Ignore NULL headersMatt Burke
2015-09-08Hook up the custom_headers to the http transportMatt Burke
2015-09-08Drop extra_http_headers from git_remoteMatt Burke
2015-09-04Allow the world to set HTTP headers for remotesMatt Burke