- Apr 18, 2012
-
-
Aleksey Demakov authored
-
- Apr 17, 2012
-
-
Konstantin Osipov authored
-
- Apr 16, 2012
-
-
Aleksey Demakov authored
-
pcherenkov authored
-
- Apr 14, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Apr 13, 2012
-
-
Pavel Cherenkov authored
-
- Apr 12, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
pcherenkov authored
-
pcherenkov authored
-
- Apr 10, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Post-merge fixes: revert changes to libev configuration files. Conflicts: mod/box/box.m test/box/admin.result
-
Konstantin Osipov authored
Conflicts: mod/box/box_lua.m test/box/lua.result test/box/lua.test test/box_big/sql.result
-
Konstantin Osipov authored
https://bugs.launchpad.net/tarantool/+bug/955226 Remove trailing spaces.
-
Konstantin Shulgin authored
https://bugs.launchpad.net/tarantool/+bug/977026 Avoid race condition while wal writer is stopping but the wal writer thread didn't have time to start working.
-
Pavel Cherenkov authored
-
Dmitry Simonenko authored
-
Pavel Cherenkov authored
-
- Apr 09, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Only flush stdio buffer once when done processing a bulk of requests. This avoids an unnessary syscall (write()) per request.
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
This reverts commit 8dc70aac.
-
Dmitry Simonenko authored
-
- Apr 06, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: test/box/lua.result
-
Konstantin Osipov authored
-
- Apr 04, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Make sure we do not try to destroy uninitialized mutexes in the snapshot thread. Implement FIFO policy for the wal writer queue.
-
pcherenkov authored
-
Aleksey Demakov authored
-
- Apr 02, 2012
-
-
Konstantin Osipov authored
-
pcherenkov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Mar 30, 2012
-
-
Aleksey Demakov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
This patch introduces wal_mode configuration variable, which can take either "fsync" or "fsync_delay" values. In "fsync" mode, we open the write ahead log in O_SYNC mode, and thus sync every write to disk. Th fsync_delay mode is the backward-compatible mode: in this mode, we only do fsync once every fsync_delay seconds. If fsync_delay is 0, there is no fsync. Otherwise, this patch is only adding auxiliary headers, object files, etc.
-
Aleksey Demakov authored
-