An open API service providing commit metadata for open source projects.

GitHub / commonjava/webdav-handler / commits

SHA Message Author Date Stats
39bb7032 [maven-release-plugin] prepare for next development iteration John Casey <j****y@c****g> almost 9 years ago
a33320a1 [maven-release-plugin] prepare release webdav-handler-3.3.0 John Casey <j****y@c****g> almost 9 years ago
fa6b4c64 straighten up copyrights, add developers to POM, etc. John Casey <j****y@c****g> almost 9 years ago
e9135dce merge Merge pull request #7 from stoicflame/s3-impl John Casey <j****y@c****g>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
8a8c2eea merge Merge pull request #6 from stoicflame/master John Casey <j****y@c****g>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
e130b380 support for amazon s3 backend implementation Ryan Heaton <r****n@w****m> almost 9 years ago
6a5eeb93 Refactor 'setResourceContent' method. Ryan Heaton <r****n@w****m> almost 9 years ago
26789618 merge Merge pull request #5 from jdcasey/master John Casey <j****y@c****g>
Committed by: GitHub <n****y@g****m>
about 10 years ago
56c2572d minor changes, and upgrade minimum java to 1.7 John Casey <j****y@c****g> over 10 years ago
9cf6fca6 [maven-release-plugin] prepare for next development iteration John Casey <j****y@c****g> over 11 years ago
b626eb5c [maven-release-plugin] prepare release webdav-handler-3.2.1 John Casey <j****y@c****g> over 11 years ago
6d68fd79 update parent and urls John Casey <j****y@c****g> over 11 years ago
9ed2f937 merge Merge pull request #4 from jdcasey/master John Casey <j****y@c****g> over 11 years ago
33f5ef78 add travis ci control file. John Casey <j****y@c****g> over 11 years ago
a2c6aa58 use latest parent snapshot to get snapshot repo John Casey <j****y@c****g> over 11 years ago
974bb453 inject the service. John Casey <j****y@c****g> over 11 years ago
2a0962f9 [maven-release-plugin] prepare for next development iteration John Casey <j****y@c****g> over 11 years ago
24f87351 [maven-release-plugin] prepare release webdav-handler-3.2.0 John Casey <j****y@c****g> over 11 years ago
1d1b2bea update parent and bom John Casey <j****y@c****g> over 11 years ago
39257b3a update BOM and add vertx/vabr deps to compensate for their removal from BOM John Casey <j****y@c****g> over 11 years ago
d57cfe39 restore to ASL 2.0 license, and try to put the headers back just like they we... John Casey <j****y@c****g> over 11 years ago
4a4cd554 [maven-release-plugin] prepare for next development iteration John Casey <j****y@c****g> over 11 years ago
c2665064 [maven-release-plugin] prepare release webdav-handler-3.1.2 John Casey <j****y@c****g> over 11 years ago
15f13c37 fixed managed dependency for one of the modules John Casey <j****y@c****g> over 11 years ago
78a2f9b2 fixing versions for modules after starting the switch from 3.2-SNAPSHOT to 3.... John Casey <j****y@c****g> over 11 years ago
f95684ad use version 3.1.2-SNAPSHOT, since this will be for minor bugfixes. John Casey <j****y@c****g> over 11 years ago
4bb461dc provide non-null default Locale if header is missing. John Casey <j****y@c****g> over 11 years ago
c75a4302 [maven-release-plugin] prepare for next development iteration John Casey <j****y@c****g> about 12 years ago
53ad01c0 [maven-release-plugin] prepare release webdav-handler-3.1.1 John Casey <j****y@c****g> about 12 years ago
cc3d4e0e merge Merge pull request #2 from leocrawford/master John Casey <j****y@c****g> about 12 years ago
e5da5dfe Change toString so that enum's print error code by default - which is Leo <n****l> about 12 years ago
db15bff5 [maven-release-plugin] prepare for next development iteration John Casey <j****y@c****g> over 12 years ago
3407863d [maven-release-plugin] prepare release webdav-handler-3.1 John Casey <j****y@c****g> over 12 years ago
60ce0aaf update bom John Casey <j****y@c****g> over 12 years ago
3fba7f81 fine-tuning logging, and adding JoinString to put off string rendering until ... John Casey <j****y@c****g> over 12 years ago
16762c83 fixing outdated deps that were still bringing in logging/log4j...completing l... John Casey <j****y@c****g> over 12 years ago
3928d081 convert to logback John Casey <j****y@c****g> over 12 years ago
6e0a254f [maven-release-plugin] prepare for next development iteration John Casey <j****y@c****g> over 12 years ago
a7ebbcff [maven-release-plugin] prepare release webdav-handler-3.0 John Casey <j****y@c****g> over 12 years ago
8fcb48bc Fix getRequestURI for servlet bindings, and use release of vabr. John Casey <j****y@c****g> over 12 years ago
ab82d131 moving out I/O implementations to vabr where they're more reusable, and being... John Casey <j****y@c****g> over 12 years ago
9fe1c560 adding annotations to prevent these from accidentally being instantiated auto... John Casey <j****y@c****g> over 12 years ago
3b0c285c fixing webdav implementation for vert.x bindings. John Casey <j****y@c****g> over 12 years ago
42281b1c readjust to context-path/servlet-path division, but now generalize servlet-pa... John Casey <j****y@c****g> over 12 years ago
54019513 Use Found as the message for 302, and switch to using the enum for sendRedire... John Casey <j****y@c****g> over 12 years ago
883e45fe Finish up implementation of Vert.x bindings for the webdav service, and trim ... John Casey <j****y@c****g> over 12 years ago
99f7d468 split into common-code, servlet-api, vert.x api architecture to support reuse... John Casey <j****y@c****g> over 12 years ago
c83f9562 removing ugliness from old gradle build (including jars stored in the source ... John Casey <j****y@c****g> over 12 years ago
83800466 all tests pass on maven build now. Had to clean up string manipulation in DoC... John Casey <j****y@c****g> over 12 years ago
6a585667 refactored away from servlet api and into its own minimal SPI that can be use... John Casey <j****y@c****g> over 12 years ago
d2d739a0 stubbing out usage of servlet api with interfaces so we can make it generic a... John Casey <j****y@c****g> over 12 years ago
87a9b51b initial commit from webdav-servlet Release_2.0.1 SVN tag John Casey <j****y@c****g> over 12 years ago

← Back to repository