0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 18, 2025 — Sep 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
stop using cloudbees for now, travis is easier More... over 10 years ago
nevermind for now More... over 10 years ago
this project is unmaintained atm More... over 10 years ago
Merge pull request #153 from Coveo/fix-regex-start-offset More... over 11 years ago
Fix a small typo. More... over 11 years ago
User provided sort comparator should return floats without failing. More... over 11 years ago
Adjust 'from' offset in byte array using encoding. More... over 11 years ago
Merge branch 'pr/149' More... over 11 years ago
Merge branch 'pr/150' More... over 11 years ago
Do not use byte offsets as character offsets. More... over 11 years ago
fix and unit test for parsing long numbers in JSON.Parse More... over 11 years ago
Array.isArray should not return true for non-arrays. More... almost 12 years ago
Make `lookup` requests more complete with references. More... almost 12 years ago
Don't wait for a listener if there's not one. Just break. Adjust line-numbers for 0-indexed expectations. More... almost 12 years ago
Track source file-names slightly better. Provide serialization of Frames more appropriately. Fix source name from <script> to <eval> More... almost 12 years ago
Use the new build env on Travis More... almost 12 years ago
Remove debug verbosity. More... almost 12 years ago
Further cleanup/fixing of JSON serialization, particuarly `lookup`. More... almost 12 years ago
Clean up the serialization/deserialization and struction of all the JSON flying around all willy-nilly. More... almost 12 years ago
Fix for #146. Don't assume 'self' is a DynArray in the ctor. More... almost 12 years ago
Add a failing test for subclassing a builtin Array. More... almost 12 years ago
More serialization refactoring of more requests (backtrace, etc) More... almost 12 years ago
Reorganize how serializers are stored, since they are accumulating. Add the ability to grab full source of any script. Fleshen out `scripts` command a tad. More... almost 12 years ago
Start tracking names for `scripts` debugger action. More... almost 12 years ago
Embiggen the v8 debugger protocol support to support node-inspector. Miles to go. More... almost 12 years ago
More compatibility for node-inspector, not just node debug. More... almost 12 years ago
* Use the Netty replaying-decoder more appropritely and simplify the JSONDecoder. * Ensure that GlobalContext is never used as 'this', but rather gcontext.getObject(). * Adjust stack-trace-related stuff for determining top-levelness to check for a contextified JSObject instead of a GlobalContext. More... almost 12 years ago
Merge branch 'Coveo-fix-regex-encoding' More... almost 12 years ago
Merge branch 'master' into fix-regex-encoding More... almost 12 years ago
Use UTF-8 encoding when getting bytes for strings to match encoding used for pattern. More... almost 12 years ago