Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
0daa9d715b4884f1b100dcf32b9207801a20cffe
/
httplite
db49082
Fix date parsing code in HttpServletRequestImpl to parse HTTP-specified format. Fixes issue with Web Console.
by Ken Gilmer
· 12 years ago
bdb2223
Minor code style fix for previous patch.
by Ken Gilmer
· 12 years ago
7ee61a4
Apply Ed Schaller's feature patch to allow host address to be specified in configuration. See FELIX-3811 for details.
by Ken Gilmer
· 12 years ago
8f9df04
Fixed error in tests that use Java 1.5+ keyword enum.
by Ken Gilmer
· 12 years ago
47832b4
httplite: applied Ed Schaller's patch for Locale issue in Android. See FELIX-3547.
by Ken Gilmer
· 12 years ago
ee8032b
httplite: update complete NOTICE to include reference for OSGi HTTP API that is bundled. Add ASL line to core bundle for consistency.
by Ken Gilmer
· 13 years ago
7ae5a19
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
23a2b5f
[maven-release-plugin] prepare release org.apache.felix.httplite.complete-0.1.4
by Ken Gilmer
· 13 years ago
7505a53
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
c56452f
[maven-release-plugin] prepare release org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
c4aa7bb
httplite: reset module pom versions.
by Ken Gilmer
· 13 years ago
eb42ab4
httplite: fix core pom path issue that caused DEPENDENCIES, NOTICE, and LICENSE to be included multiple times.
by Ken Gilmer
· 13 years ago
399a6b0
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
df4f305
[maven-release-plugin] prepare release org.apache.felix.httplite.complete-0.1.4
by Ken Gilmer
· 13 years ago
95b14d8
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
081857f
[maven-release-plugin] prepare release org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
45df539
httplite: fix Java 1.3 API violations found by Animal Sniffer now that plugin is properly configured in pom
by Ken Gilmer
· 13 years ago
3410841
httplite: fixes to scm stanza, move animal sniffer plugin into module from reactor.
by Ken Gilmer
· 13 years ago
2b95a14
[maven-release-plugin] rollback the release of org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
a351865
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
a3e61a0
[maven-release-plugin] prepare release org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
fc10f88
httplite: tweak module names for consistency.
by Ken Gilmer
· 13 years ago
bdf06e2
httplite: update names for modules to differ.
by Ken Gilmer
· 13 years ago
cf74b81
httplite: reorg modules to core and complete.
by Ken Gilmer
· 13 years ago
5419b97
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
bd22733
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
247eba1
httplite: revert parent pom version due to build error.
by Ken Gilmer
· 13 years ago
36878f1
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
373c0a2
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
ad242f3
httplite: update poms from Karl Pauls suggestions regarding release problems.
by Ken Gilmer
· 13 years ago
101ae11
httplite: roll back version of minimal jar for another release attempt.
by Ken Gilmer
· 13 years ago
a26683e
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
fca1e2b
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
5af5ee5
httplite: fix nesting error in poms when adapting to multiple target build
by Ken Gilmer
· 13 years ago
0f26749
httplite: roll back version of minimal jar for another release attempt.
by Ken Gilmer
· 13 years ago
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
0218f0f
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
0afb7fd
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
a038b7f
httplite: rollback pom version from failed release.
by Ken Gilmer
· 13 years ago
02a1d3f
httplite: fix parent pom version in root pom.
by Ken Gilmer
· 13 years ago
f8dd3a9
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
1e53f6e
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
25f012b
httplite: fix xml formatting for release.
by Ken Gilmer
· 13 years ago
8c7a4b3
httplite: fix pom name colission with core project.
by Ken Gilmer
· 13 years ago
73ff186
httplite: update root pom.xml following example from http subproject.
by Ken Gilmer
· 13 years ago
e288d71
httplite: fix project name in minimum and add url to pom.xml.
by Ken Gilmer
· 13 years ago
f7fd2f3
httplite: update year in copyright notices.
by Ken Gilmer
· 13 years ago
e047fab
httplite: remove mistakenly added file
by Ken Gilmer
· 13 years ago
4ab19e9
httplite: update svnignore
by Ken Gilmer
· 13 years ago
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
52455e8
httplite: added test case for cookie support
by Ken Gilmer
· 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
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
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
8991a90
Use consistent names in DEPS/NOTICE files.
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
bfe22fa
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
430e4c0
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
616eac3
httplite: fix scm stanza in pom from aborted release
by Ken Gilmer
· 13 years ago
c649f93
[maven-release-plugin] rollback the release of org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
405a9b2
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
40b8cc7
httplite: append SNAPSHOT to version in pom.
by Ken Gilmer
· 13 years ago
de3d17f
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
8c81797
httplite: bump version to 1.2 to conform to dev/stable release version convention.
by Ken Gilmer
· 13 years ago
39f46ff
httplite: set version to SNAPSHOT for 0.1.1 release.
by Ken Gilmer
· 13 years ago
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
3f5f9f1
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
2460ddc
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1
by Ken Gilmer
· 13 years ago
ccc45b5
httplite: fix bundle manifest generation metadata in pom
by Ken Gilmer
· 13 years ago
6ba8b55
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
2eeafba
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1
by Ken Gilmer
· 13 years ago
8da5ce6
httplite: fixed private-package metadata in pom
by Ken Gilmer
· 13 years ago
21dfb81
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
4399d2d
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1
by Ken Gilmer
· 13 years ago
9b63dff
httplite: added changelog and DEPENDENCIES in prep for initial release
by Ken Gilmer
· 13 years ago
Next »