- Nov 06, 2013
-
-
Alexandr authored
-
- Oct 18, 2013
-
-
Veniamin Gvozdikov authored
-
- Oct 16, 2013
-
-
Roman Tsisyk authored
-
- Oct 12, 2013
-
-
Konstantin Osipov authored
-
- Sep 23, 2013
-
-
Konstantin Osipov authored
Provide open_memstream() implementation for system which miss it (Mac OS X).
-
- Sep 08, 2013
-
-
Dmitry E. Oboukhov authored
* sys/prctl.h can be found only on Linux, but cmake recognizes Debian/kFreeBSD as Linux. * extern "C" for TIMEOUT_INFINITY (it is used in plugins)
-
Dmitry E. Oboukhov authored
* sys/prctl.h can be found only on Linux, but cmake recognizes Debian/kFreeBSD as Linux. * extern "C" for TIMEOUT_INFINITY (it is used in plugins)
-
- Sep 02, 2013
-
-
Konstantin Osipov authored
Add comment. Fix style. Update tests.
-
Dmitry Simonenko authored
for proper yaml null output. Fix test/box/socket test.
-
Dmitry Simonenko authored
a binary stream. Fix box/cjson test.
-
- Aug 27, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
fix end-of-document marker for multi documents return.
-
Konstantin Osipov authored
Add replace_if_exists as a stock method of a space. Patch lua-yaml emitter to add \n after ---.
-
- Aug 26, 2013
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
Integrate libyaml instead of internal yaml formaters. changelog: * fixed i64 convertion bug * refactored bindings to new admin .info() scheme * moved lua plugin api to separate file * moved lua fiber api to separate file * slab binding refactored * added fiber lua bindings * rewriten admin reply handler * proper yaml end-of-document formater * proper server error formater * fixed bug with leftover data on stack on exception error * added support of i64 types to lyyaml * removed couple of box.show_ bindings * console client fixes to support new scheme This push has a yet broken test's.
-
- Aug 15, 2013
-
-
Konstantin Osipov authored
Implementation of TreeIndex::reserve() had a bug when tree.members weren't allocated while buildNext was already using them. Remove sptree_index_node magic and simplify sptree iterators. </kostja>
-
- Jul 09, 2013
-
-
Roman Tsisyk authored
-
- Jun 20, 2013
-
-
Konstantin Osipov authored
Rename tarantool_pthread.h to tt_pthread.h This is a pre-requisite for addition of Perl stored procedures.
-
- Jun 08, 2013
-
-
Konstantin Osipov authored
Don't load corrupted tuples.
-
- Jun 06, 2013
-
-
Dmitry E. Oboukhov authored
-
- Jun 04, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
- Jun 01, 2013
-
-
Konstantin Osipov authored
Reference commit 4bc5e917c8cd5fc2f6b217512ef530007529322f (2.1.0 tag, stable).
-
- Apr 10, 2013
-
-
Dmitry E. Oboukhov authored
-
- Mar 14, 2013
-
-
Konstantin Osipov authored
Preserve the zero-warnings patch.
-
- Feb 21, 2013
-
-
Roman Tsisyk authored
-
- Feb 20, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Feb 04, 2013
-
-
Roman Tsisyk authored
-
- Feb 02, 2013
-
-
Konstantin Osipov authored
-
- Feb 01, 2013
-
-
Konstantin Osipov authored
Inline bio_socket_close(). Don't allow connect/bind on a non-empty socket:this is error-prone. Don't allow connect/bind on a socket which is already connected/bound/used for something else. This is error-prone. Move bind_addrinfo to evio layer. Don't create iobuf without need. In close(), set iobuf to NULL. Timeouts are not exceptions. Merge _timeout and other calls in coio.
-
- Jan 30, 2013
-
-
Roman Tsisyk authored
-
- Jan 25, 2013
-
-
Dmitry Simonenko authored
-
- Jan 10, 2013
-
-
Konstantin Osipov authored
Move third_party library compilation to the top level (less directory traversal). Provide an option for using system LibEIO/libobjc. Enforce a naming convention for cmake/ scripts (Find* and Build*). Move ev and eio wrappers to third-party (todo: delete them completely). There is one (known) problem with this patch: tarantool --version now prints incorrect compile flags. To be fixed in a separate patch.
-
- Jan 03, 2013
-
-
Dmitry E. Oboukhov authored
-
- Dec 13, 2012
-
-
Konstantin Osipov authored
-
- Dec 04, 2012
-
-
Roman Tsisyk authored
-
- Dec 03, 2012
-
-
Dmitry Simonenko authored
-