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
crypto Open / Seal methods and its test-case.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Make SafeLog win32 only (for the time being).
ignacio
as Ignacio Burgueño
More... about 13 years ago
Logger may not be available when ConsoleControlHandler is called.
ignacio
as Ignacio Burgueño
More... about 13 years ago
%u is not a valid formatter for luaL_error
ignacio
as Ignacio Burgueño
More... about 13 years ago
verifyPeer and getPeerCertificate don't throw errors on a closed socket. It returns false plus an error message.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Updated .gitignore
ignacio
as Ignacio Burgueño
More... about 13 years ago
test-crypto uses the new certs.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Removed unused certificates.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Re-enabled test-https-finish-before-handshake.lua
ignacio
as Ignacio Burgueño
More... about 13 years ago
Re-enabled test-http-tls.lua
ignacio
as Ignacio Burgueño
More... about 13 years ago
Re-enabled test-net-tls.lua
ignacio
as Ignacio Burgueño
More... about 13 years ago
Generate test certificates.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Ignore errors related to socket shutdown when we're shutting down. Also call the close callback even on errors
ignacio
as Ignacio Burgueño
More... about 13 years ago
Removed commented code.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Pending read operations prevent a socket from closing.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Missing brace
ignacio
as Ignacio Burgueño
More... about 13 years ago
Don't wait until there are zero pending reads if the socket was asked to be closed.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Log windows error 1296 (ERROR_CONNECTION_ABORTED) as debug only.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Warning was missing its arguments.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Better error logs when dealing with module postbacks.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Corrects case in error message
ignacio
as Ignacio Burgueño
More... about 13 years ago
Merge remote-tracking branch 'origin/master'
ignacio
as Ignacio Burgueño
More... about 13 years ago
When a socket fails to connect, the error message includes the host:port.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Log error in call to ReportError.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Don't leave the initial script open
ignacio
as Ignacio Burgueño
More... about 13 years ago
disabled another https test
ignacio
as Ignacio Burgueño
More... about 13 years ago
Don't require "luarocks.require" unless we're on Windows
ignacio
as Ignacio Burgueño
More... about 13 years ago
Disabled ssl tests until I renew the certificate
ignacio
as Ignacio Burgueño
More... about 13 years ago
Beware of errors in "exit" event listeners.
ignacio
as Ignacio Burgueño
More... about 13 years ago
Don't create a new callback on each connection
ignacio
as Ignacio Burgueño
More... about 13 years ago