- 193c3cc httplite: update changedocs in prep for 0.1.4 release by Ken Gilmer · 13 years ago
- c098532 httplite: fix regression in resource path resolution code in test cases. by Ken Gilmer · 13 years ago
- 4529306 httplite: check if thread was interrupted before proceeding with server shutdown optimization. by Ken Gilmer · 13 years ago
- 89471ac httplite: put 'shutdown server on last client deregistration' optimization in a thread and wait 30 seconds before checking if no clients are registered. Fixes issue in which sole client "bounces" registration service on start and causes deadlock in server. by Ken Gilmer · 13 years ago
- 127f493 httplite: fix resource path creation. Remove redundant path separator char. by Ken Gilmer · 13 years ago
- a89cbe0 httplite: add license header to test class. by Ken Gilmer · 13 years ago
- 8eac10c FELIX-3283 Revert generification, using annotations, and improved for-loops (commit #1215540) by Felix Meschberger · 13 years ago
- acc359b FELIX-3295 Add support for a new org.apache.felix.http.context_path configuration by Felix Meschberger · 13 years ago
- c67c916 FELIX-3186 Fixed the test case, which required a patch after the code changes that were done. by Marcel Offermans · 13 years ago
- ce3a2bb FELIX-3186 Applied the patch, with some improvements. by Marcel Offermans · 13 years ago
- 8c05333 FELIX-3186 Added the supplied test case that demonstrates under which conditions the bug occurs. I had to modify the original test to actually fail. by Marcel Offermans · 13 years ago
- 1688580 FELIX-3292 Applied the second patch. Removed one callback signature that should have been removed, added @deprecated tags and some comments. by Marcel Offermans · 13 years ago
- 8fb171f modified shapes, embedd deps, plus versions and licenses updates in preparation for release by Arjun Panday · 13 years ago
- 28d2949 modified shapes, embedd dependencies, plus versions and licenses updates in preparation for release by Arjun Panday · 13 years ago
- 52455e8 httplite: added test case for cookie support by Ken Gilmer · 13 years ago
- a2b7738 FELIX-3290 Unify cookie handling: by Felix Meschberger · 13 years ago
- b7a37f6 httplite: fix bad formatting of ASF license header clobbered by Eclipse formatter. by Ken Gilmer · 13 years ago
- ee3355b httplite: fix versioning errors in pom, provided by patch from Yann Diorcet. See FELIX-3287 by Ken Gilmer · 13 years ago
- 8bd81a5 httplite: apply ASL to source file, provided by patch from Yann Diorcet. See FELIX-3287 by Ken Gilmer · 13 years ago
- 474ae85 httplite: more consise implementation of String.split() by Yann Diorcet. See FELIX-3287 by Ken Gilmer · 13 years ago
- 37cbe51 httplite: compile with source/target = 1.3 by Ken Gilmer · 13 years ago
- d5d3329 httplite: use internal implementation of String.split() for CDC classlib compatiblity. by Ken Gilmer · 13 years ago
- 978fc2f httplite: ignore socket errors after server is explicitly shutdown. by Ken Gilmer · 13 years ago
- 6ed83ec httplite: fix Bundle-Activator header in 'complete' target. by Ken Gilmer · 13 years ago
- 90fdfd5 httplite: fix complete bundle pom to only package required classes rather than superset of dependencies. by Ken Gilmer · 13 years ago
- c73f577 FELIX-2117 Reduce the static dependencies by Felix Meschberger · 13 years ago
- 9ed55da FELIX-3284 Improve logging to write to stderr if servlet context is not available yet (before init) or anymore (after destroy) by Felix Meschberger · 13 years ago
- ecffa80 FELIX-3285 properly handle some multi-value cases by Felix Meschberger · 13 years ago
- cfebf47 Explopde import list to be explicit rather than using wildcards by Felix Meschberger · 13 years ago
- f6dfec8 FELIX-3282 Describe why an automatically generated property form is shown by Felix Meschberger · 13 years ago
- 5246915 FELIX-2709 Support some configuration from bundle context properties: by Felix Meschberger · 13 years ago
- 5163855 Typo by Felix Meschberger · 13 years ago
- cc15d4c FELIX-2709 Support some configuration from bundle context properties: by Felix Meschberger · 13 years ago
- 1abf832 FELIX-3284 Prevent excpetions masking the actual problem if the bundle update fails. Write to stderr if logging fails by Felix Meschberger · 13 years ago
- 4595572 FELIX-2708 Prevent NPE in LicenseServlet by Felix Meschberger · 13 years ago
- 8259a38 Update change log with resolved issues so far by Felix Meschberger · 13 years ago
- 6d3e53f FELIX-3283 Use generics by Felix Meschberger · 13 years ago
- 18af5c1 FELIX-3282 Draw nice form also in the absence of MetaType information. The form setup is derived from current property values. by Felix Meschberger · 13 years ago
- 1568d38 FELIX-3168 Support new Password metatype by Felix Meschberger · 13 years ago
- a831d53 Ignore build artefacts by Felix Meschberger · 13 years ago
- 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
- e572215 Use FileUpload 1.2.1 which is the first FileUpload library release with an OSGi bundle manifest and thus export package header setting version numbers on exports by Felix Meschberger · 13 years ago
- 7933fca FELIX-3281 Use Bundle plugin 2.3.6 by Felix Meschberger · 13 years ago
- bbdc6f0 FELIX-3280 Upgrade to Parent POM 2.1 by Felix Meschberger · 13 years ago
- 59d1e49 Fix JavaDoc by Felix Meschberger · 13 years ago
- c37926b FELIX-3279 Replace full build with bare build importing Commins IO and FileUpload and JSON dependencies by Felix Meschberger · 13 years ago
- f48fc53 FELIX-3245 applied the patch by Marcel Offermans · 13 years ago
- 03e1650 httplite: re-delete unused class after project reorg by Ken Gilmer · 13 years ago
- b6fb809 httplite: re-update code after project re-org by Ken Gilmer · 13 years ago
- 536c9fa httplite: re-add test code after project re-org by Ken Gilmer · 13 years ago
- 3ea5ed1 httplite: execute tests in minimum target by Ken Gilmer · 13 years ago
- e72e1d6 httplite: update readme. by Ken Gilmer · 13 years ago
- d81feba httplite: create base and 'complete' targets. by Ken Gilmer · 13 years ago
- 567b345 httplite: move base project into 'minimum' target by Ken Gilmer · 13 years ago
- 613478c Use the right version of the bnd-ipojo-plugin in junit4osgi by Clement Escoffier · 13 years ago
- b1ab9c9 Fixed FELIX-3271 by Clement Escoffier · 13 years ago
- a57f691 FELIX-3247 : Change annotation retention from source to class by Carsten Ziegeler · 13 years ago
- 90b8b37 Apply path from Thomas Calmant adding the id parameter for the @Temporal annotation by Clement Escoffier · 13 years ago
- e16960c FELIX-3270 fixed as suggested in the issue by Marcel Offermans · 13 years ago
- afa213b FELIX-3264 updated the shell command to show '(not tracking)' for dependencies that are not started yet by Marcel Offermans · 13 years ago
- d1c541d Update dependency versions (cleanup after release) by Clement Escoffier · 13 years ago
- a77b8e1 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 13 years ago
- 06ce564 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-project-1.8.2 by Clement Escoffier · 13 years ago
- 372e603 Set svn:ignore by Clement Escoffier · 13 years ago
- 1f05243 Prepare for the next release: by Clement Escoffier · 13 years ago
- 57db791 [maven-release-plugin] rollback the release of org.apache.felix.ipojo.manipulator-project-1.8.2 by Clement Escoffier · 13 years ago
- e4d60e5 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 13 years ago
- 9c4802d [maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.6.0 by Clement Escoffier · 13 years ago
- 5ccc4ee Updated changelog by Clement Escoffier · 13 years ago
- d7367d4 FELIX-3259 Improve WebConsole plugin by Felix Meschberger · 13 years ago
- 4fb565f FELIX-3259 Improve WebConsole plugin (sorted mappings and add orphans) by Felix Meschberger · 13 years ago
- 70b8922 httplite: javadoc additions to public methods. by Ken Gilmer · 13 years ago
- a5cdf54 httplite: cleanup and correct javadoc comments. by Ken Gilmer · 13 years ago
- 2beb53a httplite: Add javadoc to public constants, remove non-java1.4 compatible annotation. by Ken Gilmer · 13 years ago
- bf3d0b8 httplite: remove Ant build file. Fixes FELIX-3256. by Ken Gilmer · 13 years ago
- c281962 Apply patch FELIX-3257 to consider bundle version when selecting between by Richard S. Hall · 13 years ago
- bb6e320 FELIX-3226 Improve HttpContext whiteboard support by Felix Meschberger · 13 years ago
- c8b28c1 FELIX-2871 Cleanup transitive dependencies by Felix Meschberger · 13 years ago
- 078b99f FELIX-3258 Refer to new parent POM and reduce reactor POM to just listing child modules by Felix Meschberger · 13 years ago
- b2759ba FELIX-3258 Create separate parent POM by Felix Meschberger · 13 years ago
- 7b43bab Updated the composite build configuration to reflect the changes made on the iPOJO Core bundle. by Clement Escoffier · 13 years ago
- b5255aa Fix FELIX-3252 Embeds the iPOJO online manipulator into the iPOJO Core bundle by Clement Escoffier · 13 years ago
- 332e7e3 New iPOJO Manipulator structure - update pom file by Clement Escoffier · 13 years ago
- 8764a90 New iPOJO Manipulator structure - update pom file by Clement Escoffier · 13 years ago
- c893762 New iPOJO Manipulator structure - Move the bnd-ipojo-plugin by Clement Escoffier · 13 years ago
- ba15d51 New manipulator structure - Move the bnd ipojo plugin by Clement Escoffier · 13 years ago
- 12994e6 Remove top-level resources by Clement Escoffier · 13 years ago
- 7dc7f87 Remove doc by Clement Escoffier · 13 years ago
- 21bf28e new manipulator structure - moved the iPOJO Ant Task by Clement Escoffier · 13 years ago
- d8584e2 new manipulator structure - moved the maven-ipojo-plugin by Clement Escoffier · 13 years ago
- c42446b new manipulator structure - moved the manipulator by Clement Escoffier · 13 years ago
- a2914e8 new manipulator structure - deleting the iPOJO BND ipojo plugin by Clement Escoffier · 13 years ago
- ec6149e new manipulator structure - deleting the iPOJO maven ipojo plugin by Clement Escoffier · 13 years ago
- 36d46f3 new manipulator structure - deleting the iPOJO ant task by Clement Escoffier · 13 years ago
- 8991a90 Use consistent names in DEPS/NOTICE files. by Richard S. Hall · 13 years ago
- 21ea4c0 If the a bundle is already stale, treat further attempts to close by Richard S. Hall · 13 years ago
- a995383 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
- e897031 [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2 by Ken Gilmer · 13 years ago
- 25aea80 httplite: rollback version from failed release attempt by Ken Gilmer · 13 years ago
- 8ea8141 httplite: add DEPENDENCIES to build artifacts by Ken Gilmer · 13 years ago