- Jan 20, 2015
-
-
Konstantin Osipov authored
Cover mistakes found while implementing https://github.com/ziontab/lua-nginx-tarantool
-
- Jan 19, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
- Jan 17, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jan 16, 2015
-
-
Konstantin Osipov authored
-
ocelot-inc authored
-
Konstantin Osipov authored
Add a Gitter chat badge to README.md
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Misc cleanups & renames.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
The Gitter Badger authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Fix a bug in sio_writev_all with possible going beyond allocated memory. Log file/line in system errors. If replication handshake failed, panic, don't try to reconnect and handshake again.
-
Alexandr authored
-
- Jan 15, 2015
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Sokolov Yura aka funny_falcon authored
This will simplify client library construction cause it will allow to use streaming MsgPack decoding. If reply has variable part count, then request decoder which uses streaming decoder, need to wait next part to analize: is it belongs to this reply (body map) or start of next reply (ie length integer)? So that, if request (ping) were single request, request decoder will stuck.
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
- Jan 14, 2015
-
-
Konstantin Osipov authored
Unit test coio_stat. Cleanup unit tests a bit: merge unit.h and test.h, which would duplicate each other. Fix a bug in trigger_atexit.test, which would not clean up after itself.
-
- Jan 13, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Actually print an error message and class name in the log.
-
Konstantin Osipov authored
MP_INT is a format description, which allows value in a negative range as well. In cases when we expect non-negative values, it should be specified. Proclaiming that MP_INT only allows unsigned integers is misleading.
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Turn back on garbage collection during recovery from the binary log, which was turned off when recovery was made part of the interactive mode. Now there is no conflict between fiber gc pool usage in recovery and in the interactive console, since the interactive console is pure Lua.
-
- Jan 12, 2015
-
-
Konstantin Osipov authored
Set xlog::vclock for write mode logs as well. Move the check for matching signature into xlog_read_meta(). Convert xlog_open_stream() to use exceptions.
-