Historique des commits

Auteur SHA1 Message Date
  Jeremy Guinn eff27e6aa5 Add new virtual handleError method to handle the original error il y a 2 ans
  lganzzzo 73747dd444 HttpProcessor: Fix connection upgrade sequence. il y a 2 ans
  lganzzzo c3f22dfb43 ConnectionHandler: proper server stoppage. (#476) il y a 2 ans
  lganzzzo d74d6b2308 provider: Decouple Provider and Invalidator. il y a 2 ans
  lganzzzo 403835eeb7 Merge branch 'v1.3.0' into types_refactoring il y a 3 ans
  lganzzzo a2631fe051 Types: Refactor oatpp::String to use std::string. il y a 3 ans
  Benedikt-Alexander Mokroß 29650b0557 Implemented copy-assign and move-assign operators for `HttpProcessor::Task` to satisfy 'Rule of Two'. il y a 3 ans
  Benedikt-Alexander Mokroß ca19e5b072 Implemented move-constructor of `HttpProcessor::Task` to use its performance-gain over copy. il y a 3 ans
  Benedikt-Alexander Mokroß 8badb89a1c Implemented copy-constructor of `HttpProcessor::Task` to fix task-counting. il y a 3 ans
  Benedikt-Alexander Mokroß 28b71c7884 Prevent the connection-handlers to spawn new `HttpProcessor` after `stop()` is called. il y a 3 ans
  Benedikt-Alexander Mokroß 233b1040f5 Let the ConnectionHandlers count how many threads they spawn. il y a 3 ans
  lganzzzo ea0ec5f059 server::HttpProcessor: Refactor connection handling. il y a 3 ans
  lganzzzo 0150ec0d8c ResponseInterceptor should also know about the corresponding request. il y a 3 ans
  lganzzzo 1186568407 web::server::interceptor: introduce AllowCorsGlobal and AllowOptionsGlobal interceptors. il y a 3 ans
  lganzzzo e6a302a905 web::server::interceptor: introduce ResponseInterceptor. il y a 3 ans
  lganzzzo 4d3b82d68b web::server::HttpProcessor: process routing after request interceptors. il y a 3 ans
  lganzzzo 171f7a9943 web::server::HttpRouter. Introduce HttpRouterTemplate. (#343) il y a 3 ans
  lganzzzo c3a91be239 oatpp::data::stream::BufferOutputStream. Optimize growth. il y a 3 ans
  Serge Rogatch 8f36e7b38e Addressed the code review comments il y a 3 ans
  Serge Rogatch 7c95edff7e Fixed warnings in MSVS2019 with Warning level 4 (just oatpp static lib project) il y a 3 ans
  lganzzzo ad3dabb604 Refactor. Rename 'http::encoding::EncoderCollection' --> 'ProviderCollection' il y a 4 ans
  lganzzzo 2761633352 http. Automatic content encoding according to 'Accept-Encoding' header. il y a 4 ans
  lganzzzo a180a380e5 SimpleBodyDecoder add default value for constructor params. il y a 4 ans
  lganzzzo c71fc366d4 HttpProcessor, BodyDecoder. Decode body according to 'Content-Encoding' header using available decoders. il y a 4 ans
  lganzzzo 55a0230fc2 Refactor. Move http/outgoing/CommunicationUtils to http/utils/CommunicationUtils il y a 4 ans
  lganzzzo cb197bf05c HttpProcessor. Simple API. Select ContentEncoder according to 'Accept-Encoding' request header. il y a 4 ans
  lganzzzo 25233d66ea http::outgoing::Request/Response. Check for EncoderProvider when sent. il y a 4 ans
  lganzzzo e5f24a8e55 IO. intruduce 'isValidIoHandle' function. Refactor. Change folder of IODefinitions.hpp il y a 4 ans
  lganzzzo 6e8a12885d Refactor stream interfaces. Linking OK. Fixing tests - first steps. il y a 4 ans
  lganzzzo 5cabf8ed0e ApiController. Better Controller level ErrorHandling. il y a 4 ans