Skip to content
Snippets Groups Projects
  1. Jun 04, 2013
  2. Oct 25, 2012
  3. Oct 09, 2012
  4. Oct 02, 2012
  5. Aug 29, 2012
  6. Aug 24, 2012
  7. Aug 02, 2012
  8. Jul 26, 2012
  9. Jul 03, 2012
    • Konstantin Osipov's avatar
      Refactor cmake scripts. · 8570dc43
      Konstantin Osipov authored
      Do not use bundled libobjc on Darwin.
      Refactor cmake scritps: introduce os.cmake, arch.cmake,
      compiler.cmake, libobjc.cmake, luajit.cmake.
      
      Remove the hack with building libobjc/luajit as a
      dependency on cfg.
      
      Do not specify -ggdb when compiling with clang.
      
      Add -fno-objc-legacy-dispatch and -fobjc-nonfragile-abi
      when compiling with CLang on Linux.
      
      Remove -fgnu-runtime when compiling with gcc on Mac.
      
      Many minor cleanups.
      8570dc43
  10. Jun 30, 2012
  11. May 03, 2012
  12. Apr 27, 2012
  13. Apr 25, 2012
  14. Apr 23, 2012
  15. Apr 20, 2012
  16. Apr 09, 2012
  17. Mar 30, 2012
    • Konstantin Osipov's avatar
      Thread-based WAL writer: a piecewise port. · 59d0e081
      Konstantin Osipov authored
      This patch introduces wal_mode configuration variable,
      which can take either "fsync" or "fsync_delay" values.
      
      In "fsync" mode, we open the write ahead log in O_SYNC
      mode, and thus sync every write to disk.
      
      Th fsync_delay mode is the backward-compatible mode:
      in this mode, we only do fsync once every fsync_delay
      seconds. If fsync_delay is 0, there is no fsync.
      
      Otherwise, this patch is only adding auxiliary headers,
      object files, etc.
      59d0e081
  18. Feb 09, 2012
  19. Dec 15, 2011
  20. Nov 23, 2011
  21. Nov 21, 2011
  22. Nov 14, 2011
  23. Nov 11, 2011
  24. Sep 02, 2011
  25. Aug 29, 2011
  26. Aug 27, 2011
    • Konstantin Osipov's avatar
      Cleanup: remove generation of tarantool_box_cfg.cfg · 7fa8812e
      Konstantin Osipov authored
      Remove auto-generation of tarantool_box_cfg.cfg.
      This was intended as a sample configuration
      file, but it is no longer syntactically correct,
      and thus can not be used.
      Besides, there are now semantical rules on top
      of the syntax restrictions (e.g. you can't define
      memcached_expire on a replica), which also
      make the auto-generated config incorrect.
      
      Remove it to not mislead first-time users into
      trying it out.
      7fa8812e
  27. Aug 19, 2011
  28. Aug 15, 2011
  29. Aug 01, 2011
  30. Jul 20, 2011
  31. Jul 19, 2011
  32. Jul 18, 2011
  33. Jul 11, 2011
    • Konstantin Osipov's avatar
      feature-feeder-in-core: review fixes · abc75c3d
      Konstantin Osipov authored
      Rename hot_standby back to local_hot_standby. Let's
      not break compatibility without a strong need.
      
      Merge replication_source_ipaddr and replication_source_port
      to a single variable, replication_source, to be able to
      provide a list of sources in future.
      abc75c3d
  34. Jul 08, 2011
Loading