1. 1bc9556 Bug 173790 - [server] Graduate JSP Support Initial commit by Simon Kaegi · 18 years ago
  2. de58e7a correcting use of findEntries to parse separate path and file name from an incoming resource name. by Simon Kaegi · 18 years ago v20070219
  3. b01a909 Bug 173913 - [server] Support session timeot configuration in Jetty Http Service by Simon Kaegi · 18 years ago
  4. 1af3495 [server] Graduate JSP Support by Simon Kaegi · 18 years ago
  5. 6f6094f Bug 173745 org.eclipse.equinox.http does not define a Bundle-RequiredExecutionEnvironment by Thomas Watson · 18 years ago
  6. 46a642c [server] BundleEntryHttpContext should validate bundle entry paths are "/" prefixed by Simon Kaegi · 18 years ago
  7. 3e81932 Fixing two warnings where default visibility is more efficient vs. synthetic access by Simon Kaegi · 18 years ago v20070212
  8. 08d67b7 Unlogged bug - the bundlepath prefix wasn't being removed from the set of entries return from getResourcePaths. by Simon Kaegi · 18 years ago
  9. f1ed153 Bug 170123 - Support a simple configuration API for the jetty based http service implementation by Simon Kaegi · 18 years ago v20070130 v20070203
  10. 4c92799 Bug 172188 EclipseAppContainer does not populate Application Name by Thomas Watson · 18 years ago
  11. 4066bfa bug 166362 - 3.2.1 and 3.3M3 Equinox releases do not include source for all plugins by Simon Kaegi · 18 years ago
  12. cce5088 removing an unused NON-NLS comment by Simon Kaegi · 18 years ago v20070129
  13. a4ccb2d bug 171477 - File paths to temporary JSP class files are too long by Simon Kaegi · 18 years ago
  14. af74144 Bug 170327 Cannot register additional Splash handlers by Thomas Watson · 18 years ago
  15. 26a07f7 Bug 171461 IllegalStateException when launching headless app using PROP_NOSHUTDOWN option by Thomas Watson · 18 years ago
  16. f2d4308 Unlogged bug (minor) - Adding a missing NON-NLS comment to remove a warning by Simon Kaegi · 18 years ago v20070123
  17. 6e365de bug 171332 - [server] servletbridge FrameworkLauncher does not pick up values in launch.ini by Simon Kaegi · 18 years ago
  18. 10b72b6 javadoc change for applicationRunning. by Thomas Watson · 18 years ago v20070116
  19. eda5032 Javadoc update. by DJ Houghton · 18 years ago v20070122
  20. 273735f Bug 158172 - [server] Need a factory to create http server on various ports by Simon Kaegi · 18 years ago
  21. 88580df Bug 169823 - The Equinox pre-built web application archive could not run in IBM WebSphere 6.1 by Simon Kaegi · 18 years ago
  22. a21e571 Bug 169806 - org.eclipse.core.runtime.ListenerList - null-handling in API by Pascal Rapicault · 18 years ago v20070108
  23. e131143 Bug #169833 - Wrong @since tag in IApplication by Pascal Rapicault · 18 years ago
  24. 794c30a Bug 168820 - AIOOBE on activating equinox plugin by DJ Houghton · 18 years ago
  25. 60f41df bug 168425 - missing schema files in source bundle of http.registry by Simon Kaegi · 18 years ago
  26. 09c48df Bug 159366 HttpService & Port 0, doesn't update service property correctly by Thomas Watson · 18 years ago v20061218
  27. 8db946d Improve javadoc for branding/product methods by Thomas Watson · 18 years ago
  28. cb36add Fix some typos. by Thomas Watson · 18 years ago
  29. a467d85 update javadoc by Thomas Watson · 18 years ago v20061208
  30. 0e16004 Set required EE to J2SE-1.3 by Thomas Watson · 18 years ago
  31. eba31d5 Add package.html by Thomas Watson · 18 years ago v20061204
  32. bce4ac0 Fix compiler warnings in N20061129-2300 build. by Thomas Watson · 18 years ago
  33. f0dc358 Update documentation for the applications schema. by Thomas Watson · 18 years ago
  34. 6143eb9 Initial transform commit by khorne · 18 years ago
  35. 7d3a4ad bug 165273 [server] Context Class Loader set differently based on how Jetty Http Service bundle is started. by Simon Kaegi · 18 years ago
  36. 8529a43 Bug 165334 Handling of LinkageError in RegistryStrategyOSGI.createExecutableExtension by Oleg Besedin · 18 years ago
  37. 47ce810 Bug 157124 fixing potential Javadoc warnings by Oleg Besedin · 18 years ago v20061117
  38. aa2d813 Bug 157124 Improvements to SubProgressMonitor by Oleg Besedin · 18 years ago v20061113
  39. f9943d7 cleanup: nulling out references when the bundle stops by Simon Kaegi · 18 years ago v20061031
  40. d319d79 Bug 160750 Unbuffered I/O in ExtensionRegistry#addContribution by Oleg Besedin · 18 years ago v20061023
  41. a02781f Bug 161408 RegistrySupport.translate () fail if trim return an empty string by Oleg Besedin · 18 years ago
  42. a2adc50 Bug 161062 AdapterManager not thread-safe by Oleg Besedin · 18 years ago
  43. b508cab - move org.eclipse.core.runtime package (IProduct etc.) back to org.eclipse.core.runtime bundle by Thomas Watson · 18 years ago
  44. a72d3b5 changing the default build feature to reflect the servletbridge name by Simon Kaegi · 18 years ago
  45. e8facd7 Adding a very simple "sp_test" sanity check. by Simon Kaegi · 18 years ago
  46. 0c7c2ba Adding Copyright by Simon Kaegi · 18 years ago
  47. 9a36329 [bug 158171] Adding support to allow contribution of the HttpContext implementation. Use the "class" attribute to specify a class name instantiated via createExecutableExtension. by Simon Kaegi · 18 years ago
  48. 4c7eeb9 remove unecessary loop by Thomas Watson · 18 years ago v20061017-pre-remove-product
  49. 69e2988 updates from Jeff's review in bug 109893 by Thomas Watson · 18 years ago
  50. 13cd9e4 cleaning out redundant config settings -- these are not needed since we're using EclipseStarter.startup(...) now. by Simon Kaegi · 18 years ago
  51. a7831b6 Adding cleanup of the javax.servlet.context.tempdir. See bug 158145 by Simon Kaegi · 19 years ago v20061002
  52. b1029c5 correcting a typo by Simon Kaegi · 19 years ago
  53. 209c48a Update imports to allow running in a Servlet 2.5 Container by Simon Kaegi · 19 years ago
  54. 9ea8916 Update imports and implement ServletContext.getContextPath() method to allow running in a Servlet 2.5 Container by Simon Kaegi · 19 years ago
  55. 8598543 Adding javax.servlet.resources to the set of API exported by the generated extensionbundle by Simon Kaegi · 19 years ago
  56. cbac337 using startup instead of run. See bug 158166 by Simon Kaegi · 19 years ago
  57. cc204f2 HttpServiceServlet can just extend ProxyServlet instead of holding a private member and delegating to it. by Simon Kaegi · 19 years ago
  58. fa3d35c Adds support for generating the servletbridge's extension bundle. This is only generated if the extensionbundle is not already present in the plugins directory. See bug 158167 by Simon Kaegi · 19 years ago
  59. 8a3d073 removing 3.2 extensionbundle folder by Simon Kaegi · 19 years ago
  60. 099390e extension bundle folder should be 1.0.0 by Simon Kaegi · 19 years ago
  61. feea72d Add missing versions by Pascal Rapicault · 19 years ago
  62. 788e5fc Adding the serverside eclipse projects to the main depot by Simon Kaegi · 19 years ago
  63. 776557b change singleton attr to cardinality attr by Thomas Watson · 19 years ago
  64. 5add04a - add new attributes to applications extension (thread, singleton) by Thomas Watson · 19 years ago
  65. d2563f8 - Fix synchronization issues by Thomas Watson · 19 years ago
  66. 5688bef Check in final org.osgi.service.application package from OSGi by Thomas Watson · 19 years ago
  67. bcb174b Move to latest OSGi R4.0.1 code by Thomas Watson · 19 years ago v20060918
  68. edabeee Fix NPEs by Pascal Rapicault · 19 years ago
  69. 6792c77 - javadoc updates - add property to register all application descriptors by Thomas Watson · 19 years ago
  70. 1325a34 Bug 156059 Fix for javadoc warnings in latest nightly builds by Oleg Besedin · 19 years ago v20060906
  71. b0aa01b Bug 145504 Constructing Status object in stand alone SWT JFace app causes NoClassDefFoundError by Oleg Besedin · 19 years ago v20060905
  72. c0aed6e Bug 127623 Need API to distinguish between adapter not loaded and can't adapt by Oleg Besedin · 19 years ago
  73. 33bb2f9 Bug 145504 Constructing Status object in stand alone SWT JFace app causes NoClassDefFoundError by Oleg Besedin · 19 years ago v20060828
  74. f1f829e Bug 145504 Constructing Status object in stand alone SWT JFace app causes NoClassDefFoundError by Oleg Besedin · 19 years ago
  75. 1821f92 Bug 120423 Status class constructor should handle null message argument by Oleg Besedin · 19 years ago
  76. b492bf0 Fix compiler warnings in build. by Thomas Watson · 19 years ago
  77. 5843b2f fix for bug 153877: correct error in waiting when parking a thread in the pool by BJ Hargrave · 19 years ago v20060821
  78. 1ecb55d 151363 [http] registerServlet throws NPE whereas it should throws IllegalArgumentException by Thomas Watson · 19 years ago v20060814
  79. cd1bfde Bug 150851 "eclipsei" in package names... by Thomas Watson · 19 years ago v20060803
  80. 25f49af code restructure by Thomas Watson · 19 years ago
  81. 3c15844 Bug 151367 [http] ServletcontextImpl mention IBM SMF by Thomas Watson · 19 years ago v20060724
  82. b72db8e - Latest changes from osgi - Port to final registry API of 3.2 by Thomas Watson · 19 years ago v20060718-post-refactor
  83. 947749d Bug 150852 Improve BufferedRandomInputStream.seek() functionality by Oleg Besedin · 19 years ago
  84. aab9af9 increment version numbers by Thomas Watson · 19 years ago v20060717
  85. 0fb07f6 Removed unused members. by DJ Houghton · 19 years ago
  86. 3c252b4 Update bundle version. by DJ Houghton · 19 years ago
  87. e8cbce6 Bug 150516 BufferedRandomInputStream doesn't buffer correctly by Oleg Besedin · 19 years ago
  88. 2f6a9f5 Bug 150288 - [prefs] Should avoid messages printed to the console by DJ Houghton · 19 years ago
  89. a54c3b9 Bug 150288 - [prefs] Should avoid messages printed to the console by DJ Houghton · 19 years ago
  90. d4927db refactor to rename all references of ComponentDescriptionProp (CDP) to the spec defined name of ComponentConfiguration by BJ Hargrave · 19 years ago
  91. fdb9345 bug 132918. Create project encoding settings by BJ Hargrave · 19 years ago
  92. 111c216 Bug 104267 changes in the plugin xml while target is running are ignored on subsequent restart by Oleg Besedin · 19 years ago v20060710
  93. fa991b4 Bug 149889 LogService doesn't export OSGI-INF in build.props by Thomas Watson · 19 years ago
  94. 65b2aa4 Bug 149887 HTTPService build.props doesn't export OSGI-INF by Thomas Watson · 19 years ago
  95. 2ed7556 clean up the import-packages: removed unused packages and added versions by BJ Hargrave · 19 years ago
  96. 5a1f26d Bug 148107 - Unused messages in CommonMessages by DJ Houghton · 19 years ago
  97. 7e6e54b Bug 107374 added FileLocator.findEntries() to return multiple matches by Oleg Besedin · 19 years ago
  98. 17db06b Bug 138621 - NPE in runtime if no log service is registered. by Oleg Besedin · 19 years ago
  99. c2ceb94 Bug 145630 questionable plugin xml parsing behaviour by Oleg Besedin · 19 years ago
  100. 2740375 Bug 139690 extension Registry doesn't cache data when running shared installs by Oleg Besedin · 19 years ago v20060626