Skip to content
Snippets Groups Projects
  1. Jul 30, 2014
  2. Jul 29, 2014
  3. Jul 24, 2014
  4. Jul 23, 2014
  5. Jul 21, 2014
    • bigbes's avatar
      Changes: · ea7e6e2c
      bigbes authored
      1) Backport `path_find`
      2) Disable debuginfo in RPM
      3) Disable failing part of BSDSocket test
      ea7e6e2c
    • Roman Tsisyk's avatar
      Implement C API for fiber local storage · 0afa29ab
      Roman Tsisyk authored
      This patch removes `session` and `lua_storage` fields from struct fiber.
      A new API for fiber-local variables is now used for this purpose.
      This change solves dependency problems between session and fiber modules.
      0afa29ab
    • Roman Tsisyk's avatar
      Remove cookie from fiber · 8e26bd99
      Roman Tsisyk authored
      8e26bd99
  6. Jul 18, 2014
  7. Jul 17, 2014
  8. Jul 16, 2014
  9. Jul 15, 2014
  10. Jul 14, 2014
  11. Jul 13, 2014
    • Konstantin Osipov's avatar
      A pre-requisite patch for multi-statement transactions. · 1d1b8953
      Konstantin Osipov authored
      Refactor statement transaction lifecycle. Avoid nested
      statement transactions. Make sure there is no more than 1
      statement transaction present in the system at the moment.
      
      Resolve the bugs this revealed:
      - in local hot standby we would parasite on the main or
      script fiber session to process requests. When an assert
      was added that there is no more than 1 transaction active
      at a given moment in time, it turned out that transactions
      running on behalf of local hot standby were running in
      the scope of session of the run_script or sched fibers.
      
      Create and use an own session there.
      
      - refactor session on_connect/on_disconnect trigger
      invocation: do not invoke these triggers for just any session,
      only for real connects/disconnects (iproto, admin).
      
      - split session creation/destruction and trigger invocation
      Conclude that session storage implementation needs to be
      done differently.
      1d1b8953
  12. Jul 11, 2014
  13. Jul 10, 2014
  14. Jul 09, 2014
  15. Jul 07, 2014
  16. Jul 03, 2014
Loading