Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
a4be2f5
fix linux actions
serggl Feb 3, 2025
053e0bf
update test ssh key
zawata Feb 4, 2025
3559661
use updated key for tests
serggl Feb 5, 2025
085a0d0
Replace istanbul with nyc to fix 'Unexpected token' error
serggl Feb 4, 2025
75144b8
Merge pull request #2014 from serggl/fix_actions
zawata Feb 5, 2025
efeb29a
remove unneccessary constructor declarations
zawata Oct 21, 2024
461962a
update cxxStandard determination for C++20
zawata Jan 20, 2025
f353fe1
bump nan
zawata Jan 31, 2025
3abb8fc
fix use-after-free causing intermittent failures in Repository::stati…
zawata Feb 10, 2025
13836c6
ignore nyc output
zawata Feb 10, 2025
abb79c5
Merge pull request #2012 from zawata/electron32-33
zawata Feb 10, 2025
68dbe80
Bump to v0.28.0-alpha.29
zawata Feb 11, 2025
dba7cb8
define NOMINMAX on windows
zawata Feb 13, 2025
073a37e
Merge pull request #2016 from zawata/fix-v8-windows
zawata Feb 13, 2025
8f485fa
bump to 0.28.0-alpha.30
zawata Feb 13, 2025
d19dcd7
bump libgit2 and fix build config
zawata May 20, 2025
2c8929b
support new options structs
zawata May 20, 2025
c425a4c
fix new commit array structs
zawata May 20, 2025
80bda82
drop win32http
zawata May 20, 2025
7af7091
drop node 16, 18, test on node 24 and update some dependencies
zawata May 21, 2025
086b294
stop null-checking git_error_last
zawata May 22, 2025
0d0622f
update node-gyp
zawata May 22, 2025
5ffcfba
update linux runner, don't try to build x86 node 24
zawata May 22, 2025
e56e899
Merge pull request #2018 from zawata/bump/libgit-1.8.4
zawata May 23, 2025
81daff1
bump got
zawata May 23, 2025
1ad275d
bump mocha
zawata May 23, 2025
2a1fb88
bump node-pre-gyp
zawata May 23, 2025
7ffbed5
esm-ify acquireOpenSSL
zawata May 23, 2025
523b698
fix dependency graph
zawata May 23, 2025
3f0958d
Merge pull request #2019 from zawata/bump/some-deps
zawata May 27, 2025
9948f3c
bump to v0.28.0-alpha.31
zawata May 27, 2025
70a33c4
fix electron dependencies again
zawata May 28, 2025
343df1a
Merge pull request #2020 from zawata/fix/windows-electron-build
zawata May 28, 2025
0ac2964
bump to v0.28.0-alpha.32
zawata May 28, 2025
7b34e82
fix non-standard import assertion
zawata Jun 3, 2025
f200f22
bump tar-fs to address vulnerability
zawata Jun 3, 2025
3914838
update windows runner
zawata Jun 3, 2025
340272e
Merge pull request #2022 from zawata/misc-fixes
zawata Jun 3, 2025
6d3d13b
bump to 0.28.0-alpha.33
zawata Jun 3, 2025
51650c7
bump to 0.28.0-alpha.34
zawata Jul 23, 2025
8b09425
add workflow for building openssl packages
zawata Oct 16, 2025
ccb0c58
update submodule, docs, and build-script
zawata Oct 16, 2025
c3ab608
remove special-case for git_oid_fromstrp
zawata Oct 16, 2025
6b546f4
fix missing blame functions and struct
zawata Oct 18, 2025
4ce9820
fix missing note functions
zawata Oct 18, 2025
676a567
fix odb.read mis-classification
zawata Oct 18, 2025
295bf46
don't run openssl workflow automatically
zawata Nov 6, 2025
82248d2
Merge pull request #2025 from zawata/libgit2-1.9.1
zawata Nov 6, 2025
02c4738
Mark 51650c7 as merged (was squashed previously)
llimllib Nov 7, 2025
6eb64d2
Merge remote-tracking branch 'upstream/master' into merge-libgit-191
llimllib Nov 7, 2025
398ae6f
chore: remove dead files
llimllib Nov 7, 2025
3560624
feat: remove zlib patch that's no longer necessary
llimllib Nov 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2602,9 +2602,11 @@
"ignore": true
},
"git_odb_read": {
"isAsync": true,
"cppFunctionName": "OdbRead",
"args": {
"out": {
"obj": {
"isReturn": true,
"ownedByThis": true
}
}
Expand Down
Loading