1. 23 Aug, 2012 1 commit
  2. 22 Aug, 2012 7 commits
  3. 21 Aug, 2012 2 commits
  4. 20 Aug, 2012 1 commit
    • Make the memory-window conrol structures global · 8cef828d
      Up to now, the idea was that the user would do all the operations for
      one repository in the same thread. Thus we could have the
      memory-mapped window information thread-local and avoid any locking.
      
      This is not practical in a few environments, such as Apple's GCD which
      allocates threads arbitrarily or the .NET CLR, where the OS-level
      thread can change at any moment.
      
      Make the control structure global and protect it with a mutex so we
      don't depend on the thread currently executing the code.
      Carlos Martín Nieto committed
  5. 19 Aug, 2012 1 commit
  6. 14 Aug, 2012 2 commits
  7. 13 Aug, 2012 2 commits
  8. 12 Aug, 2012 3 commits
  9. 11 Aug, 2012 1 commit
  10. 09 Aug, 2012 5 commits
  11. 06 Aug, 2012 2 commits
  12. 04 Aug, 2012 3 commits
  13. 02 Aug, 2012 2 commits
  14. 01 Aug, 2012 6 commits
  15. 31 Jul, 2012 2 commits