• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

luser / read-process-memory / 40

Builds Branch Commit Type Ran Committer Via Coverage
40 feature/try-from-refactoring TryFrom refactoring & misc updates During review of #7, several possible improvements were revealed. First of all, now that [TryFrom](https://doc.rust-lang.org/std/convert/trait.TryFrom.html) is stable, the auxiliary `TryIntoProcessHandle` trait ... Pull #10 07 May 2019 11:09AM UTC web-flow travis-ci pending completion   set done
39 feature/try-from-refactoring TryFrom refactoring & misc updates During review of #7, several possible improvements were revealed. First of all, now that [TryFrom](https://doc.rust-lang.org/std/convert/trait.TryFrom.html) is stable, the auxiliary `TryIntoProcessHandle` trait ... Pull #10 07 May 2019 11:08AM UTC web-flow travis-ci pending completion   set done
38 feature/try-from-refactoring TryFrom refactoring & misc updates During review of #7, several possible improvements were revealed. First of all, now that [TryFrom](https://doc.rust-lang.org/std/convert/trait.TryFrom.html) is stable, the auxiliary `TryIntoProcessHandle` trait ... Pull #10 07 May 2019 11:06AM UTC web-flow travis-ci pending completion   set done
37 feature/try-from-refactoring TryFrom refactoring & misc updates During review of #7, several possible improvements were revealed. First of all, now that [TryFrom](https://doc.rust-lang.org/std/convert/trait.TryFrom.html) is stable, the auxiliary `TryIntoProcessHandle` trait ... Pull #10 03 May 2019 07:20PM UTC web-flow travis-ci pending completion   set done
36 fix/osx-travis Fix TravisCI for Darwin. Since 10.11 OSX ships with System Integrity protection which might prevent certain actions on processes we do not own (such as `vm_read` syscall). This change pins Travis osx image to `xcode6.4` which is from pre-SIP era. Pull #9 03 May 2019 07:50AM UTC web-flow travis-ci pending completion   set done
34 fix/osx-travis Fix TravisCI for Darwin. Since 10.11 OSX ships with System Integrity protection which might prevent certain actions on processes we do not own (such as `vm_read` syscall). This change pins Travis osx image to `xcode6.4` which is from pre-SIP era. Pull #9 03 May 2019 06:21AM UTC web-flow travis-ci pending completion   set done
33 fix/osx-travis Fix TravisCI for Darwin. Since 10.11 OSX ships with System Integrity protection which might prevent certain actions on processes we do not own (such as `vm_read` syscall). This change pins Travis osx image to `xcode6.4` which is from pre-SIP era. Pull #9 03 May 2019 05:55AM UTC web-flow travis-ci pending completion   set done
32 cirrus-mac Try adding mac testing to cirrus-ci Pull #8 02 May 2019 03:29PM UTC web-flow travis-ci pending completion   set done
31 cirrus-mac Try adding mac testing to cirrus-ci push 02 May 2019 03:28PM UTC luser travis-ci pending completion   set done
30 master Merge pull request #7 from akhramov/feature/freebsd-support FreeBSD support push 02 May 2019 01:00PM UTC web-flow travis-ci pending completion   set done
29 feature/freebsd-support FreeBSD support FreeBSD is not supported by the library, even though its `ptrace` implementation supports `PT_IO` call, using which we can read process memory directly and without switching to root. This change * adds FreeBSD support, using nati... Pull #7 02 May 2019 12:09PM UTC web-flow travis-ci pending completion   set done
28 master Use vm_read_overwrite instead of vm_read Change to use vm_read_overwrite instead of vm_read (as suggested here: https://github.com/luser/read-process-memory/pull/5#issuecomment-408825281 ) Not only is this code simpler, I ran some tests and it s... Pull #6 30 Jul 2018 04:54PM UTC web-flow travis-ci pending completion   set done
27 master Merge pull request #5 from benfred/master Fix memory leak in OSX push 30 Jul 2018 11:07AM UTC web-flow travis-ci pending completion   set done
26 master Fix memory leak in OSX Calling copy_address repeatedly currently leaks the memory it copied on OSX. It seems like memory copied using vm_read needs to be freed with vm_deallocate: https://www.gnu.org/software/hurd/gnumach-doc/Data-Transfer.html ... Pull #5 28 Jul 2018 11:36PM UTC web-flow travis-ci pending completion   set done
25 master i don't even know anymore push 22 Dec 2017 07:00PM UTC luser travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc