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
Bump version to 1.900 More... over 3 years ago
Add missing semicolons More... over 3 years ago
Wrap the remaining UV::UDP multicast methods More... over 3 years ago
Add the remaining UV::UDP methods, minus the weird multicast ones More... over 3 years ago
Wrap uv_async_t as UV::Async More... over 3 years ago
Remember to add t/01-can-uv-*.t files for recently-added handle types More... over 3 years ago
Add $process->kill More... over 3 years ago
Added $process->pid More... over 3 years ago
Support UV::Process->spawn setuid and setgid options More... over 3 years ago
Initial attempt at wrapping the stdio containers for UV::Process More... over 3 years ago
Support UV::Process->spawn env argument More... over 3 years ago
Document the 'file' and 'args' arguments to UV::Process->spawn More... over 3 years ago
Initial minimal implementation of UV::Process More... over 3 years ago
Reörder packages in UV.xs to sort UV::Prepare into the right position More... over 3 years ago
Also wrap uv_udp_try_send() More... over 3 years ago
Remember to check $udp->send's addr argument for defined/size More... over 3 years ago
Initial attack at UV::UDP wrapping - just basic methods for now More... over 3 years ago
Implement UV::TCP More... over 3 years ago
Implement UV::TTY handle type; currently untested because testing this is tricky More... over 3 years ago
Sort UV::Stream before UV::Timer in UV.xs More... over 3 years ago
Merge pull request #31 from p5-UV/newtesting More... almost 4 years ago
Get rid of AppVeyor and TravisCI in favor of GitHub Workflows. More... almost 4 years ago
Undocument the 'alloc' event since it doesn't make sense to be perl-visible More... about 4 years ago
Make remaining truthy-return methods actually return bools, not ints More... about 4 years ago
Have methods throw exceptions rather than returning error constants on failure More... about 4 years ago
Throw exception objects which encode error type as both class name and a ->code accessor More... about 4 years ago
Consistently name UV error result variables 'int err' not 'ret' More... about 4 years ago
Wrap UV::Stream and UV::Pipe More... about 4 years ago
Since any UV::Req instance will represent an operation with some kind of callback, we can put SV *cb in the base fields More... about 4 years ago
Remove unused 'svp' variable More... about 4 years ago