Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3539: Update source code of libraries.

  1. … 74 more files in changeset.
LDEV-3381: Upgrade to WildFly 8.2. Add proper source code.

    • -7
    • +89
    ./io/undertow/UndertowMessages.java
  1. … 650 more files in changeset.
LDEV-3275: Add Undertow servlet 1.0.15 source code.

    • -0
    • +45
    ./io/undertow/servlet/ServletExtension.java
    • -0
    • +158
    ./io/undertow/servlet/Servlets.java
    • -0
    • +99
    ./io/undertow/servlet/UndertowServletLogger.java
    • -0
    • +202
    ./io/undertow/servlet/UndertowServletMessages.java
    • -0
    • +36
    ./io/undertow/servlet/api/AuthMethodConfig.java
    • -0
    • +48
    ./io/undertow/servlet/api/AuthorizationManager.java
    • -0
    • +35
    ./io/undertow/servlet/api/ClassIntrospecter.java
    • -0
    • +31
    ./io/undertow/servlet/api/ConfidentialPortManager.java
    • -0
    • +60
    ./io/undertow/servlet/api/DefaultServletConfig.java
    • -0
    • +96
    ./io/undertow/servlet/api/Deployment.java
    • -0
    • +1082
    ./io/undertow/servlet/api/DeploymentInfo.java
    • -0
    • +64
    ./io/undertow/servlet/api/DeploymentManager.java
    • -0
    • +61
    ./io/undertow/servlet/api/ErrorPage.java
    • -0
    • +123
    ./io/undertow/servlet/api/FilterInfo.java
    • -0
    • +61
    ./io/undertow/servlet/api/FilterMappingInfo.java
  1. … 104 more files in changeset.
LDEV-3275: Use Undertow 1.0.15 source code instead of HEAD.

    • -61
    • +7
    ./io/undertow/UndertowMessages.java
  1. … 544 more files in changeset.
LDEV-3275: Add dependecies and source code for Undertow.

    • -0
    • +512
    ./io/undertow/Handlers.java
    • -0
    • +395
    ./io/undertow/Undertow.java
    • -0
    • +179
    ./io/undertow/UndertowLogger.java
    • -0
    • +341
    ./io/undertow/UndertowMessages.java
    • -0
    • +185
    ./io/undertow/UndertowOptions.java
    • -0
    • +51
    ./io/undertow/Version.java
    • -0
    • +70
    ./io/undertow/attribute/BytesSentAttribute.java
    • -0
    • +54
    ./io/undertow/attribute/CompositeExchangeAttribute.java
    • -0
    • +45
    ./io/undertow/attribute/ConstantExchangeAttribute.java
    • -0
    • +68
    ./io/undertow/attribute/CookieAttribute.java
    • -0
    • +67
    ./io/undertow/attribute/DateTimeAttribute.java
    • -0
    • +44
    ./io/undertow/attribute/ExchangeAttribute.java
    • -0
    • +46
    ./io/undertow/attribute/ExchangeAttributeBuilder.java
    • -0
    • +170
    ./io/undertow/attribute/ExchangeAttributeParser.java
    • -0
    • +12
    ./io/undertow/attribute/ExchangeAttributeWrapper.java
  1. … 544 more files in changeset.