- Feb 04, 2015
-
-
Roman Tsisyk authored
-
- Feb 03, 2015
-
-
Konstantin Osipov authored
Add a test case. Rename fiber.test to fiber_stress.test Change cxception propagation so that exception is fiber-local, not thread local. Added exception propagation to fiber_join().
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Rename fiber_zombificate() to fiber_recycle(). Don't double-initialize same members of the fibers. Introduce a function which contains common initialization of fiber_new() and fiber_recycle(). Use a common naming scheme for lists of dead, alive and ready fibers in a cord.
-
Roman Tsisyk authored
Reduce size of the title to fit name/ip:port into 32 characters
-
Roman Tsisyk authored
Remove extra log message.
-
Konstantin Osipov authored
-
bigbes authored
-
- Feb 02, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Remove explicit fiber call stack from the cord. Fix backtrace() to work correclty with an optimized (-O2) build.
-
- Feb 01, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Avoid overwriting tuple data with information necessary for smfree(). Only use a single pointer to store delayed free context. Add a test case. Minor cleanups/comments/renames.
-
Konstantin Osipov authored
Fix box.schema.user.exists(nil) box.schema.role.exists(nil) and box.schema.func.exists(nil) to return false (PeterG report). Add tests.
-
- Jan 31, 2015
-
-
Konstantin Osipov authored
Conflicts: test/box/cfg.result
-
Konstantin Osipov authored
Some settings (too_long_threshold) were not set at all after the change that removed initialization of all options from box_init(). Always set all dynamic options after load_cfg(). Refactor output of box.slab.info() to be more readable (as readable as I could make it taking into account it's a Lua table).
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add comments. Make readahead dynamic as well.
-
Konstantin Osipov authored
-
- Jan 30, 2015
-
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
bigbes authored
-
Konstantin Osipov authored
-
- Jan 29, 2015
-
-
Alexandr authored
1)Added 'slab_alloc_maximal' config option. 2)Tuple slab cache is creating now with a range of orders depends on 'slab_alloc_minimal' and 'slab_alloc_maximal' config options. 3)Smallocator's mempools now selects proper order of slab depends on size of an object. 4)after CR fixes
-
Roman Tsisyk authored
-
- Jan 28, 2015
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Set missing trailing zero in find_path().
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Rewrite snapshot_daemon to use fiber.channel() instead of undocumented API.
-