summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3411 from spraints/custom-push-headersCarlos Martín Nieto2015-09-307-7/+135
|\
| * 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-101-6/+12
| * 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-101-2/+6
| * o iMatt Burke2015-09-081-0/+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-083-6/+19
| * Drop extra_http_headers from git_remoteMatt Burke2015-09-084-15/+0
| * Allow the world to set HTTP headers for remotesMatt Burke2015-09-043-3/+13
| * 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
* | Plug some leaksCarlos Martín Nieto2015-09-271-0/+3
* | Fix binary diffsGuille -bisho-2015-09-251-1/+1
* | 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
* | | win32: propogate filename too long errorsEdward Thomson2015-09-221-8/+15
|/ /
* | Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto2015-09-211-4/+20
|\ \
| * | repository: only reserve repo dirs in the workdirEdward Thomson2015-09-181-4/+20
* | | config: buffer comments to match git's variable-addingcmn/config-commentCarlos Martín Nieto2015-09-181-4/+35
* | | `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-171-44/+134
* | | core::mkdir tests: ensure we don't stomp symlinks in mkdirEdward Thomson2015-09-172-0/+17
* | | git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-176-31/+32
|/ /
* | checkout: overwrite files with differing modesEdward Thomson2015-09-161-9/+6
* | Merge pull request #3425 from ethomson/diriter_rootCarlos Martín Nieto2015-09-131-2/+10
|\ \
| * | diriter: don't double '/' on posixEdward Thomson2015-09-131-1/+5
| * | diriter: don't double '/' on WindowsEdward Thomson2015-09-131-1/+5
* | | iterator: loop fs_iterator advance (don't recurse)Edward Thomson2015-09-131-35/+50
* | | Merge pull request #3420 from ethomson/iteratorCarlos Martín Nieto2015-09-131-42/+56
|\ \ \ | |/ / |/| |
| * | iterator: advance the tree iterator smartlyEdward Thomson2015-09-111-42/+56
* | | Don't free config in `git_transaction_commit`.Arthur Schreiber2015-09-131-1/+0
* | | Merge branch 'cmn/ignore-dir-check'Carlos Martín Nieto2015-09-131-7/+9
|\ \ \
| * | | ignore: add test and adjust style and comment for dir with wildmatchCarlos Martín Nieto2015-09-131-7/+9
| * | | Fix 'If we're dealing with a directory' checkVsevolod Parfenov2015-08-241-1/+1
* | | | Merge pull request #3370 from libgit2/cmn/submodule-refactorCarlos Martín Nieto2015-09-131-144/+219
|\ \ \ \
| * | | | submodule: refactor to be more explicit in the searchCarlos Martín Nieto2015-09-101-144/+219
| | |/ / | |/| |
* | | | diff: check pathspec on non-filesEdward Thomson2015-09-121-8/+17
* | | | mempack: expose clear functionEdward Thomson2015-09-112-4/+3