- Jan 03, 2014
-
-
Konstantin Osipov authored
Introduce constants for ids. Update tests.
-
- Jan 02, 2014
-
-
Konstantin Osipov authored
-
- Jan 01, 2014
-
-
Konstantin Osipov authored
Conflicts: src/box/tree_index.cc src/box/tree_index.h test/big/tarantool.cfg test/box/errinj.result
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 31, 2013
-
-
Alexandr authored
fixes, follows from discussion https://github.com/tarantool/tarantool/issues/79#issuecomment-29309533
-
Roman Tsisyk authored
-
- Dec 30, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
bigbes authored
-
- Dec 27, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: extra/static.py
-
- Dec 26, 2013
-
-
Eugine Blikh authored
1. Unified blurb for every site page 2. remove tnt-html.xsl.cmake tnt-html-chunk.xsl.cmake in favor of --stringparam and -param flags of xsltproc and saxon 3. Create flags for input/output in static.py script for OOS build
-
Eugine Blikh authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Dec 25, 2013
-
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
Create a data structure representing a (potentially authenticated) session. This structure can hold authentication token.
-
Konstantin Osipov authored
Conflicts: debian/control
-
- Dec 24, 2013
-
-
Eugine Blikh authored
All layouts are in doc/www-data.in/_layout and are written in Jinja1 (django-like templates). All texts are in doc/www-data.in/_texts Text files contains YAML files with chunks of markdown strings: ``` $module: $uno: | some text in markdown $dos: | it may be multiline $tres: | # header 1 ``` may have some embedded code ``` e.t.c ... ``` where `$module` is name of layout file, `$uno`, `$dos`, `$tres`... are name of parts (template parts `{{ $module.$part }}`) Site still stores files in `doc/www-data` for copying on server. Also it integrates documentation (only on stable/master branches) into site (still templlates) Usage of new `extra/static.py`: ```bash $ cmake . -DENABLE-DOC=TRUE $ make $ cd /doc/www-data.in/ $ ../../extra/static.py site `# build site` $ ../../extra/static.py docs `# embed docs` ``` ### documentation building Add `html-saxon-chunk` and `html-chunk` targets for building chunked html documentation. `make` in `doc/user` now builds `html-saxon` and `html-saxon-chunk` targets
-
Eugine Blikh authored
> remove script/ directory and move it's content to extra/
-
- Dec 23, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
tuple.cc passed wrong parameters to small_alloc_create - prealloc size instead of slab size, and slab size instead of prealloc size. When correct parameters were supplied, it turned out that objsize_max is calculated wrongly, and the last factor pool in small allocator is too framgented (uses 3 empty slots instead of 4, with 25% overhead). The problem would not show up in any test, only increase memory fragmentation. This patch also fixes this problem.
-
- Dec 22, 2013
-
-
Roman Tsisyk authored
-