1. cd4bf4e Merge pull request #1212 from alecbz/alec/remove-dead-panic by David Bariod · 3 years, 8 months ago master
  2. 44d983d Merge pull request #1185 from CreativeCactus/patch-1 by David Bariod · 3 years, 8 months ago
  3. 02fcb16 Remove dead panic in Entry.Panic by Alec Benzer · 3 years, 8 months ago
  4. 8ae478e Merge pull request #1197 from sirupsen/travis_build by David Bariod · 3 years, 8 months ago
  5. 6121f5c Merge pull request #1207 from sirupsen/remove_stale_bot by David Bariod · 3 years, 8 months ago
  6. e3e79b6 desactivate stale bot by David Bariod · 3 years, 8 months ago remove_stale_bot
  7. a752a62 Merge pull request #1206 from l-lindsay/zosbuild by David Bariod · 3 years, 9 months ago
  8. be16a81 Add build tag to enable a successful build for zos by l-lindsay · 3 years, 9 months ago
  9. 89b92b9 one more linter error fixed by David Bariod · 3 years, 9 months ago
  10. e328a4e fix linter errors by David Bariod · 3 years, 9 months ago
  11. 5819000 bump golangci-lint version by David Bariod · 3 years, 9 months ago
  12. 0d28e29 bump golang versions in travis ci by David Bariod · 3 years, 9 months ago
  13. c81a54c Replace %v with %w for error by CreativeCactus · 3 years, 10 months ago
  14. d131c24 Merge pull request #1183 from shogo82148/update-changelog-1.7.0 by David Bariod · 3 years, 10 months ago
  15. c6b865f update changelog with v1.7.0 by Ichinose Shogo · 3 years, 10 months ago
  16. 6699a89 Merge pull request #1145 from sirupsen/custom_buffer_pool by David Bariod · 4 years, 2 months ago v1.7.0
  17. 64a5944 Add an API to plug a custom buffer free item mangement system by David Bariod · 4 years, 2 months ago
  18. 42baed8 Merge pull request #1144 from sohel-sheikh/patch-1 by David Bariod · 4 years, 2 months ago
  19. 630ea45 Update doc for new logger by Sohel · 4 years, 2 months ago
  20. 20dcf91 Merge pull request #1142 from sirupsen/function-log by David Bariod · 4 years, 3 months ago
  21. ba4da53 Improve tests for logger.*Fn functions by David Bariod · 4 years, 3 months ago
  22. d7edea4 Merge branch 'feature/function-log' of https://github.com/Azer0s/logrus into Azer0s-feature/function-log by David Bariod · 4 years, 3 months ago
  23. e8fa988 Merge pull request #1077 from dmgk/master by David Bariod · 4 years, 3 months ago
  24. 0de04f1 Merge pull request #1088 from tklauser/simplify-windows by David Bariod · 4 years, 3 months ago
  25. 8665791 Simplify checkIfTerminal for Windows by Tobias Klauser · 4 years, 7 months ago
  26. 60c74ad update CHANGELOG.md with 1.5.0 and 1.6.0 version contents by David Bariod · 4 years, 3 months ago v1.6.0
  27. e8e563a Merge remote-tracking branch 'origin/master' into thlacroix-disable-quotes by David Bariod · 4 years, 3 months ago
  28. 0fd458a complete documetation on TextFormatter.DisableQuote by David Bariod · 4 years, 3 months ago thlacroix-disable-quotes
  29. 4d96c60 Merge branch 'disable-quotes' of https://github.com/thlacroix/logrus into thlacroix-disable-quotes by David Bariod · 4 years, 3 months ago
  30. a5b0247 Merge pull request #1136 from ialidzhikov/nit/line-endings by David Bariod · 4 years, 3 months ago
  31. 163c051 Merge pull request #1137 from sirupsen/fix_crash_windows by David Bariod · 4 years, 3 months ago
  32. e79215d update github.com/konsorten/go-windows-terminal-sequences dependency to v1.0.3 by David Bariod · 4 years, 3 months ago
  33. 4989a3f Change CRLF line endings to LF by ialidzhikov · 4 years, 3 months ago
  34. aff00fe Adds additional test cases for DisableQuote by Thomas Lacroix · 4 years, 3 months ago
  35. c7455de Adds flag to disable quotes in TextFormatter by Thomas Lacroix · 4 years, 3 months ago
  36. 91ef3ab Merge pull request #1131 from sirupsen/revert-1047 by Mark Phelps · 4 years, 4 months ago
  37. 03155c5 Revert #1047 by Mark Phelps · 4 years, 4 months ago
  38. 7d248fa Add loggers that take functions as input by Ariel Simulevski · 4 years, 4 months ago
  39. d417be0 Merge pull request #1108 from cirelli94/fix-wrong-caller by Mark Phelps · 4 years, 5 months ago v1.5.0
  40. 32fd107 Merge pull request #1103 from sirupsen/fix-go114 by Mark Phelps · 4 years, 5 months ago
  41. ddb57a2 Merge pull request #1110 from Dattax/patch-1 by Mark Phelps · 4 years, 5 months ago
  42. a635f04 Merge pull request #1113 from davidraleigh/html-escape by Mark Phelps · 4 years, 5 months ago
  43. 4ddc9cf Merge pull request #1116 from admacleod/master by Mark Phelps · 4 years, 5 months ago
  44. e3e4060 remove errant whitespace by Alisdair MacLeod · 4 years, 5 months ago
  45. ba670ba fix deadlock in previous entry race condition fix by Alisdair MacLeod · 4 years, 5 months ago
  46. b28acda fix race condition in entry by Alisdair MacLeod · 4 years, 5 months ago
  47. e76a5c4 create test to prove issue sirupsen/logrus#954 by Alisdair MacLeod · 4 years, 5 months ago
  48. 0fb945b resolved conflicts by David Raleigh · 4 years, 5 months ago
  49. 0882384 Title updates by Deep Datta · 4 years, 5 months ago
  50. fa25593 Removed useless files by Fabrizio Cirelli · 4 years, 5 months ago
  51. af6ac8c Fix wrong caller by Fabrizio Cirelli · 4 years, 5 months ago
  52. 7ea96a3 Merge pull request #1102 from hlcfan/get-right-logrus-pkg-name by David Bariod · 4 years, 5 months ago
  53. 53000c4 Merge pull request #921 from sosiska/patch-1 by Mark Phelps · 4 years, 5 months ago
  54. 334dd77 Merge pull request #1060 from sirupsen/improve_withfield_doc by Mark Phelps · 4 years, 5 months ago
  55. 1e936e2 Merge pull request #1091 from nolleh/master by Mark Phelps · 4 years, 5 months ago
  56. ab4d0e6 run CI for go 1.13 and 1.14 by David Bariod · 4 years, 5 months ago fix-go114
  57. 86a84a9 Get right logrus package name by Alex S · 4 years, 5 months ago
  58. 77ab282 Merge pull request #1047 from lwsanty/fix-race-conditions-on-entry by Mark Phelps · 4 years, 5 months ago
  59. 7fab003 Merge pull request #633 from bogem/patch-1 by Mark Phelps · 4 years, 5 months ago
  60. 494ec95 Only mark issues as stale for now until we go through backlog of PRs by Mark Phelps · 4 years, 5 months ago
  61. 24566a3 Merge pull request #924 from bunyk/master by Sébastien Lavoie · 4 years, 5 months ago
  62. f5d95b6 Update stale.yml by Mark Phelps · 4 years, 5 months ago
  63. eef122e Create stale.yml by Mark Phelps · 4 years, 5 months ago
  64. 2f069dd Merge pull request #1072 from taywrobel/bugfix/dataBleedAcrossEntities by Mark Phelps · 4 years, 5 months ago
  65. 63d9911 Merge pull request #1082 from hlcfan/patch-1 by Mark Phelps · 4 years, 5 months ago
  66. 4ecd9a6 readme: maintenance-mode by Simon Eskildsen · 4 years, 5 months ago
  67. 9478311 Merge pull request #1094 from devil418/fix-readme by Simon Eskildsen · 4 years, 6 months ago
  68. 6895a36 Remove annoying punctuation in Readme for better screen reader accessibility. by Mikolaj Holysz · 4 years, 6 months ago
  69. 779e0e2 add caption-json-formatter by nolleh · 4 years, 7 months ago
  70. b70d15e Fix typo by Alex Shi · 4 years, 8 months ago
  71. 28e2121 Add support for freebsd/arm64 by Dmitri Goutnik · 4 years, 8 months ago
  72. 8fbaf3d Make Entry WithContext and WithTime copy tests more clear by Taylor Wrobel · 4 years, 8 months ago
  73. bcc146f Fix entity data bleed when using WithContext and WithTime by Taylor Wrobel · 4 years, 8 months ago
  74. 4fd274e improve Logger.WithField documentation by David Bariod · 4 years, 9 months ago
  75. 67a7fdc Merge pull request #1054 from sirupsen/del_old_doc by David Bariod · 4 years, 9 months ago
  76. 9746113 remove obsolete documentation by David Bariod · 4 years, 9 months ago
  77. f4ece9c Merge pull request #1052 from sirupsen/activate_linter by David Bariod · 4 years, 9 months ago
  78. 12176f2 Merge pull request #1053 from sirupsen/travis_rm_go111 by David Bariod · 4 years, 9 months ago
  79. 9df6f6a add x rights on travis/lint.sh by David Bariod · 4 years, 9 months ago
  80. 88d4430 remove go1.11.x from travis build matrix by David Bariod · 4 years, 9 months ago
  81. b77b626 run golangci-lint on travis by David Bariod · 4 years, 9 months ago
  82. c7278b2 fix race conditions on entry by lwsanty · 4 years, 10 months ago
  83. d5d4df1 Merge pull request #1040 from sirupsen/ffz/Travis by Edward Muller · 4 years, 10 months ago
  84. b6a9e56 Merge pull request #1042 from sirupsen/ffz/ForceQuote by Edward Muller · 4 years, 10 months ago
  85. 007cacd Force Quote by Edward Muller · 4 years, 10 months ago
  86. fb62dbe fix broken test by Edward Muller · 4 years, 10 months ago
  87. 843e0aa Merge pull request #1016 from freeformz/ffz/returnEarly by Edward Muller · 4 years, 10 months ago
  88. d12cdc0 deadcode by Edward Muller · 4 years, 10 months ago ffz/Lint
  89. 46015a9 test the error to ensure there isn't an unexpected error in the test by Edward Muller · 4 years, 10 months ago
  90. f9951cc Associate this example with what it's an example for by Edward Muller · 4 years, 10 months ago
  91. 68e6dbb Exclude go1.13.x from modules off, only build all on go1.13 modules on by Edward Muller · 4 years, 10 months ago
  92. 08cf62c This should make gox a little nicer by Edward Muller · 4 years, 10 months ago
  93. ad9f41a pull all the install into a single location by Edward Muller · 4 years, 10 months ago
  94. 75440f2 get some other deps by Edward Muller · 4 years, 10 months ago
  95. 8ec9a49 Enable all of these to see what fails by Edward Muller · 4 years, 10 months ago
  96. d30efdb go mod verify; go mod tidy by Edward Muller · 4 years, 10 months ago
  97. 7b6c0d1 Disable modules, run on osx by Edward Muller · 4 years, 10 months ago
  98. 39a5ad1 Merge pull request #991 from muesli/conversion-fixes by Edward Muller · 4 years, 10 months ago
  99. 0bbebc5 Merge pull request #1024 from flimzy/gopherjs by Edward Muller · 4 years, 10 months ago
  100. 9e05426 Merge pull request #990 from muesli/assign-fixes by Edward Muller · 4 years, 10 months ago