Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.2
Choose a base ref
...
head repository: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.0
Choose a head ref
  • 18 commits
  • 69 files changed
  • 6 contributors

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    ad8c49e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. update minidump crate prereqs

    demoray committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    3201ca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Merge pull request #147 from demoray/update-minidump-prereqs

    update minidump crate prereqs
    gabrielesvelto authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    7676745 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Configuration menu
    Copy the full SHA
    a513e77 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    1af3e6b View commit details
    Browse the repository at this point in the history
  2. Fix UB in Linux mem reader

    marti4d committed May 7, 2025
    Configuration menu
    Copy the full SHA
    abb3e7f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Gate prctl

    Jake-Shadle committed May 12, 2025
    Configuration menu
    Copy the full SHA
    9e7d3db View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Merge pull request #150 from marti4d/fix_memreader_ub

    Fix memreader ub
    marti4d authored May 13, 2025
    Configuration menu
    Copy the full SHA
    9a444d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from marti4d/fix_yama

    Fix Yama blocking child-to-parent ptrace
    marti4d authored May 13, 2025
    Configuration menu
    Copy the full SHA
    d974a2d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    1d658cf View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. feat: Update minidump crates

    timfish committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    f1802f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from timfish/feat/update-minidump-crates

    feat: Update `minidump` crates
    gabrielesvelto authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    d0c91bd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Big refactor of minidump-writer

    Reorganizes a bunch of code and also updates some things to use emerging Rust
    best-practices.
    
    - Change use statements to use blocks
    - Prefer to use `super::` rather than `crate::` where applicable
    - Use mod.rs in a directory instead of <modname>.rs when a module has
      submodules
    - Move error type definitions closer to where they are used
      - Most error types are pretty specific to a tight scope, so put them there
      - Exception is the MinidumpWriter's error type - There's so much code that
        it's better to put it in its own module
    - Merge PtraceDumper and MinidumpWriter
      - The split between them has been blurry for a while
      - Merge them and their error types together
      - A nice thing about the split was that `MinidumpWriter` had a bit of a
        "builder config" behavior for `PtraceDumper`. Let's keep that!
      - There is now a `MinidumpWriterConfig` that is explicitly a fluent API used
        to configure `MinidumperWriter`
    - Change functions that were tightly coupled to `MinidumpWriter` to just be
      impls on it
    - Update tests to accept new structure
    
    Fixes #154
    marti4d committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    c35af12 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Merge pull request #155 from marti4d/merge_dumper_writer

    Merge PtraceDumper and MinidumpWriter
    gabrielesvelto authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    b6ed779 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    2655360 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #159 from gabrielesvelto/update-dependencies

    Updated all dependencies removing a large number of duplications
    gabrielesvelto authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    813952a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Update CHANGELOG

    Jake-Shadle committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    8e4fd90 View commit details
    Browse the repository at this point in the history
  2. Release 0.11.0

    Jake-Shadle committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    a81e847 View commit details
    Browse the repository at this point in the history
Loading