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

fix multithreading bug about default_io in iiod-reader #1212

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. wip

    catkira committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b9739cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557abda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e790c2 View commit details
    Browse the repository at this point in the history
  4. wip

    catkira committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    611e2d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. wip

    catkira committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    76d551b View commit details
    Browse the repository at this point in the history
  2. remove debug printfs

    catkira committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7f4bfcb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8bf4c54 View commit details
    Browse the repository at this point in the history
  3. remove some debug printfs

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    024a251 View commit details
    Browse the repository at this point in the history
  4. remove more printfs

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9a86449 View commit details
    Browse the repository at this point in the history
  5. remove more debug printfs

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dcaf008 View commit details
    Browse the repository at this point in the history
  6. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3292d3a View commit details
    Browse the repository at this point in the history
  7. wip

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dfa3e4f View commit details
    Browse the repository at this point in the history
  8. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a53bd61 View commit details
    Browse the repository at this point in the history
  9. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1957abf View commit details
    Browse the repository at this point in the history
  10. wip

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3dbacd2 View commit details
    Browse the repository at this point in the history
  11. wip

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dd907cf View commit details
    Browse the repository at this point in the history
  12. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ebafb8b View commit details
    Browse the repository at this point in the history
  13. wip

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eea1f38 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e167ea6 View commit details
    Browse the repository at this point in the history
  15. wip

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a8313dd View commit details
    Browse the repository at this point in the history
  16. wip

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e5efbea View commit details
    Browse the repository at this point in the history
  17. wip

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3d007fe View commit details
    Browse the repository at this point in the history
  18. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1d53aff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c6a80df View commit details
    Browse the repository at this point in the history
  20. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2860e04 View commit details
    Browse the repository at this point in the history
  21. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8a723f0 View commit details
    Browse the repository at this point in the history
  22. free stuff properly

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c17724f View commit details
    Browse the repository at this point in the history
  23. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8bf7b93 View commit details
    Browse the repository at this point in the history
  24. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9fbbc5f View commit details
    Browse the repository at this point in the history
  25. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a66c372 View commit details
    Browse the repository at this point in the history
  26. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a17c028 View commit details
    Browse the repository at this point in the history
  27. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    630fddd View commit details
    Browse the repository at this point in the history
  28. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a04ea0e View commit details
    Browse the repository at this point in the history
  29. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d475c67 View commit details
    Browse the repository at this point in the history
  30. cleanup

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6b35a65 View commit details
    Browse the repository at this point in the history
  31. make it pre C99 compatible

    catkira committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0ee5b21 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. This fixes a dead-loop that can occur when the same io element is ins…

    …erted twice into the readers list.
    
    This is only a temporary solution until the underlying issue is solved.
    catkira committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0fd7cc5 View commit details
    Browse the repository at this point in the history