Skip to content
  1. May 20, 2024
  2. May 19, 2024
  3. Apr 26, 2024
  4. May 20, 2019
  5. Aug 30, 2018
  6. Aug 09, 2018
  7. Jul 24, 2018
    • mh's avatar
      Deps for ruby 2.0.0 · 933e659b
      mh authored
      933e659b
    • mh's avatar
      make sure we unlock the lockfile - stop leaking fds · bd50859c
      mh authored
      Over time coquelicot was leaking FDs of (deleted) .lock files. I
      tracked this down to that file_exists? on depot never closes the
      lockfile it opened. So anytime when someone hit a 404 (e.g. due
      to requesting /robots.txt) we leaked a file descriptor.
      
      This was caused by how the code returned from within a block, as
      it would directly jump out of the block and never unlink the lockfile.
      
      Refactoring the different code interactions with the lockfile, while
      wrapping it with a lockfile block, make it properly clean up the lockfile.
      bd50859c
  8. Jun 13, 2018
  9. Dec 28, 2016
  10. Dec 20, 2016
Loading