- Sep 09, 2016
-
-
Nick Zavaritsky authored
-
- Aug 31, 2016
-
-
Georgy Kirichenko authored
-
- 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.
-
- 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 28, 2016
-
-
Roman Tsisyk authored
Fixes #810
-
- Jul 27, 2016
-
-
Konstantin Osipov authored
* don't recycle input buffer if this leads to growth of the output buffer
-
- 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
-
-
Konstantin Osipov authored
Fixes gh-1624.
-
- Jul 15, 2016
-
-
Roman Tsisyk authored
Fixes debian/#831361
-
- Jul 14, 2016
-
-
Konstantin Osipov authored
Free the vclock_to_string() buffer in all cases.
-
- Jun 15, 2016
-
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
- Jun 10, 2016
-
-
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
-
Konstantin Nazarov authored
Previously the URI BNF didn't allow to specify empty password. There should have been at least one symbol. Now both user@host and user:@host forms are permitted. In case of user@host, the password will parsed as nil. In case of user:@host, the password will be parsed as empty string. Fixes #1512
-
- Jun 09, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Regression introduced by 9036eeeb
-
- Jun 06, 2016
-
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- May 19, 2016
-
-
Georgy Kirichenko authored
-
- May 12, 2016
-
-
Roman Tsisyk authored
-
- May 11, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- May 05, 2016
-
-
Georgy Kirichenko authored
-
- Apr 28, 2016
-
-
Roman Tsisyk authored
-
- Apr 21, 2016
-
-
Roman Tsisyk authored
-
- Apr 15, 2016
-
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
- Apr 13, 2016
-
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
Fill IPROTO_KEY for DELETE and IPROTO_TUPLE for INSERT/REPLACE.
-
- Apr 11, 2016
-
-
Roman Tsisyk authored
-
- Apr 08, 2016
-
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
- Apr 07, 2016
-
-
Konstantin Osipov authored
Delete the previous checkpoint in sophia only if we have a new one.
-
Konstantin Osipov authored
Actually fix the bug and add a test case.
-
Konstantin Osipov authored
-
- Apr 06, 2016
-
-
Georgy Kirichenko authored
-