0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:ibc/AsyncEngine More... almost 11 years ago
Make exconf.rb to properly compile today's libuv master. More... almost 11 years ago
Update README.markdown More... almost 11 years ago
Update README.markdown More... over 11 years ago
Improved travis file. More... over 11 years ago
Adde Gemfile and "makerakeworkwell" as devel dependency. More... over 11 years ago
Improved travis file? (I hope) More... over 11 years ago
Added .travis.yaml file. More... over 11 years ago
Replace AE_WARN with AE_DEBUG2. More... almost 12 years ago
Use rb_mutex() instead of rb_barrier(). Fixes #30. More... almost 12 years ago
Spaces removed. More... almost 12 years ago
Increased timer values so test unit always works. More... almost 12 years ago
No need for uv_timer_stop() before uv_timer_start() in AE::Timer#restart() and AE::PeriodicTimer#restart(). More... almost 12 years ago
Just some logs for #30. More... almost 12 years ago
Move the AE_ASSERT() after AE_CHECK_STATUS(). More... almost 12 years ago
Improvements in Rakefile so it now realizes when libuv has been updated. More... almost 12 years ago
libuv own tests deleted. More... almost 12 years ago
Minor change in debug printfs. More... almost 12 years ago
Simplify AE handles code: ae_run_with_error_handler() has been extended so if the given function produces a Ruby error while in RELEASING status it's ignored instead of calling to ae_handle_error(). More... almost 12 years ago
Cosmethic. More... almost 12 years ago
AE::Resolver (class) renamed to AE::DNS (module). More... almost 12 years ago
New AE::Version module. More... almost 12 years ago
debug logs modified in AE_CHECK_STATUS macro. More... almost 12 years ago
Some blank lines removed. More... almost 12 years ago
@_procs is clear when releasing the loop. More... almost 12 years ago
Cosmetic changes. More... almost 12 years ago
ae_resolver: Don't execute the resolve() callback when AsyncEngine is releasing. More... almost 12 years ago
Test modified. More... almost 12 years ago
CPU time fields are now given as % value. Also improved the inspect() method for showing them. More... almost 12 years ago
Added test_resolver.rb (for now it just includes tests for AE::Resolver.resolve() method). More... almost 12 years ago