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

Logic refax: new rules for the receiver buffer and TSBPD #2527

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

Commits on Sep 22, 2022

  1. Exported fragment to a separate function

    Mikołaj Małecki committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    496e6a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Applied changes from PR 2467-before merging

    Mikołaj Małecki committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    03214ff View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Adjusted to the latest changes in the group branch, per changes in ma…

    …ster
    Mikołaj Małecki committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    96e92dd View commit details
    Browse the repository at this point in the history
  2. Updated and post-fixed

    Mikołaj Małecki committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bdc6fff View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Updated for latest master

    Mikołaj Małecki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a68d5cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev-processdata-refax

    Mikołaj Małecki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d2d1c90 View commit details
    Browse the repository at this point in the history
  3. Added lacking fix for AEAD

    Mikołaj Małecki committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    89e927f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Fixed: block static variable that might be unused when no logging (tr…

    …avis report)
    Mikołaj Małecki committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a56c84d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Fixed after PR comments

    Mikołaj Małecki committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    0168c5e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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

Commits on Nov 7, 2022

  1. Merge branch 'dev-processdata-refax' into dev-refax-buffer-tsbpd-trig…

    …gers
    Mikołaj Małecki committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9f5174c View commit details
    Browse the repository at this point in the history
  2. Applied changes for improved TSBPD and receiver buffer

    Mikołaj Małecki committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    652e35d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Updated and fixed

    Mikołaj Małecki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6295cb9 View commit details
    Browse the repository at this point in the history
  2. Updated usage of shortcuts and new names

    Mikołaj Małecki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    36c1f67 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge branch 'master' into dev-refax-buffer-tsbpd-triggers

    Mikołaj Małecki committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1fbd754 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge branch 'master' into dev-refax-buffer-tsbpd-triggers

    Mikołaj Małecki committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    478ca41 View commit details
    Browse the repository at this point in the history
  2. Fixed some logs formatting

    ethouris committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8335cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Updated to latest upstream

    Mikołaj Małecki committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    df46c57 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Updated and fixed

    Mikołaj Małecki committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1df7e40 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Updated

    Mikołaj Małecki committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    0b515e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Updated and fixed

    Mikołaj Małecki committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f636ce7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merged and stabilized

    Mikołaj Małecki committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ae914e5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev-refax-buffer-tsbpd-triggers

    Mikołaj Małecki committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    519cb7e View commit details
    Browse the repository at this point in the history
  3. Added mutex spec to a function

    Mikołaj Małecki committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4bb7b47 View commit details
    Browse the repository at this point in the history
  4. Added more thread check entries

    Mikołaj Małecki committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d179878 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Updated to latest upstream

    Mikołaj Małecki committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    94fb676 View commit details
    Browse the repository at this point in the history
  2. Fixed a suggested uninitialized variable

    Mikołaj Małecki committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8ad69ed View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Renamed eclipsed variable

    Mikołaj Małecki committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bbced79 View commit details
    Browse the repository at this point in the history
  2. Added doxy description for some functions. Applied NonOrder in names …

    …for out-of-order concerns
    Mikołaj Małecki committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5136ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e0271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    072a8c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch 'master' into dev-refax-buffer-tsbpd-triggers

    Mikołaj Małecki committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1830e3a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Apply suggestions from code review

    (further impossible fixes pending)
    
    Co-authored-by: Maxim Sharabayko <[email protected]>
    ethouris and maxsharabayko authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    283021e View commit details
    Browse the repository at this point in the history
  2. Remaining post-review fixes

    Mikołaj Małecki committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b969a83 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'master' into dev-refax-buffer-tsbpd-triggers

    Mikołaj Małecki committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    df237d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge branch 'master' into dev-refax-buffer-tsbpd-triggers

    Mikołaj Małecki committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d8f485a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 10, 2024

  1. Fixed previous problems with receiver buffer

    Mikołaj Małecki committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ab469d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    a2b1b44 View commit details
    Browse the repository at this point in the history
  2. Blocked development support types and fixed the test

    Mikołaj Małecki committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ff16e68 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Updated to latest upstream

    Mikołaj Małecki committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1f6ac3d View commit details
    Browse the repository at this point in the history
  2. Merged changes

    Mikolaj Malecki committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fa70fda View commit details
    Browse the repository at this point in the history
  3. Cleanup of the commented-out code

    Mikolaj Malecki committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1bf93ff View commit details
    Browse the repository at this point in the history
  4. Cleaning up other temporary development entries

    Mikolaj Malecki committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f4f22ba View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Updated and fixed

    Mikolaj Malecki committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0a88fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Updated and fixed

    Mikolaj Malecki committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    74a27ed View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Added option to disable test discovery (off by default)

    Mikołaj Małecki committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cb00cce View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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