1. 26 5月, 2016 3 次提交
  2. 25 5月, 2016 2 次提交
  3. 17 5月, 2016 1 次提交
  4. 12 5月, 2016 2 次提交
  5. 07 5月, 2016 1 次提交
  6. 06 5月, 2016 2 次提交
  7. 04 5月, 2016 3 次提交
  8. 03 5月, 2016 2 次提交
  9. 29 4月, 2016 1 次提交
  10. 28 4月, 2016 4 次提交
  11. 26 4月, 2016 1 次提交
    • A
      Introduction of PooledDataBuffer · 72b66c97
      Arjen Poutsma 提交于
      This commit introduces a pooled data buffer as a subtype of DataBuffer,
      as well as various utility methods related to reference counting.
      
      Additionally, Crelease calls have been introduced throughout the
      codebase to properly dispose of pooled databuffers.
      72b66c97
  12. 25 4月, 2016 1 次提交
  13. 22 4月, 2016 5 次提交
    • A
      Introduce AbstractSingleValueEncoder · ad0a4e0c
      Arjen Poutsma 提交于
      This commit introduces the AbstractSingleValueEncoder, an abstract base
      class for encoders that only handle a single value.
      ad0a4e0c
    • A
      Fixed DataBufferUtils.takeUntilByteCount · 9ed4bff4
      Arjen Poutsma 提交于
      9ed4bff4
    • A
      Introduce ResourceEncoder and ResourceDecoder · 52c9b3b2
      Arjen Poutsma 提交于
      This commit introduces the ResourceEncoder and ResourceDecoder, and uses
      these in ResourceHttpMessageConverter as a non-zero-copy fallback
      method.
      52c9b3b2
    • R
      Updates to WebHandler support · df7c8e55
      Rossen Stoyanchev 提交于
      Rename two classes each adapting to WebHandler to avoid confusing them:
      1. HttpWebHandlerAdapter adapts from the low level HttpHandler to any
      WebHandler (e.g. DispatcherHandler).
      2. SimpleHandlerAdapter adapts the plain WebHandler for use within the
      DispatcherHandler.
      
      This commit also fixes an issue in WebHttpHandlerBuilder to ensure that
      WebExceptionHandler's are inserted before and not after WebFilter's.
      df7c8e55
    • R
      Add SimpleUrlHandlerMapping · a23f7920
      Rossen Stoyanchev 提交于
      This commit replaces the temporary SimpleUrlHandlerMapping with
      a full-featured one.
      a23f7920
  14. 21 4月, 2016 3 次提交
    • A
      Polishing · 53f8b84b
      Arjen Poutsma 提交于
      53f8b84b
    • A
      Polishing · df3cf69a
      Arjen Poutsma 提交于
      df3cf69a
    • R
      BadRequestStatusException -> ServerWebInputException · dd607d3e
      Rossen Stoyanchev 提交于
      The renaming makes it clear this exception is for use where 400 error
      applies within a Spring web application where the error may be
      associated with a MethodParameter, a BindingResult, and so on.
      
      There is no need for BadRequestStatusException which can be expressed
      with ResponseStatusException(HttpStatus.BAD_REQUEST, "reason").
      dd607d3e
  15. 20 4月, 2016 9 次提交