Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rmca/python-multitail2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: derpston/python-multitail2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 9 contributors

Commits on May 12, 2014

  1. Merge pull request derpston#4 from rmca/master

    os.read doesn't like being passed None.
    derpston committed May 12, 2014
    Configuration menu
    Copy the full SHA
    c95852f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. Version bump.

    derpston committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    3eef4fa View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. Fixing read limit issue. Added tests.

    rob committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    4e5b60e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. Merge pull request derpston#5 from rmca/fixingreadderp

    Fixing read limit issue. Added tests.
    derpston committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    8618a0b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. Update setup.py

    Fixes
    ```
      Running setup.py install for multitail2
        WARNING: '' not a valid package name; please use only.-separated package names in setup.py
    ```
    qrilka committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    6d7c453 View commit details
    Browse the repository at this point in the history
  2. Merge pull request derpston#7 from qrilka/patch-1

    Proper packages in setup.py
    derpston committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    b99314c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    59e358e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Merge pull request derpston#8 from erimf/master

    add support for mutliple glob/file
    derpston committed May 8, 2015
    Configuration menu
    Copy the full SHA
    89880a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. Fixes infinite loop in TailedFile with long lines.

    If a long line is encountered where the trailing newline is not in the buffer
    and the buffer is not considered used enough to be cleaned an infinite loop
    occurs.
    
    Fix this by ignoring such lines and looping through until the next line is
    found.
    Dan Fox committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    38cc927 View commit details
    Browse the repository at this point in the history
  2. Merge pull request derpston#9 from foxdan/bugs/longlines

    Fixes infinite loop in TailedFile with long lines.
    derpston committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    b11266c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Explicitly close deleted files to avoid leaking

    It seems like we're not correctly handling the situation where files are
    deleted, and they're kept open for as long as the process is running.
    
    This is probably because we're relying on an implicit `close()`
    happening on the file object when the `TailedFile` object gets garbage
    collected, but we don't necessarily have control about this (and it
    doesn't seem to happen, hinting at other references pointing to it).
    
    This PR adds and explicit `_close()` method to ensure we no longer need
    to rely in this implicit behaviour.
    Fran Garcia committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    7ebb672 View commit details
    Browse the repository at this point in the history
  2. Check file hasn't been close on read.

    Version bump
    Fran Garcia committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    d94759c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Merge pull request derpston#10 from FranGM/no_more_leaking

    Explicitly close deleted files to avoid leaking
    derpston authored Nov 3, 2017
    Configuration menu
    Copy the full SHA
    4f05311 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Python3 compatibility.

    user committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    6ad18d4 View commit details
    Browse the repository at this point in the history
  2. Version bump

    user committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    672cd99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c418d View commit details
    Browse the repository at this point in the history
  4. Version bump, minor packaging faff

    user committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    739a73c View commit details
    Browse the repository at this point in the history
Loading