- 16 Dec, 2017 1 commit
-
-
Thomas Broadley authored
-
- 28 Nov, 2017 5 commits
-
-
Tyler Wanek authored
Fix compiling with clang
-
Tyler Wanek authored
Expose JavaScript function name in a rejected promise
-
Tyler Wanek authored
fix issue with re-require()'ing native modules
-
Tyler Wanek authored
Generate default options for Revert.revert to prevent an exception
-
Remy Suen authored
Due to the way the C++ binding layer gets the promise callback passed to it, if there are no options specified in Revert.revert, the promise callback ends up becoming the third parameter to the function and the expected fourth parameter will not be satisfied which will lead to an exception. We should generate a default options for Revert.revert if nothing is provided by the callee to make the API easier and simpler to use. Signed-off-by:
Remy Suen <remy.suen@gmail.com>
-
- 28 Oct, 2017 1 commit
-
-
Remy Suen authored
When an error happens in libgit2, NodeGit will wrap the and expose the error code and message to be consumed via the JavaScript API. However, this information is often insufficient given the asynchronous nature of NodeGit and it may at times be unclear as to which JavaScript function caused the error on the libgit2 side. By exposing an 'errorFunction' property string that includes the name of the JavaScript function in the error, debugging should now be a lot easier as clients will now be able to quickly identify which JavaScript function in a long promise chain was the source of an error. Signed-off-by:
Remy Suen <remy.suen@gmail.com>
-
- 19 Oct, 2017 1 commit
-
-
Tyler Wanek authored
-
- 18 Oct, 2017 1 commit
-
-
Tyler Wanek authored
Updated descriptors for git_index_find and git_index_find_prefix
-
- 16 Oct, 2017 1 commit
-
-
Carson Howard authored
-
- 13 Oct, 2017 4 commits
-
-
Tyler Wanek authored
Updated input docs to allow for git_push_update_reference_cb to generate
-
Carson Howard authored
-
Tyler Wanek authored
Added a better normalizeOptions pattern for the submodule update routine
-
Tyler Wanek authored
Bumped libgit to libgit-next head
-
- 10 Oct, 2017 4 commits
-
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
- 13 Sep, 2017 3 commits
-
-
Tyler Wanek authored
-
Tyler Wanek authored
Fixed an issue where large buffer allocations in filters (> 256MB) causes a segfault
-
Tyler Wanek authored
-
- 12 Sep, 2017 5 commits
-
-
Roy Marples authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Tyler Wanek authored
8.4.0 currently breaks builds, locking to 8.3.0 temporarily
-
- 11 Sep, 2017 1 commit
-
-
Tyler Wanek authored
-
- 30 Aug, 2017 1 commit
-
-
Tyler Wanek authored
Fix git_tree_entry double free
-
- 17 Aug, 2017 1 commit
-
-
Tyler Wanek authored
-
- 16 Aug, 2017 11 commits
-
-
Kurt Berglund authored
-
Tyler Wanek authored
-
Tyler Wanek authored
-
Tyler Wanek authored
BREAKING: Added blob methods and converted to async
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Carson Howard authored
-
Tyler Wanek authored
BREAKING: Convert sync methods to async methods
-