1. 3514d24 VS2012 solutions for VB and C++ examples - I don't think the C++ one compiles and I've left out the webapp by Stefan Bodewig · 9 years ago
  2. 5bb468a different assembly name and 'pdbonly' for release build in VS projects by Stefan Bodewig · 9 years ago
  3. 50be801 add extensions to main solution by Stefan Bodewig · 9 years ago
  4. f69d1d5 add a flag that indicates whether a message's body is HTML by Stefan Bodewig · 9 years ago
  5. 2a77ae2 extract method that creates the SMTP message's body by Stefan Bodewig · 9 years ago
  6. 886ce38 re-indent selected files using VS2012's default settings by Stefan Bodewig · 9 years ago
  7. 715c8fe ignore stuff created by VS by Stefan Bodewig · 9 years ago
  8. acbd0c0 small refactoring by Stefan Bodewig · 9 years ago
  9. 6a28191 Action<T> is contravariant, no need for lambda by Stefan Bodewig · 9 years ago
  10. 7370904 LOG4NET-407 with TPL the code can be simplified since there will never be any concurrent AsyncAppend invocations by Stefan Bodewig · 9 years ago
  11. c268b58 LOG4NET-407 use TPL for AsyncAppender where available by Stefan Bodewig · 9 years ago
  12. a1c90a2 generics by Stefan Bodewig · 9 years ago
  13. b7035aa LOG4NET-407 don't start new threads if appender has been closed by Stefan Bodewig · 9 years ago
  14. 395a229 take some extra effort cleaning up by Stefan Bodewig · 9 years ago
  15. 1d7b996 LOG4NET-407 add a few unit tests for AsyncLogger by Stefan Bodewig · 9 years ago
  16. bf3bad7 LOG4NET-407 use a queue of events to ensure order is maintained by Stefan Bodewig · 9 years ago
  17. 7c6b756 AppenderSkeleton already implements , IBulkAppender by Stefan Bodewig · 9 years ago
  18. b2f1ae4 promote AsyncAppender from examples to proper and simplify it by extending ForwardingAppender by Stefan Bodewig · 9 years ago
  19. 6d61970 LOG4NET-172 add VS project files for WebServiceAppender example by Stefan Bodewig · 9 years ago
  20. 3fb61ce LOG4NET-460 make Logger's virtual properties work when overridden by Stefan Bodewig · 9 years ago
  21. 1941367 add license header by Stefan Bodewig · 9 years ago
  22. 90c9939 LOG4NET-172 add WebServiceAppender to examples by Stefan Bodewig · 9 years ago
  23. 882c766 LOG4NET-376 use ThreadStatic for cache of formatted times by Stefan Bodewig · 9 years ago
  24. 964fad0 silly little timimg helper for LOG4NET-376 by Stefan Bodewig · 9 years ago
  25. 9144c6d move code that doesn't need timestamp cache out of lock by Stefan Bodewig · 9 years ago
  26. fa1f15f forgot to remove references to deleted classes by Stefan Bodewig · 9 years ago
  27. 24157c2 revert part of last patch for LOG4NET-376 by Stefan Bodewig · 9 years ago
  28. 3db2621 Some optimizations in locking for LOG4NET-376 by Stefan Bodewig · 9 years ago
  29. 10e48f4 rather than adding more 'modern' Windows to the excludes, remove test that only works for Windows older than WinXP by Stefan Bodewig · 9 years ago
  30. 5ab0dca Mono's support for GetEnvironmentVariable for anything but "Process" by Stefan Bodewig · 9 years ago
  31. d75e5ea On Mono 3.2 the stack trace becomes long enough that code uses a CDATA section by Stefan Bodewig · 9 years ago
  32. 9898bde merge site changes from 1.2.x branch by Stefan Bodewig · 9 years ago
  33. bded06e remove [Obsolete] code and some commented out [Obsolete] markers by Stefan Bodewig · 9 years ago
  34. b62de33 remove obsolete comments by Stefan Bodewig · 9 years ago
  35. dbe0f89 LOG4NET-443 prevent orphaned locks with ReaderWriterLockSlim in the face of aborted threads by Stefan Bodewig · 9 years ago
  36. 37f105a prefer locally loaded type over one loaded from GAC by Stefan Bodewig · 9 years ago
  37. 8af1b27 used wrong symbol by Stefan Bodewig · 9 years ago
  38. 6c8f8d7 fix some tests for systems with log4net residing in the GAC by Stefan Bodewig · 9 years ago
  39. 1ce0560 use a fresh repository for tests by Stefan Bodewig · 9 years ago
  40. 812aaf8 another assembly reference to fix by Stefan Bodewig · 9 years ago
  41. f197fa1 adapt test to renamed assembly by Stefan Bodewig · 9 years ago
  42. 7439dff .NET 2.0 compatibility by Stefan Bodewig · 9 years ago
  43. 61ca399 LOG4NET-447 provide a PopAllEvents method for thread-safe access to by Stefan Bodewig · 9 years ago
  44. 8647c5b allow compilation on .NET 2.0 by Stefan Bodewig · 9 years ago
  45. e38fb0f old key is no longer needed by Stefan Bodewig · 9 years ago
  46. e022607 log4net.dll => log4net-1.3.dll by Stefan Bodewig · 9 years ago
  47. 629bc5a remove 'oldkey' stuff by Stefan Bodewig · 9 years ago
  48. 5537c07 fix year by Stefan Bodewig · 9 years ago
  49. 25196f7 checking for the wrong symbol by Stefan Bodewig · 9 years ago
  50. 23404a9 some fixes for Mono based on Patch by Antonius Riha by Stefan Bodewig · 9 years ago
  51. 9634ffd When internal logging is on, manually shutdown and stderr/stdout by Stefan Bodewig · 9 years ago
  52. cca252c LOG4NET-455 make code compile on .NET 2.0 by Stefan Bodewig · 9 years ago
  53. 0d28efa LOG4NET-455 LogicalThreadContext does not flow correctly through async/await by Stefan Bodewig · 9 years ago
  54. 5c82f3c Mon 3.5/4.0 and .NEt 4.5 support for tets by Stefan Bodewig · 9 years ago
  55. 446fb1f LOG4NET-456 create debugging symbols for release builds. Patch by Gert Kello by Stefan Bodewig · 9 years ago
  56. 8d801f1 fix directory names for client profile and .NET 4.5 builds by Stefan Bodewig · 9 years ago
  57. ab6238a copy paste error by Stefan Bodewig · 9 years ago
  58. 45e1ddb add support for Mono 3.5 and 4.0 and tentative support for .NET 4.5 by Stefan Bodewig · 9 years ago
  59. eeef15d LOG4NET-457 SMTP Appender should trim leading and trailing separators from address fields by Stefan Bodewig · 9 years ago
  60. 610157a typo in path, found by Rob Chartier - closes #8 by Stefan Bodewig · 10 years ago
  61. e1868f7 merge fix for LOG4NET-417 from 1.2.x branch by Stefan Bodewig · 10 years ago
  62. e755b0e happy new year by Stefan Bodewig · 10 years ago
  63. b584368 Sandcastle Helpfile Builder project for log4net by Stefan Bodewig · 10 years ago
  64. 87f726b svn-ignore generated site by Stefan Bodewig · 10 years ago
  65. e44739c make site generation work again by Stefan Bodewig · 10 years ago
  66. 774065f LOG4NET-71 move site stuff, untested so far by Stefan Bodewig · 10 years ago
  67. f3a7741 LOG4NET-71 prepare for movin the site sources out of src by Stefan Bodewig · 10 years ago
  68. ea47d7f compile VB examples by Stefan Bodewig · 10 years ago
  69. a9c8111 Compile the JScript stuff as well by Stefan Bodewig · 10 years ago
  70. 3079460 compile all C# examples by Stefan Bodewig · 10 years ago
  71. b5d47c9 compile the examples that don't need extra references by Stefan Bodewig · 10 years ago
  72. 9b4deac lineends by Stefan Bodewig · 10 years ago
  73. 5b908a8 compiling the examples is going to become messy, not only are there four compilers involved, but each example may require additional references by Stefan Bodewig · 10 years ago
  74. ad0bcd3 LOG4NET-71 move examples under src by Stefan Bodewig · 10 years ago
  75. 61d0600 reduce redundancy by Stefan Bodewig · 10 years ago
  76. e57dec1 adapt MarsahlByRef extension to include Trace methods by Stefan Bodewig · 10 years ago
  77. 839e05f build file for extensions - the MarshalByRef extension currently doesn't build, will see to that later by Stefan Bodewig · 10 years ago
  78. b0dd540 LOG4NET-408 InterprocessLock forgot there was a Mutex to close after closing the file for the first time, causing problems with rolling files. Patch by Igor Candido via github PR. closes #6 by Stefan Bodewig · 10 years ago
  79. c152704 LOG4NET-71 move around extensions. Don't try to build them, yet by Stefan Bodewig · 10 years ago
  80. bc419d3 update README by Stefan Bodewig · 10 years ago
  81. 460d493 remove wrapper script by Stefan Bodewig · 10 years ago
  82. e26742d LOG4NET-187 add Trace to ILog by Stefan Bodewig · 10 years ago
  83. 141d644 some release aftermaths by Stefan Bodewig · 10 years ago
  84. deddf52 Move build output and remove tests subdir by Stefan Bodewig · 10 years ago
  85. f60d7b7 LOG4NET-71 fix solution files by Stefan Bodewig · 10 years ago
  86. 1b002c6 Move test sources and use commom compilation target by Stefan Bodewig · 10 years ago
  87. e028c98 farm out compilation logic by Stefan Bodewig · 10 years ago
  88. 1874be5 merge fix for LOG4NET-376 from 1.2.x branch by Stefan Bodewig · 10 years ago
  89. f10aa67 LOG4NET-405 fixed default encoding to be UTF8 by Dominik Psenner · 10 years ago
  90. c707f9d move and split log4net.include by Stefan Bodewig · 10 years ago
  91. 52999cd merge LOG4NET-132 fix from 1.2.x branch by Stefan Bodewig · 10 years ago
  92. 935eff7 with svn 1.7+ checking out the whole log4net tree might put the .svn dir a level (or two when in tags/branches) higher by Stefan Bodewig · 11 years ago
  93. 0b5dce1 LOG4NET-71 move log4net's sources to a subdirectory by Stefan Bodewig · 11 years ago
  94. 69cec4f reduce redundancy in build files by Stefan Bodewig · 11 years ago
  95. 6eae3cf reduce redundancy when setting properties by Stefan Bodewig · 11 years ago
  96. f22e964 NET => DOTNET by Stefan Bodewig · 11 years ago
  97. 116160e move to FW_X_Y_OR_ABOVE symbols by Stefan Bodewig · 11 years ago
  98. b4820e2 introduce a FRAMEWORK_3_5 symbol and use it for the 3.5 and 3.5 client profile builds by Stefan Bodewig · 11 years ago
  99. 80f309e NET_4_0 => FRAMEWORK_4_0 if we wanted to support mono-4.0 someday by Stefan Bodewig · 11 years ago
  100. 6afc15b NETCF_2_0 and MONO_2_0 are no longer needed by Stefan Bodewig · 11 years ago