summaryrefslogtreecommitdiff
path: root/src/transports/winhttp.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce git_buf_decode_base64Edward Thomson2014-08-151-1/+1
* Consistently use p_snprintfJacques Germishuys2014-08-051-2/+2
* Define WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH if not definedJacques Germishuys2014-08-051-0/+4
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-75/+50
* Seamless support for NTLM/Kerberos auth on WindowsPhilip Kelley2014-03-181-19/+102
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-3/+5
* Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson2013-11-181-0/+28
* Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson2013-11-181-2/+2
* Use two calls to set two headersEdward Thomson2013-10-251-4/+17
* Combine WinHTTP API callsBen Straub2013-10-081-13/+7
* WinHTTP: set Accept header for POSTsBen Straub2013-10-081-1/+11
* WHOOPSBen Straub2013-09-261-2/+1
* Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-261-69/+16
* Refactor URL handling to use library callBen Straub2013-09-261-69/+28
* Why are we disabling redirects?Ben Straub2013-09-251-0/+3
* Win32: handle http->https redirectsBen Straub2013-09-251-124/+192
* Fix warningLinquize2013-09-191-2/+2
* Improve win32 version check, no ipv6 tests on XPEdward Thomson2013-08-271-2/+2
* Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-2/+2
* windows: Path conversion with better semanticsVicent Marti2013-08-131-2/+2
* Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-3/+3
* Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-1/+1
* Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-4/+4
* Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-051-2/+2
* Fix Windows warningsRussell Belfer2013-06-121-0/+2
* Fix broken build when MSVC SDL checks is enabledLinquize2013-05-111-1/+1
* Add git_has_win32_version helperPhilip Kelley2013-03-311-6/+2
* Avoid pre-Win7 WinHTTP self-redirect quirkPhilip Kelley2013-03-301-11/+126
* Fix various build warningsRussell Belfer2013-03-141-15/+10
* Clear up warnings from cppcheckRussell Belfer2013-02-151-1/+1
* WinHttp: use cred in url if providedBen Straub2013-01-311-3/+16
* HTTP: use creds in url if availableBen Straub2013-01-311-0/+5
* Enhance url parsing to include passwordsBen Straub2013-01-311-1/+12
* Stash username from url (but don't use it yet)Ben Straub2013-01-301-1/+1
* Fix MSVC compilation warningsnulltoken2013-01-111-7/+7
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add git_cred_acquire_cb payload to winhttp transportBen Straub2012-12-101-1/+1
* Leverage the min macro from util.hPhilip Kelley2012-11-291-4/+2
* Remove casts of return values of type void *Philip Kelley2012-11-291-5/+5
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-107/+476
* Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* Fix uninitialized memory in winhttp subtransport on 64-bitPhilip Kelley2012-11-091-1/+4
* Don't store no_check_cert; fetch it on demandPhilip Kelley2012-11-061-13/+9
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-2/+162
* Improve consistency of WinHTTP request headersPhilip Kelley2012-11-011-1/+18
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-0/+458