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: agerasev/ringbuf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bitslab/ringbuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: compound
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 6 contributors

Commits on May 15, 2024

  1. Added Nilanjana's Patch

    Sagar Singh
    Sagar Singh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b47284a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Sep 17, 2024

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

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    81465d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2156be0 View commit details
    Browse the repository at this point in the history
  3. Made a little bit more progress

    I can at least run one program to completion now (without infinite hanging on the bash pipe-fork sync read)
    
    Also, I removed the extremely dangerous clone impl
    CJacob314 committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    2df1b82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a99f7dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7415483 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    4681bec View commit details
    Browse the repository at this point in the history
  2. fixed type error

    jeriksson committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    b68ac86 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Removed spurious mod debug_arc_wrapper.

    There was no such module in the cargo project, so this caused
    compilation to fail.
    samuel-skean committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    9259369 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

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

Commits on Jul 4, 2025

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

Commits on Nov 14, 2025

  1. Fixed ring buffer consumer read function bug

    BUG: it wouldn't read data written by a producer if the producer had
    died after the write.
    CJacob314 committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    294f2fd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2026

  1. Removed drop debug print

    CJacob314 committed May 6, 2026
    Configuration menu
    Copy the full SHA
    800407f View commit details
    Browse the repository at this point in the history
Loading