Commit Graph

  • 3ccbce6bc8 Fix issue with 'Connection: close' in ClientRequest Robert G. Jakabosky 2018-09-01 00:08:53 +0800
  • c2d73873cc rename Apply combinator Nikolay Kim 2018-08-30 17:54:59 -0700
  • 7ff24863ab add apply() combinator Nikolay Kim 2018-08-30 17:46:11 -0700
  • fbd17e43f3 fix ApplyService constraint Nikolay Kim 2018-08-30 15:12:01 -0700
  • eaa9d4b273 allow to change Connector's request type Nikolay Kim 2018-08-30 10:06:47 -0700
  • 061a0339ff convert to new service Nikolay Kim 2018-08-30 09:38:09 -0700
  • a928d82895 rename Apply service Nikolay Kim 2018-08-30 09:26:27 -0700
  • e0513e4085 replace partial with more generic Apply Nikolay Kim 2018-08-30 09:17:17 -0700
  • 42b0d53c16 change AndThen InitError constrain Nikolay Kim 2018-08-29 21:31:43 -0700
  • 9b48e952b8 add map_request combinator Nikolay Kim 2018-08-29 20:20:13 -0700
  • 77cf7016b7 add partial combinator Nikolay Kim 2018-08-29 20:06:33 -0700
  • 918c764641 use String as default type for Connector Nikolay Kim 2018-08-29 15:28:16 -0700
  • 361ffd8d2f refactor Connector service Nikolay Kim 2018-08-29 15:15:24 -0700
  • 7ec92f7b1c export ServiceExt trait Nikolay Kim 2018-08-29 12:26:27 -0700
  • eeb4f8c61c add Service combinators Nikolay Kim 2018-08-29 12:20:35 -0700
  • 797b52ecbf
    Update CHANGES.md Armin Ronacher 2018-08-29 20:58:23 +0200
  • 4bab50c861 Add ability to pass a custom TlsConnector (#491) Markus Unterwaditzer 2018-08-29 20:53:31 +0200
  • 6726691377 Add ability to pass a custom TlsConnector Markus Unterwaditzer 2018-08-29 13:54:20 +0200
  • 6f607e79db export configurable mod Nikolay Kim 2018-08-28 22:28:13 -0700
  • cb1ea341c3 make new public Nikolay Kim 2018-08-28 20:32:01 -0700
  • f689f6500a export more service types Nikolay Kim 2018-08-28 20:29:56 -0700
  • 10d2c67596 better Connector impl Nikolay Kim 2018-08-28 16:24:36 -0700
  • 6ec5e958ac add .map service combinator Nikolay Kim 2018-08-28 10:39:27 -0700
  • 71d725d250 add Connector helper method Nikolay Kim 2018-08-27 21:53:20 -0700
  • f9b9031af2 add clone impls Nikolay Kim 2018-08-27 20:32:49 -0700
  • ddfe1322a1 use same Request for OpensslConnector service as for connector Nikolay Kim 2018-08-27 14:29:01 -0700
  • c69d675113 Connector::Response returns addr and tcp stream Nikolay Kim 2018-08-27 14:20:41 -0700
  • 5906971b6d
    Merge pull request #483 from Neopallium/master Nikolay Kim 2018-08-26 10:15:25 -0700
  • 8393d09a0f Fix tests. Robert G. Jakabosky 2018-08-27 00:31:31 +0800
  • c3ae9997fc Fix bug with http1 client disconnects. Robert G. Jakabosky 2018-08-26 22:21:05 +0800
  • 3dbaef3ec1 move config to generic type Nikolay Kim 2018-08-25 14:46:05 -0700
  • 89b8da724b split service mod Nikolay Kim 2018-08-25 09:02:14 -0700
  • d39dcc58cd
    Merge pull request #482 from 0x1793d1/master Nikolay Kim 2018-08-24 20:53:45 -0700
  • 471a3e9806 Fix server startup log message 0x1793d1 2018-08-24 23:21:32 +0200
  • 0eae4d84b1 fix and and then new service Nikolay Kim 2018-08-24 13:18:05 -0700
  • f2ef824011 add NewConfigurableService trait Nikolay Kim 2018-08-23 22:12:10 -0700
  • aba9b09450 export ConnectorError Nikolay Kim 2018-08-23 20:52:31 -0700
  • 234c76f8bc add connector Nikolay Kim 2018-08-23 20:47:41 -0700
  • a5a026b5c4 remove custom NewService and cleanups Nikolay Kim 2018-08-23 15:42:34 -0700
  • 1261ecbce0 fix examples Nikolay Kim 2018-08-23 13:39:13 -0700
  • d97f78afbe use factory function instead of NewService for service registration Nikolay Kim 2018-08-23 13:16:14 -0700
  • 48ef18ffa9 update changes v0.7.4 Nikolay Kim 2018-08-23 12:54:59 -0700
  • 9ef7a9c182 hide AcceptorService Nikolay Kim 2018-08-23 11:30:49 -0700
  • 3dafe6c251 hide token and server flags Nikolay Kim 2018-08-23 11:30:07 -0700
  • 8dfc34e785 fix tokio-tls IoStream impl Nikolay Kim 2018-08-23 10:27:32 -0700
  • 810995ade0 fix tokio-tls dependency #480 Nikolay Kim 2018-08-23 10:10:13 -0700
  • 1716380f08 clippy fmt Nikolay Kim 2018-08-23 09:48:01 -0700
  • e9c139bdea clippy warnings Nikolay Kim 2018-08-23 09:47:32 -0700
  • cf54be2f17 hide new server api Nikolay Kim 2018-08-23 09:39:11 -0700
  • f39b520a2d
    Merge pull request #478 from fzgregor/master Nikolay Kim 2018-08-23 09:34:47 -0700
  • 89f414477c
    Merge branch 'master' into master Nikolay Kim 2018-08-23 09:34:34 -0700
  • 2818540d69 fix error mapping in MapErrNewService Nikolay Kim 2018-08-22 18:18:11 -0700
  • c7543e7228 add Server::configure helper Nikolay Kim 2018-08-22 11:36:56 -0700
  • 26f472649a default impl for fork method Nikolay Kim 2018-08-22 11:12:06 -0700
  • 29490e6c13 cleanups Nikolay Kim 2018-08-21 21:11:16 -0700
  • 0f8cd0f44d better FnNewService definition Nikolay Kim 2018-08-21 20:42:43 -0700
  • b8c8dbc90a add new service configuration Nikolay Kim 2018-08-21 17:08:23 -0700
  • 986f19af86
    Revert back to serde_urlencoded dependecy (#479) Douman 2018-08-21 22:23:17 +0300
  • 0016053985 Revert back to serde_urlencoded dependecy Douman 2018-08-21 21:30:48 +0300
  • 2cbcc21168 fix worker shutdown Nikolay Kim 2018-08-20 22:21:23 -0700
  • ac70f06c4f add basic example Nikolay Kim 2018-08-20 21:34:47 -0700
  • 36ed2307ce add .map_init_err() new service combinator Nikolay Kim 2018-08-20 20:48:42 -0700
  • 8faf373a99 add .map_err() service combinator Nikolay Kim 2018-08-20 20:41:40 -0700
  • 1a496f4fda initial import Nikolay Kim 2018-08-19 10:47:04 -0700
  • e680541e10 Made extensions constructor public Franz Gregor 2018-08-18 19:32:28 +0200
  • 56bc900a82
    Set minimum rustls version that fixes corruption (#474) Douman 2018-08-17 19:53:16 +0300
  • 7a7f9c3704 Set minimum rustls version that fixes corruption Douman 2018-08-17 19:10:37 +0300
  • bdc9a8bb07 Optionally support tokio-uds's UnixStream as IoStream (#472) Kornel 2018-08-17 17:04:16 +0100
  • ccd237372d Optionally support tokio-uds's UnixStream as IoStream Kornel Lesiński 2018-08-16 20:21:27 +0100
  • 8fe30a5b66
    Merge pull request #473 from kornelski/usetest Nikolay Kim 2018-08-17 07:20:47 -0700
  • a8405d0686 Fix tests on Unix Kornel Lesiński 2018-08-17 13:12:47 +0100
  • eb1e9a785f allow to use fn with multiple arguments with .with()/.with_async() Nikolay Kim 2018-08-16 20:29:06 -0700
  • 248bd388ca
    Improve HTTP server docs (#470) Douman 2018-08-16 16:11:15 +0300
  • a4e89c0ca8 Improve HTTP server docs Douman 2018-08-16 08:02:45 +0300
  • 9f5641c85b
    Add mention of reworked Content-Disposition Douman 2018-08-13 17:37:00 +0300
  • d9c7cd96a6 Rework Content-Disposition parsing totally (#461) Gowee 2018-08-13 22:34:05 +0800
  • 59ba1c84d1 Fix a typo in content_disposition.rs Hung-I Wang 2018-08-13 21:32:30 +0800
  • f036c275e4 Use eq_ignore_ascii_case to avoid mem allocation and improve Content-Dispostion display in content_disposition.rs Hung-I Wang 2018-08-13 21:08:32 +0800
  • 1d86e9c8bf Tweak content_disposition.rs again and add more negative test cases. Hung-I Wang 2018-08-13 13:51:08 +0800
  • 6650ec08e1 Tweak content_disposition.rs Hung-I Wang 2018-08-13 08:19:17 +0800
  • c4e29eb1dc Rework content_disposition.rs Hung-I Wang 2018-08-12 22:56:55 +0800
  • bf7779a9a3 add TestRequest::run_async_result helper method Nikolay Kim 2018-08-09 18:58:14 -0700
  • cc3fbd27e0 better ergonomics Nikolay Kim 2018-08-09 17:25:23 -0700
  • 26629aafa5 explicit use Nikolay Kim 2018-08-09 13:41:13 -0700
  • 2ab7dbadce better ergonomics for Server::service() method Nikolay Kim 2018-08-09 13:38:10 -0700
  • 2e8d67e2ae upgrade native-tls package Nikolay Kim 2018-08-09 13:08:59 -0700
  • 43b6828ab5 Merge branch 'master' of https://github.com/actix/actix-web Nikolay Kim 2018-08-09 11:52:45 -0700
  • e4ce6dfbdf refactor workers management Nikolay Kim 2018-08-09 11:52:32 -0700
  • 6b9fa2c3d9
    Merge pull request #458 from davidMcneil/master Nikolay Kim 2018-08-09 02:10:14 -0700
  • 5713d93158
    Merge branch 'master' into master Douman 2018-08-09 08:13:22 +0300
  • cfe4829a56 add TestRequest::execute() helper method Nikolay Kim 2018-08-08 16:13:45 -0700
  • b69774db61 fix attr name Nikolay Kim 2018-08-08 14:23:16 -0700
  • 542782f28a add HttpRequest::drop_state() Nikolay Kim 2018-08-08 13:57:13 -0700
  • 7c8dc4c201 Add json2 tests David McNeil 2018-08-08 11:58:56 -0600
  • 7a11c2eac1 Add json2 HttpResponseBuilder method David McNeil 2018-08-08 11:11:15 -0600
  • 8eb9eb4247 flush io on complete Nikolay Kim 2018-08-08 09:12:32 -0700
  • 992f7a11b3 remove debug println Nikolay Kim 2018-08-07 22:40:09 -0700
  • 30769e3072 fix http/2 error handling Nikolay Kim 2018-08-07 20:48:25 -0700
  • 57f991280c fix protocol order for rustls acceptor Nikolay Kim 2018-08-07 13:53:24 -0700
  • 85acc3f8df deprecate HttpServer::no_http2(), update changes Nikolay Kim 2018-08-07 12:49:40 -0700