Branch: refs/heads/xml
  Home:   https://github.com/mailru/tarantool
  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: 3d1ddab1c9df8ae6204ffbd4a44788e76035c11f
      
https://github.com/mailru/tarantool/commit/3d1ddab1c9df8ae6204ffbd4a44788e76035c11f
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M cmake/BuildLibOBJC.cmake
    M cmake/luajit.cmake
    M connector/c/include/tp.h
    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
    A doc/user/triggers.xml
    M doc/user/tutorial.xml
    M doc/user/user.xml
    M src/tarantool.m
    M test/connector_c/tp.c
    A test/connector_c/tp.result
    A test/connector_c/tp.test
    M test/share/tarantool_tgz.cfg

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


  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: 0b704e456d2466e6f7b9d367a0415692c6c8ba22
      
https://github.com/mailru/tarantool/commit/0b704e456d2466e6f7b9d367a0415692c6c8ba22
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2013-05-21 (Tue, 21 May 2013)

  Changed paths:
    M test/lib/admin_connection.py

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


  Commit: 1bf7eafa4c4697a26a51142403ad58b8a1a6a97d
      
https://github.com/mailru/tarantool/commit/1bf7eafa4c4697a26a51142403ad58b8a1a6a97d
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2013-05-21 (Tue, 21 May 2013)

  Changed paths:
    M doc/user/stored-procedures.xml
    M src/lua/xml.m
    M test/box/xml.result
    M test/box/xml.test

  Log Message:
  -----------
  box.xml library


Compare: https://github.com/mailru/tarantool/compare/ea6b228e2bc7...1bf7eafa4c46
_______________________________________________
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