- 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
-
- Apr 05, 2016
-
-
bigbes authored
closes gh-1428
-
- Apr 04, 2016
-
-
Alexandr Lyapunov authored
Fixed double call of tuple_init_field_map in update and upsert operations, fixed comments of tuple_alloc
-
- Mar 31, 2016
- Mar 29, 2016
-
-
Nick Zavaritsky authored
* require('console').ac(off) to disable autocompletion; * if completion is turned off, TAB key inserts TABs; * never fallback to builtin filename completion.
-