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

poll for TIOCINQ and TIOCOUTQ instead of POLLIN, bump repeats #51

Merged
merged 60 commits into from
Oct 28, 2024

Commits on Oct 24, 2024

  1. bump repeats, add debug

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b14bc3b View commit details
    Browse the repository at this point in the history
  2. no manual eio

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    92edf92 View commit details
    Browse the repository at this point in the history
  3. more rearranging

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4cce184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be250b3 View commit details
    Browse the repository at this point in the history
  5. log close path

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6068305 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9407e1c View commit details
    Browse the repository at this point in the history
  7. kill proc

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    036ecc0 View commit details
    Browse the repository at this point in the history
  8. fix exit code

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dd6356e View commit details
    Browse the repository at this point in the history
  9. small test changes

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f482437 View commit details
    Browse the repository at this point in the history
  10. 1000 repeats

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1f65122 View commit details
    Browse the repository at this point in the history
  11. no console

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5863313 View commit details
    Browse the repository at this point in the history
  12. 100 repeats

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    76daf08 View commit details
    Browse the repository at this point in the history
  13. readd log

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    326a9da View commit details
    Browse the repository at this point in the history
  14. modify canon settings

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    51e3072 View commit details
    Browse the repository at this point in the history
  15. re-add repeats

    jackyzha0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    115cd70 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e26aa2d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. different ordering test

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    28d0f2a View commit details
    Browse the repository at this point in the history
  2. allow only

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2c725bf View commit details
    Browse the repository at this point in the history
  3. better log

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    91925ba View commit details
    Browse the repository at this point in the history
  4. line no check

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c67fe75 View commit details
    Browse the repository at this point in the history
  5. more logging changes

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d5cfe4c View commit details
    Browse the repository at this point in the history
  6. enable both

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    16421d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67e0611 View commit details
    Browse the repository at this point in the history
  8. try with timeout?

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4c07825 View commit details
    Browse the repository at this point in the history
  9. re-add require

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    48850d2 View commit details
    Browse the repository at this point in the history
  10. try sleep?

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    28dc611 View commit details
    Browse the repository at this point in the history
  11. check readable side

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2a8829b View commit details
    Browse the repository at this point in the history
  12. try suggestion

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a370cd0 View commit details
    Browse the repository at this point in the history
  13. oops forgor import

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5587772 View commit details
    Browse the repository at this point in the history
  14. test

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8630ac2 View commit details
    Browse the repository at this point in the history
  15. try without eio

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a9ba65c View commit details
    Browse the repository at this point in the history
  16. only print out bytelength

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    79c5d98 View commit details
    Browse the repository at this point in the history
  17. more logging

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    def3aef View commit details
    Browse the repository at this point in the history
  18. even more logs

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d46ce6b View commit details
    Browse the repository at this point in the history
  19. zam

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8af59d0 View commit details
    Browse the repository at this point in the history
  20. strace analysis

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5381170 View commit details
    Browse the repository at this point in the history
  21. oops

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    63a8b27 View commit details
    Browse the repository at this point in the history
  22. more tests

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ed54c56 View commit details
    Browse the repository at this point in the history
  23. try with destroy soon

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7c32410 View commit details
    Browse the repository at this point in the history
  24. try with emit end

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2ef14a5 View commit details
    Browse the repository at this point in the history
  25. run all the tests now

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e908971 View commit details
    Browse the repository at this point in the history
  26. put back only fuck

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    084818d View commit details
    Browse the repository at this point in the history
  27. wtf

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fdbc2fb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f5cfe8b View commit details
    Browse the repository at this point in the history
  29. even more print debug

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    79567f6 View commit details
    Browse the repository at this point in the history
  30. goddamn

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8e5b434 View commit details
    Browse the repository at this point in the history
  31. flush

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a915772 View commit details
    Browse the repository at this point in the history
  32. i am confusion

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    58f0329 View commit details
    Browse the repository at this point in the history
  33. more

    jackyzha0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d1aa648 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. another check

    jackyzha0 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a1a9998 View commit details
    Browse the repository at this point in the history
  2. also FIONREAD

    jackyzha0 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1365d3a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    557045e View commit details
    Browse the repository at this point in the history
  2. cleanup some more

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c9768cc View commit details
    Browse the repository at this point in the history
  3. use -1 instead

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7366a5a View commit details
    Browse the repository at this point in the history
  4. run all, remove debug

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a194294 View commit details
    Browse the repository at this point in the history
  5. cleanup some more imports

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a0b5604 View commit details
    Browse the repository at this point in the history
  6. re-add write trait

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7810ed9 View commit details
    Browse the repository at this point in the history
  7. 3.4.0

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9c853e9 View commit details
    Browse the repository at this point in the history
  8. try with nix::sys:ioctl

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b6c7de2 View commit details
    Browse the repository at this point in the history
  9. back to raw ioctl we go

    jackyzha0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9f5a4e9 View commit details
    Browse the repository at this point in the history