1. 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
  2. 15 Aug, 2012 3 commits
  3. 14 Aug, 2012 10 commits
  4. 13 Aug, 2012 2 commits
  5. 12 Aug, 2012 9 commits
  6. 11 Aug, 2012 1 commit
  7. 09 Aug, 2012 8 commits
  8. 06 Aug, 2012 4 commits
  9. 04 Aug, 2012 2 commits