summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-227-17/+692
* submodule init should resolve relative url pathsJameson Miller2014-12-2218-10/+131
* Merge pull request #2773 from ethomson/findpkgconfigEdward Thomson2014-12-221-0/+1
|\
| * cmake: include FindPkgConfig for windowsEdward Thomson2014-12-221-0/+1
|/
* Merge pull request #2745 from libgit2/cmn/pkg-config-sshEdward Thomson2014-12-222-45/+1
|\
| * Find libssh2 via pkg-configcmn/pkg-config-sshCarlos Martín Nieto2014-12-052-45/+1
* | Merge pull request #2759 from libgit2/cmn/openssl-sysEdward Thomson2014-12-205-19/+29
|\ \
| * | Add the OpenSSL changes to the CHANGELOGcmn/openssl-sysCarlos Martín Nieto2014-12-121-0/+5
| * | Make the OpenSSL locking function warnings more severeCarlos Martín Nieto2014-12-124-19/+24
* | | Merge pull request #2760 from libgit2/cmn/init-readmeEdward Thomson2014-12-201-0/+13
|\ \ \
| * | | Mention the init function in the READMEcmn/init-readmeCarlos Martín Nieto2014-12-141-0/+13
| |/ /
* | | Merge pull request #2763 from libgit2/cmn/local-proto-progressEdward Thomson2014-12-202-0/+86
|\ \ \
| * | | local: send 'counting objects' outputcmn/local-proto-progressCarlos Martín Nieto2014-12-161-0/+52
| * | | local: add failing test for sideband informationCarlos Martín Nieto2014-12-161-0/+34
| |/ /
* | | Merge pull request #2767 from linquize/winpathEdward Thomson2014-12-202-1/+16
|\ \ \
| * | | Add more Windows reserved filenamesLinquize2014-12-191-0/+13
| * | | COM0 is a valid path, although Windows Explorer does not allow to create thisLinquize2014-12-192-1/+3
* | | | Merge pull request #2768 from dprofeta/fix/c++-refsCarlos Martín Nieto2014-12-201-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Fix public header on sys/refs.hDamien PROFETA2014-12-191-0/+11
|/ / /
* | | Fix ming32 compilationCarlos Martín Nieto2014-12-191-0/+2
* | | Merge branch 'hf/master_patch'Edward Thomson2014-12-181-0/+8
|\ \ \
| * | | index tests: test capitalization before mkdirhf/master_patchEdward Thomson2014-12-181-2/+4
| * | | Plug leaksCarlos Martín Nieto2014-12-181-0/+2
| * | | Create miscapitialised dirs for case-sensitive filesystemsCarlos Martín Nieto2014-12-181-0/+4
* | | | Merge remote-tracking branch 'origin/master_patch'Vicent Marti2014-12-18165-197/+2176
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | treebuilder: take a repository for path validationEdward Thomson2014-12-1710-53/+123
| * | Introduce core.protectHFS and core.protectNTFSEdward Thomson2014-12-176-44/+151
| * | path: Use UTF8 iteration for HFS charsVicent Marti2014-12-163-81/+132
| * | checkout: disallow bad paths on HFSEdward Thomson2014-12-1653-1/+207
| * | reference_create: validate loose namesEdward Thomson2014-12-162-4/+46
| * | checkout: disallow bad paths on win32Edward Thomson2014-12-1694-90/+898
| * | index: Check for valid paths before creating an index entryVicent Marti2014-12-162-23/+188
| * | tree: Check for `.git` with case insensitivyVicent Marti2014-12-161-1/+1
| * | win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-1610-103/+591
| * | clar: wide character comparisonsEdward Thomson2014-12-102-0/+42
| * | tests: use p_ instead of posix func directlyEdward Thomson2014-12-101-2/+2
|/ /
* | Merge pull request #2756 from libgit2/cmn/push-error-concernsEdward Thomson2014-12-105-29/+15
|\ \
| * | push: reword comment on finish()cmn/push-error-concernsCarlos Martín Nieto2014-12-101-5/+7
| * | push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-105-26/+10
|/ /
* | Merge pull request #2678 from libgit2/cmn/io-streamEdward Thomson2014-12-1012-612/+857
|\ \
| * | Fix a couple of compiler warningsCarlos Martín Nieto2014-12-102-2/+2
| * | stream: constify the write bufferCarlos Martín Nieto2014-12-104-4/+4
| * | gitno: remove code which is no longer neededCarlos Martín Nieto2014-12-105-500/+17
| * | ssh: use socket_stream to perform the connectionCarlos Martín Nieto2014-12-101-8/+12
| * | Port HTTP(S) to the new stream APICarlos Martín Nieto2014-12-101-61/+39
| * | Port the TCP transport to the new stream APICarlos Martín Nieto2014-12-103-57/+93
| * | Add an OpenSSL IO streamCarlos Martín Nieto2014-12-104-15/+418
| * | Introduce stackable IO streamsCarlos Martín Nieto2014-12-103-0/+307
* | | Merge pull request #2755 from libgit2/ntk/readme_appveyor_buildCarlos Martín Nieto2014-12-101-3/+4
|\ \ \
| * | | readme: Add AppVeyor build status badge/linknulltoken2014-12-101-0/+1