0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't capitalise the 'g' of UV__Req_getaddrinfo/_getnameinfo More... about 4 years ago
Use the same Newxc + sizeof trick on UV__Handle and subclasses More... about 4 years ago
Use the same Newxc + sizeof trick on UV__Req and subclasses More... about 4 years ago
Use the same Newxc + sizeof trick to optionally allocate uv_loop_t More... about 4 years ago
Pass getaddrinfo args by a single HASHref rather than a flat kvlist and optionally popping cb from it More... about 4 years ago
Initial attack at getaddrinfo/getnameinfo More... about 4 years ago
Add OUTPUT: section to UV::Signal::stop xsub More... about 4 years ago
No longer using XS::Object::Magic More... about 4 years ago
Delete now-unused static functions related to loop walk-and-destroy More... about 4 years ago
No need to 'use Math::Int64' any more More... about 4 years ago
Don't need to specify other weird args for ->mm_args2() any more now that we only have a single .xs and no other objects to link into it More... about 4 years ago
Store the 'my_perl' interpreter pointer in the Handle structs rather than guesing the one from dTHX will be correct More... about 4 years ago
No longer need uv_handle_t * in typemap More... about 4 years ago
Implement UV::Signal to wrap uv_signal_t More... about 4 years ago
Most handle subclass types don't need to use Exporter More... about 4 years ago
Use the socket => arg correctly in unit test for UV::poll() More... about 4 years ago
chmod a-x t/*.t More... about 4 years ago
Remove the int64 maths hack now we're just using UV everywhere More... about 4 years ago
Reïmplement uv_hrtime() so it can return a plain UV instead of int64 More... about 4 years ago
Remove now-empty lib/loop.xsi More... about 4 years ago
Partial fix for loop->walk; at least print a TODO message which makes test pass More... about 4 years ago
Use uv_poll_init_socket() and _MAKE_SOCK if the filehandle is passed by the 'socket' argument More... about 4 years ago
Implement a DESTROY on Handles that cleans up memory again More... about 4 years ago
WIP destroy handles at DESTROY time More... about 4 years ago
Delete unneeded handle_alloc_cb() More... about 4 years ago
Turn off PROTOTYPES in UV.xs More... about 4 years ago
Initial hack at reïmplementing handle types using T_PTROBJ and internal structs instead of XS::Object::Magic More... about 4 years ago
Add a couple of quick unit tests that check basic UV::Poll with UV_READABLE or UV_WRITABLE events More... about 4 years ago
Don't need to store if a loop is the default one because we can always just pointer-compare to uv_default_loop() More... about 4 years ago
Don't expose a $loop->close method; just do it as part of the implicit DESTROY More... about 4 years ago