- Sep 15, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Sep 14, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Explicitly close net.box connection on error.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Partially reverts squashed 316d4e3a
-
Alexandr Lyapunov authored
-
- Sep 13, 2015
-
-
Nick Zavaritsky authored
-
- Sep 11, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This regression introducing during replacing port_ffi with port_buf by 2fcce449
-
- Sep 10, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
iproto thread can add quirks to thread scheduling, replace single-call yields with yields in a loop.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Correct return value of ipc_channel_put(), since it may return an error if the channel is closed. Make get/put functions inline. Remove a public declaration for ipc_channel_is_readonly() (towards removing the concept of readonly altogether).
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Sulverus authored
-
Sulverus authored
-
Sulverus authored
after review fix: remove group name param in config. gh-918 tarantoolctl group support implemented with default user group
-
Roman Tsisyk authored
This test was disabled by me during 1.6 async-master-master development. Since Tarantool doesn't use proc_title for replication status anymore, I added a new test that check box.info.replication.
-
- Sep 09, 2015
-
-
Nick Zavaritsky authored
-
Roman Tsisyk authored
Prepare for multi-master.
-
- Sep 08, 2015
-
-
Sulverus authored
-
Sulverus authored
-
Sulverus authored
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
Linux-specific option obsolete since kernel 2.2
-
Nick Zavaritsky authored
Wait() no longer called hence waiters not initialized. Does it make sence to have a test for :waiters (undocumented internals)?
-
Nick Zavaritsky authored
- Waiting on a brand new socket (neither listen nor connect called) completes immediately with HUP status on Linux. However on FreeBSD/osx it never completes. - Attempting to connect to a port bound on a loopback interface which is not yet listening yield ECONNREFUSED in blocking mode on Linux. On FreeBSD/osx blocking connect never completes ("never" means it doesn't complete in a reasonable time). - Calling shutdown() on a listening socket works in Linux but in FreeBSD/osx it doesn't.
-
- Sep 07, 2015
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
Note: it was incomplete, made thing unnecessary complex and it did not align with the CMake way (c) for crosscompilation.
-
Nick Zavaritsky authored
Pass sysroot on OSX. Make the code in luajit.cmake a bit more sane and straightforward. Note: v1 of this patch was reverted due to performance regression.
-
Konstantin Osipov authored
* log messages correctly in case of SocketError * a step towards making replica_connect() reusable from the outside.
-
- Sep 06, 2015
-
-
ocelot-inc authored
-