- Aug 31, 2016
-
-
Georgy Kirichenko authored
-
- Aug 30, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fix "Strange output for `box.info.status`: loading"
-
- Aug 18, 2016
-
-
Nick Zavaritsky authored
-
- Aug 15, 2016
-
-
Nick Zavaritsky authored
txn_rollback started to yield recently. Since it was invoked via a ffi call, which must never yield, all sorts of bad things started to happen.
-
- Aug 02, 2016
-
- Jul 30, 2016
-
-
Konstantin Osipov authored
* the bug with iobuf recycling has always been in 1.6, and is fixed in 1.7, but got more exposure with the patch for gh-846. "Idle" state of iobuf was calculated incorrectly.
-
- Jul 29, 2016
-
-
Nick Zavaritsky authored
-
- Jul 28, 2016
-
-
Nick Zavaritsky authored
Package.searchpath, if probed XXX.dylib and failed will attempt XXX.so before moving to next path element (osx).
-
Roman Tsisyk authored
Fixes #810
-
- Jul 27, 2016
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
* don't recycle input buffer if this leads to growth of the output buffer
-
Georgy Kirichenko authored
-
- Jul 22, 2016
-
-
Roman Tsisyk authored
tarantool/libyaml was re-created directly from hg repo using hg-fast-export. Code is not changed.
-
- Jul 19, 2016
-
-
Roman Tsisyk authored
tx_process_join_subscribe() attempted to write response to closed socket. This patch also fixes diag_raise() with SocketError.
-
- Jul 18, 2016
-
-
Svyatoslav Feldsherov authored
-
Konstantin Osipov authored
Fixes gh-1624.
-
- Jul 15, 2016
-
-
Roman Tsisyk authored
-
Konstantin Nazarov authored
Fixes #1617
-
Roman Tsisyk authored
Fixes debian/#831361
-
- Jul 14, 2016
-
-
Konstantin Osipov authored
Free the vclock_to_string() buffer in all cases.
-
Nick Zavaritsky authored
Incorporate recff_cdata_arith fix.
-
- Jul 13, 2016
-
-
Nick Zavaritsky authored
* Pcall bugfix * fiber context switch
-
- Jul 04, 2016
-
-
Konstantin Osipov authored
-
lenkis authored
-
ocelot-inc authored
-
- Jul 01, 2016
-
-
Konstantin Nazarov authored
This happens because console:eval swallows errors and doesn't print them to stdout. Also, console.connect() doesn't always call on_client_disconnect() in case of errors, so the code that was meant to terminate local session on errors, didn't do this in some cases and caused local console to remain open. Fixes #1586
-
- Jun 30, 2016
-
-
ocelot-inc authored
-
lenkis authored
-
lenkis authored
-
lenkis authored
Fixed Lua code block formatting in box_index.rst
-
- Jun 21, 2016
-
-
ocelot-inc authored
-
- Jun 15, 2016
-
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
lenkis authored
-
lenkis authored
-
- Jun 10, 2016
-
-
ocelot-inc authored
-
Konstantin Osipov authored
Review fixes: * revert changes in console.lua, they should be pushed down to net.box (it should accept empty passwords)
-
Konstantin Nazarov authored
-