- Sep 10, 2015
-
-
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).
-
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
-
-
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
-
ocelot-inc authored
-
Konstantin Osipov authored
Update reference to the pure php client
-
Eugene Leonovich authored
-
- Sep 05, 2015
-
-
Konstantin Osipov authored
This reverts commit 615f0985.
-
Konstantin Osipov authored
This reverts commit 3010b98b.
-
Konstantin Osipov authored
Document UPSERT in the protocol spec.
-
Nick authored
-
Konstantin Osipov authored
-
- Sep 04, 2015
-
-
Nick Zavaritsky authored
-
- Sep 03, 2015
-
-
Konstantin Osipov authored
* allocate struct replica on heap * identify the master in join request by sending back its server id
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
I've added default tuple fields check against primary index key. Primary key can yet be updated, but an old key will be silently used anyway (copy used from update object). Added tests. ps. maybe it is better to validate upsert ops on execute?
-
Dmitry Simonenko authored
Work the same way as box.stat does. Support access by index: box.sophia['compaction.page_size'] and by call box.sophia()
-
Nick Zavaritsky authored
Build system fixes on osx, +misc.
-
Nick Zavaritsky authored
Pass sysroot. Abort build if preprocessing fails (a stage in tarantool.h generation).
-
Nick Zavaritsky authored
Note: it was incomplete, made thing unnecessary complex and it did not align with the CMake way (c) for crosscompilation.
-