1. e3410d7 moved components to extras by Christian Grobmeier · 12 years ago trunk
  2. 184c44a Update relative path to companions parent by Scott Deboy · 13 years ago
  3. 6deb970 completed branding requirements by Christian Grobmeier · 13 years ago
  4. 1405fec cleaned up pom files, moved plugins to parent pom, formatting etc by Christian Grobmeier · 13 years ago
  5. b8f6d68 removed build targets from build file by Christian Grobmeier · 13 years ago
  6. 5bb3876 moved build plugin configuration to parent project by Christian Grobmeier · 13 years ago
  7. 82a44e0 maven logo for new branding by Christian Grobmeier · 13 years ago
  8. 2020217 upgraded to maven 3 by Christian Grobmeier · 13 years ago
  9. 80b1534 added poms to parent pom by Christian Grobmeier · 13 years ago
  10. 7439fd1 depend to 1.1 stable, not snapshot by Christian Grobmeier · 13 years ago
  11. 7d20e84 Bug 43148: Add change notice for move to java.util.regex by Curtis William Arnold · 14 years ago
  12. 1fb3145 Removed use of now-in-the-attic Jakarta ORO. Now using java.util.regex package in LogFilePatternReceiver (java 1.4). Also removed ORO from receivers pom. by Scott Deboy · 14 years ago
  13. 5feb594 Minor bug fixes by Scott Deboy · 14 years ago
  14. f015bbd Support non-pattern characters in SimpleDateFormat (for example the T in 2010-08-12T13:58:50.729) by Scott Deboy · 14 years ago
  15. 10ae865 Some locales represent simpledateformatted-text with characters other than alpha/numeric (dot in French locales for the month)..use /S when building the pattern that can parse the timestamp format instead of /w to account for that situation by Scott Deboy · 14 years ago
  16. e0b4318 Updating meta char replacement to ensure all regexp characters are escaped properly by Scott Deboy · 14 years ago
  17. 11b1768 Update receivers to set the 'active' member on activateoptions & shutdown by Scott Deboy · 14 years ago
  18. cdb23dc Bug 49078: javadoc.jar was missing NOTICE and LICENSE by Curtis William Arnold · 14 years ago
  19. 98bb897 Added rat maven plugin support to chainsaw, component, extras, receivers and zeroconf by Scott Deboy · 14 years ago
  20. 2976c56 Clarify configuration options on NoReceiversWarningPanel dialog by Scott Deboy · 14 years ago
  21. 1d1fd93 Fix Bug 49421: Chainsaw don't show Logger for SocketReceiver and SocketHubReceiver by Scott Deboy · 14 years ago
  22. 8447616 Bug 42102: Missing source headers, pom.xml tweaks by Curtis William Arnold · 14 years ago
  23. 258fad1 Maven and build fixes to allow log4j, Chainsaw and companions (minus ZeroConf) to be built without requiring manual installation of any maven depdencies by Scott Deboy · 14 years ago
  24. c80ac15 Added ability to highlight search match text in the table (per-log panel preference, enabled by default) by Scott Deboy · 14 years ago
  25. 1bdedc9 added support for 'custom level definitions' in LogFilePatternReceiver, which allows the user to map strings in the log file to Log4j levels by Scott Deboy · 14 years ago
  26. cdcfd20 Undo last regexp build change to logfilepatternreceiver (was correct) by Scott Deboy · 14 years ago
  27. 4ab7ec8 Fix case sensitive property loading issue in Chainsaw by Scott Deboy · 14 years ago
  28. ce5bdfb Chainsaw UI updates (feedback appreciated) by Scott Deboy · 14 years ago
  29. 4fde320 Chainsaw updates by Scott Deboy · 14 years ago
  30. 9298a5e Added ZeroConf support to most of the network-based appenders and receivers. by Scott Deboy · 14 years ago
  31. 70c6d90 If level value couldn't be parsed as a known level, append that text to the message field by Scott Deboy · 15 years ago
  32. 2aab152 modify xml decoders so additionalProperties override existing properties (allows, for example, the ability to load a set of saved events into a new tab in chainsaw, because chainsaw can modify the application/hostname properties that control event routing). by Scott Deboy · 15 years ago
  33. cc994c7 For a non-matching event when appendNonMatches=true, use the timestamp of the last matching event, to try to maintain time-based ordering even though we were unable to parse the event by Scott Deboy · 15 years ago
  34. 5c99f77 Commit patches provided by Antonio Petrelli - thanks Antonio by Scott Deboy · 15 years ago
  35. a9cdb31 Chainsaw UI updates by Scott Deboy · 15 years ago
  36. d25d60d Update LogFilePatternReceivers by Scott Deboy · 15 years ago
  37. becdb61 Fix for Bugzilla issue 47209: Color Filter rule level==info broken by Scott Deboy · 15 years ago
  38. 3c69141 Added two new parameters to LogFilePatternReceiver: by Scott Deboy · 15 years ago
  39. 20053bc Replace the dependency on the Sun Java JMS spec jar with the Geronimo one. This aligns this module with the log4j main one. by Paul Jeffrey Smith · 16 years ago
  40. 78f4a3f Bug 42171 Applied patch supplied by ray@ that resolves a bug where by duplicate events are received by Paul Jeffrey Smith · 16 years ago
  41. 5b2201c changed logfilepatternreceiver parsing to use .*? and .* instead of .+? and .+ by Scott Deboy · 16 years ago
  42. 4170d73 Update the customsqldbreceiver javadoc to make it even more clear that the user's db columns don't have to have the same name/contain all of the same columns (can be ALIASed). by Scott Deboy · 16 years ago
  43. 7b5c604 Update JavaDocs to clarify receiver params by Scott Deboy · 16 years ago
  44. 25bd658 Update ASL headers by Scott Deboy · 16 years ago
  45. 1524dc8 Bug 43736 applied patch provided by Curt with extraction to a constant to indicate that by Paul Jeffrey Smith · 17 years ago
  46. 0814359 Bug 41483: Use TreeMap for reproducable order in RewriteAppenderTest by Curtis William Arnold · 17 years ago
  47. 5ce6879 Bug 43312: Mangled source-repository.html by Curtis William Arnold · 17 years ago
  48. da11aef Adjust pom for log4j 1.2.15 release by Curtis William Arnold · 17 years ago
  49. 90abd5b Bug 42102: Remove prospective release date and downloads from receivers by Curtis William Arnold · 17 years ago
  50. 19eebd0 - Move helpers/Constants out of log4j and back to component by Scott Deboy · 17 years ago
  51. c4b6fe2 - removed hostname property creation from socketappender by Scott Deboy · 17 years ago
  52. 1307d64 Eliminate need to resolve logger.dtd by Curtis William Arnold · 17 years ago
  53. d93b302 Removed unused 'overrideproperties' fields & methods in multicast/udp appenders by Scott Deboy · 17 years ago
  54. f43b88b Add javadoc for propertyrewritepolicy describing the name/value pair format by Scott Deboy · 17 years ago
  55. def140a Added 'useCurrentThread' property to this receiver. This is the same as the other Log-file based receiver. by Paul Jeffrey Smith · 17 years ago
  56. 26ba966 Bug 42102: Restore jakarta-oro dependency by Curtis William Arnold · 17 years ago
  57. 2513458 Fix for issue http://issues.apache.org/bugzilla/show_bug.cgi?id=43140 by Scott Deboy · 17 years ago
  58. 7f01ff3 Bug 42102: Remove unnecessary dependency on jakarta-oro by Curtis William Arnold · 17 years ago
  59. 9d10fef Bug 43131: Remove dummy: protocol from XMLDecoder by Curtis William Arnold · 17 years ago
  60. 8447ff0 Remove all Javadoc @since 1.3 references (1.3 is obsoleted) - see http://issues.apache.org/bugzilla/show_bug.cgi?id=43101 by Scott Deboy · 17 years ago
  61. ce5fd06 Prevent npe by Scott Deboy · 17 years ago
  62. 65c3651 Bug 41483: Add RewriteAppender and policies to replace MapFilter, etc by Curtis William Arnold · 17 years ago
  63. dd87d5b Apply suggested fix to prevent NPE if generated keys supported. by Scott Deboy · 17 years ago
  64. 32cc8b4 Adding sybase dialect (http://issues.apache.org/bugzilla/show_bug.cgi?id=42991) by Scott Deboy · 17 years ago
  65. 0e86f08 Make LEVEL optional for logfilepatternreceiver (see http://issues.apache.org/bugzilla/show_bug.cgi?id=43075) by Scott Deboy · 17 years ago
  66. b4bc844 - added logger.dtd to support processing of java.util.logging dtd-formatted events by Scott Deboy · 17 years ago
  67. 189382c Bug 42102: Set mime-type on staged web content by Curtis William Arnold · 17 years ago
  68. 8cea533 Bug 37930: web site staging to SVN repo by Curtis William Arnold · 17 years ago
  69. 3b8646a Bug 42783: Remove companions that were rolled into extras by Curtis William Arnold · 17 years ago
  70. 938feff [maven-release-plugin] prepare for next development iteration by Curtis William Arnold · 17 years ago
  71. 286d052 [maven-release-plugin] prepare release v1_0_rc1 by Curtis William Arnold · 17 years ago
  72. dff335c Bug 42102: Harmonization of companions by Curtis William Arnold · 17 years ago
  73. e58166e Added new property 'useCurrentThread' to the BeanInfo class for introspection purposes. by Paul Jeffrey Smith · 17 years ago
  74. 181b97b Adds an option that determines whether a new thread, or the existing thread by Paul Jeffrey Smith · 17 years ago
  75. 5e13d0c Bug 42102: Add hsqldb dependency to build.xml, stale code in CustomSQLDBReceiver by Curtis William Arnold · 17 years ago
  76. c3338cd Bug 42102: Added missing parseUnrecElement's for DBAppender, UDP and MulticastAppender ports by Curtis William Arnold · 17 years ago
  77. 6d28eae Bug 42102: Remove specification section from manifest in ant build by Curtis William Arnold · 17 years ago
  78. ff4e119 Bug 42102: Change version to 1.0, productization fixes by Curtis William Arnold · 17 years ago
  79. 9a8b566 Moving log4j companions out of sandbox by Curtis William Arnold · 17 years ago
  80. 9fb9cd3 Bug 42102: Fix build.xml copied from filters by Curtis William Arnold · 17 years ago
  81. 4b96b1c Switching report macro to menu ref='reports' by Curtis William Arnold · 17 years ago
  82. ab97b7c Bug 42102: Fixed reports macro, CR to LF by Curtis William Arnold · 17 years ago
  83. 001395c Bug 42102: Remove ref for o.a.l.h.Constants, use javaee dependency to eliminate manual download, add test by Curtis William Arnold · 17 years ago
  84. 408d5d3 Bug 42102: Added site content and build.xml by Curtis William Arnold · 17 years ago
  85. 4435374 Final tidy up of addition of other receivers from log4j 1.3. by Paul Jeffrey Smith · 17 years ago
  86. edf554f Bug 42102: Add LICENSE and NOTICE to jar's META-INF by Curtis William Arnold · 17 years ago
  87. 55f7268 * Fixed up LoggingEvent constructor usage to comply with log4j 1.2. by Paul Jeffrey Smith · 17 years ago
  88. 570d594 Coping log4j trunk (1.3) version of LogFilePatternReceiverBeanInfo.java over to sandbox receiver area in readiness by Paul Jeffrey Smith · 17 years ago
  89. c5c955b Coping log4j trunk (1.3) version of LogFilePatternReceiver.java over to sandbox receiver area in readiness by Paul Jeffrey Smith · 17 years ago
  90. d5e6b90 Bug 42102: Should be functional with current SVN log4j 1.2 by Curtis William Arnold · 17 years ago
  91. 9c5766b Bug 42102: Copy decoders from log4j 1.3, bump to require log4j 1.2.15 by Curtis William Arnold · 17 years ago
  92. e7407df Bug 42102: Forgot to copy SocketReceiver.java over from log4j 1.3 by Curtis William Arnold · 17 years ago
  93. c4d12a3 Bug 42102: Make SocketNode inner class to avoid conflict with 1.2's implementation by Curtis William Arnold · 17 years ago
  94. 914ceec Bug 42102: Change to reflective invocation of LoggingEvent.setProperty by Curtis William Arnold · 17 years ago
  95. 504b028 Bug 42102: Copy log4j 1.3 implementation to sandbox by Curtis William Arnold · 17 years ago
  96. 1cf5eaf Bug 42102: log4j 1.3 receivers for log4j 1.2 by Curtis William Arnold · 17 years ago