1. 7122d7e set work version to 1.7.13-SNAPSHOT by Ceki Gulcu · 9 years ago
  2. 0c189f9 preparing release 1.7.12 by Ceki Gulcu · 9 years ago
  3. 410dc2d next version is 1.7.12 by Ceki Gulcu · 9 years ago
  4. d8dc5b1 preparing release 1.7.11 by Ceki Gulcu · 9 years ago
  5. 3121243 Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160. by Ceki Gulcu · 9 years ago
  6. 0ab0f6d Change Bundle-RequiredExecutionEnvironment declaration in MANIFEST.MF files by Ceki Gulcu · 9 years ago
  7. 2c0c3d8 Remove unnecessary line break by Matthew Dean · 9 years ago
  8. 1137e5b next version is 1.7.11 by Ceki Gulcu · 9 years ago
  9. d4c2cf5 prepare release by Ceki Gulcu · 9 years ago
  10. b774476 ignore intermittently failing perf test by Ceki Gulcu · 9 years ago
  11. 7c14612 next version is 1.7.10 by Ceki Gulcu · 9 years ago
  12. ed80ded Merge pull request #84 from twillouer/master by Ceki Gulcu · 9 years ago
  13. 8bd6b9e Fixed typo in BasicMarker.java by anziferrum · 9 years ago
  14. cdcdebb version 1.7.9 reverts the of JSR 305 annotations by Ceki Gulcu · 9 years ago
  15. 33db0c5 less warnings by Eclipse by Ceki Gulcu · 9 years ago
  16. 54cd111 setting pom version numbers to 1.7.9-SNAPSHOT by Ceki Gulcu · 9 years ago
  17. 8a1702b polish the docs on slf4j.detectLoggerNameMismatch by Ceki Gulcu · 9 years ago
  18. f081680 add docs for the logger name mismath feature by Ceki Gulcu · 9 years ago
  19. 4ad29d1 extract #loggerNameMismatch to a constant by Ceki Gulcu · 9 years ago
  20. 1ad0191 fix merge conflict with PR #93 by Ceki Gulcu · 9 years ago
  21. d9f79d3 revert indentation changes in LoggerFactory, modify codeStyle.xml to match existing code style as much as possible by Ceki Gulcu · 9 years ago
  22. 08d05cb Merge branch 'master' of github.com:qos-ch/slf4j by Ceki Gulcu · 9 years ago
  23. 67c07b7 move modelVersion tag to the top, reformat pom.xml files by Ceki Gulcu · 9 years ago
  24. ca1dbbf Fix tests which are no longer running. by Alexander Dorokhine · 9 years ago
  25. 7552796 Rename the auto-named logger field trial as a logger name mismatch detector. by Alexander Dorokhine · 9 years ago
  26. 7a57f1a indentation changes only by Ceki Gulcu · 9 years ago
  27. 26b0111 added Alexandre's name as author by Ceki Gulcu · 9 years ago
  28. c52317a next version is 1.7.8-SNAPSHOT by Ceki Gulcu · 9 years ago
  29. c0f5835 allow for computed caller class to be a super-type of class passed as parameter to LoggerFactory.getLogger(Class) by Ceki Gulcu · 9 years ago
  30. 90735df Remove stack trace from the field trial mismatch message. by Alexander Dorokhine · 9 years ago
  31. 97f96c5 A field trial for the automatically named logger. by Alexander Dorokhine · 9 years ago
  32. 8737f4a slightly better test method names by Ceki Gulcu · 9 years ago
  33. fa9e7aa manually revert pull-request #15 by Ceki Gulcu · 9 years ago
  34. 2897951 MDCCloseable instead of Closeable to avoid throwing of IOException by William Delanoue · 10 years ago
  35. 89c07b6 Merge pull request #80 from hazendaz/master by Matt Bishop · 10 years ago
  36. 5f2cf53 Use StringBuilder instead of StringBuffer when no concurrent access by Stephane Landelle · 10 years ago
  37. 16b8c13 Correct Maven XSD Location by Jeremy Landis · 10 years ago
  38. b9248b5 Merge pull request #79 from posix4e/groupId by Matt Bishop · 10 years ago
  39. 4451682 Merge pull request #75 from twillouer/master by Matt Bishop · 10 years ago
  40. 1909792 Merge pull request #46 from ceefour/findbugs by Matt Bishop · 10 years ago
  41. 0d3b153 Merge pull request #15 from justdoo/master by Matt Bishop · 10 years ago
  42. a3e5fd0 Specifying the groupID is redundant. It must be the same as the parent. by Alex Newman · 10 years ago
  43. 5c76844 add MDCCloseable by William Delanoue · 10 years ago
  44. 46cf4f7 prepare release 1.7.7 by Ceki Gulcu · 10 years ago
  45. 39c7a28 ensure JDK 1.5 compatibility by Ceki Gulcu · 10 years ago
  46. 9e3e9a3 Using generics with collections when possible by Otávio Garcia · 10 years ago
  47. 3478cda preparing next release by Ceki Gulcu · 10 years ago
  48. 1784b34 releasing 1.7.6 by Ceki Gulcu · 10 years ago
  49. f56ee2e minor changes by Ceki Gulcu · 10 years ago
  50. 8f28a83 fix buf 311 by Ceki Gulcu · 10 years ago
  51. 4f1bf59 Changing the delegate of substituted loggers post initialization by Chetan Mehrotra · 10 years ago
  52. ca68555 Removing the synchronisation as per Andrei comments by Chetan Mehrotra · 10 years ago
  53. 78280dc Minor changes around method names by Chetan Mehrotra · 10 years ago
  54. a21401d SLF4j 311 - Enable swapping of NOPLogger in SubstituteLoggerFactory by Chetan Mehrotra · 10 years ago
  55. a14b9cf Merge pull request #49 from motlin/master by Matt Bishop · 10 years ago
  56. 9bff4c6 added note to point out reason for using string builder by vivekpathak · 10 years ago
  57. 32b9a92 Fix typo. by Craig P. Motlin · 13 years ago
  58. 2f82a78 Add `@Nonnull` annotation to aid findbugs / Eclipse IDE. by Hendy Irawan · 11 years ago
  59. d78659c replace stringbuffer with string builder for multicore performance by Vivek Pathak · 11 years ago
  60. 3b0b4c8 Fix BasicMarkerFactory by using ConcurrentMap by Mikhail Mazursky · 11 years ago
  61. 95c4946 mark 1.7.6-SNAPSHT, added missing modules to assembly source file by Ceki Gulcu · 11 years ago
  62. 884d46e about to release 1.7.5 by Ceki Gulcu · 11 years ago
  63. a031ea2 release 1.7.4 by Ceki Gulcu · 11 years ago
  64. bced901 start 1.7.4-SNAPSHOT by Ceki Gulcu · 11 years ago
  65. 1c3e4c6 release 1.7.3 by Ceki Gulcu · 11 years ago
  66. 8d30219 tag release 1.7.3-SNAPSHOT by Ceki Gulcu · 11 years ago
  67. c06e417 about to relese 1.7.2 by Ceki Gulcu · 12 years ago
  68. 3b040e3 improved javadocs by Ceki Gulcu · 12 years ago
  69. 7747f1e starting 1.7.2 cycle by Ceki Gulcu · 12 years ago
  70. 86e0c29 preparing release 1.7.1 by Ceki Gulcu · 12 years ago
  71. 1449b3b starting work on 1.7.1 by Ceki Gulcu · 12 years ago
  72. 999956d preparing release 1.7.0 by Ceki Gulcu · 12 years ago
  73. 255def2 avoid version mismatch warning (when run with slf4j-api-1.6.jar) by setting REQUESTED_VERSION to 1.6.99 instead of 1.7 by Ceki Gulcu · 12 years ago
  74. 86eaa9c adding vargs support to Logger interface by Ceki Gulcu · 12 years ago
  75. 370eca4 fix bug 270 by Ceki Gulcu · 12 years ago
  76. cf897a9 Fix typo merker -> marker by Geoff Lane · 12 years ago
  77. 6f3d29f starting work on 1.6.7 by Ceki Gulcu · 12 years ago
  78. e5eb0b0 preparing release 1.6.6 by Ceki Gulcu · 12 years ago
  79. 7f88804 start work on 1.6.6. Fix bug #234 by Ceki Gulcu · 12 years ago
  80. 79e1b89 preparing release 1.6.5 by Ceki Gulcu · 12 years ago
  81. d8b43cb moving to oss.sonatype repo, indentation changes by Ceki Gulcu · 12 years ago
  82. f880d89 start work on 1.6.5.-SNAPSHOT by Ceki Gulcu · 12 years ago
  83. 95b5efd fix for bug 264 by justdoo · 12 years ago
  84. ccd1c83 improved javadocs by Ceki Gulcu · 13 years ago
  85. 38915da release 1.6.4, fix issues with site plugin by Ceki Gulcu · 13 years ago
  86. f5865d3 fix bugs 203 and 224, adaptations for maven 3 by Ceki Gulcu · 13 years ago
  87. 7b65efc next version will be 1.6.4 by Ceki Gulcu · 13 years ago
  88. 752e2cf upgrade to Maven 3.0.3 by Ceki Gulcu · 13 years ago
  89. 20ef874 preparing release 1.6.3 by Ceki Gulcu · 13 years ago
  90. 7ba0605 update license headers to current year by Ceki Gulcu · 13 years ago
  91. e96146a fix embarrassing typo by Ceki Gulcu · 13 years ago
  92. 20377b5 - changing version to 1.6.2 by Ceki Gulcu · 13 years ago
  93. 8eb1912 fixing #228 for MDC by Ceki Gulcu · 13 years ago
  94. 67f86a6 fixing #228 by Ceki Gulcu · 13 years ago
  95. ced19de - Fix #138 by Ceki Gulcu · 13 years ago
  96. 9f10490 Revert "make log4j-over-slf4j run in jboss 4.2" by Ceki Gulcu · 14 years ago
  97. 3749a85 make log4j-over-slf4j run in jboss 4.2 by Ceki Gulcu · 14 years ago
  98. 277f8d7 - started working on slf4j 1.6.2-SNAPSHOT - Small additions to .gitignore file by Ceki Gulcu · 14 years ago
  99. 990f241 - preparing release 1.6.1 by Ceki Gulcu · 14 years ago
  100. 71fc429 - starting work on 1.6.1 by Ceki Gulcu · 14 years ago