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

Major changes in memory usage #301

Merged
merged 11 commits into from
Mar 22, 2023
Merged

Major changes in memory usage #301

merged 11 commits into from
Mar 22, 2023

Commits on Mar 7, 2023

  1. Major changes in memory usage

    Stops storing all read files in memory.
    This change applies to regular files only,
    not pipes or compressed files.
    
    Change to control by channel to make
    it work more asynchronously.
    
    Change File Watch to Directory Watch
    to react to file descriptor changes.
    noborus committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    834e232 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. WIP: update

    noborus committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5ca9fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. WIP: update

    noborus committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ccf6261 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Added support for close

    noborus committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    35ea380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34cb4fc View commit details
    Browse the repository at this point in the history
  3. Added a condition to close

    noborus committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    9b66687 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Allow exec reload

    Recreated Exec and deprecated ExecCommand.
    Separate the control part.
    ControlNonFile integrated into ControlFile.
    noborus committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c2bf953 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Add follow-name

    Follow the file name even if the file descriptor changes.
    noborus committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bd35a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f2687 View commit details
    Browse the repository at this point in the history
  3. Fixed a race condition

    log needed a separate controller.
    noborus committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c9e0b67 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Cleaned up the debug output

    Cleaned up the debug output and cleaned up the code.
    Added openFileReader to avoid duplication
    noborus committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8c1f729 View commit details
    Browse the repository at this point in the history