0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added function int ae_get_last_uv_error_int(). More... almost 12 years ago
The same... More... almost 12 years ago
ae_tcp_connection.c renamed to ae_tcp.c More... almost 12 years ago
TCP writing and reading :) More... almost 12 years ago
Some fixes in UDP (destroy() should be called in more cases). More... almost 12 years ago
Removed not useful tests. More... almost 12 years ago
AE_DEBUG writes to stdout instead of stderr. More... almost 12 years ago
Just init functions order changed a bit. More... almost 12 years ago
TCP stuff started at C/UV level. More... almost 12 years ago
Reorder Ruby methods (alive?, close/cancel, destroy always at the end). More... almost 12 years ago
AE::UvError#to_s now shos @uv_type as a symbol (with inspect). More... almost 12 years ago
Removed a timer related function! (opss) More... almost 12 years ago
Start with TCP... More... almost 12 years ago
Removed extra blank line. More... almost 12 years ago
Ensure Ruby >= 1.9.2 and check GVL related C functions. More... almost 12 years ago
Removed double declaration of @_run_mutex. More... almost 12 years ago
Get rid of ruby_thread_has_gvl_p() in debug.h (it seems not to exist in Ruby 1.9.3p0). More... almost 12 years ago
Default UDP receiving encoding must be ASCII_8BIT instead of "external" encoding. More... almost 12 years ago
Modified ae_uv_num_active_handlers() due to UV master change: https://github.com/joyent/libuv/commit/e4f23aacece124a1a5e706390beda6c800f6efa0 More... almost 12 years ago
Timer#delay() and PeriodicTimer#interval() now returns a Float (the value introduced by the user). More... almost 12 years ago
Plattform based #define added. More... almost 12 years ago
Some cleanup of .h files. More... almost 12 years ago
.h files simplified. More... almost 12 years ago
Added AE::Utils.get_cpu_info(). More... almost 12 years ago
lib/asyncengine/utils/network_interface.rb merged into lib/asyncengine/utils.rb. More... almost 12 years ago
Really nothing. More... almost 12 years ago
Added AE::Utils containing some features of UV. Also added test_utils.rb. More... almost 12 years ago
Some bug fixed in UDP and some other cosmetical changes. More... almost 12 years ago
- UDP and timers: don't execute callbacks if uv handle is closed. - Refactor AE::UdpSocket#set_receiving(): don't use uv_udp_recv_stop() due to https://github.com/joyent/libuv/issues/431. Instead rely on cdata->do_receive value in UDP recv callback. More... almost 12 years ago
Minimal change in test_udp.rb. More... almost 12 years ago