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

fs: add recursive watch for linux #45098

Merged
merged 38 commits into from Oct 31, 2022

Commits on Oct 28, 2022

  1. Copy the full SHA
    cdc9349 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    296646b View commit details
    Browse the repository at this point in the history
  3. fs: fix linter issues

    anonrig committed Oct 28, 2022
    Copy the full SHA
    77cb9a0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5b72449 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    87866c3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    00ab12d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    cb4b455 View commit details
    Browse the repository at this point in the history
  8. fs: avoid prototype pollution

    anonrig committed Oct 28, 2022
    Copy the full SHA
    4144949 View commit details
    Browse the repository at this point in the history
  9. test: improve fs.watch tests

    anonrig committed Oct 28, 2022
    Copy the full SHA
    9a86410 View commit details
    Browse the repository at this point in the history
  10. test: handle edge cases

    anonrig committed Oct 28, 2022
    Copy the full SHA
    8b36541 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    89abb18 View commit details
    Browse the repository at this point in the history
  12. fs: update requested changes

    anonrig committed Oct 28, 2022
    Copy the full SHA
    f15251f View commit details
    Browse the repository at this point in the history
  13. fs: fix circular dependency

    anonrig committed Oct 28, 2022
    Copy the full SHA
    cd240a6 View commit details
    Browse the repository at this point in the history
  14. fs: improve tests

    anonrig committed Oct 28, 2022
    Copy the full SHA
    6311cf5 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d8d2a0c View commit details
    Browse the repository at this point in the history
  16. test: update lint errors

    anonrig committed Oct 28, 2022
    Copy the full SHA
    632a4bc View commit details
    Browse the repository at this point in the history
  17. test: fix url error

    anonrig committed Oct 28, 2022
    Copy the full SHA
    df610ef View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    8243dde View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    37a0839 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    c7512ef View commit details
    Browse the repository at this point in the history
  21. fs: revert certain changes

    anonrig committed Oct 28, 2022
    Copy the full SHA
    6eee878 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    a6906f2 View commit details
    Browse the repository at this point in the history
  23. test: improve tests

    anonrig committed Oct 28, 2022
    Copy the full SHA
    6061330 View commit details
    Browse the repository at this point in the history
  24. fs: do not throw abort errors

    anonrig committed Oct 28, 2022
    Copy the full SHA
    9d596e8 View commit details
    Browse the repository at this point in the history
  25. fs: rename recursive watch

    anonrig committed Oct 28, 2022
    Copy the full SHA
    d94f365 View commit details
    Browse the repository at this point in the history
  26. fs: adjust implementation

    anonrig committed Oct 28, 2022
    Copy the full SHA
    b5161e5 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    6e4299d View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    2e5d4b3 View commit details
    Browse the repository at this point in the history
  29. fs: improve watcher

    anonrig committed Oct 28, 2022
    Copy the full SHA
    cd3199b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. fs: rename linux watcher

    anonrig committed Oct 29, 2022
    Copy the full SHA
    d69a565 View commit details
    Browse the repository at this point in the history
  2. fs: add support for symlinks

    anonrig committed Oct 29, 2022
    Copy the full SHA
    28ee387 View commit details
    Browse the repository at this point in the history
  3. test: remove redundant test

    anonrig committed Oct 29, 2022
    Copy the full SHA
    8e4e3dd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e6019be View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. fs: update comments

    anonrig committed Oct 30, 2022
    Copy the full SHA
    1e903a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b8b87f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. fs: update implementation

    anonrig committed Oct 31, 2022
    Copy the full SHA
    ab4f1d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c11bb62 View commit details
    Browse the repository at this point in the history
  3. fs: add documentation

    anonrig committed Oct 31, 2022
    Copy the full SHA
    bddb83f View commit details
    Browse the repository at this point in the history