0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed old EPERM map; fixed test More... over 13 years ago
Merges More... over 13 years ago
Added errno stuff More... over 13 years ago
Removed async callback closure test -- pointless; Added test case for async callback execution; fixed some bugs with 64-bit types More... over 13 years ago
Fix the async API More... over 13 years ago
Get node-ffi working under Solaris More... over 13 years ago
Changed ffi.js to node-ffi.js for clarity More... over 13 years ago
Added NPM package.json file More... over 13 years ago
Merging upstream (after the fact :/) More... over 13 years ago
* Building and passing now on node v0.2.3 * Removed promise, now using EventEmitter * Using "assert" instead of "mjsunit" for testing * Cleaned up code style More... over 13 years ago
Documented the 64-bit types More... over 14 years ago
Added 64-bit types More... over 14 years ago
Fixed a nasty bug on 32-bit Linux that caused async callbacks to crash More... over 14 years ago
Major performance upgrades; calls are about 8x faster and don't churn the GC nearly as much More... over 14 years ago
Added allocated field to Pointer More... over 14 years ago
Added benchmark script More... over 14 years ago
Now compiles against latest trunk More... over 14 years ago
derefValuePtr can now handle NULL values for strings, where it'll just return a JavaScript null More... over 14 years ago
Miscellaneous More... over 14 years ago
Refactored the aync callback stuff a bit: now using a single event loop and a nicer ThreadedInvokationCallback class More... over 14 years ago
Some prototypal async stuff More... over 14 years ago
A build fix for Linux More... over 14 years ago
Code refactor; A bit cleaner now More... over 14 years ago
Removed some commented out code More... over 14 years ago
Fixed a whole class of bugs where the GC would delete Pointer objects previous referenced by internal C++ data classes More... over 14 years ago
Switched tests to use libm because it was breaking on Linux; Fixed the EXAMPLE in the README because it was just plain wrong; Everything appears to be working on Linux More... over 14 years ago
Fixed README.rdoc formatting issue; wscript now checks for libffi installed More... over 14 years ago
Updated README; sqlite-example now refers to global ffi install More... over 14 years ago
Renamed some files; Added install to build script More... over 14 years ago
Callback stuff is working; thus, SQLite3 example can actually SELECT and get data back More... over 14 years ago