1. 19 Jun, 2013 2 commits
  2. 27 Mar, 2013 1 commit
  3. 26 Mar, 2013 1 commit
  4. 14 Mar, 2013 1 commit
  5. 13 Mar, 2013 1 commit
  6. 16 Jan, 2013 1 commit
  7. 11 Jan, 2013 2 commits
  8. 21 Aug, 2012 5 commits
  9. 23 Jun, 2012 3 commits
  10. 12 Jun, 2012 1 commit
  11. 04 Jun, 2012 1 commit
  12. 25 May, 2012 1 commit
  13. 09 May, 2012 4 commits
  14. 25 Apr, 2012 1 commit
  15. 10 Apr, 2012 1 commit
  16. 08 Apr, 2012 2 commits
  17. 07 Apr, 2012 1 commit
  18. 30 Mar, 2012 10 commits
  19. 29 Mar, 2012 1 commit
    • Marius Gedminas's avatar
      Make it easier to use standard payloads · 016e2d80
      Marius Gedminas authored
      This adds a command line option -l (--list-payloads) to list all the
      standard payloads available in the 'pyrasite.payloads' package.
      It also allows the user to refer to those using just the file name without
      a directory, e.g.
      
          pyrasite $pid dump_stacks.py
      
      It's possible to disambiguate standard payload names from local user files
      with the same name by using explicit paths, e.g.
      
          pyrasite $pid ./dump_stacks.py  # runs user script, not standard payload
      016e2d80