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

Less scanning #6

Merged
merged 16 commits into from
Nov 14, 2016
Merged

Less scanning #6

merged 16 commits into from
Nov 14, 2016

Commits on Nov 9, 2016

  1. Cleanup config files

    samoht committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    b6d601e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d11761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a65aacd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. When using inotfy/fsevents, do not rescan the whole tree every time

    This should have much better performance as now only the changed files will
    be analysed. Also avoid allocating/deallocating the event loop, just install
    it and write events in an event stream.
    
    Currently only tested with fsevents. This needs more testing.
    samoht committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    fecf5bb View commit details
    Browse the repository at this point in the history
  2. Fix appveyor scripts

    samoht committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    cf8bc15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea96955 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Consolidate the tests

    samoht committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    d1484c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Fix inotify event loop

    Inotify returns event with paths relative to the root of the watched dir.
    samoht committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    b044f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    457cc10 View commit details
    Browse the repository at this point in the history
  3. Add (broken) remove tests

    samoht committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    014b063 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Fix detection of removed files

    samoht committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    fcbde12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74875b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1255047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a34a5c View commit details
    Browse the repository at this point in the history
  5. Update CHANGES

    samoht committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    438cd14 View commit details
    Browse the repository at this point in the history
  6. Make the FS polling tests a bit less intense

    Otherwise, the tests timeout on TravisCI
    samoht committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    0410bf5 View commit details
    Browse the repository at this point in the history