Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-20Bug 183288 - [console] Lockup condition during an interruptPascal Rapicault1-15/+19
2007-04-18Bug 122911 Equinox OSGi on a servlet. Console does not shutdown.Thomas Watson1-93/+130
2007-03-29Bug 139983 Impossible to connect to framework console after connection resetThomas Watson1-1/+5
2007-03-12Bug 176049 Update console output to cleary distinguish bundles lazily awaitin...v20070312Thomas Watson1-1/+1
2007-03-02Bug 176049 Update console output to cleary distinguish bundles lazily awaitin...v20070304BJ Hargrave4-29/+61
2007-01-25Bug 168571 [console] reorganize the commands and add filtering capabilityThomas Watson3-22/+100
2006-11-17Bug 165044 StateHelper needs a way to get system packages from getVisiblePack...Thomas Watson1-3/+2
2006-10-24- imports are not printed if the bundle does not export any packages.Thomas Watson1-16/+14
2006-08-31fix "packages" command to return all exporters of a package.v20060905Thomas Watson1-8/+3
2006-08-22improve "bundles" command by using resolver API instead of PackageAdminThomas Watson1-53/+55
2006-06-16Bug 147376 No need to override addingService(reference)Thomas Watson1-63/+23
2006-05-10update copyrights.Thomas Watson1-2/+2
2006-04-21Bug 137978 No newline just before "Registered Services" when "bundle id" is i...Thomas Watson1-0/+1
2006-04-11Bug 105941 [osgi] Use separate encoding for console i/ov20060411Thomas Watson1-1/+1
2006-04-10Bug 135529 [osgi console] init command should clear permission storeThomas Watson1-0/+19
2006-02-10format code + order log entries so that latest is printed last.v20060210Thomas Watson1-161/+173
2006-01-17Bug 105851 Allow per instance configuration of the frameworkpost-bug105851Thomas Watson2-6/+6
2006-01-04print daemon status in "treads" command.Thomas Watson1-0/+2
2005-12-01Bug 118815 Enable console commands to specify bundle symbolic name in additio...Thomas Watson1-6/+38
2005-09-01Allow telnet console to launch the framework before the first connection.OSGI_RI_FINAL_20050901Thomas Watson1-11/+10
2005-08-31Remove unnecessary NLS tags.Thomas Watson2-22/+22
2005-06-07Bug 89175 Problem with parsing command in FrameworkCommandInterpreter.javaThomas Watson1-31/+45
2005-05-17Bug 94726after-osgi-api-refactorThomas Watson2-2/+25
2005-02-25Bug 86680Thomas Watson2-10/+0
2005-02-23Convert to EPL again.Thomas Watson1-8/+9
2005-02-23Modify osgi project to use NLS classes and remove FrameworkMessageFormatjfogell4-305/+418
2005-02-21Convert copyrights from CPL to EPLv20050222John Arthorne5-16/+16
2005-02-10Released Profiling classes.Thomas Watson2-13/+32
2005-01-18Bug 48867Thomas Watson1-2/+21
2005-01-17Fix to console not working, removed bogus blocking lock.Thomas Watson1-21/+2
2005-01-14Merge from the osgi layering branchPascal Rapicault2-22/+30
2004-12-01update the console output for ss to be more compactv20041208v20041206v20041201Jeff McAffer2-11/+13
2004-12-01Fix enum compiler warnings + non-nls strings warningsThomas Watson2-4/+4
2004-10-08*** empty log message ***v20041012av20041012Jeff McAffer1-10/+12
2004-06-23Final update of copyright headers.Thomas Watson4-8/+8
2004-05-14Fix the catch ThrowablesThomas Watson1-27/+34
2004-05-12*** empty log message ***Pascal Rapicault1-1/+0
2004-05-07Update OSGi specification source code and javadoc comments to bring up to dat...BJ Hargrave1-9/+9
2004-05-07Removal of Vector and Hashtable from service registry API and implementationThomas Watson1-7/+8
2004-05-03Fix non-externalized strings and javadoc warningsThomas Watson3-314/+314
2004-04-21Enhancement to separate Framework NSL into the EntryLocator service.Thomas Watson1-4/+5
2004-04-16refactored to eliminate duplicate names for Bundle, BundleContext,after_dup_removalJeff McAffer2-49/+49
2004-04-14Move org.osgi.util.tracker into org.eclipse.osgiThomas Watson1-1/+1
2004-04-09remove meta command.Thomas Watson1-22/+0
2004-04-05deprecate PackageAdmin.isFragment added PackageAdmin.getBundleTypev20040405Thomas Watson1-1/+1
2004-03-12Remove throw IOException from Bundle.getEntry() method.Thomas Watson1-4/+1
2004-03-01Change getNamedClassSpace to getNamedClassSpacesv20040301Thomas Watson1-2/+2
2004-03-01Changed SymbolicBundle to NamedClassSpaceThomas Watson2-26/+26
2004-02-16Updated API from RFC 71 for PackageAdmin.Thomas Watson2-3/+158
2004-02-09Fix for 51407 - console _log command references the log service classes.v20040209v20020209Thomas Watson1-4/+4

Back to the top