log
graph
tags
branches
changeset
browse
file
diff
annotate
file log
raw
moonbridge
log moonbridge.c
find changesets by author, revision, files, or words in the commit message
less
more
|
(0)
-30
tip
age
author
description
2015-04-07
jbe
Removed timeout option from socket:close(); Simulate shutdown for local sockets (Unix Domain Sockets)
2015-04-07
jbe
Register I/O library as moonbridge_io (and not mapping functions into io)
2015-04-07
jbe
Extended I/O library; Integrated new I/O library into moonbridge.c and moonbridge_http.lua
2015-04-05
jbe
Stub for new non-blocking I/O library
2015-04-05
jbe
Reverted experimental work on non-blocking I/O with file handles
2015-04-05
jbe
Use write instead of fwrite for non-blocking I/O
2015-04-05
jbe
Work on write_nb method
2015-04-04
jbe
Proper handling of out-of-memory errors in xread_nb method
2015-04-04
jbe
Another initialization to avoid (wrong) compiler warning
2015-04-04
jbe
Add initialization to avoid compiler warning
2015-04-04
jbe
Fixed io.poll(...) function
2015-04-04
jbe
Work on io.poll(...) and file handle methods "xread", "xread_nb", "write_nb"
2015-04-04
jbe
Extended io.poll(...) to check FILE buffers; Replaced method "readuntil" with "xread"
2015-04-04
jbe
Fixed typo in moonbridge.c
2015-04-04
jbe
Work on non-blocking I/O; Improved efficiency of :readuntil(...)
2015-04-04
jbe
Second table to io.poll(...) is optional
2015-04-04
jbe
Work on support for non-blocking I/O
2015-03-24
jbe
Set default fork delay to 0.25 seconds
v0.4.0
2015-03-23
jbe
Set _MOONBRIDGE_VERSION variable for Lua machine
2015-03-22
jbe
Collect Lua garbage after initialization
2015-03-09
jbe
Methods :close(), :cancel(), and :readuntil(...) do not throw I/O errors but return error message as second return value after nil
2015-03-08
jbe
Methods :close() and :cancel() return true value on success; Added assert(...) calls to moonbridge_http.lua on writing to client
2015-03-08
jbe
When writing to disconnected clients, do not use signal 13 (SIGPIPE) but throw I/O error
2015-03-08
jbe
Disabling SHUT_RD due to problems with Linux
2015-03-07
jbe
Bugfix regarding temporary timeout settings and initialization of variable 'newval' in moonbr_timeout(L)
2015-01-29
jbe
Include bsd/stdio.h on Linux systems to avoid compiler warning on implicitly declared fpurge() function
2015-01-29
jbe
Backed out previous changeset: Avoid "unused-result" compiler warning by storing return values in dummy variables
2015-01-29
jbe
Avoid "unused-result" compiler warning by storing return values in dummy variables
2015-01-29
jbe
Use memcpy() instead of dereferencing type-punned pointers to avoid breaking strict-aliasing rules
2015-01-29
jbe
Removed C++ style comments (use C style comments)
less
more
|
(0)
-30
tip
Impressum / About Us