- May 30, 2013
-
-
Konstantin Osipov authored
Conflicts: test/box/lua.result
-
Konstantin Osipov authored
- write the docs - remove unnecessary introduction of Perl - properly implement, document and test box.fiber.wrap() - rename box.find, explore alternatives (none) - rewrite box.unpack('R') to reuse code and do what's expected of it.
-
- May 23, 2013
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
* Rewrite box.net.box: - connection process is in internal fiber, so connector can reconnect lost connections * Add box.fiber.wrap function that runs new detached fiber * Add some tests
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Veniamin Gvozdikov authored
fixed build with gettext [FreeBSD]: fixed static build [FreeBSD]: upgraded port [FreeBSD]: added iconv and intl only for freebsd
-
- May 22, 2013
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
This patch needs for correct work of out-of-source builds from tarbals without .git repository within.
-
- May 21, 2013
-
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
Conflicts: CMakeLists.txt
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
autogenerate version file which can be used in case when there is no .git repository available within sources and it is crucial to properly display current version.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
The Linux fix was broken by portability changes when porting to FreeBSD. When checking for a special case of getaddrinfo() failure, check for both, EAI_BADFLAGS and EAI_ADDRFAMILY.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Write the test response out even if yaml parser fails.
-
- May 17, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
buffer (#16) https://github.com/mailru/tarantool/issues/16
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Improve wording. Add links. Document bitset indexes.
-
- May 16, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Document in sql.txt what's not available in sql. Document readahead better. Document box.selet_limit(). Cross-reference the data model and iterator description. Document in SAVE SNAPSHOT that a snapshot can be taken on SIGUSR1, document what WALs can be deleted after a snapshot is taken. Improve some wording in replication. Add server-administration chapter (a stub yet). Make .tar.gz install described in the tutorial up to date with the actual .tar.gz install as of today.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- May 15, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Document bind_ipaddr (lp:bug#1032240). Separate triggers into an own section. Clarify that the network now is fully asynchronous. Clarify how atomicity works in stored procedures. Provide an overview of possible operations in the data model. Add a stub for system-specific installation notes. Fix all references to be stable between builds of the manual, so that an external link to, say, memcached-protocol stays valid over time.
-