log
graph
tags
branches
changeset
browse
file
diff
annotate
file log
raw
moonbridge
log moonbridge_io.c
find changesets by author, revision, files, or words in the commit message
less
more
|
(0)
-50
-28
tip
age
author
description
2016-09-03
jbe
Call tls_close always before closing file descriptor
2016-08-26
jbe
Perform TLS handshake in :read and :write methods and store TLS_WANT_POLLIN, TLS_WANT_POLLOUT in handle structure
2016-08-26
jbe
More work on libtls integration (incomplete/experimental yet)
2016-08-25
jbe
Added missing #ifdef MOONBR_IO_USE_TLS clause
2016-08-24
jbe
Modifications to poll(...) function in regard to TLS handshake
2016-08-22
jbe
Method :starttls(...) for I/O handle
2016-08-22
jbe
Require "mode" parameter passed to tlsconf function
2016-08-21
jbe
Process "verify_client" field in moonbridge_io.tlsconf{...}
2016-08-21
jbe
Re-added experimental work on libtls integration
2016-08-21
jbe
Removed experimental work on libtls integration
2016-08-21
jbe
Fixed copy/paste error in tlsconf function
2016-08-21
jbe
Work on tlsconf function
2016-08-20
jbe
merge
2016-08-20
jbe
Use luaL_setmetatable instead of luaL_getmetatable and lua_setmetatable
2016-08-20
jbe
Work on optional libtls integration for moonbridge_io (tls_config stub)
2016-01-16
jbe
Corrected argument to closefrom() C-call
2015-07-12
jbe
Fixed bug in write buffer, which caused data to be lost when I/O is blocked
2015-06-23
jbe
Clarified nil/false return values of poll function and wait_nb method
2015-06-23
jbe
Send a TCP RST instead of TCP FIN when a socket gets garbage collected (and hasn't been closed)
2015-06-22
jbe
Fixed mistake in previous commit
2015-06-22
jbe
Use accept() only on Linux and only if _GNU_SOURCE is not set
2015-06-22
jbe
Safety catch for noncompliant strerror_r() implementation on GNU/Linux systems
2015-06-22
jbe
Avoid use of accept4() function in favor of accept() to avoid using _GNU_SOURCE on GNU/Linux
2015-06-22
jbe
Avoid use of asprintf function
2015-06-22
jbe
Avoid compiler warnings on GNU/Linux (fix)
2015-06-22
jbe
Avoid compiler warnings on GNU/Linux
2015-06-22
jbe
Ensure that socket handles always get closed, even in case of an error while creating the socket handle
2015-06-21
jbe
Code cleanup regarding SOCK_CLOEXEC in moonbridge_io.c
less
more
|
(0)
-50
-28
tip
Impressum / About Us