summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: don't try to teardown an unconnected SSL contextcmn/ssl-nullCarlos Martín Nieto2015-09-301-1/+6
* Merge pull request #3411 from spraints/custom-push-headersCarlos Martín Nieto2015-09-3016-26/+197
|\
| * Copy custom_headers insteach of referencing the caller's copyMatt Burke2015-09-255-24/+26
| * These can be staticMatt Burke2015-09-242-4/+4
| * Revise custom header error messagesMatt Burke2015-09-241-40/+44
| * Don't null-checkMatt Burke2015-09-241-3/+0
| * Use an array of forbidden custom headersMatt Burke2015-09-241-9/+12
| * Avoid segfault when opts == NULLMatt Burke2015-09-101-3/+8
| * Add a test for custom header validationMatt Burke2015-09-102-6/+39
| * More specific namesMatt Burke2015-09-101-4/+4
| * Validate custom http headersMatt Burke2015-09-101-0/+53
| * Ignore NULL headersMatt Burke2015-09-102-11/+14
| * Accept custom headers for fetch tooMatt Burke2015-09-102-2/+11
| * o iMatt Burke2015-09-081-0/+1
| * Update another call to git_remote_connectMatt Burke2015-09-081-1/+1
| * Teach winhttp about the extra headersMatt Burke2015-09-081-0/+17
| * Hook up the custom_headers to the http transportMatt Burke2015-09-083-4/+16
| * Tell the git_transport about the custom_headersMatt Burke2015-09-0810-24/+43
| * Add custom_headers to git_push_optionsMatt Burke2015-09-081-0/+5
| * Drop extra_http_headers from git_remoteMatt Burke2015-09-085-18/+0
| * Allow the world to set HTTP headers for remotesMatt Burke2015-09-044-3/+16
| * Pull extra_http_headers from the git_remoteMatt Burke2015-09-043-0/+4
| * Put the extra headers on the connection_data insteadMatt Burke2015-09-042-4/+4
| * Add more headers to HTTP requestsMatt Burke2015-09-041-0/+9
* | Merge pull request #3443 from libgit2/longpath-printfCarlos Martín Nieto2015-09-291-2/+0
|\ \
| * | win32::longpath: don't print pathlongpath-printfEdward Thomson2015-09-281-2/+0
|/ /
* | Merge pull request #3441 from libgit2/cmn/badsslEdward Thomson2015-09-281-0/+27
|\ \
| * | net: add tests against badssl.comcmn/badsslCarlos Martín Nieto2015-09-271-0/+27
* | | Plug some leaksCarlos Martín Nieto2015-09-273-0/+10
|/ /
* | Merge pull request #3439 from bisho/masterEdward Thomson2015-09-252-8/+15
|\ \
| * | Fix binary diffsGuille -bisho-2015-09-252-8/+15
|/ /
* | Merge pull request #3437 from libgit2/cmn/plug-smCarlos Martín Nieto2015-09-241-13/+21
|\ \
| * | submodule: plug a few leakscmn/plug-smCarlos Martín Nieto2015-09-241-13/+21
* | | Merge pull request #3435 from ethomson/nametoolongCarlos Martín Nieto2015-09-232-8/+77
|\ \ \ | |/ / |/| |
| * | win32: test checkout msg on long path errEdward Thomson2015-09-231-0/+62
| * | win32: propogate filename too long errorsEdward Thomson2015-09-221-8/+15
|/ /
* | Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto2015-09-2124-4/+89
|\ \
| * | repository: only reserve repo dirs in the workdirEdward Thomson2015-09-181-4/+20
| * | repo::reservedname: test a submodule updateEdward Thomson2015-09-1823-0/+69
* | | Merge pull request #3433 from libgit2/cmn/config-commentEdward Thomson2015-09-182-7/+43
|\ \ \
| * | | config: buffer comments to match git's variable-addingcmn/config-commentCarlos Martín Nieto2015-09-181-4/+35
| * | | config: test that comments are left as with gitLinquize2015-09-181-3/+8
|/ / /
* | | Fix a couple of warningsCarlos Martín Nieto2015-09-182-2/+1
* | | Merge pull request #3418 from DimStar77/masterCarlos Martín Nieto2015-09-182-2/+20
|\ \ \
| * | | pkg-config: fix directory references in libgit2.pcDominique Leuenberger2015-09-182-2/+20
* | | | Merge pull request #3432 from ethomson/mkdirCarlos Martín Nieto2015-09-1725-172/+365
|\ \ \ \ | |_|/ / |/| | |
| * | | `mkdir`: cope with root path on win32Edward Thomson2015-09-172-4/+5
| * | | win32: return EACCES in `p_lstat`Edward Thomson2015-09-171-2/+9
| * | | mkdir: chmod existing paths with `GIT_MKDIR_CHMOD`Edward Thomson2015-09-171-42/+49
| * | | mkdir: find component paths for mkdir_relativeEdward Thomson2015-09-172-51/+142