summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | httpclient: git_http_client_skip_body should drain socket of bodyTyler Ang-Wanek2021-05-121-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'zero_oid_in_old'Edward Thomson2021-05-161-1/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | git_reference_create_matching: Treat all-zero OID as "must be absent"David Turner2021-04-201-1/+4
| | |_|_|_|/ | |/| | | |
* | | | | | diff: Fix bug in git_diff_find_similar.Kartikaya Gupta2021-05-121-2/+2
| |_|_|/ / |/| | | |
* | | | | Merge pull request #5860 from libgit2/ethomson/buf_textEdward Thomson2021-05-1114-477/+418
|\ \ \ \ \
| * | | | | buf: bom enum is in the buf namespaceEdward Thomson2021-05-114-22/+22
| * | | | | buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-1114-473/+414
* | | | | | filter: internal git_buf filter handling functionEdward Thomson2021-05-065-8/+34
* | | | | | filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-061-11/+11
* | | | | | filter: introduce git_filter_list_apply_to_bufferEdward Thomson2021-05-061-1/+1
* | | | | | filter: remove git_buf sharing in `git_filter_list_apply_to_data`Edward Thomson2021-05-061-12/+20
* | | | | | filter: deprecate git_filter_list_stream_dataEdward Thomson2021-05-061-10/+24
|/ / / / /
* | | | | Merge pull request #5858 from libgit2/ethomson/memleaksEdward Thomson2021-05-061-0/+1
|\ \ \ \ \
| * | | | | 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