1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed stack overflow issue. (Forgot to pop error/integer)
harningt
as Thomas Harning Jr
More... about 18 years ago
Fixed stack overflow issue. (Forgot to pop error/integer)
harningt
as Thomas Harning Jr
More... about 18 years ago
Fixed stack overflow issue. (Forgot to pop error/integer)
harningt
as Thomas Harning Jr
More... about 18 years ago
Fixed stack overflow issue. (Forgot to pop error/integer)
harningt
as Thomas Harning Jr
More... about 18 years ago
Fixed stack overflow issue. (Forgot to pop error/integer)
harningt
as Thomas Harning Jr
More... about 18 years ago
Fixed stack overflow issue. (Forgot to pop error/integer)
harningt
as Thomas Harning Jr
More... about 18 years ago
* Added some cheap protection code for failures in callback functions.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Added some cheap protection code for failures in callback functions.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Added some cheap protection code for failures in callback functions.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Added some cheap protection code for failures in callback functions.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Added some cheap protection code for failures in callback functions.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Added some cheap protection code for failures in callback functions.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Completed mostly working version * Moved to a mode where addevent calls a callback rather than it being instantiated within. * If the callback returns -1, then no event is ever setup * Otherwise the integer value is used to setup the event * This allows for using coroutine.wrap rather than a cooked-up wrapper * Tests work, although there are a few remaining issues: * Need to figure a good way of preserving the event object, not sure if current method is good enough, since the socket is the only anchor, and it is only held inside the coro.. circular reference, something that Lua 'handles' well. * Doing more than the maximum sockets the process is allows causes strangeness to occur in libevent.. somehow it is getting around to epoll_add which is causing valgrind to barf.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Completed mostly working version * Moved to a mode where addevent calls a callback rather than it being instantiated within. * If the callback returns -1, then no event is ever setup * Otherwise the integer value is used to setup the event * This allows for using coroutine.wrap rather than a cooked-up wrapper * Tests work, although there are a few remaining issues: * Need to figure a good way of preserving the event object, not sure if current method is good enough, since the socket is the only anchor, and it is only held inside the coro.. circular reference, something that Lua 'handles' well. * Doing more than the maximum sockets the process is allows causes strangeness to occur in libevent.. somehow it is getting around to epoll_add which is causing valgrind to barf.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Completed mostly working version * Moved to a mode where addevent calls a callback rather than it being instantiated within. * If the callback returns -1, then no event is ever setup * Otherwise the integer value is used to setup the event * This allows for using coroutine.wrap rather than a cooked-up wrapper * Tests work, although there are a few remaining issues: * Need to figure a good way of preserving the event object, not sure if current method is good enough, since the socket is the only anchor, and it is only held inside the coro.. circular reference, something that Lua 'handles' well. * Doing more than the maximum sockets the process is allows causes strangeness to occur in libevent.. somehow it is getting around to epoll_add which is causing valgrind to barf.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Completed mostly working version * Moved to a mode where addevent calls a callback rather than it being instantiated within. * If the callback returns -1, then no event is ever setup * Otherwise the integer value is used to setup the event * This allows for using coroutine.wrap rather than a cooked-up wrapper * Tests work, although there are a few remaining issues: * Need to figure a good way of preserving the event object, not sure if current method is good enough, since the socket is the only anchor, and it is only held inside the coro.. circular reference, something that Lua 'handles' well. * Doing more than the maximum sockets the process is allows causes strangeness to occur in libevent.. somehow it is getting around to epoll_add which is causing valgrind to barf.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Completed mostly working version * Moved to a mode where addevent calls a callback rather than it being instantiated within. * If the callback returns -1, then no event is ever setup * Otherwise the integer value is used to setup the event * This allows for using coroutine.wrap rather than a cooked-up wrapper * Tests work, although there are a few remaining issues: * Need to figure a good way of preserving the event object, not sure if current method is good enough, since the socket is the only anchor, and it is only held inside the coro.. circular reference, something that Lua 'handles' well. * Doing more than the maximum sockets the process is allows causes strangeness to occur in libevent.. somehow it is getting around to epoll_add which is causing valgrind to barf.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Completed mostly working version * Moved to a mode where addevent calls a callback rather than it being instantiated within. * If the callback returns -1, then no event is ever setup * Otherwise the integer value is used to setup the event * This allows for using coroutine.wrap rather than a cooked-up wrapper * Tests work, although there are a few remaining issues: * Need to figure a good way of preserving the event object, not sure if current method is good enough, since the socket is the only anchor, and it is only held inside the coro.. circular reference, something that Lua 'handles' well. * Doing more than the maximum sockets the process is allows causes strangeness to occur in libevent.. somehow it is getting around to epoll_add which is causing valgrind to barf.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Adjusted licensing and added README.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Adjusted licensing and added README.
harningt
as Thomas Harning Jr
More... about 18 years ago
* Adjusted licensing and added README.
harningt
as Thomas Harning Jr
More... about 18 years ago
Initial commit: * Created tree structure * Committed current version
harningt
as Thomas Harning Jr
More... about 18 years ago
Initial commit: * Created tree structure * Committed current version
harningt
as Thomas Harning Jr
More... about 18 years ago
Initial commit: * Created tree structure * Committed current version
harningt
as Thomas Harning Jr
More... about 18 years ago