1. 28 Jan, 2018 2 commits
    • Hisham Muhammad's avatar
      Darwin: reorganize process reading loop · ac38daf5
      Hisham Muhammad authored
      ac38daf5
    • Hisham Muhammad's avatar
      Core/Linux: reorganize process reading loop · 66909bf5
      Hisham Muhammad authored
      Move functions that read process data into LinuxProcess.c
      and change flow from a monolithic `ProcessList_scan ->
      ProcessList_goThroughEntries` into the following:
      
      ```
      ProcessList_scan -> (Linux)ProcessList_goThroughEntries ->
      ProcessList_scanProcess -> (Linux)Process_update
      ```
      
      This will allow hooking plugins into the scanning
      process.
      
      Other platforms need to be similarly reworked.
      66909bf5
  2. 18 Feb, 2016 1 commit
  3. 02 Feb, 2016 1 commit
  4. 13 Jan, 2016 1 commit
  5. 02 Nov, 2015 1 commit
  6. 01 Nov, 2015 1 commit
  7. 25 Oct, 2015 1 commit
  8. 19 Sep, 2015 1 commit
  9. 17 Sep, 2015 1 commit
  10. 14 Sep, 2015 1 commit
  11. 19 Aug, 2015 7 commits
  12. 27 Nov, 2014 1 commit
  13. 24 Nov, 2014 1 commit