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

Implement crash-tracking handler #282

Merged
merged 87 commits into from
Jan 19, 2024
Merged

Implement crash-tracking handler #282

merged 87 commits into from
Jan 19, 2024

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    4952924 View commit details
    Browse the repository at this point in the history
  2. starting on crashtracker

    danielsn committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7822344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4134ce7 View commit details
    Browse the repository at this point in the history
  4. Chain to old signal handler

    danielsn committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0df5b96 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    9c5a131 View commit details
    Browse the repository at this point in the history
  2. crashtracker tries to upload

    danielsn committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9e5cec7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90dd74d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8925acb View commit details
    Browse the repository at this point in the history
  2. Emit valid json

    danielsn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    447ef5f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    9345b69 View commit details
    Browse the repository at this point in the history
  2. split into a couple files

    danielsn committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8186a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e369fd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix _

    danielsn committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    75045c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8537f59 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. TODO comments

    danielsn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2d91d9f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Reorganized files

    danielsn committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    79c728e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567ef3d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    660d08d View commit details
    Browse the repository at this point in the history
  2. Fix daemonization of sidecar closing stderr properly (#271)

    Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
    bwoebi authored and danielsn committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    09dd581 View commit details
    Browse the repository at this point in the history
  3. Bump rustix from 0.37.23 to 0.37.26

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.23 to 0.37.26.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.37.23...v0.37.26)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and danielsn committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    755ef2b View commit details
    Browse the repository at this point in the history
  4. Update LICENSE-3rdparty.yml

    ivoanjo authored and danielsn committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6087032 View commit details
    Browse the repository at this point in the history
  5. Bump webpki from 0.22.1 to 0.22.4 (#273)

    * Bump webpki from 0.22.1 to 0.22.4
    
    Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.1 to 0.22.4.
    - [Commits](https://github.com/briansmith/webpki/commits)
    
    ---
    updated-dependencies:
    - dependency-name: webpki
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update LICENSE-3rdparty.yml
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ivo Anjo <ivo.anjo@datadoghq.com>
    2 people authored and danielsn committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1cbe078 View commit details
    Browse the repository at this point in the history
  6. Fix clippy lint in tarpc (#276)

    paullegranddc authored and danielsn committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8ad467b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3848dd5 View commit details
    Browse the repository at this point in the history
  8. Tags

    danielsn committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8e331e2 View commit details
    Browse the repository at this point in the history
  9. Add API for on fork

    danielsn committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    cf054ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1171f44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9231f3c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    30307c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599c276 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Emit some other useful files

    danielsn committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2df8975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e019549 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa39ef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0534007 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    54e0b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2e80c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a767dbb View commit details
    Browse the repository at this point in the history
  4. better comments

    danielsn committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a7273e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7b3b2d View commit details
    Browse the repository at this point in the history
  6. collect a timestamp

    danielsn committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    65d83d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    27a0199 View commit details
    Browse the repository at this point in the history
  2. create_alt_stack option

    danielsn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    52097d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afdcc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9652e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89c54aa View commit details
    Browse the repository at this point in the history
  6. removed unneeded update

    danielsn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b3548b7 View commit details
    Browse the repository at this point in the history
  7. fix miri

    danielsn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6cdce9a View commit details
    Browse the repository at this point in the history
  8. Update licence file

    danielsn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    060262e View commit details
    Browse the repository at this point in the history
  9. fmt

    danielsn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    19785f3 View commit details
    Browse the repository at this point in the history
  10. Friendly name for signaltype

    danielsn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    619119e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix reciever to receiver

    danielsn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7327165 View commit details
    Browse the repository at this point in the history
  2. Better comments

    danielsn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0674fd2 View commit details
    Browse the repository at this point in the history
  3. remove experiments file

    danielsn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    19ea672 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. More comments and fix typos

    danielsn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    123bf41 View commit details
    Browse the repository at this point in the history
  2. More comments

    danielsn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5cbd78d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Resolved names are optional

    danielsn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4826dd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    1b91f3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c225909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2511ed View commit details
    Browse the repository at this point in the history
  4. remove panic, add notes

    danielsn committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b63d236 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Jan 12, 2024

  1. Move the reciever code to libdatadog, and then use a tiny c function …

    …to invoke it. Still need to cleanup some names
    danielsn committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3481ce7 View commit details
    Browse the repository at this point in the history
  2. makes a 33KB reciever

    danielsn committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    eb03b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3507b87 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    57df14d View commit details
    Browse the repository at this point in the history
  2. rename receiver

    danielsn committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6256480 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    97f3195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df1bbd View commit details
    Browse the repository at this point in the history
  3. make the test manual

    danielsn committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7059475 View commit details
    Browse the repository at this point in the history
  4. forward tags

    danielsn committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a11725f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    0ecab54 View commit details
    Browse the repository at this point in the history
  2. Licence 3rd party

    danielsn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    99dfd6d View commit details
    Browse the repository at this point in the history
  3. Test commented out

    danielsn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2486394 View commit details
    Browse the repository at this point in the history
  4. downgrading home

    danielsn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    83b44e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba51dcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae2cd8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    510e7cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90f6602 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0894ac8 View commit details
    Browse the repository at this point in the history
  10. The receiver is pure C now

    danielsn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    471fae9 View commit details
    Browse the repository at this point in the history
  11. licence

    danielsn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4f6388d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ce79a0 View commit details
    Browse the repository at this point in the history
  13. use apline version in gitlab

    danielsn committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    de858ce View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. update the dockerfile

    danielsn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bbd1b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba18031 View commit details
    Browse the repository at this point in the history
  3. README

    danielsn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3ba2f51 View commit details
    Browse the repository at this point in the history