- Oct 01, 2014
-
-
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 15, 2014
-
-
Roman Tsisyk authored
-
- Sep 04, 2014
-
-
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)
-
- Aug 22, 2014
-
-
Dmitry E. Oboukhov authored
-
- Aug 11, 2014
-
-
Roman Tsisyk authored
-
- Aug 06, 2014
-
-
Roman Tsisyk authored
-
- Jul 31, 2014
-
-
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 logic of non-blocking tcp connect as it described in man pages and Unix Network Programming vol.1.
-
- Jul 30, 2014
-
-
Roman Tsisyk authored
-
- Jul 29, 2014
-
-
Konstantin Osipov authored
Update the user guide.
-
- Jul 24, 2014
-
-
Eugine Blikh authored
-
- Jul 23, 2014
-
-
Roman Tsisyk authored
-
- Jul 21, 2014
-
-
bigbes authored
1) Backport `path_find` 2) Disable debuginfo in RPM 3) Disable failing part of BSDSocket test
-
- Jul 10, 2014
-
-
Dmitry E. Oboukhov authored
-
- Jun 24, 2014
-
-
Dmitry E. Oboukhov authored
-
- Jun 09, 2014
-
-
Dmitry E. Oboukhov authored
+ fix socket:readline regexp.
-
- May 20, 2014
-
-
Dmitry E. Oboukhov authored
+ fix bsdsocket test
-
- May 19, 2014
-
-
Roman Tsisyk authored
* Move source files to appropriate location * Remove C wrapper for isysconnect/sysbind/sendto and * other functions * Remove box.socket.errno() * Change sockets to be non-blocked by * default * Code style fixes * Other minor changes
-
Dmitry E. Oboukhov authored
-
- Apr 16, 2014
-
-
Dmitry E. Oboukhov authored
-
- Mar 07, 2014
-
-
Alexandr authored
-
- Mar 06, 2014
-
-
Alexandr authored
-
- Feb 19, 2014
-
-
Dmitry E. Oboukhov authored
+ memory leak in box.net.box (timeouted responses) + remote:ping() never throw exception
-
- Feb 18, 2014
-
-
Roman Tsisyk authored
Closes #161
-
- Feb 10, 2014
-
-
Dmitry Simonenko authored
move module related tests from test/box/ to test/module/.
-
- Feb 06, 2014
-
-
Dmitry Simonenko authored
Summary: * PLUGIN_DIR -> MODULE_DIR * MODULE_DIR prefix is /usr/lib/tarantool/VERSION * MODULE_DIR automatically appends to both lua c/path * removed plugin autoload facility in src/lua/init.cc * removed admin console plugin dependencies * moved src/box/lua/sql.lua to separate module = require('box.net.sql') * moved src/plugin/pg = require('box.net.pg') * moved src/plugin/mysql = require('box.net.mysql') * default .so and .lua install is lib/tarantool/modules/{box/net/} * debian spec and tests are updated
-
- Feb 05, 2014
-
- Feb 03, 2014
-
-
Dmitry E. Oboukhov authored
-
- Jan 28, 2014
-
-
Konstantin Osipov authored
Rationale: Any error which implies a system administrator action needs to be marked explicitly in the log, so that it's easy to find and act upon. This change the number of log levels, so the default log level was bumped from 4 to 5. Installations which set the log level explicitly need to adjust their setting.
-
Konstantin Osipov authored
-
- Jan 23, 2014
-
-
Dmitry E. Oboukhov authored
+ use luaL_ref/luaL_unref to store lua scalar instead lua metatable. + add :is_closed method.
-
- Dec 31, 2013
-
-
Alexandr authored
fixes, follows from discussion https://github.com/tarantool/tarantool/issues/79#issuecomment-29309533
-
- Dec 19, 2013
-
-
Konstantin Osipov authored
-
- Dec 06, 2013
-
-
Konstantin Osipov authored
This patch implements show index and shows memory waste of the slab allocator.
-
- Nov 26, 2013
-
-
Konstantin Osipov authored
-
- Nov 25, 2013
-
-
Roman Tsisyk authored
-