Branch: refs/heads/small
Home: https://github.com/mailru/tarantool
Commit: 1f90a823aa0b628300fe1495caec7feea27afc11
https://github.com/mailru/tarantool/commit/1f90a823aa0b628300fe1495caec7feea27afc11
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-01 (Mon, 01 Apr 2013)
Changed paths:
A include/erwlock.h
M src/lua/lua_socket.m
M test/box/socket.result
M test/box/socket.test
Log Message:
-----------
socket-concurrent: implement exclusive per readers and writers socket access.
(https://bugs.launchpad.net/tarantool/+bug/1160869)
Commit: dec91c89e0d0272358a20ec6584f69b3f1d520db
https://github.com/mailru/tarantool/commit/dec91c89e0d0272358a20ec6584f69b3f1d520db
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M include/fiber.h
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
Log Message:
-----------
Creates snapshot properly by SIGUSR1
https://bugs.launchpad.net/tarantool/+bug/1162797
by SIGUSR1 tarantool
- didn't touch box.info.snapshot_pid
- didn't waitpid for snapshot process
Conflicts:
include/fiber.h
Commit: 277010b566ce5bc264d513a93d1f608b93fe5e6a
https://github.com/mailru/tarantool/commit/277010b566ce5bc264d513a93d1f608b93fe5e6a
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
https://bugs.launchpad.net/tarantool/+bug/1162797 review
Remove added logging, a message with 'saving snapshot %filename'
is already printed to the log by the child. It contains
snapshot pid. Snapshot fid is not as useful once the bug
is fixed.
Commit: be9354df84f6459e300588a6d01d80a9fd2d8baf
https://github.com/mailru/tarantool/commit/be9354df84f6459e300588a6d01d80a9fd2d8baf
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M include/fiber.h
M include/tarantool.h
M src/admin.m
M src/admin.rl
M src/tarantool.m
Log Message:
-----------
Merge branch 'stable'
Conflicts:
include/fiber.h
Commit: c133bd1c53437034b073c437083637913725391a
https://github.com/mailru/tarantool/commit/c133bd1c53437034b073c437083637913725391a
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
R include/erwlock.h
A include/mutex.h
M src/lua/lua_socket.m
Log Message:
-----------
socket-concurrent: review fixes.
Commit: 44a8f3639b576549b2647af2012c5883483b482a
https://github.com/mailru/tarantool/commit/44a8f3639b576549b2647af2012c5883483b482a
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
R include/latch.h
M include/mutex.h
M src/CMakeLists.txt
R src/latch.m
M src/lua/lua_socket.m
M src/tarantool.m
Log Message:
-----------
https://bugs.launchpad.net/tarantool/+bug/1160869, code review
Review comments.
Commit: 00d328d4fbfe4a6189ae277d92694b229c3ea5e9
https://github.com/mailru/tarantool/commit/00d328d4fbfe4a6189ae277d92694b229c3ea5e9
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
R include/latch.h
A include/mutex.h
M src/CMakeLists.txt
R src/latch.m
M src/lua/lua_socket.m
M src/tarantool.m
M test/box/socket.result
M test/box/socket.test
Log Message:
-----------
Merge branch 'socket-concurrent'
Commit: 444e59829ae4bd888099bc96277f606d531f3828
https://github.com/mailru/tarantool/commit/444e59829ae4bd888099bc96277f606d531f3828
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
Fix bug https://bugs.launchpad.net/tarantool/+bug/1163858
Replication relay was created (forked) after initialization
of slab allocator, and, consequently, had a very large address
space. The memory wasn't used really.
Initialize slab allocator after creation of a replication
relay process.
No test case since we don't have automation to detect that sort
of problems.
Commit: 7f9aeb42512f62188a3ce7cfa1e71c3d28a1fb47
https://github.com/mailru/tarantool/commit/7f9aeb42512f62188a3ce7cfa1e71c3d28a1fb47
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
Merge branch 'stable'
Commit: 01161e0e71b02d1bc9c941f02585b41b4fa69282
https://github.com/mailru/tarantool/commit/01161e0e71b02d1bc9c941f02585b41b4fa69282
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M src/tarantool.m
Log Message:
-----------
A merge fix (https://bugs.launchpad.net/tarantool/+bug/1163858)
Commit: 5fc1ef5a393d614eb7c58e1801ca1bb496ecb202
https://github.com/mailru/tarantool/commit/5fc1ef5a393d614eb7c58e1801ca1bb496ecb202
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M include/log_io.h
M src/log_io.m
Log Message:
-----------
Sync the write ahead log in a separate thread.
Commit: df3a6b2e289e37f570578f6219856575dd6d2e69
https://github.com/mailru/tarantool/commit/df3a6b2e289e37f570578f6219856575dd6d2e69
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
1.4.9
Commit: 31365369b3ca7ad1b345b966a8893bc2ca9a22fd
https://github.com/mailru/tarantool/commit/31365369b3ca7ad1b345b966a8893bc2ca9a22fd
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Move master to 1.5.0
Commit: 9471b368b7b70c7a3f66ed2df81fb4bbc40759d1
https://github.com/mailru/tarantool/commit/9471b368b7b70c7a3f66ed2df81fb4bbc40759d1
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M src/box/box_lua.m
M test/box/lua.test
Log Message:
-----------
A fix and a test case for Bug#1075677
A fix and a test case for Bug#1075677
"incorrect conversion from boolean lua value to tarantool tuple".
Support boolean in conversion.
Commit: 0315c02034c444e476aa6263705527a043b11b9b
https://github.com/mailru/tarantool/commit/0315c02034c444e476aa6263705527a043b11b9b
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M src/box/box_lua.m
M test/box/lua.test
Log Message:
-----------
Merge branch 'stable'
Commit: 73b325bd7a709aef24924d65b468f61dee20a081
https://github.com/mailru/tarantool/commit/73b325bd7a709aef24924d65b468f61dee20a081
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M test/box/lua.result
Log Message:
-----------
Update test results (Bug#1075677)
Commit: 6c7f111ea4f2852439a63f7bd6eb4d09e667af28
https://github.com/mailru/tarantool/commit/6c7f111ea4f2852439a63f7bd6eb4d09e667af28
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M test/box/lua.result
Log Message:
-----------
Merge branch 'stable'
Commit: 6c78b6ec05a4748f422651d080a03bd359336cb1
https://github.com/mailru/tarantool/commit/6c78b6ec05a4748f422651d080a03bd359336cb1
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M src/coeio.m
M src/sio.m
Log Message:
-----------
freebsd-fix: EAI_ADDRFAMILY is deprecated on FreeBSD.
Commit: 55c6694c8bced08f45fc43e03f9c9b0ca4a0db10
https://github.com/mailru/tarantool/commit/55c6694c8bced08f45fc43e03f9c9b0ca4a0db10
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M debian/changelog
M debian/control
M third_party/libeio/eio.c
Log Message:
-----------
new debian release
Commit: e7977ad217d5b5d0c2b035eec89ba6632722b8eb
https://github.com/mailru/tarantool/commit/e7977ad217d5b5d0c2b035eec89ba6632722b8eb
Author: Roman Tsisyk <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M CMakeLists.txt
M README.MacOSX
M client/tarantool/tc_store.c
R cmake/cpack.cmake
A cmake/package.cmake
M connector/c/include/tp.h
M connector/c/tnt/CMakeLists.txt
M src/box/bitset_index.m
M src/box/box_lua.m
M src/box/index.m
M src/box/space.m
Log Message:
-----------
Fixes for OS X
Commit: 0f9c8b797951e396c680c3638d7e061ad95081b7
https://github.com/mailru/tarantool/commit/0f9c8b797951e396c680c3638d7e061ad95081b7
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M CMakeLists.txt
M README.MacOSX
M client/tarantool/tc_store.c
R cmake/cpack.cmake
A cmake/package.cmake
M connector/c/include/tp.h
M connector/c/tnt/CMakeLists.txt
M src/box/bitset_index.m
M src/box/box_lua.m
M src/box/index.m
M src/box/space.m
Log Message:
-----------
Merge branch 'stable'
Commit: 9d475e7e347b3b6f612724b378f20baf6f4bb9c2
https://github.com/mailru/tarantool/commit/9d475e7e347b3b6f612724b378f20baf6f4bb9c2
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M src/coeio.m
M src/sio.m
Log Message:
-----------
Merge branch 'freebsd-fix' into stable
Commit: 1e799ecb61574c73db3a4f2a95fa4cbf4b48242d
https://github.com/mailru/tarantool/commit/1e799ecb61574c73db3a4f2a95fa4cbf4b48242d
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
-static-libgcc only if use libgcc
Commit: fcfa1efb0af3e27f8af8d625bd94f11fa54ff488
https://github.com/mailru/tarantool/commit/fcfa1efb0af3e27f8af8d625bd94f11fa54ff488
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M CMakeLists.txt
M src/coeio.m
M src/sio.m
Log Message:
-----------
Merge branch 'stable'
Commit: 89ad12e228cc23365d20715999618e5306c653d8
https://github.com/mailru/tarantool/commit/89ad12e228cc23365d20715999618e5306c653d8
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M connector/c/tnt/CMakeLists.txt
Log Message:
-----------
Clear -static-libgcc from one more place.
Commit: ec71264bac16406d5521e81342564729e4f08273
https://github.com/mailru/tarantool/commit/ec71264bac16406d5521e81342564729e4f08273
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M connector/c/tnt/CMakeLists.txt
Log Message:
-----------
Merge branch 'stable'
Commit: e5f43bf8f6ed310b8b6f6953aaa0156ac99ddd22
https://github.com/mailru/tarantool/commit/e5f43bf8f6ed310b8b6f6953aaa0156ac99ddd22
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M CMakeLists.txt
M test/unit/CMakeLists.txt
Log Message:
-----------
Fix CLANG build.
Commit: 499a6a8b8e207c037c893a4fcd50106c49f49329
https://github.com/mailru/tarantool/commit/499a6a8b8e207c037c893a4fcd50106c49f49329
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M CMakeLists.txt
M test/unit/CMakeLists.txt
Log Message:
-----------
Merge branch 'stable'
Commit: 2075d7c3d258cd6681adaee065b33ff7fe74e604
https://github.com/mailru/tarantool/commit/2075d7c3d258cd6681adaee065b33ff7fe74e604
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M CMakeLists.txt
M connector/c/tnt/CMakeLists.txt
Log Message:
-----------
libgcc compiler check fix.
Commit: 9b875a83e04a6618b67d7031bde0b268420d823e
https://github.com/mailru/tarantool/commit/9b875a83e04a6618b67d7031bde0b268420d823e
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M CMakeLists.txt
M connector/c/tnt/CMakeLists.txt
M connector/c/tntnet/CMakeLists.txt
M connector/c/tntrpl/CMakeLists.txt
M connector/c/tntsql/CMakeLists.txt
Log Message:
-----------
libgcc compiler check fix.
Commit: 9927a9ef69862856a541d06b99f78f1c9a520e92
https://github.com/mailru/tarantool/commit/9927a9ef69862856a541d06b99f78f1c9a520e92
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M src/iproto.m
Log Message:
-----------
A fix for https://bugs.launchpad.net/tarantool/+bug/1168076
No test case since the bug only manifsets itself under
concurrent load.
With addition of on_disconnect triggers, iproto_session_destroy()
was invoked from two places: the request handler code and
iproto_session_disconnect callback.
This could destroy the same session twice. Worse yet, it would
be put to the session cache twice, as a free session, and then
used twice for two different client sockets.
This could end up in an unpredictable mess, best case: libev
event loop runs infinitely since libev fd has events, while
session->input.fd is already set to -1 any attempt to use the
session ends up with an exception. At the same time the session
in this condition can not be destroyed since it's impossible to
tell libev forget about a file descriptor about which we already
know nothing.
Commit: b319e6e901859e005f2aefb399c2df257fef662a
https://github.com/mailru/tarantool/commit/b319e6e901859e005f2aefb399c2df257fef662a
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M src/iproto.m
Log Message:
-----------
Merge branch 'stable'
Commit: 5a0af97ec3d71a5e543a35d591bd04d1fb0a9849
https://github.com/mailru/tarantool/commit/5a0af97ec3d71a5e543a35d591bd04d1fb0a9849
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M CMakeLists.txt
M connector/c/tnt/CMakeLists.txt
M connector/c/tntnet/CMakeLists.txt
M connector/c/tntrpl/CMakeLists.txt
M connector/c/tntsql/CMakeLists.txt
Log Message:
-----------
Merge branch 'stable' of github.com:mailru/tarantool into stable
Commit: 2e7fec816161864b8afc93448505f2ab1c10bb4c
https://github.com/mailru/tarantool/commit/2e7fec816161864b8afc93448505f2ab1c10bb4c
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M CMakeLists.txt
M connector/c/tnt/CMakeLists.txt
Log Message:
-----------
Merge branch 'master' of github.com:mailru/tarantool
Commit: 830e098aa92024431afb8603b6669e488638ac9f
https://github.com/mailru/tarantool/commit/830e098aa92024431afb8603b6669e488638ac9f
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M connector/c/tntnet/CMakeLists.txt
M connector/c/tntrpl/CMakeLists.txt
M connector/c/tntsql/CMakeLists.txt
Log Message:
-----------
Merge branch 'stable'
Commit: edcba91b4ab4f26d5c751e1e320c30473adb10fe
https://github.com/mailru/tarantool/commit/edcba91b4ab4f26d5c751e1e320c30473adb10fe
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M debian/changelog
Log Message:
-----------
debian release
Commit: 994216531ff9ae546281270c8f8a7f4cfe046b1b
https://github.com/mailru/tarantool/commit/994216531ff9ae546281270c8f8a7f4cfe046b1b
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M client/tarantool/tc_print.c
Log Message:
-----------
cliet-cat-fix: do not write raw data to a console
(https://bugs.launchpad.net/tarantool/+bug/1169200)
Commit: 4b0d04de441b80f243901e6c276429c618a3441c
https://github.com/mailru/tarantool/commit/4b0d04de441b80f243901e6c276429c618a3441c
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M client/tarantool/tc_print.c
Log Message:
-----------
Merge branch 'stable'
Commit: 3541277e038ec1ee88da1c5ca4682bd45d2b6e83
https://github.com/mailru/tarantool/commit/3541277e038ec1ee88da1c5ca4682bd45d2b6e83
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M include/util.h
Log Message:
-----------
Replace '\r\n' line separator everywhere except memcached with \n.
https://blueprints.launchpad.net/tarantool/+spec/unix-line-separator
Commit: a8995cd72b5f6e7b3bde7fdf0319a5554b228bd2
https://github.com/mailru/tarantool/commit/a8995cd72b5f6e7b3bde7fdf0319a5554b228bd2
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-18 (Thu, 18 Apr 2013)
Changed paths:
M connector/c/include/tp.h
Log Message:
-----------
tp-doc: tp.h header documentation.
Commit: ff8c571ed84c7161721eb96e8bc5b72849cd9619
https://github.com/mailru/tarantool/commit/ff8c571ed84c7161721eb96e8bc5b72849cd9619
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-18 (Thu, 18 Apr 2013)
Changed paths:
M connector/c/include/tp.h
Log Message:
-----------
More comments in tp.h.
Commit: bcc5ca7bce4cf95dfa329d305a16ba41b848f023
https://github.com/mailru/tarantool/commit/bcc5ca7bce4cf95dfa329d305a16ba41b848f023
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-18 (Thu, 18 Apr 2013)
Changed paths:
M connector/c/include/tp.h
Log Message:
-----------
Merge branch 'stable'
Commit: 6f79277a029de7c10cd8f014034992b729cfadb9
https://github.com/mailru/tarantool/commit/6f79277a029de7c10cd8f014034992b729cfadb9
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
Log Message:
-----------
tp-doc-fix: tp.h review comments fixes.
Commit: 13054aaa46d3c1db7263c449d085c87156fd86ea
https://github.com/mailru/tarantool/commit/13054aaa46d3c1db7263c449d085c87156fd86ea
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-20 (Sat, 20 Apr 2013)
Changed paths:
M src/box/box_lua.m
M src/lua/init.m
M src/lua/session.m
M test/unit/objc_catchcxx.m
Log Message:
-----------
Apply patch from https://bugs.launchpad.net/tarantool/+bug/1170735
Fix compile on older gccs.
Commit: d95de9db769fe719c956c1390021ea4c424a225b
https://github.com/mailru/tarantool/commit/d95de9db769fe719c956c1390021ea4c424a225b
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-20 (Sat, 20 Apr 2013)
Changed paths:
M src/box/box_lua.m
M src/lua/init.m
M src/lua/session.m
M test/unit/objc_catchcxx.m
Log Message:
-----------
Merge branch 'stable'
Commit: 620371ac1559e2cdb1ac81a397bcc200ce9a9a01
https://github.com/mailru/tarantool/commit/620371ac1559e2cdb1ac81a397bcc200ce9a9a01
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-20 (Sat, 20 Apr 2013)
Changed paths:
M doc/user/connectors.xml
Log Message:
-----------
Update links in the connectors directory.
Commit: 0ecaaa521183c828c900f2d0b7c731812ef87363
https://github.com/mailru/tarantool/commit/0ecaaa521183c828c900f2d0b7c731812ef87363
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-20 (Sat, 20 Apr 2013)
Changed paths:
M doc/user/connectors.xml
Log Message:
-----------
Merge branch 'stable'
Commit: f1ffc08a252b3351dd49b65b196cb227f2ba045d
https://github.com/mailru/tarantool/commit/f1ffc08a252b3351dd49b65b196cb227f2ba045d
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M client/tarantool/tc_admin.c
Log Message:
-----------
client-admin-crlf-fix: fix client to support migration from \r\n to \n
Commit: 43607201bc7e5984aaa43a105b57fac2e5dd7ea7
https://github.com/mailru/tarantool/commit/43607201bc7e5984aaa43a105b57fac2e5dd7ea7
Author: Roman Tsisyk <[email protected]>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/box/box_lua.m
M src/lua/init.m
M src/lua/session.m
M test/unit/objc_catchcxx.m
Log Message:
-----------
Revert "Apply patch from https://bugs.launchpad.net/tarantool/+bug/1170735"
This reverts commit 13054aaa46d3c1db7263c449d085c87156fd86ea.
Commit: 7509305e3887bdfe9d9ef6b142fb387f7b006720
https://github.com/mailru/tarantool/commit/7509305e3887bdfe9d9ef6b142fb387f7b006720
Author: Roman Tsisyk <[email protected]>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/iproto.m
Log Message:
-----------
A temporary workaround for Bug#1171485 (GCC with -O3 is broken)
Commit: 240e59f940889727492b481ff4b56be7fbc1be2c
https://github.com/mailru/tarantool/commit/240e59f940889727492b481ff4b56be7fbc1be2c
Author: Roman Tsisyk <[email protected]>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/iproto.m
Log Message:
-----------
A temporary workaround for Bug#1171485 (GCC with -O3 is broken)
Commit: 08917383c9faca2ae9fcfe1f53f1227091f50d02
https://github.com/mailru/tarantool/commit/08917383c9faca2ae9fcfe1f53f1227091f50d02
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/user/connectors.xml
Log Message:
-----------
Update the link to the Perl driver.
Commit: 7ad71c2eb2de21c824f183b44847654b64679eb4
https://github.com/mailru/tarantool/commit/7ad71c2eb2de21c824f183b44847654b64679eb4
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/user/connectors.xml
Log Message:
-----------
Merge branch 'stable'
Commit: 9f49020cd2fc5b395c780351e2d8d04e658abfc7
https://github.com/mailru/tarantool/commit/9f49020cd2fc5b395c780351e2d8d04e658abfc7
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M include/box/box.h
M src/box/box.m
M src/tarantool.m
Log Message:
-----------
Implement https://bugs.launchpad.net/tarantool/+bug/1131756
Deprecate tarantool_box --cat.
Commit: a93ae41350202a2e199c3730c3ad30cb2b62390e
https://github.com/mailru/tarantool/commit/a93ae41350202a2e199c3730c3ad30cb2b62390e
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
Log Message:
-----------
Merge branch 'tp-doc-fix'
Commit: ca25cdbec792be6c66944c38432b65c0dd370859
https://github.com/mailru/tarantool/commit/ca25cdbec792be6c66944c38432b65c0dd370859
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M test/box/args.result
R test/box/cat.result
R test/box/cat.test
Log Message:
-----------
Update test results (--cat option removed).
Commit: 0ccedb3f6acc66e1ce287d3a73320c272831a73e
https://github.com/mailru/tarantool/commit/0ccedb3f6acc66e1ce287d3a73320c272831a73e
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
Log Message:
-----------
Merge branch 'tp-doc-fix' into stable
Commit: 2f33ff40e88b06a850f1fce8cf62b38b90e9b852
https://github.com/mailru/tarantool/commit/2f33ff40e88b06a850f1fce8cf62b38b90e9b852
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M include/object.h
Log Message:
-----------
A go at fixing homebrew build on Mac OS X 10.8
objc/Object.h is gone in clang 3.2.
Use an own root class for all Tarantool objects.
Commit: 379826d9d89b70e055ecc6c3f467d66e1eac2d9c
https://github.com/mailru/tarantool/commit/379826d9d89b70e055ecc6c3f467d66e1eac2d9c
Author: Roman Tsisyk <[email protected]>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M src/box/box_lua.m
M src/lua/init.m
M src/lua/session.m
M test/unit/objc_catchcxx.m
Log Message:
-----------
Apply patch from https://bugs.launchpad.net/tarantool/+bug/1170735
Fix compile on older gccs.
Commit: 790a3de51accca124d393f887fd1da1bfd372ac4
https://github.com/mailru/tarantool/commit/790a3de51accca124d393f887fd1da1bfd372ac4
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M cmake/compiler.cmake
M test/unit/CMakeLists.txt
Log Message:
-----------
lower supported compiler from 4.6 to 4.4.5 (debian squeeze default)
Commit: 81d449104687483acf7c79d63449f7e1841012e2
https://github.com/mailru/tarantool/commit/81d449104687483acf7c79d63449f7e1841012e2
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M cmake/compiler.cmake
M include/object.h
M test/unit/CMakeLists.txt
Log Message:
-----------
Merge branch 'stable'
Commit: 90cd04502aef9f81a3afc4aee60bbb6e39ed482c
https://github.com/mailru/tarantool/commit/90cd04502aef9f81a3afc4aee60bbb6e39ed482c
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-26 (Fri, 26 Apr 2013)
Changed paths:
M extra/tarantool.spec.in
Log Message:
-----------
include tarantool libraries in rpm spec.
Commit: a68369b7d4012cbae3a30ff36116d85946149c5d
https://github.com/mailru/tarantool/commit/a68369b7d4012cbae3a30ff36116d85946149c5d
Author: Dmitry Simonenko <[email protected]>
Date: 2013-04-26 (Fri, 26 Apr 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
fix version naming, use only latest numeric tag.
Commit: c16faf296fa5f5f6a6c93f49147aff31a5e13a8c
https://github.com/mailru/tarantool/commit/c16faf296fa5f5f6a6c93f49147aff31a5e13a8c
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-27 (Sat, 27 Apr 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
Log Message:
-----------
Add more comments to tp.h, rename tp_reallocator() to tp_realloc().
Commit: 67302711161aee2bb7cfca0a0ebdc49fc7e5f8e4
https://github.com/mailru/tarantool/commit/67302711161aee2bb7cfca0a0ebdc49fc7e5f8e4
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-27 (Sat, 27 Apr 2013)
Changed paths:
M cmake/compiler.cmake
M extra/tarantool.spec.in
M include/object.h
M test/unit/CMakeLists.txt
Log Message:
-----------
Merge branch 'stable' of github.com:mailru/tarantool into stable
Commit: a5e7d947abbddf81836208826cd169c0c1070bb3
https://github.com/mailru/tarantool/commit/a5e7d947abbddf81836208826cd169c0c1070bb3
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M doc/box-protocol.txt
Log Message:
-----------
Make the description of splice field less ambiguous.
Commit: 04b9adeeb5caa827a1ac2856c3b737792ad447fe
https://github.com/mailru/tarantool/commit/04b9adeeb5caa827a1ac2856c3b737792ad447fe
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M connector/c/include/tp.h
M doc/box-protocol.txt
M extra/tarantool.spec.in
M test/connector_c/tp.c
Log Message:
-----------
Merge branch 'stable'
Commit: 8ac6a63b7f4eb5a977db6606649d005a362f6585
https://github.com/mailru/tarantool/commit/8ac6a63b7f4eb5a977db6606649d005a362f6585
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
A doc/www-data.in/_layout/support
M doc/www-data.in/index
A doc/www-data.in/support
Log Message:
-----------
Publish the option of commercial support on the web site.
Commit: 7788d040119573dc31c31883fcc80a254a83c098
https://github.com/mailru/tarantool/commit/7788d040119573dc31c31883fcc80a254a83c098
Author: Konstantin Osipov <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
A doc/www-data.in/_layout/support
M doc/www-data.in/index
A doc/www-data.in/support
Log Message:
-----------
Merge branch 'stable'
Commit: 1fc4552531cf4df655a69ccdc31093efcdc97a18
https://github.com/mailru/tarantool/commit/1fc4552531cf4df655a69ccdc31093efcdc97a18
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M doc/user/preface.xml
M doc/www-data.in/intro
Log Message:
-----------
Update the introduction page.
Commit: e90c77773683d93272d15b8e48d08be183088e3b
https://github.com/mailru/tarantool/commit/e90c77773683d93272d15b8e48d08be183088e3b
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M doc/www-data.in/download.cmake
Log Message:
-----------
Update links to the Perl driver.
Commit: 6af037d159e304270376497ebededf8b6c9a8c18
https://github.com/mailru/tarantool/commit/6af037d159e304270376497ebededf8b6c9a8c18
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M AUTHORS
M LICENSE
M cmake/package.cmake
M connector/c/include/tp.h
M doc/box-protocol.txt
M doc/developer/developer.xml
M doc/user/configuration-reference.xml
M doc/user/preface.xml
M doc/user/replication.xml
M doc/user/stored-procedures.xml
M doc/user/tnt-html.xsl
M doc/user/user.xml
M doc/www-data.in/_config
M doc/www-data.in/_layout/benchmark
M doc/www-data.in/_layout/download
M doc/www-data.in/_layout/faq
M doc/www-data.in/_layout/index
M doc/www-data.in/_layout/intro
M doc/www-data.in/_layout/support
M doc/www-data.in/benchmark
M doc/www-data.in/download.cmake
M doc/www-data.in/faq
M doc/www-data.in/index
M doc/www-data.in/intro
M include/box/box.h
M src/coeio.m
M src/lua/init.m
M src/tarantool.m
M test/box/args.result
Log Message:
-----------
Tarantool/Box -> Tarantool.
This messes the old "core/module" paradigm quite a bit, but Box,
while a neat name, was confusing people.
tarantool_box is preserved as the daemon name.
Commit: 84316daf24ff52aae9ea2291b562bd230d1617cf
https://github.com/mailru/tarantool/commit/84316daf24ff52aae9ea2291b562bd230d1617cf
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M doc/www-data.in/faq
Log Message:
-----------
Remove a FAQ question I can't briefly answer.
Commit: 376823123d9a4e61c744db3d9838eb50a56598b7
https://github.com/mailru/tarantool/commit/376823123d9a4e61c744db3d9838eb50a56598b7
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M AUTHORS
M LICENSE
M cmake/package.cmake
M connector/c/include/tp.h
M doc/box-protocol.txt
M doc/developer/developer.xml
M doc/user/configuration-reference.xml
M doc/user/preface.xml
M doc/user/replication.xml
M doc/user/stored-procedures.xml
M doc/user/tnt-html.xsl
M doc/user/user.xml
M doc/www-data.in/_config
M doc/www-data.in/_layout/benchmark
M doc/www-data.in/_layout/download
M doc/www-data.in/_layout/faq
M doc/www-data.in/_layout/index
M doc/www-data.in/_layout/intro
M doc/www-data.in/_layout/support
M doc/www-data.in/benchmark
M doc/www-data.in/download.cmake
M doc/www-data.in/faq
M doc/www-data.in/index
M doc/www-data.in/intro
M include/box/box.h
M src/coeio.m
M src/lua/init.m
M src/tarantool.m
M test/box/args.result
Log Message:
-----------
Merge branch 'stable'
Commit: 717c55c5ca04f29b82e045c6a4a3e51d178d29cc
https://github.com/mailru/tarantool/commit/717c55c5ca04f29b82e045c6a4a3e51d178d29cc
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/user/preface.xml
M doc/www-data.in/intro
Log Message:
-----------
Fix a typo in the introduction.
Commit: 3ac451f021c71aacb1cb1917b98b63348532ec18
https://github.com/mailru/tarantool/commit/3ac451f021c71aacb1cb1917b98b63348532ec18
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/user/preface.xml
M doc/www-data.in/intro
Log Message:
-----------
Merge branch 'stable'
Commit: c4648ba7af12a78728ce132f386f1b05eafaf3c1
https://github.com/mailru/tarantool/commit/c4648ba7af12a78728ce132f386f1b05eafaf3c1
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/user/connectors.xml
M doc/www-data.in/download.cmake
Log Message:
-----------
Add a reference to node.js connector.
Commit: 7e345d0307a012c437d78cc43ca2f0867a81a76b
https://github.com/mailru/tarantool/commit/7e345d0307a012c437d78cc43ca2f0867a81a76b
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/user/connectors.xml
M doc/www-data.in/download.cmake
Log Message:
-----------
Merge branch 'stable'
Commit: d1cbee22c5383b62c5407c88a853bb8cb3c1bfcc
https://github.com/mailru/tarantool/commit/d1cbee22c5383b62c5407c88a853bb8cb3c1bfcc
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M client/tarantool/tc_admin.c
Log Message:
-----------
client-admin-crlf-fix: support old and new admin eol marker
Commit: 5988037244e07db895e98a6f34a1b9aa60fbce42
https://github.com/mailru/tarantool/commit/5988037244e07db895e98a6f34a1b9aa60fbce42
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M client/tarantool/tc_admin.c
Log Message:
-----------
Merge branch 'client-admin-crlf-fix' into stable
Commit: 3f8f7b0dfcfa327bf4d9485739ffa0345f650e9c
https://github.com/mailru/tarantool/commit/3f8f7b0dfcfa327bf4d9485739ffa0345f650e9c
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M client/tarantool/tc_admin.c
Log Message:
-----------
Merge branch 'stable'
Commit: 21fc9a107e166ce18e2d434c4b31db3a2e1ef877
https://github.com/mailru/tarantool/commit/21fc9a107e166ce18e2d434c4b31db3a2e1ef877
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M client/tarantool/tc_opt.c
M client/tarantool/tc_store.c
M doc/man/tarantool.pod
Log Message:
-----------
Tarantool client fixes.
* Make tarantool --play to understand user specified limits.
* Remove --catin, use -cat - instead.
Commit: 68332efd7328196aeaf1fc9b2e11ddc53b8f0c13
https://github.com/mailru/tarantool/commit/68332efd7328196aeaf1fc9b2e11ddc53b8f0c13
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M client/tarantool/tc_opt.c
M client/tarantool/tc_store.c
M doc/man/tarantool.pod
Log Message:
-----------
Merge branch 'stable'
Commit: 9d266f9f7c0faec04c93563db5881d61cb9cb794
https://github.com/mailru/tarantool/commit/9d266f9f7c0faec04c93563db5881d61cb9cb794
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M client/tarantool/tc_print.c
Log Message:
-----------
Fix binary data printing in console client.
Commit: 1042c84d29f4792946a127f6660fb9845af7b9aa
https://github.com/mailru/tarantool/commit/1042c84d29f4792946a127f6660fb9845af7b9aa
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M client/tarantool/tc_print.c
Log Message:
-----------
Merge branch 'stable'
Commit: 67f3d3ca32a336b0d886893e84dbad4b82d51354
https://github.com/mailru/tarantool/commit/67f3d3ca32a336b0d886893e84dbad4b82d51354
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M client/tarantool/tc_print.c
Log Message:
-----------
console-client: cover tuple field values in quotes.
Commit: c7aa5878f838024b0ad3a619c3b51c0f6ac7b064
https://github.com/mailru/tarantool/commit/c7aa5878f838024b0ad3a619c3b51c0f6ac7b064
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M client/tarantool/tc_print.c
Log Message:
-----------
Merge branch 'stable'
Commit: bb87d7b1f16528ba2c00294e66630c86e6ce4c59
https://github.com/mailru/tarantool/commit/bb87d7b1f16528ba2c00294e66630c86e6ce4c59
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M doc/user/CMakeLists.txt
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/data-model.xml
M doc/user/language-reference.xml
A doc/user/os-install-notes.xml
M doc/user/persistence-architecture.xml
M doc/user/preface.xml
M doc/user/replication.xml
M doc/user/stored-procedures.xml
M doc/user/target.db
A doc/user/triggers.xml
M doc/user/tutorial.xml
M doc/user/user.xml
Log Message:
-----------
Remove various deficiencies of the manual.
Document bind_ipaddr (lp:bug#1032240).
Separate triggers into an own section.
Clarify that the network now is fully asynchronous.
Clarify how atomicity works in stored procedures.
Provide an overview of possible operations in the data model.
Add a stub for system-specific installation notes.
Fix all references to be stable between builds of the
manual, so that an external link to, say, memcached-protocol
stays valid over time.
Commit: 953767555d9998fd4676236084fca42addbaa9fd
https://github.com/mailru/tarantool/commit/953767555d9998fd4676236084fca42addbaa9fd
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M doc/user/CMakeLists.txt
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/data-model.xml
M doc/user/language-reference.xml
A doc/user/os-install-notes.xml
M doc/user/persistence-architecture.xml
M doc/user/preface.xml
M doc/user/replication.xml
M doc/user/stored-procedures.xml
M doc/user/target.db
A doc/user/triggers.xml
M doc/user/tutorial.xml
M doc/user/user.xml
Log Message:
-----------
Merge branch 'stable'
Commit: 19da65fec2febb0ab6ad830e5a96f6c8496a22c7
https://github.com/mailru/tarantool/commit/19da65fec2febb0ab6ad830e5a96f6c8496a22c7
Author: Roman Tsisyk <[email protected]>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
M cmake/BuildLibOBJC.cmake
M cmake/luajit.cmake
Log Message:
-----------
Fix Bug#1180494 "Concurrent CMake build does not work properly"
Commit: 36d516994ab2ad8f5faba553aa8706972cf3cee0
https://github.com/mailru/tarantool/commit/36d516994ab2ad8f5faba553aa8706972cf3cee0
Author: Roman Tsisyk <[email protected]>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
M cmake/BuildLibOBJC.cmake
M cmake/luajit.cmake
Log Message:
-----------
Merge branch 'stable'
Commit: f9f2fac27a3d4b8005c61a900a8ce14f9b103588
https://github.com/mailru/tarantool/commit/f9f2fac27a3d4b8005c61a900a8ce14f9b103588
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
M doc/sql.txt
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/data-model.xml
M doc/user/errcode.xml
M doc/user/language-reference.xml
R doc/user/os-install-notes.xml
M doc/user/replication.xml
A doc/user/server-administration.xml
M doc/user/space.xml
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
M doc/user/user.xml
M src/tarantool.m
M test/share/tarantool_tgz.cfg
Log Message:
-----------
Continue imporving the manual.
Document in sql.txt what's not available in sql.
Document readahead better.
Document box.selet_limit().
Cross-reference the data model and iterator description.
Document in SAVE SNAPSHOT that a snapshot can be taken
on SIGUSR1, document what WALs can be deleted after a
snapshot is taken.
Improve some wording in replication.
Add server-administration chapter (a stub yet).
Make .tar.gz install described in the tutorial up to
date with the actual .tar.gz install as of today.
Commit: f998d9100be29822273399eaef42b95641d7b6e3
https://github.com/mailru/tarantool/commit/f998d9100be29822273399eaef42b95641d7b6e3
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
M doc/sql.txt
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/data-model.xml
M doc/user/errcode.xml
M doc/user/language-reference.xml
R doc/user/os-install-notes.xml
M doc/user/replication.xml
A doc/user/server-administration.xml
M doc/user/space.xml
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
M doc/user/user.xml
M src/tarantool.m
M test/share/tarantool_tgz.cfg
Log Message:
-----------
Merge branch 'stable'
Commit: eb30d3d71b1e373956347a97d0d8109d60663137
https://github.com/mailru/tarantool/commit/eb30d3d71b1e373956347a97d0d8109d60663137
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M doc/user/data-model.xml
M doc/user/iterator-types.xml
M doc/user/language-reference.xml
M doc/user/persistence-architecture.xml
M doc/user/preface.xml
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
Log Message:
-----------
Documentation: more edits.
Improve wording.
Add links.
Document bitset indexes.
Commit: 933e499d1bff62879c883d043bb51a242fdebdb0
https://github.com/mailru/tarantool/commit/933e499d1bff62879c883d043bb51a242fdebdb0
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M doc/user/data-model.xml
M doc/user/iterator-types.xml
M doc/user/language-reference.xml
M doc/user/persistence-architecture.xml
M doc/user/preface.xml
M doc/user/stored-procedures.xml
M doc/user/tutorial.xml
Log Message:
-----------
Merge branch 'stable'
Commit: 2f7b3f9b34f1b7bb1dd2fc4546909fb897e0a036
https://github.com/mailru/tarantool/commit/2f7b3f9b34f1b7bb1dd2fc4546909fb897e0a036
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
A test/connector_c/tp.result
A test/connector_c/tp.test
Log Message:
-----------
crash in c connector (tp.h) when building requests with no inital
buffer (#16)
https://github.com/mailru/tarantool/issues/16
Commit: 723696ebe2fc5f0e4c097356218ce299a1fd78dd
https://github.com/mailru/tarantool/commit/723696ebe2fc5f0e4c097356218ce299a1fd78dd
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
A test/connector_c/tp.result
A test/connector_c/tp.test
Log Message:
-----------
Merge branch 'stable'
Commit: e7d922ea43e05d938ec1ac0df93e3975599099b3
https://github.com/mailru/tarantool/commit/e7d922ea43e05d938ec1ac0df93e3975599099b3
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M test/lib/admin_connection.py
Log Message:
-----------
Test runner: even if yaml parsing fails, write the response out.
Write the test response out even if yaml parser fails.
Commit: 7b14a1cbd988bb018b2ada82cb4b7db8f7b9041c
https://github.com/mailru/tarantool/commit/7b14a1cbd988bb018b2ada82cb4b7db8f7b9041c
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M test/lib/admin_connection.py
Log Message:
-----------
Merge branch 'stable'
Commit: 099557afcd327b2aed134f72319b473cd8e217f3
https://github.com/mailru/tarantool/commit/099557afcd327b2aed134f72319b473cd8e217f3
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M src/coeio.m
Log Message:
-----------
Fix broken box/socket.test.
The Linux fix was broken by portability changes when
porting to FreeBSD.
When checking for a special case of getaddrinfo() failure,
check for both, EAI_BADFLAGS and EAI_ADDRFAMILY.
Commit: 80f2e6c1ef7829bc1554e1e60a5b89c674e11e10
https://github.com/mailru/tarantool/commit/80f2e6c1ef7829bc1554e1e60a5b89c674e11e10
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M src/coeio.m
Log Message:
-----------
Merge branch 'stable'
Commit: 95c10fd62c22b5027c36419506c1af522557f717
https://github.com/mailru/tarantool/commit/95c10fd62c22b5027c36419506c1af522557f717
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
Log Message:
-----------
out-of-git-version-stable: version file autogeneration.
autogenerate version file which can be used
in case when there is no .git repository available within sources and
it is crucial to properly display current version.
Commit: e4b73eeae0df1f3cffc0a93e0dbe6e899904fcda
https://github.com/mailru/tarantool/commit/e4b73eeae0df1f3cffc0a93e0dbe6e899904fcda
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
Log Message:
-----------
Make VERSION file a bit more readable.
Commit: d1a689b8a38eb7c9a621b7162324ac3f686c3090
https://github.com/mailru/tarantool/commit/d1a689b8a38eb7c9a621b7162324ac3f686c3090
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
Log Message:
-----------
Merge branch 'out-of-git-version-stable' into stable
Commit: 1e2f1208cb3357e0a5e022fb5832e485d322c955
https://github.com/mailru/tarantool/commit/1e2f1208cb3357e0a5e022fb5832e485d322c955
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
Log Message:
-----------
Merge branch 'stable'
Conflicts:
CMakeLists.txt
Commit: 8b2e99cc67fbfe9d61b2ced60f2072c97049d94c
https://github.com/mailru/tarantool/commit/8b2e99cc67fbfe9d61b2ced60f2072c97049d94c
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
write version file to source dir instead of binary.
This patch needs for correct work of out-of-source builds
from tarbals without .git repository within.
Commit: cb2fdcb185ed0edfb8f04fd8e3678775537c5e91
https://github.com/mailru/tarantool/commit/cb2fdcb185ed0edfb8f04fd8e3678775537c5e91
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Merge branch 'stable'
Commit: cd9fcde2462b6d82b5a3eb1b53d875a654539255
https://github.com/mailru/tarantool/commit/cd9fcde2462b6d82b5a3eb1b53d875a654539255
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M src/box/box_lua.m
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
lua box.tuple.new({false}) must pack booleans as box.tuple.new(false)
Commit: 3345c11b5ec1476bc9d7e77c6da0aa6622f46d95
https://github.com/mailru/tarantool/commit/3345c11b5ec1476bc9d7e77c6da0aa6622f46d95
Author: Dmitry Simonenko <[email protected]>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M src/box/box_lua.m
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
Merge branch 'stable'
Commit: 1678fe0d93e50e158710c463f5ec79df38d8e382
https://github.com/mailru/tarantool/commit/1678fe0d93e50e158710c463f5ec79df38d8e382
Author: Veniamin Gvozdikov <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M FreeBSD/databases/tarantool/distinfo
R FreeBSD/databases/tarantool/files/patch-doc_man_CMakeLists.txt
M FreeBSD/databases/tarantool/files/pkg-message.in
M FreeBSD/databases/tarantool/files/tarantool.in
M FreeBSD/databases/tarantool/pkg-descr
M FreeBSD/databases/tarantool/pkg-plist
M src/CMakeLists.txt
Log Message:
-----------
fixed build with gettext [FreeBSD]: fixed static build [FreeBSD]: upgraded
port [FreeBSD]: added iconv and intl only for freebsd
Commit: 1f390b305989e3d19dcc91d36871473d59edf5f9
https://github.com/mailru/tarantool/commit/1f390b305989e3d19dcc91d36871473d59edf5f9
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M AUTHORS
Log Message:
-----------
Update AUTHORS (Veniamin Gvozdikov).
Commit: 2961e2163816ac2230e62ec453bf1e640eb025c9
https://github.com/mailru/tarantool/commit/2961e2163816ac2230e62ec453bf1e640eb025c9
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M AUTHORS
M FreeBSD/databases/tarantool/distinfo
R FreeBSD/databases/tarantool/files/patch-doc_man_CMakeLists.txt
M FreeBSD/databases/tarantool/files/pkg-message.in
M FreeBSD/databases/tarantool/files/tarantool.in
M FreeBSD/databases/tarantool/pkg-descr
M FreeBSD/databases/tarantool/pkg-plist
M src/CMakeLists.txt
Log Message:
-----------
Merge branch 'stable'
Commit: 002d5686398d9a2237bbc181ba1cb64ac15b7d2a
https://github.com/mailru/tarantool/commit/002d5686398d9a2237bbc181ba1cb64ac15b7d2a
Author: Konstantin Osipov <[email protected]>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M .gitignore
M AUTHORS
M CMakeLists.txt
M FreeBSD/databases/tarantool/distinfo
R FreeBSD/databases/tarantool/files/patch-doc_man_CMakeLists.txt
M FreeBSD/databases/tarantool/files/pkg-message.in
M FreeBSD/databases/tarantool/files/tarantool.in
M FreeBSD/databases/tarantool/pkg-descr
M FreeBSD/databases/tarantool/pkg-plist
M LICENSE
M README.MacOSX
M client/tarantool/tc_admin.c
M client/tarantool/tc_opt.c
M client/tarantool/tc_print.c
M client/tarantool/tc_store.c
M cmake/BuildLibOBJC.cmake
M cmake/compiler.cmake
R cmake/cpack.cmake
M cmake/luajit.cmake
A cmake/package.cmake
M connector/c/include/tp.h
M connector/c/tnt/CMakeLists.txt
M connector/c/tntnet/CMakeLists.txt
M connector/c/tntrpl/CMakeLists.txt
M connector/c/tntsql/CMakeLists.txt
M debian/changelog
M debian/control
M doc/box-protocol.txt
M doc/developer/developer.xml
M doc/man/tarantool.pod
M doc/sql.txt
M doc/user/CMakeLists.txt
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/data-model.xml
M doc/user/errcode.xml
M doc/user/iterator-types.xml
M doc/user/language-reference.xml
M doc/user/persistence-architecture.xml
M doc/user/preface.xml
M doc/user/replication.xml
A doc/user/server-administration.xml
M doc/user/space.xml
M doc/user/stored-procedures.xml
M doc/user/target.db
M doc/user/tnt-html.xsl
A doc/user/triggers.xml
M doc/user/tutorial.xml
M doc/user/user.xml
M doc/www-data.in/_config
M doc/www-data.in/_layout/benchmark
M doc/www-data.in/_layout/download
M doc/www-data.in/_layout/faq
M doc/www-data.in/_layout/index
M doc/www-data.in/_layout/intro
A doc/www-data.in/_layout/support
M doc/www-data.in/benchmark
M doc/www-data.in/download.cmake
M doc/www-data.in/faq
M doc/www-data.in/index
M doc/www-data.in/intro
A doc/www-data.in/support
M extra/tarantool.spec.in
M include/box/box.h
M include/fiber.h
R include/latch.h
M include/log_io.h
A include/mutex.h
M include/object.h
M include/tarantool.h
M include/util.h
M src/CMakeLists.txt
M src/admin.m
M src/admin.rl
M src/box/bitset_index.m
M src/box/box.m
M src/box/box_lua.m
M src/box/index.m
M src/box/space.m
M src/coeio.m
M src/iproto.m
R src/latch.m
M src/log_io.m
M src/lua/init.m
M src/lua/lua_socket.m
M src/lua/session.m
M src/sio.m
M src/tarantool.m
M test/box/args.result
R test/box/cat.result
R test/box/cat.test
M test/box/lua.result
M test/box/lua.test
M test/box/socket.result
M test/box/socket.test
M test/connector_c/tp.c
A test/connector_c/tp.result
A test/connector_c/tp.test
M test/lib/admin_connection.py
M test/share/tarantool_tgz.cfg
M test/unit/CMakeLists.txt
M test/unit/objc_catchcxx.m
M third_party/libeio/eio.c
Log Message:
-----------
Merge branch 'master' into small
Compare: https://github.com/mailru/tarantool/compare/03cfff2d26c5...002d5686398d
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp