summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | test: clean up memory leaksEdward Thomson2021-05-061-0/+1
* | | | | path: bump most Win32 unicode buffer sizes from MAX_PATH to GIT_PATH_MAXIan Hattendorf2021-05-052-19/+28
|/ / / /
* | | | Merge pull request #5823 from libgit2/ethomson/path_validationEdward Thomson2021-05-0231-300/+612
|\ \ \ \ | |_|/ / |/| | |
| * | | repo: validate repository pathsEdward Thomson2021-04-281-7/+33
| * | | repo: factor the commondir detectionEdward Thomson2021-04-281-28/+41
| * | | refs: ensure loose refs adhere to path validationEdward Thomson2021-04-281-30/+54
| * | | path: don't join paths in git_path_find_dirEdward Thomson2021-04-283-11/+13
| * | | worktree: validate worktree pathsEdward Thomson2021-04-281-2/+5
| * | | submodule: validate path lengthsEdward Thomson2021-04-281-27/+27
| * | | iterator: validate workdir pathsEdward Thomson2021-04-281-4/+8
| * | | ignore: validate workdir paths for ignore filesEdward Thomson2021-04-281-7/+10
| * | | attr: validate workdir paths for attribute filesEdward Thomson2021-04-286-13/+27
| * | | repository: validate workdir path lengthsEdward Thomson2021-04-281-3/+3
| * | | workdir: validate working directory entry path lengthEdward Thomson2021-04-281-1/+3
| * | | diff: use git_repository_workdir_pathEdward Thomson2021-04-283-6/+4
| * | | use git_repository_workdir_path to generate pathsEdward Thomson2021-04-284-9/+8
| * | | checkout: validate path lengthEdward Thomson2021-04-281-5/+22
| * | | checkout: use target path; don't assume workdirEdward Thomson2021-04-281-1/+1
| * | | repo: introduce git_repository_workdir_pathEdward Thomson2021-04-282-0/+24
| * | | apply: ensure we validate pathsEdward Thomson2021-04-281-2/+2
| * | | path: introduce ondisk and workdir path validationEdward Thomson2021-04-284-0/+114
| * | | path: git_path_isvalid -> git_path_validateEdward Thomson2021-04-147-11/+16
| * | | utf8: introduce git_utf8_char_lengthEdward Thomson2021-04-142-0/+38
| * | | utf8: refactor utf8 functionsEdward Thomson2021-04-147-143/+169
| | |/ | |/|
* | | src: fix typos in header filesTobias Nießen2021-04-182-2/+2
| |/ |/|
* | Merge pull request #5834 from libgit2/cmn/repo-no-passthroughEdward Thomson2021-04-131-11/+9
|\ \
| * | repo: remove an inappropriate use of PASSTHROUGHcmn/repo-no-passthroughCarlos Martín Nieto2021-04-111-11/+9
* | | repo: specify init.defaultbranch is meant to be a branch namecmn/branch-or-refCarlos Martín Nieto2021-04-111-1/+1
|/ /
* | Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty stringIan Hattendorf2021-04-011-2/+3
|/
* Merge pull request #5815 from libgit2/ethomson/treebuilder_writeEdward Thomson2021-03-102-56/+68
|\
| * tree: deprecate `git_treebuilder_write_with_buffer`Edward Thomson2021-03-042-56/+68
* | Merge pull request #5814 from ianhattendorf/fix/winhttp-proxy-httpsEdward Thomson2021-03-101-27/+45
|\ \
| * | winhttp: skip certificate check if unable to send requestIan Hattendorf2021-03-011-27/+45
* | | Merge pull request #5764 from lhchavez/cgraph-needs-refreshEdward Thomson2021-03-042-0/+42
|\ \ \
| * | | commit-graph: Introduce `git_commit_graph_needs_refresh()`lhchavez2021-01-102-0/+42
* | | | Merge pull request #5763 from lhchavez/cgraph-lookupEdward Thomson2021-03-042-0/+178
|\ \ \ \ | |/ / /
| * | | commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-102-0/+178
* | | | Merge pull request #5818 from mamapanda/patch-3Edward Thomson2021-03-041-2/+5
|\ \ \ \
| * | | | merge: Check insert_head_ids error in create_virtual_basepanda2021-03-031-2/+5
* | | | | Merge pull request #5817 from mamapanda/patch-2Edward Thomson2021-03-041-10/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Check git_signature_dup failurepanda2021-03-031-10/+15
| |/ / /
* | | | Merge pull request #5797 from aaronfranke/typosEdward Thomson2021-02-285-7/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix some typosAaron Franke2021-02-155-7/+7
| |/ /
* | | Merge pull request #5801 from mamapanda/patch-1Edward Thomson2021-02-211-5/+6
|\ \ \
| * | | index: Initialize case_sorted to GIT_VECTOR_INITpanda2021-02-181-5/+4
| * | | index: Check git_vector_dup error in write_entriespanda2021-02-161-1/+3
| |/ /
* | | refdb_fs: Check git_sortedcache wlock/rlock errorspanda2021-02-161-2/+4
|/ /
* | Merge pull request #5731 from KOLANICH-libs/owner_accessorEdward Thomson2021-02-011-0/+5
|\ \
| * | patch: add owner accessorJason Haslam2020-12-111-0/+5
* | | Merge pull request #5762 from lhchavez/cgraph-parserEdward Thomson2021-02-012-0/+366
|\ \ \ | | |/ | |/|