1. 19 Apr, 2010 2 commits
  2. 14 Apr, 2010 1 commit
  3. 07 Apr, 2010 1 commit
  4. 23 Mar, 2010 2 commits
  5. 12 Feb, 2010 1 commit
    • Jim Fulton's avatar
      New Feature: · b053b2a8
      Jim Fulton authored
      When transactions are aborted, new object ids allocated during the
        transaction are saved and used in subsequent transactions. This can
        help in situations where object ids are used as BTree keys and the
        sequential allocation of object ids leads to conflict errors.
      b053b2a8
  6. 08 Feb, 2010 2 commits
  7. 05 Feb, 2010 10 commits
  8. 04 Feb, 2010 1 commit
  9. 03 Feb, 2010 4 commits
  10. 02 Feb, 2010 5 commits
  11. 01 Feb, 2010 3 commits
  12. 31 Jan, 2010 2 commits
  13. 29 Jan, 2010 2 commits
  14. 28 Jan, 2010 2 commits
    • Jim Fulton's avatar
      Refactored the zrpc implementation to: · 245a8580
      Jim Fulton authored
      - Most server methods now return data to clients more quickly by writing to
        client sockets immediately, rather than waiting for the asyncore
        select loop to get around to it.
      
      - More clearly define client and server responsibilities. Machinery
        needed for just clients or just servers has been moved to the
        corresponding connection subclasses.
      
      - Degeneralized "flags" argument to many methods. There's just one
        async flag.
      245a8580
    • Jim Fulton's avatar
      commas should be followed by spaces. · 693d13fd
      Jim Fulton authored
      693d13fd
  15. 27 Jan, 2010 1 commit
  16. 08 Jan, 2010 1 commit