Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make crashdumpbrowser server work with newer PHP versions and with current client #24

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2016

  1. Configuration menu
    Copy the full SHA
    339b8cb View commit details
    Browse the repository at this point in the history
  2. Make default server settings match client output

    Client says "sess. ID" nowadays: https://github.com/larsiusprime/crashdumper/blob/d49565fac30ac84b394e73b6119a5002f2e765c2/crashdumper/CrashDumper.hx#L413
    
    Maybe it used to be "game id" but this makes the default setup broken.
    IBwWG authored Jun 13, 2016
    Configuration menu
    Copy the full SHA
    97e84bf View commit details
    Browse the repository at this point in the history
  3. Sort by package, not session

    I didn't realize what I had done here.  Package makes much more sense, otherwise each crash is its own "project" in the browser.
    IBwWG authored Jun 13, 2016
    Configuration menu
    Copy the full SHA
    09f4350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c08c4d View commit details
    Browse the repository at this point in the history
  5. Fix larsiusprime#26

    Keep taking any later stack trace lines, since stack traces are at the end of crashdumper output anyway
    IBwWG authored Jun 13, 2016
    Configuration menu
    Copy the full SHA
    2dbc037 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update haxelib.json to fix openfl dependency at 3.6.1

    "can be used in any version. Haxelib will then always try to use the latest version." → not what I need just now; forcing with "haxelib set" doesn't override this dependency...
    codingthat authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9eed5a6 View commit details
    Browse the repository at this point in the history