1
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(JSStringProxy): fix reference count management of JSStringProxies never reaching 0 More... almost 2 years ago
Merge branch 'main' into caleb/fix/rootedstrings More... almost 2 years ago
Merge pull request #355 from bwest2397/fix-sudo-when-building-in-docker-container More... almost 2 years ago
Merge branch 'main' into caleb/fix/rootedstrings More... almost 2 years ago
Merge branch 'main' into fix-sudo-when-building-in-docker-container More... almost 2 years ago
Merge pull request #156 from Distributive-Network/Xmader/feat/uncaughtExceptionHandler More... almost 2 years ago
Merge pull request #354 from Distributive-Network/Xmader/fix/xhr-keepalive More... almost 2 years ago
feat(XHR): change the default HTTP-Keep-Alive to 5s More... almost 2 years ago
Update src/setSpiderMonkeyException.cc More... almost 2 years ago
Update src/setSpiderMonkeyException.cc More... almost 2 years ago
Update src/JobQueue.cc More... almost 2 years ago
test(XHR): test HTTP-Keep-Alive automatically in the CI by tracing system calls that open a TCP connection More... almost 2 years ago
fix(XHR): `keepAliveConnector` attached to a different loop More... almost 2 years ago
test(exception-propagation): add tests for sending JS Errors caught in Python back to JS More... almost 2 years ago
feat(exception-propagation): preserve the original JS Error object as the Python Exception's `jsError` attribute for normal throws (`setSpiderMonkeyException`) as well More... almost 2 years ago
test(exception-propagation): add tests for sending Promise rejections caught in Python back to JS More... almost 2 years ago
feat(exception-propagation): honor the `mutedErrors` option for `pm.eval` when unhandled rejections occurred More... almost 2 years ago
test(exception-propagation): add tests for handling errors thrown in a Promise or an async function More... almost 2 years ago
test(exception-propagation): add tests for sending JS errors caught in Python back to the JS land More... almost 2 years ago
Use sudo in setup.sh if present More... almost 2 years ago
docs(event-loop): document how the reference count works for `PromiseType::getPyObject` More... almost 2 years ago
fix: `Py_SET_REFCNT` macro does not exist in Python 3.8 More... almost 2 years ago
feat(exception-propagation): Errors thrown in an async function can now be handled on `uncaughtExceptionHandler` More... almost 2 years ago
When running as root, skip sudo More... almost 2 years ago
feat(XHR): support HTTP-Keep-Alive More... almost 2 years ago
Merge branch 'main' into Xmader/fix/xhr-keepalive More... almost 2 years ago
Merge branch 'main' into caleb/fix/rootedstrings More... almost 2 years ago
test(JSStringProxy): add test for string identity More... almost 2 years ago
fix(strings): JSExternalStrings passed to python now pass the exact same underlying PyUnicodeObject More... almost 2 years ago
fix(strings): JSStrings returned by eval are no longer rooted for the lifetime of the program More... almost 2 years ago