0
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't use socket._raw_socket directly on connect_callback.
ignacio
as Ignacio Burgueño
More... about 13 years ago
print function was added by mistake
ignacio
as Ignacio Burgueño
More... over 13 years ago
Removed spurious commas in 'inspect' output
ignacio
as Ignacio Burgueño
More... over 13 years ago
Raise the timeout in this test case
ignacio
as Ignacio Burgueño
More... over 13 years ago
Wait until the server is listening to create the client connection.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Caches the value of remoteAddress and remortePort of an accepted socket.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Log the error, in case we're daemonized and we miss the output of stderr
ignacio
as Ignacio Burgueño
More... over 13 years ago
Exec permission on run.sh
ignacio
as Ignacio Burgueño
More... over 13 years ago
Adds a test case for process.title
ignacio
as Ignacio Burgueño
More... over 13 years ago
Adds SetProcessTitle and GetProcessTitle in a sort of hacky way.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Simplifies EventEmitter.once
ignacio
as Ignacio Burgueño
More... over 13 years ago
Typo.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Prints count of tests at the end of the run.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Adds a callback to luanode.net.Socket.connect. Fixes test case (test-net-connect-buffer)
ignacio
as Ignacio Burgueño
More... over 13 years ago
Fixes console.trace stack level
ignacio
as Ignacio Burgueño
More... over 13 years ago
Removes some commented code
ignacio
as Ignacio Burgueño
More... over 13 years ago
Little fix for stack trace
ignacio
as Ignacio Burgueño
More... over 13 years ago
Don't throw when retrieving the endpoint of a socket.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Logs go to the console
ignacio
as Ignacio Burgueño
More... over 13 years ago
Adds an endline to the end of the file.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Sets a callback to be notified when the socket is actually closed.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Fixes a race in the test, between server startup and client connection.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Changes %u to %d, because lua_pushfstring does not recognize them.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Changes %u to %d, because lua_pushfstring does not recognize them.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Fixes printf formatters on 64 bit.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Fixes printf formatters on 64 bit.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Fixes printf formatters on 64 bit.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Don't fail when the write_callback gets called with (false, error message).
ignacio
as Ignacio Burgueño
More... over 13 years ago
Makes handshake_callback receive a boolean status.
ignacio
as Ignacio Burgueño
More... over 13 years ago
Does not log a connection aborted as an error.
ignacio
as Ignacio Burgueño
More... over 13 years ago