-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: rust-minidump/minidump-writer
base: 0.8.9
head repository: rust-minidump/minidump-writer
compare: 0.9.0
- 17 commits
- 18 files changed
- 3 contributors
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6278f4a - Browse repository at this point
Copy the full SHA 6278f4aView commit details
Commits on Apr 12, 2024
-
Read ELF build ids directly from the target process. (#112)
* Read ELF build ids directly from the target process. Closes #71. A few things to consider: * Since we read from the process memory, the process must be in ptrace-stop (see `test_file_id`). This changes when the build ids can be read. Previously they could be read without the process being stopped if the mapped files still existed (and were hopefully the same that the process was using). * The previous implementation made some mutations to deleted mapping names (removing the ` (deleted)` suffix). We need to decide whether we still want/need this behavior. In the meantime I commented out a failing test assertion. * Address review comments. * Always remove ` (deleted)` from module names at parse time. * Fix failing CI tests. This test needed to be disabled due to permissions issues. * Improve error handling of strtab and impl ModuleMemory for &[u8]. * Add tests to build id reader.
Configuration menu - View commit details
-
Copy full SHA for c75d2ab - Browse repository at this point
Copy the full SHA c75d2abView commit details
Commits on Apr 19, 2024
-
Read ELF SONAMEs directly from process memory when possible.
When this fails, it falls back to the previous behavior of trying to open the mapped file name directly. Closes #79.
Configuration menu - View commit details
-
Copy full SHA for e56f764 - Browse repository at this point
Copy the full SHA e56f764View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0b4480 - Browse repository at this point
Copy the full SHA f0b4480View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfe6615 - Browse repository at this point
Copy the full SHA cfe6615View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e05f532 - Browse repository at this point
Copy the full SHA e05f532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb19e2 - Browse repository at this point
Copy the full SHA 7fb19e2View commit details -
Merge pull request #120 from gabrielesvelto/rustsec-2024-0336
Update vulnerable crate
Configuration menu - View commit details
-
Copy full SHA for db38bf9 - Browse repository at this point
Copy the full SHA db38bf9View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15d85db - Browse repository at this point
Copy the full SHA 15d85dbView commit details -
Merge pull request #119 from gabrielesvelto/fix-cargo-deny
Update cargo deny configuration and vulnerable crates
Configuration menu - View commit details
-
Copy full SHA for ec2c008 - Browse repository at this point
Copy the full SHA ec2c008View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfdbc8f - Browse repository at this point
Copy the full SHA cfdbc8fView commit details
Commits on Jun 27, 2024
-
Merge pull request #117 from afranchuk/in-memory-soname
Read ELF SONAMEs directly from process memory when possible.
Configuration menu - View commit details
-
Copy full SHA for 9e748df - Browse repository at this point
Copy the full SHA 9e748dfView commit details
Commits on Jul 9, 2024
-
Extend CI-disabled ptrace_dumper tests to also be disabled on Android,
for similar reasons.
Configuration menu - View commit details
-
Copy full SHA for 00942d6 - Browse repository at this point
Copy the full SHA 00942d6View commit details -
Update the minidump crates to 0.22.
This creates a few duplicate dependencies, but they are only dev-dependencies (and they will work themselves out as the `backtrace` crate gets updated).
Configuration menu - View commit details
-
Copy full SHA for dfadf0b - Browse repository at this point
Copy the full SHA dfadf0bView commit details -
Merge pull request #126 from afranchuk/update-minidump
Update the minidump crates to 0.22
Configuration menu - View commit details
-
Copy full SHA for 3bd6b20 - Browse repository at this point
Copy the full SHA 3bd6b20View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3fda99 - Browse repository at this point
Copy the full SHA e3fda99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b095f5b - Browse repository at this point
Copy the full SHA b095f5bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.8.9...0.9.0