- Oct 23, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Oct 13, 2014
-
-
Dmitry E. Oboukhov authored
-
- Oct 07, 2014
-
-
Roman Tsisyk authored
-
- Oct 01, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Sep 26, 2014
-
-
Roman Tsisyk authored
socket.tcp_server() changes: * Set nice fibers names for listener and clients * Use only one address for bind * Return single socket instead of wrapper * Add opts = {} to arguments * Automatically remove UNIX domain socket on server:close() Other changes: * Fix buggy port number parsng for ipv6 * Add peer address to accept() results like recvfrom()
-
- Sep 25, 2014
-
-
bigbes authored
-
- Sep 15, 2014
-
-
Roman Tsisyk authored
-
- Sep 09, 2014
-
-
Roman Tsisyk authored
-
- Sep 08, 2014
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Sep 04, 2014
-
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fixes compatibility with third-party modules.
-
Roman Tsisyk authored
This patch also adds argument checking to all socket methods.
-
- Sep 03, 2014
-
-
Dmitry E. Oboukhov authored
(fix httpd log messages)
-
Dmitry E. Oboukhov authored
-
- Aug 25, 2014
-
-
Dmitry E. Oboukhov authored
(so user can use 'SO_REUSEADDR' option in tcp_server)
-
- Aug 22, 2014
-
-
Dmitry E. Oboukhov authored
-
- Aug 18, 2014
-
-
Dmitry E. Oboukhov authored
-
- Aug 15, 2014
-
-
bigbes authored
-
- Aug 14, 2014
-
-
Roman Tsisyk authored
-
- Aug 11, 2014
-
-
Roman Tsisyk authored
-
- Aug 06, 2014
-
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Aug 05, 2014
-
-
Roman Tsisyk authored
This patch fixes out of bounds memory access in bit_iterator_init for size == 0. The patch also optimizes bitset/index library to skip useless iterations over empty keys. Closes #425
-
- Aug 01, 2014
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
- Jul 31, 2014
-
-
Konstantin Osipov authored
No test case since we don't test contents of the log in 1.5.
-
Konstantin Osipov authored
Add a testcancel() call to iowait(). A test case will be added to 1.6, where it's easier to do.
-
Roman Tsisyk authored
This patch fixes tcp_connect() for case when server sends some data immediately after connect.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This patch fixes logic of non-blocking tcp connect as it described in man pages and Unix Network Programming vol.1.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
- Jul 30, 2014
-
-
Roman Tsisyk authored
-