| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.server_select: Remove startssl parameter to the client/server creation fu... | Matthew Wild | 2010-01-31 | 1 | -117/+61 |
* | net.server_{select,event}: Fail gracefully if socket doesn't have a setoption... | Matthew Wild | 2010-01-21 | 1 | -1/+4 |
* | net.server_select: Add conn:setoption() to set options on the socket | Matthew Wild | 2010-01-12 | 1 | -0/+3 |
* | net.server_select: Fix oops in last commit | Matthew Wild | 2010-01-06 | 1 | -1/+1 |
* | net.server_select: Allow setting the logger using server.setlogger | Matthew Wild | 2010-01-06 | 1 | -0/+9 |
* | net.server_select: Add get_backend() method | Matthew Wild | 2009-12-08 | 1 | -0/+5 |
* | net.server_select, net.server_event: Convert to unix line endings from Windows | Matthew Wild | 2009-12-04 | 1 | -921/+921 |
* | net.server_select: Restore checks for wantread/timeout errors on receive | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | net.server_select: Add a function to just lock a stream for reading | Sjoerd Simons | 2009-12-03 | 1 | -10/+17 |
* | net.server_select: Make bufferlen() method return, of all things, the buffer ... | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | net.server_select: Fix possibility of losing data sent from a socket just bef... | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | net.server_select: Update conn.close() to use new connection method convention | Matthew Wild | 2009-11-28 | 1 | -1/+1 |
* | net.server_select: Rename server.setsend() to server.set_send() for consistency | Matthew Wild | 2009-11-26 | 1 | -1/+1 |
* | net.server_select: Bring up to date to new common connection API | Matthew Wild | 2009-11-22 | 1 | -24/+24 |
* | net.server_select: Change addserver() parameters to be compatible with new st... | Matthew Wild | 2009-11-21 | 1 | -2/+2 |
* | net.server: Rename to net.server_select | Matthew Wild | 2009-11-21 | 1 | -0/+914 |