Branch: refs/heads/small
Home: https://github.com/mailru/tarantool
Commit: 243c99623154baccf733ebf7d050e84be87b8c58
https://github.com/mailru/tarantool/commit/243c99623154baccf733ebf7d050e84be87b8c58
Author: Dmitry Simonenko <[email protected]>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
M test/connector_c/tp.result
Log Message:
-----------
tp.h: fix buffer allocation supporting any writer
https://github.com/mailru/tarantool/issues/20
Commit: ea7ae2b2e540c89c8719659555fa751ce1e601be
https://github.com/mailru/tarantool/commit/ea7ae2b2e540c89c8719659555fa751ce1e601be
Author: Dmitry Simonenko <[email protected]>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
M connector/c/include/tp.h
Log Message:
-----------
tp.h: tp_select example correction.
Commit: b615f6c98a0c4d43077316a87975fc6209083361
https://github.com/mailru/tarantool/commit/b615f6c98a0c4d43077316a87975fc6209083361
Author: Dmitry Simonenko <[email protected]>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M CMakeLists.txt
R cmake/pthread-broken-inline-test.c
M include/tarantool_pthread.h
Log Message:
-----------
Remove old pthread.h checking.
g++ (not gcc) works correctly when dealing with
extern __inline and __extern_inline constructions, thus
this hack is not necessary now.
Commit: 7df47f6f54e5551a59cf95cc131fa01da1a972fb
https://github.com/mailru/tarantool/commit/7df47f6f54e5551a59cf95cc131fa01da1a972fb
Author: Dmitry Simonenko <[email protected]>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M src/iproto.cc
Log Message:
-----------
define IPROTO_BODY_LEN_MAX as unsigned long by default.
Commit: c734b4d0699bf54759b89a0e9f39333430fbcc49
https://github.com/mailru/tarantool/commit/c734b4d0699bf54759b89a0e9f39333430fbcc49
Author: Dmitry Simonenko <[email protected]>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M test/connector_c/tp.c
M test/connector_c/tp.result
Log Message:
-----------
tp.h: test fixed and refactored.
Commit: 571197371afcd565b287ec2c52a980d42444957d
https://github.com/mailru/tarantool/commit/571197371afcd565b287ec2c52a980d42444957d
Author: Dmitry Simonenko <[email protected]>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M test/connector_c/tp.c
M test/connector_c/tp.result
Log Message:
-----------
tp.h: test fixed and refactored.
Commit: 4e707c0f989434b74eb3a859a1b26822a87c42e2
https://github.com/mailru/tarantool/commit/4e707c0f989434b74eb3a859a1b26822a87c42e2
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
M .gitignore
M cmake/BuildMisc.cmake
M include/pickle.h
M src/box/box.m
M src/box/tuple.h
M src/box/tuple.m
M test/unit/CMakeLists.txt
A test/unit/base64.c
A test/unit/base64.result
A test/unit/base64.test
M test/unit/unit.h
A third_party/base64.c
A third_party/base64.h
Log Message:
-----------
When loading data from a snapshot, validate tuples
Don't load corrupted tuples.
Commit: 66c4dc6989d48ea1e80de993af501f405ff927cb
https://github.com/mailru/tarantool/commit/66c4dc6989d48ea1e80de993af501f405ff927cb
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
M connector/c/include/tp.h
M test/connector_c/tp.c
M test/connector_c/tp.result
Log Message:
-----------
Merge branch 'stable' of github.com:mailru/tarantool into stable
Commit: bd8a292593d9d848cc047967e710a6f4ca93ba10
https://github.com/mailru/tarantool/commit/bd8a292593d9d848cc047967e710a6f4ca93ba10
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
M .gitignore
M cmake/BuildMisc.cmake
M include/pickle.h
M src/box/box.cc
M src/box/tuple.cc
M src/box/tuple.h
M test/unit/CMakeLists.txt
A test/unit/base64.c
A test/unit/base64.result
A test/unit/base64.test
M test/unit/unit.h
A third_party/base64.c
A third_party/base64.h
Log Message:
-----------
Merge branch 'stable'
Conflicts:
.gitignore
include/pickle.h
test/unit/CMakeLists.txt
third_party/luajit
Commit: a1b216434edf50cbbd04e3e16cbd2a88f2705a9d
https://github.com/mailru/tarantool/commit/a1b216434edf50cbbd04e3e16cbd2a88f2705a9d
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
M debian/changelog
Log Message:
-----------
New debian package.
Commit: 49615755ea6fd4bbbe20eb43abf566d22b2b3b14
https://github.com/mailru/tarantool/commit/49615755ea6fd4bbbe20eb43abf566d22b2b3b14
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
M cmake/BuildMisc.cmake
R cmake/pthread-broken-inline-test.c
M debian/changelog
M include/pickle.h
M include/tarantool_pthread.h
M src/box/box.cc
M src/box/tuple.cc
M src/box/tuple.h
M src/iproto.cc
M test/connector_c/tp.c
M test/connector_c/tp.result
M test/unit/CMakeLists.txt
A test/unit/base64.c
A test/unit/base64.result
A test/unit/base64.test
M test/unit/unit.h
A third_party/base64.c
A third_party/base64.h
Log Message:
-----------
Merge branch 'master' into small
Conflicts:
test/unit/CMakeLists.txt
Compare: https://github.com/mailru/tarantool/compare/3b22f3431e1a...49615755ea6f
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp