Skip to content
  1. Oct 19, 2013
  2. Oct 18, 2013
  3. Oct 17, 2013
  4. Oct 15, 2013
  5. Oct 12, 2013
  6. Sep 28, 2013
  7. Sep 14, 2013
  8. Sep 12, 2013
  9. Sep 11, 2013
  10. Sep 06, 2013
  11. Aug 31, 2013
  12. Aug 24, 2013
  13. Aug 23, 2013
    • Kristian Rosenvold's avatar
      Further simplified buffer usage. · 7d187e9e
      Kristian Rosenvold authored
      Wrapping a stream that is read/written in large chunks with BufferedXXStream is
      useless, causing excessive copying of data and reduced performance
      7d187e9e
    • Kristian Rosenvold's avatar
      Removed BufferedOutputStream · 067b1abd
      Kristian Rosenvold authored
      Wrapping a FileOutputStream that is written in chunks of 32K with an 8K BufferedOutputStram
      produces only hot air and no performance gain. (Actually a perf. reduction)
      067b1abd
  14. Aug 17, 2013
  15. Aug 04, 2013
  16. Aug 03, 2013
  17. Jul 28, 2013
  18. Jul 27, 2013
    • Benjamin Bentmann's avatar
      Bug 413867 - Concurrent artifact resolution using same repo session (data) in... · 776b69cb
      Benjamin Bentmann authored
      Bug 413867 - Concurrent artifact resolution using same repo session (data) in combination with enhanced local repo can fail sporadically
      
      Made DefaultArtifactResolver call UpdateCheckManager.touchArtifact() only after LocalRepositoryManager.add() to allow concurrent thread to perform required existence check while (enhanced) local repo is in intermediate state
      776b69cb