- Feb 22, 2012
-
-
Konstantin Osipov authored
- add content - speed up rebuild by keeping static stuff in www-data - change the layout and stylesheet
-
- Dec 08, 2011
-
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
- Dec 07, 2011
-
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
- Dec 06, 2011
-
-
Konstantin Osipov authored
Add a way to do nested iteration in Lua stored procedures. Implement destruction for tree indexes and iterators. This clears a few valgrind warnings.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Fix connector_c test.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Finish porting index API to objective C. Change all methods to become objective C methods. Implement a family of virtual constructors and destructors. Change iterator allocation scheme.
-
- Dec 02, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
- Dec 01, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
tnt_stream_reqid()
-
Konstantin Osipov authored
Use the index iterator API in memcached.m, instead of hard-coded access to index internals, which broke index abstraction. This (temporarily) can (somewhat) break expire in presense of SELECT command against memcached namespace, since SELECT uses the same iterator. Hopefully, it's only temporary, since we'll soon be able to have more than one independent generic iterator over the same index.
-
- Nov 30, 2011
-
-
Konstantin Osipov authored
Do not pre-allocate Index object. Fix valgrind errors.
-
Konstantin Osipov authored
A pre-requisite patch for turning Index into an Object: Extract key description into an own structure, struct key. Introduce key_config function, which transfers configuration from confetti structure into struct key. This allows to decouple index construction from key construction -- something you need if you want a virtual constructor for index.
-
Dmitry Simonenko authored
-
- Nov 29, 2011
-
-
Konstantin Osipov authored
SHOW INFO now prints path to config Review Dmitry's patch, fix tests.
-