An error occurred fetching the project authors.
  1. 11 Sep, 2014 3 commits
  2. 04 Sep, 2014 1 commit
  3. 28 Aug, 2014 1 commit
  4. 11 Sep, 2013 1 commit
  5. 21 Jun, 2013 1 commit
  6. 17 Oct, 2011 1 commit
  7. 22 Jun, 2011 1 commit
    • Julien Muchembled's avatar
      Remove most dangerous uses of 'chdir' syscall · ca182eef
      Julien Muchembled authored
      Because chdir/getcwd is global to the whole process, it is not thread-safe
      and may cause very serious bugs like data loss (for example when 'os.remove'
      or 'shutil.rmtree' are called with relative paths).
      
      There still remain uses of 'chdir' in ERP5 Subversion. A temporary quick change
      is done to reduce the probability of race conditions, but this should really be
      fixed.
      ca182eef
  8. 12 May, 2011 1 commit
  9. 10 May, 2011 1 commit
  10. 14 Mar, 2011 1 commit
  11. 11 Mar, 2011 1 commit
  12. 09 Mar, 2011 1 commit
  13. 08 Mar, 2011 1 commit
  14. 07 Mar, 2011 3 commits
  15. 23 Feb, 2011 1 commit