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