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

refactor: Make ToxAV independent of toxcore internals. #1431

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    26a99b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3166858 View commit details
    Browse the repository at this point in the history
  3. fix null pointer dereference

    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3b2ffbe View commit details
    Browse the repository at this point in the history
  4. we do not have Messenger struct anymore, uplicate random_u32 function…

    …. why is this even randomized in the first place for audio, when its later overwritten anyway?
    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a9f0f8f View commit details
    Browse the repository at this point in the history
  5. bazel fixes

    iphydf authored and zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6fa4f05 View commit details
    Browse the repository at this point in the history
  6. fix cimple error

    iphydf authored and zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9211f48 View commit details
    Browse the repository at this point in the history
  7. fix rebase problems

    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2ec4831 View commit details
    Browse the repository at this point in the history
  8. fix rebase problems

    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dd1a095 View commit details
    Browse the repository at this point in the history
  9. add missing lock/unlock calls

    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ba3d505 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b30c557 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5cc0621 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7a472e5 View commit details
    Browse the repository at this point in the history
  13. remove a cpp check

    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    55f5a61 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d3777c View commit details
    Browse the repository at this point in the history
  15. The value of a composite expression shall not be assigned to an objec…

    …t with wider essential type
    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e6bca9b View commit details
    Browse the repository at this point in the history
  16. fix: The controlling expression of an if statement and the controllin…

    …g expression of an iteration-statement shall have essentially Boolean type
    zoff99 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e43bcb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. try to fix cppcheck error(s)

    zoff99 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4a237e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95668b0 View commit details
    Browse the repository at this point in the history
  3. make it type ERROR again

    zoff99 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    44d2c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac814fe View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 16, 2023

  1. docker checksums

    zoff99 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    43fc64a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. fix issues found in review

    zoff99 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a50e96b View commit details
    Browse the repository at this point in the history
  2. docker checksums

    zoff99 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e3b4d38 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    12315f0 View commit details
    Browse the repository at this point in the history
  2. cppcheck fixes

    iphydf committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3566e5b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

    iphydf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8337dbc View commit details
    Browse the repository at this point in the history
  3. const

    iphydf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    afc0d11 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    5027209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896ee03 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

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

Commits on Feb 2, 2024

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

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    5fec645 View commit details
    Browse the repository at this point in the history
  2. fix cast

    iphydf committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d3d92fd View commit details
    Browse the repository at this point in the history
  3. cppcheck

    iphydf committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5e798c0 View commit details
    Browse the repository at this point in the history