Skip to content
Snippets Groups Projects
  1. Jul 30, 2013
  2. Jul 25, 2013
  3. Jul 19, 2013
  4. Jul 08, 2013
  5. Jun 10, 2013
  6. Jun 06, 2013
    • Konstantin Osipov's avatar
      Hand-port rpm-split-spec branch. · 4583e56d
      Konstantin Osipov authored
      The patch which removes the CPack-generated spec
      and adds a proper spec for client, server and library
      was done by Dmitry Simonenko.
      
      Hand-port the patch to the master, since it's gone too
      far away from the origin and merging it ends up in a mess.
      4583e56d
  7. May 30, 2013
    • Konstantin Osipov's avatar
      Code review for box.net.box implementation: · dbeb277c
      Konstantin Osipov authored
      - write the docs
      - remove unnecessary introduction of Perl
      - properly implement, document and test box.fiber.wrap()
      - rename box.find, explore alternatives (none)
      - rewrite box.unpack('R') to reuse code and do
      what's expected of it.
      dbeb277c
  8. May 23, 2013
    • Dmitry E. Oboukhov's avatar
      Split box.lua to several lua files · c0183560
      Dmitry E. Oboukhov authored
      * Rewrite box.net.box:
      	- connection process is in internal fiber, so
      	  connector can reconnect lost connections
      * Add box.fiber.wrap function that runs new detached fiber
      * Add some tests
      c0183560
  9. Apr 26, 2013
  10. Mar 19, 2013
  11. Mar 12, 2013
  12. Mar 08, 2013
    • Konstantin Osipov's avatar
      Cover up some mail.ru porn in RPM scripts. · 5f7f9c65
      Konstantin Osipov authored
      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.
      5f7f9c65
  13. Mar 07, 2013
    • Konstantin Osipov's avatar
      3e9c6da2
    • Konstantin Osipov's avatar
      Give CPACK a pre-edited spec file. · f920175c
      Konstantin Osipov authored
      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.
      f920175c
  14. Sep 18, 2012
  15. Sep 17, 2012
  16. Sep 12, 2012
  17. Sep 05, 2012
  18. Aug 06, 2012
  19. May 23, 2012
  20. Apr 29, 2012
  21. Apr 28, 2012
  22. Apr 27, 2012
  23. Jan 23, 2012
  24. Jan 20, 2012
  25. Jan 19, 2012
  26. Dec 26, 2011
  27. Dec 22, 2011
  28. Dec 21, 2011
  29. Dec 06, 2011
  30. Nov 25, 2011
Loading