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: EmbarkStudios/crash-handling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: crash-handler-v0.1.0
Choose a base ref
...
head repository: EmbarkStudios/crash-handling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 1 contributor

Commits on May 3, 2022

  1. Add crates to README (#27)

    * Add crates to README
    
    * Learn 2 table
    
    * Moar README
    
    * Clearer windows/mac targets
    
    * Fix table
    
    * Remove unneeded intra doc link
    
    * Use rev
    Jake-Shadle committed May 3, 2022
    Configuration menu
    Copy the full SHA
    b8d05e5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Fixup issues in minidumper (#28)

    * Remove socket paths when Server is shutdown
    
    * Add on_client_dis/connected methods
    
    This adds handlers that make it easier for applications to exit the
    server (and usually the watchdog process) when clients connect or
    disconnect, eg a typical use case will be to have a single client
    connected to the server, so once it disconnects the server can be
    shutdown
    
    * Fix mac
    Jake-Shadle committed May 4, 2022
    Configuration menu
    Copy the full SHA
    42e32f6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Update (#29)

    * Retry deleting socket file
    
    * Close harder
    
    * Don't check path exist
    
    * Remove delete loop
    
    * Update deps
    
    * Fixup deny
    
    * Add back minidumper publish check
    
    * Add README to crash-handler
    
    * Add README to minidumper
    Jake-Shadle committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5e6f821 View commit details
    Browse the repository at this point in the history
  2. Prep release (#30)

    * Setup cargo-release
    
    * Manually cleanup CHANGELOG
    
    * Update CHANGELOG
    Jake-Shadle committed May 23, 2022
    Configuration menu
    Copy the full SHA
    85b9ea2 View commit details
    Browse the repository at this point in the history
  3. Fix CHANGELOG path

    Jake-Shadle committed May 23, 2022
    Configuration menu
    Copy the full SHA
    76c331a View commit details
    Browse the repository at this point in the history
  4. Release 0.3.0

    Jake-Shadle committed May 23, 2022
    Configuration menu
    Copy the full SHA
    0a83564 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    818ae98 View commit details
    Browse the repository at this point in the history
Loading