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-09-27Adjust to new utility signatureBen Straub
2013-09-27Deploy gitno_connection_data into transportBen Straub
2013-09-26Migrate redirect URL handling to common utilityBen 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-03-26Refine the redirect check conditionPhilip Kelley
2013-03-26http: Support 302 Found (arrbee did most of the work)Philip Kelley
2013-02-01HTTP: use creds in url if availableBen Straub
2013-02-01Enhance url parsing to include passwordsBen Straub
2013-01-31Add user-from-url param to auth callbackBen Straub
2013-01-31Stash username from url (but don't use it yet)Ben Straub
2013-01-09update copyrightsEdward Thomson
2012-12-10Add a payload param to git_cred_acquire_cbBen Straub
2012-11-29Leverage the min macro from util.hPhilip Kelley
2012-11-29Remove casts of return values of type void *Philip Kelley
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-14http: UnrustleVicent Marti
2012-11-14Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí
2012-11-13Remove unused variablesMichael Schubert
2012-11-10Fix warnings and valgrind issuesRussell Belfer
2012-11-06Don't store no_check_cert; fetch it on demandPhilip Kelley
2012-11-06Fix connection leak in http subtransportPhilip Kelley
2012-11-06Basic authentication for http and winhttpPhilip Kelley
2012-11-01Http: Set an error for invalid content-typePhilip Kelley
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-27Add network transfer callbacks on WindowsBen Straub
2012-10-20gitno_buffer: callback on each packetBen Straub
2012-10-15test: fix some memory leaksnulltoken
2012-10-11http: don't discard the HEAD refCarlos Martín Nieto
2012-09-20Fix MSVC amd64 compilation warningsnulltoken
2012-09-14http: use the new unicode functionsCarlos Martín Nieto
2012-09-14http: use WinHTTP on WindowsCarlos Martín Nieto
2012-08-26http: increase buffer side to deal with side-band-64kCarlos Martín Nieto
2012-08-23Fix warnings and merge issues on Win64Russell Belfer
2012-07-30transport: rename encrypt to use_sslCarlos Martín Nieto
2012-07-30transport: store the refs in a common areaCarlos Martín Nieto
2012-07-30remote: use the same code to control git and httpCarlos Martín Nieto
2012-07-30remote: start moving the protocol to a common areaCarlos Martín Nieto
2012-06-28indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto
2012-06-06transports: fix bugletMichael Schubert
2012-06-06Merge pull request #697 from carlosmn/sslVicent Martí
2012-06-02Fix git_close/http_close/local_close to set the transport's connected attribu...Arthur Schreiber
2012-05-26ssl: allow skipping the server certificate checkCarlos Martín Nieto
2012-05-19ssl: teardown the connection on closeCarlos Martín Nieto
2012-05-19https: make it work with OpenSSL as wellCarlos Martín Nieto
2012-05-19http: add https support when GnuTLS is availableCarlos Martín Nieto
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-06Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí