summaryrefslogtreecommitdiff
path: root/src/libgit2
Commit message (Expand)AuthorAgeFilesLines
...
* | repo: allow administrator to own the configurationEdward Thomson2022-06-131-1/+1
* | Merge pull request #6278 from lhchavez/git_transport_smart_remote_connect_opt...Edward Thomson2022-06-122-1/+13
|\ \
| * \ Merge remote-tracking branch 'origin/main' into mainlhchavez2022-06-1117-123/+138
| |\ \
| * | | Apply suggestions from code reviewlhchavez2022-06-111-1/+1
| * | | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-162-1/+13
* | | | Merge pull request #6288 from libgit2/cmn/mwindow-simplificationsEdward Thomson2022-06-122-10/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | mwindow: use multiplication instesad of conditionalsCarlos Martín Nieto2022-04-291-3/+1
| * | | mwindow: include both the offset and the extra in the same callCarlos Martín Nieto2022-04-292-7/+9
| | |/ | |/|
* | | Merge pull request #6305 from zawata/fix_refdb_error_msgEdward Thomson2022-06-111-1/+1
|\ \ \
| * | | fix missing error messageJohn Alden2022-05-171-1/+1
| |/ /
* | | Merge pull request #6291 from libgit2/cmn/midx-no-hashEdward Thomson2022-06-111-6/+0
|\ \ \
| * | | midx: do not verify the checksum on loadCarlos Martín Nieto2022-05-031-6/+0
| |/ /
* | | Replace bitwise AND 0x7fffffff with XOR 0x80000000.Colin Stolley2022-05-201-1/+1
* | | midx: fix large object offset table check.Colin Stolley2022-05-201-1/+1
|/ /
* | Merge pull request #6265 from libgit2/ethomson/sha256_twoEdward Thomson2022-04-1816-114/+135
|\ \ | |/ |/|
| * midx: use raw oid dataEdward Thomson2022-04-102-16/+20
| * index: use raw oid dataEdward Thomson2022-04-101-6/+6
| * pack: use raw oid dataEdward Thomson2022-04-102-18/+25
| * commit_graph: use raw oid dataEdward Thomson2022-04-102-17/+20
| * oid: introduce `git_oid_raw_cpy`Edward Thomson2022-04-102-2/+9
| * oid: introduce `git_oid_raw_ncmp`Edward Thomson2022-04-102-19/+24
| * oid: `hashcmp` is now `raw_cmp`Edward Thomson2022-04-103-5/+7
| * indexer: write raw id dataEdward Thomson2022-04-101-1/+1
| * treecache: write the raw id not the objectEdward Thomson2022-04-101-1/+1
| * oidmap: hash on the id, not the objectEdward Thomson2022-04-101-1/+1
| * oid: don't assume the size of an oidEdward Thomson2022-04-101-1/+1
| * tree: move git_oid into tree entryEdward Thomson2022-04-104-28/+21
* | repo: make ownership checks optionalEdward Thomson2022-04-113-1/+12
* | repo: honor safe.directory during ownership checksEdward Thomson2022-04-111-5/+46
* | repo: refactor global config loader functionEdward Thomson2022-04-111-19/+32
* | repo: ensure that repo dir is owned by current userEdward Thomson2022-04-111-3/+28
* | fs_path: refactor ownership checks into current user and systemEdward Thomson2022-04-111-5/+9
|/
* Merge pull request #6260 from lhchavez/midx-fix-ubEdward Thomson2022-04-101-3/+8
|\
| * [midx] Fix an undefined behavior (left-shift signed overflow)lhchavez2022-04-051-3/+8
* | Merge pull request #6244 from jorio/fix-diff_delta_format_path-crashEdward Thomson2022-04-101-0/+5
|\ \ | |/ |/|
| * Update src/libgit2/diff_print.cEdward Thomson2022-04-101-3/+2
| * diff_delta_format_path: handle null filenameIliyas Jorio2022-03-131-0/+6
* | fetch: support OID refspec without dstEdward Thomson2022-03-232-4/+10
* | Fix a string parsing bug when validating extensions from the configurationWilhelm Bierbaum2022-03-161-0/+1
|/
* object: validate that `odb_obj` was setEdward Thomson2022-02-271-0/+1
* http: skip processing when body is null or 0 lengthEdward Thomson2022-02-271-1/+1
* refdb: unlock mutex on assertion failureEdward Thomson2022-02-271-1/+5
* cmake: rename git2internal target to libgit2Edward Thomson2022-02-221-183/+34
* cmake: remove unnecessary xcode hackEdward Thomson2022-02-221-7/+0
* cmake: document CMakeLists.txt hierarchyEdward Thomson2022-02-221-0/+3
* refactor: make util an object libraryEdward Thomson2022-02-22120-25130/+102
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-22360-0/+130291