Skip to content

Releases: kata198/ProcessMappingScanner

2.3.2

11 Jun 06:02

Choose a tag to compare

  • 2.3.2 - Jun 11 2017
  • Remove "ignoreCase" from cwd functions
  • Bump to 2.3.2 to match findProcessesUsing version
  • 2.2.2 - Jun 11 2017
  • Add scan functions for cwd
  • 2.2.1 - Jun 11 2017
  • Add getProcessCwd method to determine CWD of a process

2.2.2

11 Jun 05:23

Choose a tag to compare

  • 2.2.2 - Jun 11 2017
  • Add scan functions for cwd
  • 2.2.1 - Jun 11 2017
  • Add getProcessCwd method to determine CWD of a process

2.1.2

26 Nov 05:07

Choose a tag to compare

  • 2.1.2 - Nov 25 2016
  • Third one in a row is lucky.
  • Update READMEs to note new params
  • Always list default next to type in docstring
  • Regen docstrings
  • 2.1.1 - Nov 25 2016
  • Document getAllRunningPids and regen pydocs
  • 2.1.0 - Nov 25 2016
  • Add option to search ignoring case (Default off)
  • Remove typo "getProcessess" [extra s] compat method.
  • Cleanup and simplify some
  • Add pydoc

2.0.1

08 Sep 20:19

Choose a tag to compare

  • 2.0.1 - Sep 8 2015
  • Fix typo in method, getProcessess -> getProcesses. Old typod name will also work but only for one release.
  • Add functions for getting process owner by pid (getProcessOwner, getProcessOwnerStr)
  • Add functions for getting commandline by pid (getProcessCommandLineStr, getProcessCommandLineList)
  • Add functions for scanning for an open file descriptor, (scanProcessForOpenFile - for single process) and (scanAllProcessesForOpenFile - for all processes)
  • Add support for searching for either exact matches or partial matches (instead of always partial)

Release 1.0

30 Aug 23:53

Choose a tag to compare

Initial Release