- f96484f Allow retrieving the command lazily by Guillaume Nodet · 15 years ago
- 28b63e8 Make things as lazy as possible by Guillaume Nodet · 15 years ago
- cb2db1b Fix ansi on windows by Guillaume Nodet · 15 years ago
- 3443451 Add missing gogo bundles to windows dist by Guillaume Nodet · 15 years ago
- 7bcd086 Fix expansion by Guillaume Nodet · 15 years ago
- 2b415b7 * Remove "stupid" javadoc by Felix Meschberger · 15 years ago
- 27fcc0c Fix the session input stream which should use the console input stream by Guillaume Nodet · 15 years ago
- 9c77865 FELIX-1314 Split main "impl" package by moving classes to helper, manager, by Felix Meschberger · 15 years ago
- 9b4e023 FELIX-1313 import configuration admin package optionally and by Felix Meschberger · 15 years ago
- ba3da7a FELIX-925 Add support for new activate/deactivate method signatures and by Felix Meschberger · 15 years ago
- 5894f58 Correctly restore terminal at shutdown by Guillaume Nodet · 15 years ago
- 05041c8 FELIX-925 Provide the new ComponentConstants (deactivation reason codes) by Felix Meschberger · 15 years ago
- 4a8719b FELIX-1284 implementation of "modified" attribute support by Felix Meschberger · 15 years ago
- d07f180 FELIX-1284 unit tests for new "modified" attribute by Felix Meschberger · 15 years ago
- 129433d Switch from gshell to gogo by Guillaume Nodet · 15 years ago
- ea2947f Make sure to delegate all methods to the underlying print stream to avoid deadlocks (as the print stream classes are synchronized, but we only use a single instance for all threads) by Guillaume Nodet · 15 years ago
- 7f8e9ba Remove some comments. (FELIX-1300) by Richard S. Hall · 15 years ago
- 41a25f8 Fix small evaluation problems in gogo by Guillaume Nodet · 15 years ago
- 3034127 Better formatting, fix special values (true, false, null), fix -bash, ... parsing by Guillaume Nodet · 15 years ago
- 1a0fb00 Implement workaround for Android to avoid setting parent class by Richard S. Hall · 15 years ago
- 504a31b FELIX-1304: Better support for variables evaluation in arguments by Guillaume Nodet · 15 years ago
- f3fb0f3 Improve exception message. by Richard S. Hall · 15 years ago
- 36940f9 Fix issue FELIX-1302. The ignoreAnnotation argument was ignored. by Clement Escoffier · 15 years ago
- 289d077 FELIX-1301 Limit FileInstall configuration information to one line in the output. Patch submitted by Sahoo by Filippo Diotalevi · 15 years ago
- 24230c1 Improve test for gogo commands by Guillaume Nodet · 15 years ago
- d8c88e0 Version should be 0.9.0-SNAPSHOT so the release version will be greater; by Richard S. Hall · 15 years ago
- e726204 Remove unneeded directory. by Richard S. Hall · 15 years ago
- c1d2d3f Renamed modules to remove redundancy in directory names. by Richard S. Hall · 15 years ago
- 0b118e6 Tried to update the launcher to use standard embedding and launching API. by Richard S. Hall · 15 years ago
- 4d5f91f Removed obsolete Felix properties. by Richard S. Hall · 15 years ago
- 9ad188e Edited svn:ignore. by Richard S. Hall · 15 years ago
- 23c9555 Removing unneeded directories. by Richard S. Hall · 15 years ago
- f71a82a Add support for exec'ing file permissions for native libraries. (FELIX-1297) by Richard S. Hall · 15 years ago
- dcc95c0 Add support for configurable native library extensions. (FELIX-1298) by Richard S. Hall · 15 years ago
- 6df57bf Add commands, fix parser, remove DS dependency, remove equinox support by Guillaume Nodet · 15 years ago
- 9f3dd61 Removed support for legacy cache layout. (FELIX-1300) by Richard S. Hall · 15 years ago
- 7751dee FELIX-1265 The command refreshUrl does not work if the features.xml file is embedded in a Jar. Patch by Charles Moulliard by Filippo Diotalevi · 15 years ago
- 3b48560 FELIX-1261: Install/uninstall features from web console by Gert Vanthienen · 15 years ago
- 0b93f38 Fix version number consistently by Clement Escoffier · 15 years ago
- c38de10 FELIX-1296 : Fix handling of @PropertyOption for the @Property annotation. Applied modified patch from Victor Antonovich by Carsten Ziegeler · 15 years ago
- 104fd02 FELIX-1294 : Remove checked attribute from reference annotation. by Carsten Ziegeler · 15 years ago
- 9a7b16f Fix karaf wrt latest blueprint schema by Guillaume Nodet · 15 years ago
- 3c27e06 Optimization for StringMap. (FELIX-1293) by Richard S. Hall · 15 years ago
- 33215cb Fix StringMap so it handles changes to case sensitivity properly. (FELIX-1293) by Richard S. Hall · 15 years ago
- 6bd0fa6 Make sure we return null for PackageAdmin.getBundle(Class) when by Richard S. Hall · 15 years ago
- 36fba53 Implement proper return type for Framework.waitForStop(). (FELIX-1291) by Richard S. Hall · 15 years ago
- c97c2ca Improved system bundle update. (FELIX-33) by Richard S. Hall · 15 years ago
- 52d3fa9 Added support for FrameworkUtil.getBundle(). (FELIX-1289) by Richard S. Hall · 15 years ago
- 4f7b2df Rename module directories. by Richard S. Hall · 15 years ago
- 907d4b1 FELIX-1266: maven build for gogo by Guillaume Nodet · 15 years ago
- 5c94308 Implement system bundle update. (FELIX-33) by Richard S. Hall · 15 years ago
- c392e6d Class loader used for boot delegation is now configurable, by Richard S. Hall · 15 years ago
- 272d9d3 Forgot to implement the declared constructor action. (FELIX-1286) by Richard S. Hall · 15 years ago
- cd18aa5 Invalidate and null system bundle context after shutdown. (FELIX-1288) by Richard S. Hall · 15 years ago
- 8af13a8 Still need to stop system bundle if it is starting. (FELIX-749) by Richard S. Hall · 15 years ago
- da22c1b SecureAction was not caching the correct context; make sure we exclude by Richard S. Hall · 15 years ago
- cf5d06c Use secure action to create module class loader. (FELIX-1286) by Richard S. Hall · 15 years ago
- 0d5160a Use bundle lock for system bundle operations instead of the "this" by Richard S. Hall · 15 years ago
- bf78604 Minor cosmetic fixes. by Clement Escoffier · 15 years ago
- d638a4c Commit of the iPOJO Webconsole plugin by Clement Escoffier · 15 years ago
- 456edc8 PackageAdmin.getExportedPackages() should return null and not an empty by Richard S. Hall · 15 years ago
- 5a11d90 FELIX-1211 Lazily look up the getResource method otherwise the methods by Felix Meschberger · 15 years ago
- 45590fb FELIX-1283 Order titles in navigation ignoring case by Felix Meschberger · 15 years ago
- 18330ac FELIX-1282 Do not export SCR API and only include Import/Export-Package parser by Felix Meschberger · 15 years ago
- 1159604 FELIX-1211 Testcases for getGetResourceMethod by Felix Meschberger · 15 years ago
- 3ed15fb FELIX-1211 JavaDoc on the getResourceProvider method by Felix Meschberger · 15 years ago
- 3d6a1e8 FELIX-1043 Only have the abstract web console plugin handle the request by Felix Meschberger · 15 years ago
- 9c11e82 FELIX-1211 Add support for plugins to provide a getResource method by Felix Meschberger · 15 years ago
- 085fba2 FELIX-1281 Adding official constants for the request attributes by Felix Meschberger · 15 years ago
- 7904aa6 FELIX-1043 Adding WebConsolePluginAdapter used as a wrapper around by Felix Meschberger · 15 years ago
- 3457169 Add the bundleAsiPOJO tinybundles extension to the iPOJO Tests by Clement Escoffier · 15 years ago
- d65172a Use the latest Felix (1.8.1) by Clement Escoffier · 15 years ago
- 116723a Properly monitor timeout on ThreadGate for Framework.waitForStop(). (FELIX-1279) by Richard S. Hall · 15 years ago
- 75d1072 Update to latest blueprint api by Guillaume Nodet · 15 years ago
- ddd994f Rolled back the changes where LDAP evaluations made the constructor by Richard S. Hall · 15 years ago
- 7a2b584 Simplified support for the ENDMATCH service event to avoid GC issues. by Richard S. Hall · 15 years ago
- 9fe56cb Load javascript only once. by Carsten Ziegeler · 15 years ago
- a960e2f [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 15 years ago
- 3bb3bcf [maven-release-plugin] prepare release org.apache.felix.http.jetty-1.0.1 by Richard S. Hall · 15 years ago
- ce15211 Fix some missing space in the license headers. by Clement Escoffier · 15 years ago
- 7432767 Fix some missing space in the license headers. by Clement Escoffier · 15 years ago
- 854f178 Update to the new parent pom. by Richard S. Hall · 15 years ago
- 407fb2d Update change log. by Richard S. Hall · 15 years ago
- fc08121 Return null for non-existent resources from Bundle.getResources(). (FELIX-1273) by Richard S. Hall · 15 years ago
- 5a000d2 Special case getResource()/getResources()/loadClass() for fragments. by Richard S. Hall · 15 years ago
- ee089d2 Must return a case-insensitive header map. (FELIX-1271) by Richard S. Hall · 15 years ago
- 6eac1de Improve manifest localization by dealing with some special cases. (FELIX-1271) by Richard S. Hall · 15 years ago
- 20f5f1e Changed comment. by Richard S. Hall · 15 years ago
- 6cbf7a4 Update change log for version 1.2.0. by Richard S. Hall · 15 years ago
- 21004af Use latest parent pom and update notice file. by Carsten Ziegeler · 15 years ago
- dd45f5a FELIX-667 : Add obr descriptor file provided by Clement Escoffier by Carsten Ziegeler · 15 years ago
- c35dd9e FELIX-1268: Reformat code according to felix conventions by Guillaume Nodet · 15 years ago
- fdd29bb FELIX-1267: Rename gogo package from aQute.* to org.apache.felix.gogo.* by Guillaume Nodet · 15 years ago
- 04a5637 FELIX-1266: Provide a maven build for gogo by Guillaume Nodet · 15 years ago
- 64192ef [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
- d24d21a [maven-release-plugin] prepare release org.apache.felix.fileinstall-1.2.0 by Karl Pauls · 15 years ago
- 920557b Applied patch (FELIX-1241) to log a message when a bundle is started. by Richard S. Hall · 15 years ago
- b4e055d FELIX-946: Apply Derek Baum patch on gogo by Guillaume Nodet · 15 years ago
- f4dd2f2 Provide transaction handler annotations Add test using annotations by Clement Escoffier · 15 years ago
- ea9dac4 Copy transaction handler test suite to the trunk by Clement Escoffier · 15 years ago