Commit Graph

  • 880244457f remove dependencies 🤪 v2.0 forest 2021-08-25 13:10:50 -0500
  • 47ffae2331
    cleanup and module support (#77) Lukas Rist 2020-10-21 16:19:57 +0200
  • 94d9e492cc use 0755 to create new dir (#68) Deen 2019-04-12 02:44:13 +0800
  • 4b74a4dba9 fix a typo (#62) 康晓宁 2019-04-12 02:37:18 +0800
  • 2e8fbeea3f Make default file permissions more restrictive (#83) Juan Osorio Robles 2019-04-11 17:42:26 +0300
  • 7d6a187557
    Fix test timing (#64) v2.0.0 Nate Finch 2018-08-17 10:57:47 -0400
  • aee4629129 Update docs, adding `Compress` setting details (#49) Tyler Butters 2017-09-11 10:04:57 -0400
  • df99d62fd4 switch to travis (#44) Nate Finch 2017-05-31 14:08:50 -0400
  • a96e63847d Add support for log file compression (#43) v2.1 Joel Sing 2017-06-01 02:03:50 +1000
  • dd45e6a67c
    update docs w/ backup format info v2.0 Nate Finch 2016-11-04 09:48:45 -0400
  • e21e5cbec0 fix filemode in tests (#28) Nate Finch 2016-10-07 14:40:28 -0400
  • 514cbda263 Merge pull request #19 from tpot/patch-1 Nate Finch 2016-01-25 06:17:49 -0500
  • 5bae0dc0e2 Use gopkg.in provider instead of github Tim Potter 2016-01-25 15:57:12 +1100
  • 3cfd7a4e74 Update rotate_test.go to use v2 of project Tim Potter 2016-01-25 15:19:09 +1100
  • 600ceb4523 Merge pull request #14 from bz2/use_yaml_v2 Nate Finch 2015-10-12 21:44:48 -0400
  • a8ed6f4e42 Switch to using gopkg.in/yaml.v2 Martin Packman 2015-10-11 13:13:50 +0000
  • 20b71e5b60 add coverage badge Nate Finch 2015-06-22 12:22:04 -0400
  • 588a21fb0f Fix bug #12 Nate Finch 2015-05-20 21:52:18 -0400
  • 75cb3494f9 Merge pull request #11 from elithrar/v2.0 Nate Finch 2015-05-11 21:35:10 -0400
  • 894827f8df Fixed import in example test to use gopkg.in. Matt Silverlock 2015-05-11 19:22:48 +0800
  • d28785c2f2 Update README.md Nate Finch 2014-07-25 16:51:33 -0400
  • 6d3dfa6c0e fix test failures on windows Nate Finch 2014-07-25 16:00:19 -0400
  • 689fc505a0 add changes to maintain perms and owner of logfile Nate Finch 2014-07-25 15:42:36 -0400
  • 8b224001f4 fix a spot where an error was not properly returned Nate Finch 2014-07-23 05:46:04 -0400
  • 2837c0edfb comment to make MaxAge units more obvious Nate Finch 2014-07-18 16:23:35 -0400
  • afe0d238a1 fix link in badge Nate Finch 2014-06-27 06:23:51 -0400
  • 5265fd14fe fix link in badge Nate Finch 2014-06-27 06:20:08 -0400
  • cbb980c246 remove travis.yml, update badges, use drone.io for builds Nate Finch 2014-06-27 06:18:34 -0400
  • 3aa94be380 update readme and mention gopkg.in in godoc Nate Finch 2014-06-27 06:13:39 -0400
  • 78d709c0cc v2 is go! Nate Finch 2014-06-27 06:04:13 -0400
  • a6f35bab25 Update README.md Nate Finch 2014-06-24 08:51:25 -0400
  • d4187366d3 Update example to not use a filename that causes problems on windows and split out rotate example into its own file, since it's the only thing that is linux-only Nate Finch 2014-06-24 08:50:20 -0400
  • 8ec9c6b748 Update .travis.yml v1.0 Nate Finch 2014-06-18 14:30:00 -0400
  • 9b971d9efa add tests for yaml and toml in addition to the existing json test Nate Finch 2014-06-18 14:16:12 -0400
  • 72cc861377 Change definition of maxage to make it easier (i.e. possible) to load from a json/yaml/etc Nate Finch 2014-06-18 08:09:40 -0400
  • 06f4f4ea5e go back to using defer to unlock in close and rotate Nate Finch 2014-06-16 15:29:37 -0400
  • ffd1aed5ff make the code in Write a little more logical, and add a missing test, though the code worked correctly before. Nate Finch 2014-06-16 13:24:02 -0400
  • fc6790d66f refactor internally a little to clean up the code. Make the main example a real example so we make sure it compiles Nate Finch 2014-06-16 12:55:21 -0400
  • 03e9c77b42 remove erroneous old comment Nate Finch 2014-06-16 09:52:57 -0400
  • 7067ec8bae Merge branch 'master' of https://github.com/natefinch/lumberjack Nate Finch 2014-06-16 09:46:11 -0400
  • 819bdb463d better version of check for io.WriteCloser Nate Finch 2014-06-16 09:46:03 -0400
  • 296e7b31f2 Update README.md Nate Finch 2014-06-16 07:23:11 -0400
  • 26f86e4c4e Update README.md Nate Finch 2014-06-16 07:22:06 -0400
  • 20a6506830 readme again Nate Finch 2014-06-16 07:20:18 -0400
  • ffdf92b04f Merge branch 'master' of https://github.com/natefinch/lumberjack Nate Finch 2014-06-16 07:19:31 -0400
  • 922e686512 add example of rotating in response to sighup Nate Finch 2014-06-16 07:19:10 -0400
  • 06ce2e3d7a Update README.md Nate Finch 2014-06-16 06:57:52 -0400
  • 35a206f7bd update readme's godoc Nate Finch 2014-06-16 06:57:35 -0400
  • 6412f2cf51 move mutex to unexported field Nate Finch 2014-06-16 06:56:15 -0400
  • cf9adaef63 Revert "move mutex to unexported field" Nate Finch 2014-06-16 06:54:51 -0400
  • 86271c05bd move mutex to unexported field Nate Finch 2014-06-16 06:50:55 -0400
  • e58437d7ea Update README.md Nate Finch 2014-06-16 06:49:32 -0400
  • 5aff0e0bbf add locks and the Rotate() function. Remove IsWriteTooLong function. Fix a bug in the link to time constants. Nate Finch 2014-06-16 06:48:32 -0400
  • 245c33893c add code for always opening new with default dir and name. with test. Nate Finch 2014-06-15 08:53:04 -0400
  • 29a1a3fa69 make golint happy Nate Finch 2014-06-15 08:14:23 -0400
  • 625d6c6216 minor wording update Nate Finch 2014-06-15 08:12:37 -0400
  • 2e9c10753f Update README.md Nate Finch 2014-06-15 08:08:08 -0400
  • f6194c9bf7 travis stuff Nate Finch 2014-06-15 07:59:44 -0400
  • 4909611b75 more tests for better coverage Nate Finch 2014-06-15 07:48:15 -0400
  • ce1012af58 update readme Nate Finch 2014-06-15 07:03:23 -0400
  • 1781f71455 update readme Nate Finch 2014-06-15 06:59:40 -0400
  • 1bb33e2fca more tests and fixed a bug the tests found. Cleaned up the documentation. Renamed Backups to MaxBackups. Nate Finch 2014-06-15 06:57:23 -0400
  • 944464c29a MIT License Nate Finch 2014-06-14 08:32:16 -0400
  • 814d136090 update readme with godoc Nate Finch 2014-06-14 08:31:35 -0400
  • 1c3db7d9ea initial code Nate Finch 2014-06-14 07:57:17 -0400
  • 79e51fbec1 Initial commit Nate Finch 2014-06-14 07:55:47 -0400