1. f099e8c Fixed FELIX-3439 Bad German localization in memory usage plugin by Valentin Pavlov Valchev · 13 years ago
  2. dca44dc Fixed FELIX-3437 native2ascii doesn't work for memory usage plugin by Valentin Pavlov Valchev · 13 years ago
  3. 815e015 Fixed FELIX-3438 Add Bulgarian language for memory usage plugin by Valentin Pavlov Valchev · 13 years ago
  4. 0ead00d Fixed FELIX-3436 native2ascii doesn't work for UPnP plugin by Valentin Pavlov Valchev · 13 years ago
  5. 8287393 Fixed FELIX-3435 UPnP plugin doesn't play nice if the service doesn't have state variables by Valentin Pavlov Valchev · 13 years ago
  6. 16899eb Fixed FELIX-3434 UPnP plugin should give better error description when invoke action fails by Valentin Pavlov Valchev · 13 years ago
  7. f1bbf9c Fixed FELIX-3432 UPnP plugin should provide better device property representation by Valentin Pavlov Valchev · 13 years ago
  8. e5060f3 Fixed FELIX-3431 UPnP plugin should provide a better status line by Valentin Pavlov Valchev · 13 years ago
  9. 5cf1639 If devices share the same friendly name, duplicates are discarded. This commit fixes the problem and shows all devices. by Valentin Pavlov Valchev · 13 years ago
  10. 8966e92 Again fix for FELIX-3426 UPnP Plugin device tracking is error-prone by Valentin Pavlov Valchev · 13 years ago
  11. f6d0ea5 Fixed FELIX-3429 UPnP plugin should also include a configuration printer by Valentin Pavlov Valchev · 13 years ago
  12. 01ba6d3 Fixed FELIX-3428 NPE in UPnP Web Console Plugin (again) by Valentin Pavlov Valchev · 13 years ago
  13. b79d418 Fixed FELIX-3427 NPE in UPnP Web Console Plugin by Valentin Pavlov Valchev · 13 years ago
  14. 97828d3 Fixed FELIX-3314 Sort UPnP devices in alphabetical order for Chrome Browser by Valentin Pavlov Valchev · 13 years ago
  15. 2cf46ca Fixed FELIX-3426 UPnP Plugin device tracking is error-prone by Valentin Pavlov Valchev · 13 years ago
  16. 84528f7 FELIX-3268 Use 1.0-beta-1 of the native2ascii plugin to support compilation with Java 7 by Felix Meschberger · 13 years ago
  17. af9c57f FELIX-3268 Move language files into src/main/resources. The new 1.0-beta-1 version of the native2ascii plugin expects them there instead of in src/main/native2ascii. by Felix Meschberger · 13 years ago
  18. cecc806 FELIX-2625 Small improvements by Felix Meschberger · 13 years ago
  19. 3873108 FELIX-2625 First shot at creating a Gogo Shell Plugin for the Web Console by Felix Meschberger · 13 years ago
  20. 044c4bf FELIX-2625 First shot at creating a Gogo Shell Plugin for the Web Console by Felix Meschberger · 13 years ago
  21. b51a42a Fixed FELIX-3314 Sort UPnP devices in alphabetical order by Valentin Pavlov Valchev · 13 years ago
  22. 003fba3 [maven-release-plugin] prepare for next development iteration by Arjun Panday · 13 years ago
  23. 023e547 [maven-release-plugin] prepare release org.apache.felix.servicediagnostics.plugin-0.1.1 by Arjun Panday · 13 years ago
  24. 6118b38 [maven-release-plugin] prepare for next development iteration by Arjun Panday · 13 years ago
  25. 90ccf45 [maven-release-plugin] prepare release servicediagnostics.parent-0.1.1 by Arjun Panday · 13 years ago
  26. fa81c75 poms rework for release by Arjun Panday · 13 years ago
  27. 3acc96d [maven-release-plugin] prepare for next development iteration by Arjun Panday · 13 years ago
  28. fc778c6 [maven-release-plugin] prepare release servicediagnostics-0.1.0 by Arjun Panday · 13 years ago
  29. 929f607 reset scm at parent level, comment sample module and constant in artifactId by Arjun Panday · 13 years ago
  30. b902123 set scm info at core level for release by Arjun Panday · 13 years ago
  31. 599fd6f added scm info at core level for release by Arjun Panday · 13 years ago
  32. bb89504 [maven-release-plugin] prepare release org.apache.felix.servicediagnostics.plugin-0.1.0 by Arjun Panday · 13 years ago
  33. 53f81a8 fixed core plugin artifact id by Arjun Panday · 13 years ago
  34. 8fb171f modified shapes, embedd deps, plus versions and licenses updates in preparation for release by Arjun Panday · 13 years ago
  35. 28d2949 modified shapes, embedd dependencies, plus versions and licenses updates in preparation for release by Arjun Panday · 13 years ago
  36. de5fab6 FELIX-3268 Update native2ascii plugin to 1.0-beta-1 to support building on Java 7 (thanks Lionel Debroux for providing the patch) by Felix Meschberger · 13 years ago
  37. f76e64b FELIX-3128 : A Service Diagnostics service and graphical WebConsole plugin by Carsten Ziegeler · 13 years ago
  38. c82d4ec Spaces not tabs ... by Felix Meschberger · 13 years ago
  39. e3ce94f Update to latest parent POM by Felix Meschberger · 13 years ago
  40. 7526fe3 Use a more recent bundle plugin to get import version ranges (where possible) by Felix Meschberger · 13 years ago
  41. 5b6771b Reformat according to Apache Felix conventions by Felix Meschberger · 13 years ago
  42. fde9879 FELIX-3045 Apply patch by Justin Edelson (thanks alot) adding dependency finder functionality by Felix Meschberger · 13 years ago
  43. 38b76db the pid could be missing - e.g. no metatype for the concrete pid, so we must catch illegalargumentexception by Valentin Pavlov Valchev · 13 years ago
  44. c11dcf1 optimized getting service by Valentin Pavlov Valchev · 13 years ago
  45. 241dc83 FELIX-2331 : webconsole event plugin should be able to send/post events. by Valentin Pavlov Valchev · 13 years ago
  46. a7732f5 FELIX-3111 : Separate OBR Plugin by Valentin Pavlov Valchev · 13 years ago
  47. 4ba411b FELIX-2783 : UPnP Web Console plug-in expects that action arguments have a constructor with a string argument by Valentin Pavlov Valchev · 13 years ago
  48. 5de36cd reduced eclipse i18n warning by adding $NON-NLS-1$ where appropriate by Valentin Pavlov Valchev · 13 years ago
  49. 095e3c5 FELIX-3026 : Add PackageAdmin information to Configuration Status dump by Carsten Ziegeler · 13 years ago
  50. 26e08a5 Depend on new parent POM by Felix Meschberger · 13 years ago
  51. 706e045 FELIX-3007 Simple Package Admin Service plugin dumping duplicate package exports by Felix Meschberger · 13 years ago
  52. af59931 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  53. ec27e90 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.memoryusage-1.0.2 by Felix Meschberger · 14 years ago
  54. 01bcec7 FELIX-2512 Allow plugin to bind to Web Console API 3.1 by Felix Meschberger · 14 years ago
  55. 8199f01 FELIX-2498 Add support to limit memory dumps written by setting a minimum dump interval by Felix Meschberger · 14 years ago
  56. e44e875 FELIX-2264 Implement for lazy service registration and dynamic API binding by Felix Meschberger · 15 years ago
  57. e3f0afc FELIX-2262 Fix symbolic name of Memory Usage plugin bundle by Felix Meschberger · 15 years ago
  58. a47bf48 Refer to released versions of dependencies by Felix Meschberger · 15 years ago
  59. 6aa7871 fixed a small problem with unregistering the listener by Valentin Pavlov Valchev · 15 years ago
  60. 79826c1 FELIX-2241 support multipart/form-data POST parameters by Felix Meschberger · 15 years ago
  61. 8432a74 revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
  62. 304620e [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  63. 6d8606c [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.upnp-1.0.0 by Felix Meschberger · 15 years ago
  64. e33028c update to version about to be released by Felix Meschberger · 15 years ago
  65. 184ea4d revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
  66. f12aa03 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  67. 3ca4937 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.memoryusage-1.0.0 by Felix Meschberger · 15 years ago
  68. 4e893a9 update to version about to be released by Felix Meschberger · 15 years ago
  69. f699713 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  70. 73af088 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.event-1.0.2 by Felix Meschberger · 15 years ago
  71. 135a942 Ignore Eclipse project files Add treeview LICENSE file by Felix Meschberger · 15 years ago
  72. 2dd1d59 Set maven-bundle-plugin version number to ensure correct build by Felix Meschberger · 15 years ago
  73. 1e05795 FELIX-2236 Improvement and fixes: by Felix Meschberger · 15 years ago
  74. 2482513 Update notice file by Carsten Ziegeler · 15 years ago
  75. 7bf50de Resolved FELIX-2232 /Event plugin has problems displaying events with properties/ by Valentin Pavlov Valchev · 15 years ago
  76. 6e0c678 FELIX-2225 Show file sizes as scaled KB, MB, and GB values by Felix Meschberger · 15 years ago
  77. ebec1ef FELIX-2224 Add Configuration Admin support for the Memory Usage plugin by Felix Meschberger · 15 years ago
  78. c9415f9 FELIX-2223 by Felix Meschberger · 15 years ago
  79. ca5d4df added localization of plugin title by Valentin Pavlov Valchev · 15 years ago
  80. 2e894ad fixed a problem with children not added to the tree by Valentin Pavlov Valchev · 15 years ago
  81. ec44842 Resolved FELIX-2121 by Valentin Pavlov Valchev · 15 years ago
  82. 8da8843 FELIX-2208 Add missing NOTICE/LICENSE files by Felix Meschberger · 15 years ago
  83. fe4efbd FELIX-2208 A few improvements: by Felix Meschberger · 15 years ago
  84. 57e7711 FELIX-2208 Force compilation to Java 5 class files (using Generics etc.) by Felix Meschberger · 15 years ago
  85. 4c9f43e Resolved FELIX-2214 /Event plugin - template & localization files must be UTF-8./ by Valentin Pavlov Valchev · 15 years ago
  86. 03810b0 FELIX-2208 Refactor into Apache Felix domain: by Felix Meschberger · 15 years ago
  87. e82e665 FELIX-2208 Move memoryusage web console plugin from fmeschbe's Sling whiteboard to here by Felix Meschberger · 15 years ago
  88. ee54b8b Implemented FELIX-2202 Update Events plugin to JQuery UI by Valentin Pavlov Valchev · 15 years ago
  89. b6e4a44 Fix potential NPE on startup by Carsten Ziegeler · 15 years ago
  90. cdd884e FELIX-2050 : Obsolete embed directive for json library by Carsten Ziegeler · 15 years ago
  91. 6e9a3ad FELIX-2031 : Services should be registered asynchronously - fix pom and use a shorter timeout. by Carsten Ziegeler · 15 years ago
  92. 29c833b Update version to 1.0.0 snapshot by Carsten Ziegeler · 15 years ago
  93. ccaa3cc FELIX-2031 : Services should be registered asynchronously by Carsten Ziegeler · 15 years ago
  94. 672144c Remove obsolete licence file by Carsten Ziegeler · 15 years ago
  95. 96784ce [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  96. 5645426 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.event-0.9.0 by Carsten Ziegeler · 15 years ago
  97. ea1c99e Remove dependency to JSON library by Carsten Ziegeler · 15 years ago
  98. 09c717c JSON license file for the included JSON library by Felix Meschberger · 15 years ago
  99. 96f5e72 Small typo... by Felix Meschberger · 15 years ago
  100. 85070ce Small typo... by Felix Meschberger · 15 years ago