Branch: refs/heads/small
  Home:   https://github.com/mailru/tarantool
  Commit: 9bfd97dde3d2ad4b53bd97fed2577dace3aa6a10
      
https://github.com/mailru/tarantool/commit/9bfd97dde3d2ad4b53bd97fed2577dace3aa6a10
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M doc/box-protocol.txt

  Log Message:
  -----------
  Update a wikipedia link (hat tip to Viktor Starodub).


  Commit: 9545c7e5af8d7f4254c3c88233ddcaa5e33af77b
      
https://github.com/mailru/tarantool/commit/9545c7e5af8d7f4254c3c88233ddcaa5e33af77b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M doc/box-protocol.txt

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 1e0860d5eceb95d0b378cfa0ae5a9e17a5fcb162
      
https://github.com/mailru/tarantool/commit/1e0860d5eceb95d0b378cfa0ae5a9e17a5fcb162
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M client/tarantool/tc_opt.c
    M client/tarantool/tc_opt.h
    M client/tarantool/tc_print.c
    M client/tarantool/tc_store.c
    M connector/c/include/tarantool/tnt_log.h
    M connector/c/tntrpl/tnt_log.c

  Log Message:
  -----------
  client-cat-add-hdr: new client options added.
-H add headers to the raw format output (xlog and snapshot)
-I read xlog content from the stdin


  Commit: 4154ad8ed239695b8544f36795edea92b6f1eaa2
      
https://github.com/mailru/tarantool/commit/4154ad8ed239695b8544f36795edea92b6f1eaa2
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M doc/man/tarantool.pod

  Log Message:
  -----------
  client-cat-add-hdr: man page updated.


  Commit: 33ba1dff196dd4b92f07773feb7a564ca70611ce
      
https://github.com/mailru/tarantool/commit/33ba1dff196dd4b92f07773feb7a564ca70611ce
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M src/iproto.m

  Log Message:
  -----------
  Fix a bug in the new iproto support.

A just-connected session would get stuck not reading input
if only a part of request was received.


  Commit: c21477b7312ffa8624e90b94ff5859378c6cd02a
      
https://github.com/mailru/tarantool/commit/c21477b7312ffa8624e90b94ff5859378c6cd02a
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M src/iproto.m

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 95e64d9428271e3bd0da0d5a775bb5325044d7cc
      
https://github.com/mailru/tarantool/commit/95e64d9428271e3bd0da0d5a775bb5325044d7cc
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  New debian release


  Commit: e0e4671ba65196f4ff0d968e23e704fb90c27a74
      
https://github.com/mailru/tarantool/commit/e0e4671ba65196f4ff0d968e23e704fb90c27a74
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M client/tarantool/tc_opt.c
    M client/tarantool/tc_opt.h
    M client/tarantool/tc_print.c
    M client/tarantool/tc_store.c
    M connector/c/include/tarantool/tnt_log.h
    M connector/c/tntrpl/tnt_log.c
    M doc/man/tarantool.pod

  Log Message:
  -----------
  Merge branch 'client-cat-add-hdr'


  Commit: f920175c9f3e73b63d66a1e75fb2ace2f0a9ab71
      
https://github.com/mailru/tarantool/commit/f920175c9f3e73b63d66a1e75fb2ace2f0a9ab71
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M cmake/cpack.cmake
    A extra/tarantool.spec.in

  Log Message:
  -----------
  Give CPACK a pre-edited spec file.

twistd by default starts with umask 077.
This is why buildbot has umask setting.

rpm by default takes file and directory umask
from the build directory.

When building tarantool rpm under buildbot,
twistd default umask was inherited. Thus
all paths were created in rwx-- mode.

Now add to this cmake bug CMake bug 0012864.
That is, by default, cmake cpack generator
adds %dir directive for every intermediate
dir into the spec.

E.g. if there is a destination file /etc/rc.d/foo,
the spec gets
%dir /etc
%dir /etc/rc.d

Together with the default dir access mask of
twistd this nicely messed up our rpm install: an
install of Tarantool 1.4.8-59 rpm for CentOS would change
/etc and /usr access mode to 700.

Two things are done about that: Tarantool no longer
uses a cpack generated cpeck file. Extraneous %dir
directives are removed from the spec file. This
should minimize the damage of a broken twistd config,
should it happen again.

All buildslaves are reconfigured and restarted with umask 022.


  Commit: 4ce948d99a6c58ad7cf8c45818759c5ed7d3a229
      
https://github.com/mailru/tarantool/commit/4ce948d99a6c58ad7cf8c45818759c5ed7d3a229
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M cmake/cpack.cmake
    A extra/tarantool.spec.in

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 3e9c6da28b85fbae6c33c199327faf420100bde5
      
https://github.com/mailru/tarantool/commit/3e9c6da28b85fbae6c33c199327faf420100bde5
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M extra/tarantool.spec.in

  Log Message:
  -----------
  In 1.4.9, README is renamed to README.md


  Commit: 5f7f9c650d1a9c979616a82ad8b2130c90378cf3
      
https://github.com/mailru/tarantool/commit/5f7f9c650d1a9c979616a82ad8b2130c90378cf3
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M extra/tarantool_multi.sh

  Log Message:
  -----------
  Cover up some mail.ru porn in RPM scripts.

When server wrapper script failed to start
the server, it used to try to send a email
to somebody about this. This has never been
tested, nor used.

At least make sure it works when it does try
to do it.


  Commit: 315ec502efc3ada73915c40d087c20af89352313
      
https://github.com/mailru/tarantool/commit/315ec502efc3ada73915c40d087c20af89352313
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M extra/tarantool_multi.sh

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 6db1940195c08bb2841e5f079077421e50fff4c7
      
https://github.com/mailru/tarantool/commit/6db1940195c08bb2841e5f079077421e50fff4c7
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M extra/tarantool.spec.in

  Log Message:
  -----------
  rpm spec changes


  Commit: ca51cbe93b0ea75840d4c8157e8e9c79fac37e14
      
https://github.com/mailru/tarantool/commit/ca51cbe93b0ea75840d4c8157e8e9c79fac37e14
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M src/coeio.m
    M test/box/socket.result
    M test/box/socket.test

  Log Message:
  -----------
  lua-socket-race-fix: race fix in coeio_custom.
Fix race between fiber_yield_timeout() and completed
request during yield itself. In that case eio_poll will
complete request and free its handle. eio_cancel try to
cancel completed and freed request.
Also, fix unpredictable result during timedout test.


  Commit: 44fab8feab10a2f90a741fc7dde6a8912d538065
      
https://github.com/mailru/tarantool/commit/44fab8feab10a2f90a741fc7dde6a8912d538065
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M include/box/box.h
    M include/pickle.h
    M include/recovery.h
    M src/box/box.m
    M src/box/box_lua.m
    M src/box/request.h
    M src/box/request.m
    M src/box/tuple.h
    M src/box/tuple.m
    M src/box/txn.h
    M src/box/txn.m
    M src/fiber.m
    M src/iproto.m
    M src/lua/init.m
    M src/memcached-grammar.m
    M src/memcached-grammar.rl
    M src/memcached.m
    M src/pickle.m
    M src/recovery.m
    M src/tbuf.m
    M test/box/lua.result
    M test/box/protocol.c
    M test/box/protocol.result

  Log Message:
  -----------
  Decouple tbuf and pickle.

Reorganize iproto parser (pickle) around two pointers at the request
parsing position and request end.
This makes the code more generic and easily usable in lua and
with new buffered I/O.

This also reduces the current widespread use of tbuf throughout
entire code base (good for future maintainability of the code).


  Commit: 6b2730c9d0f8f584cca7b3eb942319e8d0d009e5
      
https://github.com/mailru/tarantool/commit/6b2730c9d0f8f584cca7b3eb942319e8d0d009e5
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M extra/tarantool.spec.in

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: b03ccf7ff8c55faa75a33a0ac082cb35a0daa8c3
      
https://github.com/mailru/tarantool/commit/b03ccf7ff8c55faa75a33a0ac082cb35a0daa8c3
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M src/coeio.m
    M test/box/socket.result
    M test/box/socket.test

  Log Message:
  -----------
  Merge branch 'lua-socket-race-fix'


  Commit: 4b3038cdda81cf45c75449bbe7e7a2137b1b4411
      
https://github.com/mailru/tarantool/commit/4b3038cdda81cf45c75449bbe7e7a2137b1b4411
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M include/fiber.h
    M src/fiber.m
    M src/lua/init.m
    M src/replica.m
    M src/replication.m
    M src/say.m
    M src/util.m

  Log Message:
  -----------
  fiber.name(): take up some slack spotted while working on the new allocator

fiber.name and fiber->gc_pool.name are always the same thing.
Don't store the name twice.


  Commit: e03ba31765ed08bbeaca0a222bef6b9804f8f9e1
      
https://github.com/mailru/tarantool/commit/e03ba31765ed08bbeaca0a222bef6b9804f8f9e1
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M client/tarantool/tc_opt.c
    M client/tarantool/tc_opt.h
    M client/tarantool/tc_print.c
    M client/tarantool/tc_store.c
    M cmake/cpack.cmake
    M connector/c/include/tarantool/tnt_log.h
    M connector/c/tntrpl/tnt_log.c
    M debian/changelog
    M doc/box-protocol.txt
    M doc/man/tarantool.pod
    A extra/tarantool.spec.in
    M extra/tarantool_multi.sh
    M include/box/box.h
    M include/fiber.h
    M include/pickle.h
    M include/recovery.h
    M src/box/box.m
    M src/box/box_lua.m
    M src/box/request.h
    M src/box/request.m
    M src/box/tuple.h
    M src/box/tuple.m
    M src/box/txn.h
    M src/box/txn.m
    M src/coeio.m
    M src/fiber.m
    M src/iproto.m
    M src/lua/init.m
    M src/memcached-grammar.m
    M src/memcached-grammar.rl
    M src/memcached.m
    M src/pickle.m
    M src/recovery.m
    M src/replica.m
    M src/replication.m
    M src/say.m
    M src/tbuf.m
    M src/util.m
    M test/box/lua.result
    M test/box/protocol.c
    M test/box/protocol.result
    M test/box/socket.result
    M test/box/socket.test

  Log Message:
  -----------
  Merge branch 'master' into small


Compare: https://github.com/mailru/tarantool/compare/5ec3019b5086...e03ba31765ed
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to