1. 05 Mar, 2015 1 commit
  2. 04 Mar, 2015 5 commits
  3. 03 Mar, 2015 1 commit
  4. 26 Feb, 2015 1 commit
  5. 25 Feb, 2015 1 commit
  6. 21 Feb, 2015 1 commit
  7. 20 Feb, 2015 1 commit
  8. 18 Feb, 2015 2 commits
    • Optimize the plugin loader. · 77731440
      We have been caching the paths to the plugins but before we would only
      cache the specific plugin that we were looking for.  This meant that we
      might search through all of the plugin directories before finding the
      specific module we were interested in.  The next plugin we needed we
      might again search through all the plugin directories before finding the
      plugin we wanted.
      
      This new code will cache all the potential plugins in each directory
      searched.  For a play that only uses one plugin we'll only search
      through directories until we encounter the directory that has the proper
      plugin.  For a large playbook with many plugins used we'll search
      through each directory at most once each.
      
      From v1: 68e86de2
               730c2ba4
      Toshio Kuratomi committed
  9. 17 Feb, 2015 1 commit
  10. 12 Feb, 2015 4 commits
  11. 11 Feb, 2015 1 commit
  12. 10 Feb, 2015 3 commits
  13. 09 Feb, 2015 5 commits
  14. 04 Feb, 2015 1 commit
  15. 03 Feb, 2015 3 commits
  16. 02 Feb, 2015 6 commits
  17. 30 Jan, 2015 3 commits