summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* huhethomson/smartrefactorEdward Thomson2023-04-114-271/+225
* http: add SSPI authentication on WindowsEdward Thomson2023-03-213-4/+345
* utf8: add conversion with size and refactor namesEdward Thomson2023-03-2110-115/+180
* http: refactor GSSAPI / negotiate / NTLM authEdward Thomson2023-03-213-46/+46
* http: introduce schannel streams for windowsEdward Thomson2023-03-218-35/+807
* pack: cast to uint64_t when calculating index size insteadCarlos Martín Nieto2023-03-161-4/+3
* pack: use 64 bits for the number of objectsCarlos Martín Nieto2023-03-141-4/+4
* cmake: don't include `include/git2`Edward Thomson2023-03-103-3/+0
* sysdir: Do not declare win32 functions on non-win32 platformsNicolas Cavallari2023-03-081-0/+2
* index: support `git_index_add_all` directories with forceEdward Thomson2023-03-021-1/+2
* Merge pull request #6520 from libgit2/ethomson/git_odb_openEdward Thomson2023-03-021-0/+19
|\
| * odb: restore `git_odb_open`Edward Thomson2023-03-011-0/+19
* | Remove unused wditer variableYuriy Chernyshov2023-02-281-2/+0
|/
* Merge pull request #6514 from libgit2/ethomson/libgit2_pcEdward Thomson2023-02-271-2/+2
|\
| * meta: configure pkg-config .pc correctlyEdward Thomson2023-02-271-2/+2
* | Merge pull request #6512 from libgit2/ethomson/odb_looseEdward Thomson2023-02-271-0/+34
|\ \
| * | odb: add back git_odb_backend_looseEdward Thomson2023-02-271-0/+34
| |/
* | Merge pull request #6511 from libgit2/ethomson/hostandportEdward Thomson2023-02-271-11/+3
|\ \ | |/ |/|
| * Revert "Pass hostkey & port to host verify callback"Edward Thomson2023-02-271-11/+3
* | remote: always populate old id in update tipsEdward Thomson2023-02-251-1/+1
|/
* Pass hostkey & port to host verify callbackFrancois-Xavier Coudert2023-02-241-3/+11
* net: parse urls or scp style paths in the same functionEdward Thomson2023-02-243-11/+20
* odb: don't unconditionally add oid_type to streamEdward Thomson2023-02-231-0/+2
* Make failure to connect to ssh-agent non-fatalFrancois-Xavier Coudert2023-02-221-1/+3
* Merge pull request #6493 from libgit2/ethomson/ownershipEdward Thomson2023-02-202-7/+43
|\
| * repo: support safe.directory with %(prefix)/Edward Thomson2023-02-201-6/+39
| * repo: don't fail on strange win32 pathsEdward Thomson2023-02-182-1/+4
* | Deleted unused variable.Miguel Arroz2023-02-171-1/+0
* | #6491: Sets oid_type on repos open with git_repository_open_bareMiguel Arroz2023-02-171-22/+48
|/
* stash: update strarray usageEdward Thomson2023-02-161-0/+1
* Merge pull request #6330 from gitkraken-jacobw/partial-stashingEdward Thomson2023-02-161-26/+200
|\
| * stash: fixes from code reviewEdward Thomson2023-02-161-40/+33
| * stash: add `const` to argumentsJacob Watson2022-07-141-4/+4
| * stash: better option validation for stash saveJacob Watson2022-07-141-6/+17
| * stash: implement partial stashing by pathJacob Watson2022-07-141-25/+195
* | strarray: remove deprecated declarationEdward Thomson2023-02-164-1/+28
* | socket: mark flags as unusedEdward Thomson2023-02-151-1/+2
* | clone: clean up options on failureEdward Thomson2023-02-141-1/+1
* | Merge pull request #6456 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-02-1440-414/+1158
|\ \
| * | clone: free connect optsEdward Thomson2023-02-122-0/+9
| * | repo: take an oid_type when initializingEdward Thomson2023-02-121-3/+15
| * | repo: dump backends on oid type changeEdward Thomson2023-02-121-1/+18
| * | transport: teach transports about oid types and SHA256Edward Thomson2023-02-1212-83/+286
| * | clone: support sha256Edward Thomson2023-02-123-22/+109
| * | revparse: don't assume SHA1Edward Thomson2023-02-121-6/+13
| * | refdb: teach filesystem refdb about sha256Edward Thomson2023-02-123-48/+78
| * | object: lookup sha256 objectsEdward Thomson2023-02-1216-110/+261
| * | packfile: handle sha256 packfilesEdward Thomson2023-02-129-138/+238
| * | repo: don't overwrite repo format version on reinitEdward Thomson2023-02-121-8/+16
| * | repo: internal setter for `objectformat`Edward Thomson2023-02-122-0/+38