-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: rmca/python-multitail2
base: master
head repository: derpston/python-multitail2
compare: master
- 17 commits
- 6 files changed
- 9 contributors
Commits on May 12, 2014
-
Merge pull request derpston#4 from rmca/master
os.read doesn't like being passed None.
Configuration menu - View commit details
-
Copy full SHA for c95852f - Browse repository at this point
Copy the full SHA c95852fView commit details
Commits on Jun 9, 2014
-
derpston committed
Jun 9, 2014 Configuration menu - View commit details
-
Copy full SHA for 3eef4fa - Browse repository at this point
Copy the full SHA 3eef4faView commit details
Commits on Jun 16, 2014
-
Fixing read limit issue. Added tests.
rob committedJun 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 4e5b60e - Browse repository at this point
Copy the full SHA 4e5b60eView commit details
Commits on Jun 17, 2014
-
Merge pull request derpston#5 from rmca/fixingreadderp
Fixing read limit issue. Added tests.
Configuration menu - View commit details
-
Copy full SHA for 8618a0b - Browse repository at this point
Copy the full SHA 8618a0bView commit details
Commits on Nov 17, 2014
-
Fixes ``` Running setup.py install for multitail2 WARNING: '' not a valid package name; please use only.-separated package names in setup.py ```Configuration menu - View commit details
-
Copy full SHA for 6d7c453 - Browse repository at this point
Copy the full SHA 6d7c453View commit details -
Merge pull request derpston#7 from qrilka/patch-1
Proper packages in setup.py
Configuration menu - View commit details
-
Copy full SHA for b99314c - Browse repository at this point
Copy the full SHA b99314cView commit details
Commits on May 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 59e358e - Browse repository at this point
Copy the full SHA 59e358eView commit details
Commits on May 8, 2015
-
Merge pull request derpston#8 from erimf/master
add support for mutliple glob/file
Configuration menu - View commit details
-
Copy full SHA for 89880a6 - Browse repository at this point
Copy the full SHA 89880a6View commit details
Commits on Jun 3, 2015
-
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 committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 38cc927 - Browse repository at this point
Copy the full SHA 38cc927View commit details -
Merge pull request derpston#9 from foxdan/bugs/longlines
Fixes infinite loop in TailedFile with long lines.
Configuration menu - View commit details
-
Copy full SHA for b11266c - Browse repository at this point
Copy the full SHA b11266cView commit details
Commits on Nov 2, 2017
-
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 committedNov 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 7ebb672 - Browse repository at this point
Copy the full SHA 7ebb672View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94759c - Browse repository at this point
Copy the full SHA d94759cView commit details
Commits on Nov 3, 2017
-
Merge pull request derpston#10 from FranGM/no_more_leaking
Explicitly close deleted files to avoid leaking
Configuration menu - View commit details
-
Copy full SHA for 4f05311 - Browse repository at this point
Copy the full SHA 4f05311View commit details
Commits on Aug 5, 2019
-
user committed
Aug 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 6ad18d4 - Browse repository at this point
Copy the full SHA 6ad18d4View commit details -
user committed
Aug 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 672cd99 - Browse repository at this point
Copy the full SHA 672cd99View commit details -
Fixing non-rst compatible text in the long description.
user committedAug 5, 2019 Configuration menu - View commit details
-
Copy full SHA for a8c418d - Browse repository at this point
Copy the full SHA a8c418dView commit details -
Version bump, minor packaging faff
user committedAug 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 739a73c - Browse repository at this point
Copy the full SHA 739a73cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master