1. bdf06e2 httplite: update names for modules to differ. by Ken Gilmer · 13 years ago
  2. cf74b81 httplite: reorg modules to core and complete. by Ken Gilmer · 13 years ago
  3. 5419b97 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  4. bd22733 [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4 by Ken Gilmer · 13 years ago
  5. 247eba1 httplite: revert parent pom version due to build error. by Ken Gilmer · 13 years ago
  6. 36878f1 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  7. 373c0a2 [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4 by Ken Gilmer · 13 years ago
  8. ad242f3 httplite: update poms from Karl Pauls suggestions regarding release problems. by Ken Gilmer · 13 years ago
  9. 101ae11 httplite: roll back version of minimal jar for another release attempt. by Ken Gilmer · 13 years ago
  10. a26683e [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  11. fca1e2b [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4 by Ken Gilmer · 13 years ago
  12. 5af5ee5 httplite: fix nesting error in poms when adapting to multiple target build by Ken Gilmer · 13 years ago
  13. 0f26749 httplite: roll back version of minimal jar for another release attempt. by Ken Gilmer · 13 years ago
  14. bdc093b httplite: add Animal Sniffer plugin to build to enforce Java 1.3 API compliance as suggested by Felix Meschberger. Fixes FELIX-3287. by Ken Gilmer · 13 years ago
  15. 0218f0f [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  16. 0afb7fd [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4 by Ken Gilmer · 13 years ago
  17. a038b7f httplite: rollback pom version from failed release. by Ken Gilmer · 13 years ago
  18. 02a1d3f httplite: fix parent pom version in root pom. by Ken Gilmer · 13 years ago
  19. f8dd3a9 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  20. 1e53f6e [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4 by Ken Gilmer · 13 years ago
  21. 25f012b httplite: fix xml formatting for release. by Ken Gilmer · 13 years ago
  22. 8c7a4b3 httplite: fix pom name colission with core project. by Ken Gilmer · 13 years ago
  23. 73ff186 httplite: update root pom.xml following example from http subproject. by Ken Gilmer · 13 years ago
  24. e288d71 httplite: fix project name in minimum and add url to pom.xml. by Ken Gilmer · 13 years ago
  25. f7fd2f3 httplite: update year in copyright notices. by Ken Gilmer · 13 years ago
  26. e047fab httplite: remove mistakenly added file by Ken Gilmer · 13 years ago
  27. 4ab19e9 httplite: update svnignore by Ken Gilmer · 13 years ago
  28. 193c3cc httplite: update changedocs in prep for 0.1.4 release by Ken Gilmer · 13 years ago
  29. c098532 httplite: fix regression in resource path resolution code in test cases. by Ken Gilmer · 13 years ago
  30. 4529306 httplite: check if thread was interrupted before proceeding with server shutdown optimization. by Ken Gilmer · 13 years ago
  31. 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
  32. 127f493 httplite: fix resource path creation. Remove redundant path separator char. by Ken Gilmer · 13 years ago
  33. a89cbe0 httplite: add license header to test class. by Ken Gilmer · 13 years ago
  34. 52455e8 httplite: added test case for cookie support by Ken Gilmer · 13 years ago
  35. b7a37f6 httplite: fix bad formatting of ASF license header clobbered by Eclipse formatter. by Ken Gilmer · 13 years ago
  36. ee3355b httplite: fix versioning errors in pom, provided by patch from Yann Diorcet. See FELIX-3287 by Ken Gilmer · 13 years ago
  37. 8bd81a5 httplite: apply ASL to source file, provided by patch from Yann Diorcet. See FELIX-3287 by Ken Gilmer · 13 years ago
  38. 474ae85 httplite: more consise implementation of String.split() by Yann Diorcet. See FELIX-3287 by Ken Gilmer · 13 years ago
  39. 37cbe51 httplite: compile with source/target = 1.3 by Ken Gilmer · 13 years ago
  40. d5d3329 httplite: use internal implementation of String.split() for CDC classlib compatiblity. by Ken Gilmer · 13 years ago
  41. 978fc2f httplite: ignore socket errors after server is explicitly shutdown. by Ken Gilmer · 13 years ago
  42. 6ed83ec httplite: fix Bundle-Activator header in 'complete' target. by Ken Gilmer · 13 years ago
  43. 90fdfd5 httplite: fix complete bundle pom to only package required classes rather than superset of dependencies. by Ken Gilmer · 13 years ago
  44. 03e1650 httplite: re-delete unused class after project reorg by Ken Gilmer · 13 years ago
  45. b6fb809 httplite: re-update code after project re-org by Ken Gilmer · 13 years ago
  46. 536c9fa httplite: re-add test code after project re-org by Ken Gilmer · 13 years ago
  47. 3ea5ed1 httplite: execute tests in minimum target by Ken Gilmer · 13 years ago
  48. e72e1d6 httplite: update readme. by Ken Gilmer · 13 years ago
  49. d81feba httplite: create base and 'complete' targets. by Ken Gilmer · 13 years ago
  50. 567b345 httplite: move base project into 'minimum' target by Ken Gilmer · 13 years ago
  51. 70b8922 httplite: javadoc additions to public methods. by Ken Gilmer · 13 years ago
  52. a5cdf54 httplite: cleanup and correct javadoc comments. by Ken Gilmer · 13 years ago
  53. 2beb53a httplite: Add javadoc to public constants, remove non-java1.4 compatible annotation. by Ken Gilmer · 13 years ago
  54. bf3d0b8 httplite: remove Ant build file. Fixes FELIX-3256. by Ken Gilmer · 13 years ago
  55. 8991a90 Use consistent names in DEPS/NOTICE files. by Richard S. Hall · 13 years ago
  56. a995383 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  57. e897031 [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2 by Ken Gilmer · 13 years ago
  58. 25aea80 httplite: rollback version from failed release attempt by Ken Gilmer · 13 years ago
  59. 8ea8141 httplite: add DEPENDENCIES to build artifacts by Ken Gilmer · 13 years ago
  60. bfe22fa [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  61. 430e4c0 [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2 by Ken Gilmer · 13 years ago
  62. 616eac3 httplite: fix scm stanza in pom from aborted release by Ken Gilmer · 13 years ago
  63. c649f93 [maven-release-plugin] rollback the release of org.apache.felix.httplite-0.1.2 by Ken Gilmer · 13 years ago
  64. 405a9b2 [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2 by Ken Gilmer · 13 years ago
  65. 40b8cc7 httplite: append SNAPSHOT to version in pom. by Ken Gilmer · 13 years ago
  66. de3d17f [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2 by Ken Gilmer · 13 years ago
  67. 8c81797 httplite: bump version to 1.2 to conform to dev/stable release version convention. by Ken Gilmer · 13 years ago
  68. 39f46ff httplite: set version to SNAPSHOT for 0.1.1 release. by Ken Gilmer · 13 years ago
  69. 9beb6b0 httplite: fix project metadata based on Richard's recommendations from first attempt at release of 0.1.1 version. by Ken Gilmer · 13 years ago
  70. 3f5f9f1 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  71. 2460ddc [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1 by Ken Gilmer · 13 years ago
  72. ccc45b5 httplite: fix bundle manifest generation metadata in pom by Ken Gilmer · 13 years ago
  73. 6ba8b55 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  74. 2eeafba [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1 by Ken Gilmer · 13 years ago
  75. 8da5ce6 httplite: fixed private-package metadata in pom by Ken Gilmer · 13 years ago
  76. 21dfb81 [maven-release-plugin] prepare for next development iteration by Ken Gilmer · 13 years ago
  77. 4399d2d [maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1 by Ken Gilmer · 13 years ago
  78. 9b63dff httplite: added changelog and DEPENDENCIES in prep for initial release by Ken Gilmer · 13 years ago
  79. b6ff4a7 httplite: fix bug in which resources were not resolving due to a missing path seperator before the alias. by Ken Gilmer · 13 years ago
  80. 1532bdc httplite: fix bug in which service registerations from multiple bundles would cause internal servlet map to be reset, resulting in all but last client registrations to be inaccessable. by Ken Gilmer · 13 years ago
  81. 6101fba httplite: fix bundle activator header in manifest. by Ken Gilmer · 13 years ago
  82. 1864aea httplite: append version to jars by Ken Gilmer · 13 years ago
  83. 884ff11 httplite: more fixes to ant build to produce valid bundles. by Ken Gilmer · 13 years ago
  84. 1bd5a2e httplite: fix ant build file to match updates to source structure by Ken Gilmer · 13 years ago
  85. 9e77100 httplite: only download dependent jars if don't already exist. by Ken Gilmer · 13 years ago
  86. 6c328d6 httplite: fix java 1.5+ annotations eclipse added to sources by Ken Gilmer · 13 years ago
  87. 05d1e92 httplite: set bundle version to 0.1.0 by Ken Gilmer · 13 years ago
  88. f960b2f httplite: remove redundant license file. by Ken Gilmer · 13 years ago
  89. 1bab64e httplite: rename java packages to conform to org.apache.felix.httplite as described in FELIX-538. by Ken Gilmer · 13 years ago
  90. e596545 httplite: move metadata files to conform with other bundles project layout. by Ken Gilmer · 13 years ago
  91. 83092c1 httplite: updated pom.xml so that it would build against vanilla tree. Copied pom structure from log bundle since it's simple and I am new to maven. mvn clean install produces the httplite bundle, but it is not yet tested. by Ken Gilmer · 13 years ago
  92. b0b31ff httplite: remove annotations that eclipse inserted automagically due to bad project settings. by Ken Gilmer · 13 years ago
  93. 28f392d httplite: implement servlet-api 2.5 methods on HttpServletRequest and ServletContext to fix build. by Ken Gilmer · 13 years ago
  94. d709bf1 httplite: commit source archive from FELIX-3084. Also see FELIX-538. by Ken Gilmer · 13 years ago
  95. d2f5ab5 FELIX-538: Root directory and README for the lightweight HTTP Service implementation. Sources forthcoming. by Ken Gilmer · 13 years ago