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-18Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson
2013-11-18Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson
2013-10-25Use two calls to set two headersEdward Thomson
2013-10-09Combine WinHTTP API callsBen Straub
2013-10-09WinHTTP: set Accept header for POSTsBen Straub
2013-09-27WHOOPSBen Straub
2013-09-27Deploy gitno_connection_data into transport (winhttp)Ben Straub
2013-09-26Refactor URL handling to use library callBen Straub
2013-09-26Why are we disabling redirects?Ben Straub
2013-09-25Win32: handle http->https redirectsBen Straub
2013-09-19Fix warningLinquize
2013-08-28Improve win32 version check, no ipv6 tests on XPEdward Thomson
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Path conversion with better semanticsVicent Marti
2013-08-08Discriminate path-specific and general UTF-X conversionsBen Straub
2013-08-08Rename git_win_str_utf* to git_win32_path_utf*Ben Straub
2013-08-08Add typedefs for win32 utf-8 and utf-16 buffersBen Straub
2013-08-05Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub
2013-06-13Fix Windows warningsRussell Belfer
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-04-01Add git_has_win32_version helperPhilip Kelley
2013-03-31Avoid pre-Win7 WinHTTP self-redirect quirkPhilip Kelley
2013-03-15Fix various build warningsRussell Belfer
2013-02-16Clear up warnings from cppcheckRussell Belfer
2013-02-01WinHttp: use cred in url if providedBen Straub
2013-02-01HTTP: use creds in url if availableBen Straub
2013-02-01Enhance url parsing to include passwordsBen Straub
2013-01-31Stash username from url (but don't use it yet)Ben Straub
2013-01-11Fix MSVC compilation warningsnulltoken
2013-01-09update copyrightsEdward Thomson
2012-12-10Add git_cred_acquire_cb payload to winhttp transportBen 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-28Fix warnings on Win64 buildRussell Belfer
2012-11-10Fix uninitialized memory in winhttp subtransport on 64-bitPhilip Kelley
2012-11-06Don't store no_check_cert; fetch it on demandPhilip Kelley
2012-11-06Basic authentication for http and winhttpPhilip Kelley
2012-11-01Improve consistency of WinHTTP request headersPhilip Kelley
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley