Commit Graph

  • 48bc495430 minor Joel Reymont 2015-07-03 16:53:13 +0200
  • f96904ede7 go fmt Joel Reymont 2015-07-03 16:51:41 +0200
  • 035761b7bc one watcher Joel Reymont 2015-07-01 17:15:15 +0200
  • 15e71d383e Use stable version of fsnotify Sridhar Ratnakumar 2015-06-28 20:23:06 -0700
  • 4d381fccb0 Modernize Dockerfile to use the golang image Sridhar Ratnakumar 2015-06-28 20:19:59 -0700
  • d88c762aa1 Fix 'make fulltest' for newer docker versions Sridhar Ratnakumar 2015-06-28 20:15:57 -0700
  • c865311314 Update CHANGES.md Sridhar Ratnakumar 2015-06-17 16:00:46 -0700
  • f9f753ab01 Merge pull request #50 from featalion/newline-fix Sridhar Ratnakumar 2015-06-17 15:59:14 -0700
  • fe151849bb split max line size test to follow and nofollow version Yury Yantsevich 2015-06-17 16:59:08 +0200
  • 50aa2240d2 Merge branch 'half-lines-fix' of https://github.com/2sidedfigure/tail into newline-fix Yury Yantsevich 2015-06-17 15:49:11 +0200
  • 166cd27854 Add StopAtEOF to stop tailing when the end of the file is reached Jonathan Rudenberg 2014-12-24 16:48:29 -0500
  • 0587510d19 Remove Close method from FileChanges Jonathan Rudenberg 2014-12-25 20:59:31 -0500
  • 068b72961a Merge pull request #41 from kouk/master Sridhar Ratnakumar 2014-10-08 12:42:06 -0700
  • d20f005e95 support freebsd, like darwin Konstantinos Koukopoulos 2014-10-08 12:37:29 +0300
  • 83adfd1168 Don't return lines not ending in a newline when following 2sidedfigure 2014-07-25 17:11:42 -0700
  • fd3ba4e64c Merge pull request #38 from rickard-von-essen/posix Sridhar Ratnakumar 2014-07-28 15:34:07 -0700
  • ed4080883b [GH-37] Support Darwin (OS X) again Rickard von Essen 2014-07-29 00:29:01 +0200
  • 6d888fbada changelog for last PR Sridhar Ratnakumar 2014-07-28 13:45:56 -0700
  • 5fc9335f68 Merge pull request #36 from UhuruSoftware/master Sridhar Ratnakumar 2014-07-28 13:45:15 -0700
  • c2a48be739 add FILE_SHARE_DELETE flag when opening file florindragos 2014-06-26 16:47:21 +0300
  • 22e519566e Fix tomb import Sridhar Ratnakumar 2014-06-14 23:39:34 -0700
  • 604d99043e detect file size modification for polling 0x001D 2014-06-12 00:22:14 +0200
  • 056d606881 Update CHANGES.md Sridhar Ratnakumar 2014-05-20 17:49:42 -0700
  • c5d5673bde Merge pull request #30 from ActiveState/odd_line_splitting Sridhar Ratnakumar 2014-05-20 17:49:00 -0700
  • 4441c2eb1b add -max param to gotail utility Sridhar Ratnakumar 2014-05-16 18:10:04 -0700
  • 136cda4961 process line even if it doesn't end in newline Sridhar Ratnakumar 2014-05-16 18:06:11 -0700
  • 941cc3e301 refactor this part of code for upcoming change Sridhar Ratnakumar 2014-05-16 18:05:11 -0700
  • 929590016a use ReadString instead of ReadLine Sridhar Ratnakumar 2014-05-16 18:01:10 -0700
  • c7e3c77bef refactor newReader Sridhar Ratnakumar 2014-05-16 17:03:16 -0700
  • 6dab63b3c0 XXX Sridhar Ratnakumar 2014-05-16 16:59:29 -0700
  • 6cb4dc0ca8 add comments clarifying existing behaviour of readLine Sridhar Ratnakumar 2014-05-16 16:46:31 -0700
  • 8dcd1ad3e5 Merge pull request #29 from ActiveState/leakybucket Sridhar Ratnakumar 2014-04-29 20:44:32 -0700
  • 5858c968e0 update changelog Sridhar Ratnakumar 2014-04-29 20:08:59 -0700
  • f547814901 include License file of original code Sridhar Ratnakumar 2014-04-29 19:56:11 -0700
  • 63578d7a58 tests must include leakybucket Sridhar Ratnakumar 2014-04-29 19:55:54 -0700
  • 34fb5fd3ef integrate leakybucket algorithm Sridhar Ratnakumar 2014-04-29 16:39:57 -0700
  • a67a74158f import ratelimitter from 99designs Sridhar Ratnakumar 2014-04-29 16:31:26 -0700
  • 6ca4028d41 Merge pull request #28 from ActiveState/rate_limit_handle_buffer Sridhar Ratnakumar 2014-04-28 15:02:21 -0700
  • 3d549f46bd update changelog Sridhar Ratnakumar 2014-04-28 14:58:39 -0700
  • c13cdd473c refactor seek routine Sridhar Ratnakumar 2014-04-28 14:55:51 -0700
  • 555e6044ca fix for the failing test case (parent commit) Sridhar Ratnakumar 2014-04-28 14:51:59 -0700
  • afbbb638b5 add failing test case Sridhar Ratnakumar 2014-04-28 14:46:42 -0700
  • 734bf58f78 should be Fatal here Sridhar Ratnakumar 2014-04-28 14:46:18 -0700
  • 473bd49874 test: rewrite the confusing mismatch message Sridhar Ratnakumar 2014-04-28 14:15:34 -0700
  • fc42d757b5 test: ensure that subsequent line(s) are being skipped Sridhar Ratnakumar 2014-04-28 14:15:17 -0700
  • d2a44130c2 explain what the +2 is for / Sridhar Ratnakumar 2014-04-28 14:14:21 -0700
  • 074c77ccbf update test for parent commit Sridhar Ratnakumar 2014-04-28 12:56:31 -0700
  • 64e99b360f make cool-off error message less obscure Sridhar Ratnakumar 2014-04-28 12:49:23 -0700
  • d21b644dea Merge pull request #26 from ActiveState/update_fsnotify Sridhar Ratnakumar 2014-04-12 17:06:04 -0700
  • a1e489f93d update fsnotify to latest Sridhar Ratnakumar 2014-04-12 17:02:59 -0700
  • 214eb29af3 fulltest should be run on saucy image Sridhar Ratnakumar 2014-04-12 17:02:34 -0700
  • baf6674f00 add copyright statements Sridhar Ratnakumar 2014-04-12 16:59:40 -0700
  • f6d4bc16d4 note PR #24 in change log Sridhar Ratnakumar 2014-04-12 16:32:04 -0700
  • 9f7054d896 Merge pull request #24 from masahide/add-test-over4096byte-line Sridhar Ratnakumar 2014-04-12 16:30:28 -0700
  • 6a3ddb6ced If specified the MaxLineSize, then set to the bufio.reader MaxLineSize. YAMASAKI masahide 2014-02-19 08:46:36 +0900
  • 7ccd8397a1 fix problem of long line EOF funkygao 2013-10-11 17:00:29 +0800
  • 24d682e8af Merge pull request #25 from ActiveState/travis_test_fix Sridhar Ratnakumar 2014-03-21 22:35:31 -0700
  • 3da62cd5ae account for POLL_DURATION in the reopen test Sridhar Ratnakumar 2014-03-21 22:32:56 -0700
  • 0383a079b7 make travis config work Sridhar Ratnakumar 2014-03-21 22:32:20 -0700
  • a7279e8208 add build status to README Sridhar Ratnakumar 2014-03-21 22:02:52 -0700
  • efd9baa50f add .travis.yml Sridhar Ratnakumar 2014-03-21 22:00:08 -0700
  • 039d5571ac changelog update for PR #22 Sridhar Ratnakumar 2014-02-22 23:51:39 -0800
  • 751a3add5c Merge pull request #22 from GeertJohan/master Sridhar Ratnakumar 2014-02-22 23:51:04 -0800
  • 3b09eddf4d Removed conig option DisableLogging. Add DiscardingLogger instead. GeertJohan 2014-02-22 15:48:23 +0100
  • 0c51ff11d1 Add logging options to config Geert-Johan Riemer 2014-01-30 13:47:28 +0100
  • be2914fd12 minor clarification in the Cleanup comment Sridhar Ratnakumar 2014-01-04 23:19:15 +0530
  • 36ba8bccb9 advance fsnotify pinning to latest stable revision Sridhar Ratnakumar 2013-11-22 16:45:56 -0800
  • c5b73d3485 add NewLine helper to create a Line instance Sridhar Ratnakumar 2013-11-14 09:44:28 -0800
  • f3593827b3 Merge pull request #20 from ActiveState/inotify_cleanup Sridhar Ratnakumar 2013-11-13 17:43:11 -0800
  • accbe0dc99 descriptive comment for the Cleanup function Sridhar Ratnakumar 2013-11-13 17:41:13 -0800
  • 6ffcd854c1 run 'go fmt' (and fix 'make fmt' in Makefile) Sridhar Ratnakumar 2013-11-13 17:38:23 -0800
  • ebc25f9788 update change log Sridhar Ratnakumar 2013-11-13 17:37:03 -0800
  • 323e1c0988 add Cleanup function to close open inotify watches Sridhar Ratnakumar 2013-11-12 20:15:27 -0800
  • 7cb0dcdbe1 add deps.json for use with depman Sridhar Ratnakumar 2013-11-07 21:09:27 -0800
  • 56c4b221b8 replace the alarmist panic with Fatal Sridhar Ratnakumar 2013-10-11 18:19:43 -0700
  • 88298d7cf8 Merge pull request #18 from miraclesu/fix_stop_hang Sridhar Ratnakumar 2013-09-23 18:19:18 -0700
  • 058eb3d8df combine two if conditions miraclesu 2013-09-24 09:13:19 +0800
  • c9444e81ae Merge pull request #17 from presbrey/patch-1 Sridhar Ratnakumar 2013-09-23 11:58:53 -0700
  • a7f9b4b6fc Fixed stop hang & stop err miraclesu 2013-09-23 15:03:51 +0800
  • afd80c034c fix race/panic on modify+delete presbrey 2013-09-20 12:47:55 -0400
  • 45a47abe0e refactor Sridhar Ratnakumar 2013-09-17 16:54:55 -0700
  • 4fb4f2aa10 fulltest: run go install Sridhar Ratnakumar 2013-09-09 03:20:08 +0000
  • f3332f1697 fulltest must use the local source, not master Sridhar Ratnakumar 2013-09-09 03:13:12 +0000
  • 45e3f1a853 system testing using docker Sridhar Ratnakumar 2013-09-09 03:04:39 +0000
  • b87764baaf Merge pull request #14 from QLeelulu/master Sridhar Ratnakumar 2013-08-24 14:01:07 -0700
  • 1a8af20665 add tail.Tell's test QLeelulu 2013-08-24 15:43:25 +0800
  • 40bd571489 add Tell to return the file's current position, like stdio's ftell(). QLeelulu 2013-08-23 18:04:21 +0800
  • 277b98d6a1 update README Sridhar Ratnakumar 2013-08-09 15:15:40 -0700
  • fdc1517c8b Merge pull request #12 from ActiveState/better_location Sridhar Ratnakumar 2013-08-09 15:10:35 -0700
  • 275e6442bd tests for the new Location spec Sridhar Ratnakumar 2013-08-09 14:57:38 -0700
  • faf14146e7 tail.Location is now the most customizable Sridhar Ratnakumar 2013-08-09 14:53:37 -0700
  • 8d9c6e4ce1 allow seeking from beginning and end Sridhar Ratnakumar 2013-08-09 14:42:51 -0700
  • 1e2bc8afe8 support arbitrary values for `Location` Sridhar Ratnakumar 2013-07-12 15:30:31 -0700
  • 6af3d03d43 typo Sridhar Ratnakumar 2013-07-11 18:36:12 -0700
  • 1faae64bdb Merge pull request #10 from ActiveState/rate_limiting Sridhar Ratnakumar 2013-07-11 18:35:26 -0700
  • b2509e165e option to limit the rate of reading lines from files Sridhar Ratnakumar 2013-07-11 17:28:18 -0700
  • f461ddc97d support Follow=false Sridhar Ratnakumar 2013-05-30 13:18:46 -0700
  • 92ad722d56 update readme, comments; gofmt Sridhar Ratnakumar 2013-05-29 16:32:01 -0700
  • 4deef2319f Merge pull request #7 from srid/copytruncate_reopen_false Sridhar Ratnakumar 2013-05-29 15:26:00 -0700
  • 68dffd22b4 fix a regression with truncation detection Sridhar Ratnakumar 2013-05-29 15:08:24 -0700