Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
0cd4f085750d5f3b236015ccaa22073af22295b1
/
httplite
dfd9771
Fix date parsing code in HttpServletRequestImpl to parse HTTP-specified format. Fixes issue with Web Console.
by Ken Gilmer
· 12 years ago
5f43130
Minor code style fix for previous patch.
by Ken Gilmer
· 12 years ago
7d3a84f
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
73b5551
Fixed error in tests that use Java 1.5+ keyword enum.
by Ken Gilmer
· 12 years ago
6351f19
httplite: applied Ed Schaller's patch for Locale issue in Android. See FELIX-3547.
by Ken Gilmer
· 12 years ago
109e00e
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
4c3a80d
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
fe8d40c
[maven-release-plugin] prepare release org.apache.felix.httplite.complete-0.1.4
by Ken Gilmer
· 13 years ago
995a97e
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
59858b1
[maven-release-plugin] prepare release org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
2760459
httplite: reset module pom versions.
by Ken Gilmer
· 13 years ago
76cfe10
httplite: fix core pom path issue that caused DEPENDENCIES, NOTICE, and LICENSE to be included multiple times.
by Ken Gilmer
· 13 years ago
7f14c03
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
72352a4
[maven-release-plugin] prepare release org.apache.felix.httplite.complete-0.1.4
by Ken Gilmer
· 13 years ago
c70066b
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
fc70a87
[maven-release-plugin] prepare release org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
f13574c
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
1bdb6ea
httplite: fixes to scm stanza, move animal sniffer plugin into module from reactor.
by Ken Gilmer
· 13 years ago
5b04e69
[maven-release-plugin] rollback the release of org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
a0f1f14
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
44eed38
[maven-release-plugin] prepare release org.apache.felix.httplite.core-0.1.4
by Ken Gilmer
· 13 years ago
a661e96
httplite: tweak module names for consistency.
by Ken Gilmer
· 13 years ago
bccd89d
httplite: update names for modules to differ.
by Ken Gilmer
· 13 years ago
cea41c9
httplite: reorg modules to core and complete.
by Ken Gilmer
· 13 years ago
100f471
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
0502aab
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
62ee84a
httplite: revert parent pom version due to build error.
by Ken Gilmer
· 13 years ago
7be5962
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
b5d8710
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
9e93788
httplite: update poms from Karl Pauls suggestions regarding release problems.
by Ken Gilmer
· 13 years ago
662c771
httplite: roll back version of minimal jar for another release attempt.
by Ken Gilmer
· 13 years ago
7c96bb9
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
896902c
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
56d7420
httplite: fix nesting error in poms when adapting to multiple target build
by Ken Gilmer
· 13 years ago
a3298b8
httplite: roll back version of minimal jar for another release attempt.
by Ken Gilmer
· 13 years ago
43ba392
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
7e85f7c
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
41a934d
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
632b606
httplite: rollback pom version from failed release.
by Ken Gilmer
· 13 years ago
ca5b994
httplite: fix parent pom version in root pom.
by Ken Gilmer
· 13 years ago
5dcd85c
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
eda5523
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
by Ken Gilmer
· 13 years ago
19e6350
httplite: fix xml formatting for release.
by Ken Gilmer
· 13 years ago
8c894c2
httplite: fix pom name colission with core project.
by Ken Gilmer
· 13 years ago
d2bb217
httplite: update root pom.xml following example from http subproject.
by Ken Gilmer
· 13 years ago
54c4308
httplite: fix project name in minimum and add url to pom.xml.
by Ken Gilmer
· 13 years ago
cca3c82
httplite: update year in copyright notices.
by Ken Gilmer
· 13 years ago
0325e74
httplite: remove mistakenly added file
by Ken Gilmer
· 13 years ago
f1b7c16
httplite: update svnignore
by Ken Gilmer
· 13 years ago
8b24ccf
httplite: update changedocs in prep for 0.1.4 release
by Ken Gilmer
· 13 years ago
1cf86c0
httplite: fix regression in resource path resolution code in test cases.
by Ken Gilmer
· 13 years ago
01837fc
httplite: check if thread was interrupted before proceeding with server shutdown optimization.
by Ken Gilmer
· 13 years ago
505009d
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
3ebe302
httplite: fix resource path creation. Remove redundant path separator char.
by Ken Gilmer
· 13 years ago
4e4d35c
httplite: add license header to test class.
by Ken Gilmer
· 13 years ago
09cf738
httplite: added test case for cookie support
by Ken Gilmer
· 13 years ago
e031ec3
httplite: fix bad formatting of ASF license header clobbered by Eclipse formatter.
by Ken Gilmer
· 13 years ago
a9e308a
httplite: fix versioning errors in pom, provided by patch from Yann Diorcet. See FELIX-3287
by Ken Gilmer
· 13 years ago
a7e4c7a
httplite: apply ASL to source file, provided by patch from Yann Diorcet. See FELIX-3287
by Ken Gilmer
· 13 years ago
82cf3d7
httplite: more consise implementation of String.split() by Yann Diorcet. See FELIX-3287
by Ken Gilmer
· 13 years ago
102a99b
httplite: compile with source/target = 1.3
by Ken Gilmer
· 13 years ago
7f9a867
httplite: use internal implementation of String.split() for CDC classlib compatiblity.
by Ken Gilmer
· 13 years ago
5c2ad3b
httplite: ignore socket errors after server is explicitly shutdown.
by Ken Gilmer
· 13 years ago
10dfc32
httplite: fix Bundle-Activator header in 'complete' target.
by Ken Gilmer
· 13 years ago
f975340
httplite: fix complete bundle pom to only package required classes rather than superset of dependencies.
by Ken Gilmer
· 13 years ago
6587b6a
httplite: re-delete unused class after project reorg
by Ken Gilmer
· 13 years ago
065a79f
httplite: re-update code after project re-org
by Ken Gilmer
· 13 years ago
409b21a
httplite: re-add test code after project re-org
by Ken Gilmer
· 13 years ago
5a98960
httplite: execute tests in minimum target
by Ken Gilmer
· 13 years ago
42a4ea7
httplite: update readme.
by Ken Gilmer
· 13 years ago
f28af95
httplite: create base and 'complete' targets.
by Ken Gilmer
· 13 years ago
51f8c61
httplite: move base project into 'minimum' target
by Ken Gilmer
· 13 years ago
53f9b6f
httplite: javadoc additions to public methods.
by Ken Gilmer
· 13 years ago
18ca5b0
httplite: cleanup and correct javadoc comments.
by Ken Gilmer
· 13 years ago
9b956fe
httplite: Add javadoc to public constants, remove non-java1.4 compatible annotation.
by Ken Gilmer
· 13 years ago
77b1a73
httplite: remove Ant build file. Fixes FELIX-3256.
by Ken Gilmer
· 13 years ago
7d7a375
Use consistent names in DEPS/NOTICE files.
by Richard S. Hall
· 13 years ago
d24a090
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
96646d4
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
d34ad56
httplite: rollback version from failed release attempt
by Ken Gilmer
· 13 years ago
3dc0078
httplite: add DEPENDENCIES to build artifacts
by Ken Gilmer
· 13 years ago
8a6cc32
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
d32c793
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
904b689
httplite: fix scm stanza in pom from aborted release
by Ken Gilmer
· 13 years ago
56b7f68
[maven-release-plugin] rollback the release of org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
1e106cb
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
df2ed72
httplite: append SNAPSHOT to version in pom.
by Ken Gilmer
· 13 years ago
4771f03
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.2
by Ken Gilmer
· 13 years ago
839cbde
httplite: bump version to 1.2 to conform to dev/stable release version convention.
by Ken Gilmer
· 13 years ago
eb04b26
httplite: set version to SNAPSHOT for 0.1.1 release.
by Ken Gilmer
· 13 years ago
3263b95
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
8cf4e4a
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
fe75308
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1
by Ken Gilmer
· 13 years ago
89a7c3e
httplite: fix bundle manifest generation metadata in pom
by Ken Gilmer
· 13 years ago
670a18e
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
780fafb
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1
by Ken Gilmer
· 13 years ago
1e8860d
httplite: fixed private-package metadata in pom
by Ken Gilmer
· 13 years ago
a1aa508
[maven-release-plugin] prepare for next development iteration
by Ken Gilmer
· 13 years ago
4855491
[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.1
by Ken Gilmer
· 13 years ago
5e88022
httplite: added changelog and DEPENDENCIES in prep for initial release
by Ken Gilmer
· 13 years ago
Next »