1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-13 02:35:41 +00:00

Commit graph

  • 0cc662cfb9 Merge branch 'master' into query_config daddinuz 2019-05-12 21:11:41 +0200
  • 5a90e33bcc update deps Nikolay Kim 2019-05-12 12:01:24 -0700
  • 86b569e320 version Nikolay Kim 2019-05-12 11:56:01 -0700
  • a8db746a19
    Merge branch 'master' into make_json_config_send Davide Di Carlo 2019-05-12 20:46:11 +0200
  • 2cc64ee093
    Merge branch 'master' into make_json_config_send Davide Di Carlo 2019-05-12 20:43:31 +0200
  • 2350a2dc68 Handle cancellation of uploads #834 #736 Nikolay Kim 2019-05-12 11:43:05 -0700
  • 36d017dcc6 update deps Nikolay Kim 2019-05-12 11:41:43 -0700
  • d460790faa Update CHANGES.md daddinuz 2019-05-12 20:39:11 +0200
  • 89e35b9ed8 fix lint: members in the impl has the same order in the trait daddinuz 2019-05-12 20:30:39 +0200
  • af92ed2817 use associated type inside JsonConfig daddinuz 2019-05-12 20:28:28 +0200
  • 3bb081852c prep actix-session release Nikolay Kim 2019-05-12 10:53:21 -0700
  • 1ca58e876b prepare beta4 release web-v1.0.0-beta.4 Nikolay Kim 2019-05-12 10:49:21 -0700
  • e9cbcbaf03 update dependencies framed-v0.2.0 Nikolay Kim 2019-05-12 10:18:02 -0700
  • 07c9eec803 prepare awc release awc-v0.2.0 Nikolay Kim 2019-05-12 10:04:38 -0700
  • beae9ca0f7 update changes http-v0.2.0 Nikolay Kim 2019-05-12 09:57:16 -0700
  • 07b9707ca1 prepare actix-http release Nikolay Kim 2019-05-12 09:56:55 -0700
  • 45c05978b0 Allow to set/override app data on scope level Nikolay Kim 2019-05-12 09:42:05 -0700
  • df08baf67f update actix-net dependencies Nikolay Kim 2019-05-12 08:34:51 -0700
  • 98266438ac
    Merge branch 'master' into make_json_config_send Nikolay Kim 2019-05-12 05:59:50 -0700
  • 4066375737
    Update CHANGES.md Nikolay Kim 2019-05-10 14:45:30 -0700
  • a77b0b054a Make App::configure take an FnOnce (#825) Nikolai Vazquez 2019-05-10 23:44:49 +0200
  • e97a1b748b add support for specifying protocols on websocket handshake jairinhohw 2019-05-09 23:44:13 -0300
  • 52175d114b use associated type for QueryConfig daddinuz 2019-05-09 01:46:49 +0200
  • 938c4e28dc fmt daddinuz 2019-05-08 23:59:34 +0200
  • ca612eb28d expose QueryConfig in web module daddinuz 2019-05-08 23:45:13 +0200
  • a288eab32e add QueryConfig daddinuz 2019-05-08 23:39:35 +0200
  • 7eea99becd add Sync trait requirement for Fn in JsonConfig error handler daddinuz 2019-05-08 22:04:37 +0200
  • af29e9f7e8 add Send trait requirement for Fn in JsonConfig error handler daddinuz 2019-05-08 22:01:51 +0200
  • 9b93cc00ad replace Rc with Arc daddinuz 2019-05-08 21:33:11 +0200
  • 4fde87aba3 Make App::configure take an FnOnce #825 Nikolai Vazquez 2019-05-07 15:40:03 +0200
  • cd8bbd8615 simplify helpers #822 Alexandru Macovei 2019-05-06 22:34:43 +0300
  • a17ff492a1 fix formatting Nikolay Kim 2019-05-04 22:18:59 -0700
  • 33b4c05557 add payload stream migration entry Nikolay Kim 2019-05-04 22:18:02 -0700
  • 005c055a7f prepare actix-web release web-v1.0.0-beta.3 Nikolay Kim 2019-05-04 20:05:20 -0700
  • 3d1af19080 prepare actix-http release http-v0.1.5 Nikolay Kim 2019-05-04 19:51:00 -0700
  • fa78da8156 unify route and app data, it allows to provide global extractor config #775 Nikolay Kim 2019-05-04 19:43:49 -0700
  • 01cfcf3b75 update changes Nikolay Kim 2019-05-04 08:42:27 -0700
  • 7ef4f5ac0b Make request headers optional in CORS preflight (#816) James 2019-05-05 01:41:37 +1000
  • 2c8c49e0c5
    Merge branch 'master' into master #816 Nikolay Kim 2019-05-04 08:41:24 -0700
  • fc19ce41c4 Clean up response extensions in response pool #817 Nikolay Kim 2019-05-03 15:26:34 -0700
  • 6e00eef63a awc: Fix typo on ResponseError documentation (#815) Otavio Salvador 2019-05-03 18:30:00 -0300
  • 9448fdf261 http: Expand type names for openssl related errors documentation #815 Otavio Salvador 2019-05-02 21:55:59 -0300
  • dc1cd9d2d0 http: Fix typo on ResponseError documentation Otavio Salvador 2019-05-02 21:53:33 -0300
  • d9e9c93b7d awc: Fix typo on ResponseError documentation Otavio Salvador 2019-05-02 21:45:58 -0300
  • 61dd0f2bf1 Add tests for route_data and app_data for TestRequest #813 Glade Miller 2019-05-02 12:23:26 -0600
  • 421cde712d Make request headers optional in CORS preflight avitex 2019-05-02 20:32:24 +1000
  • 337c2febe3 add more tests Nikolay Kim 2019-05-02 09:49:10 -0700
  • f27beab016 fix case for transfer-encoding header name Nikolay Kim 2019-05-02 09:30:00 -0700
  • 4f1c6d1bb7 Update MIGRATION.md (#811) Max Bo 2019-05-03 02:26:51 +1000
  • fffc0ae0c0
    Update MIGRATION.md #811 Max Bo 2019-05-02 18:38:06 +1000
  • 6b34909537 Fix NormalizePath middleware impl #806 Nikolay Kim 2019-05-01 12:40:56 -0700
  • 87284f0951 Add doctest to verify NormalizePath middleware (#809) Douman 2019-05-01 21:47:51 +0300
  • 7b96d746ad Add doctest to verify NormalizePath middleware #809 Douman 2019-05-01 09:19:58 +0300
  • 24bd5b1344 update readmes Nikolay Kim 2019-04-29 20:47:21 -0700
  • 94a0d1a6bc remove old api doc refs Nikolay Kim 2019-04-29 18:42:21 -0700
  • f4e1205cbb fix reactor drop panic Nikolay Kim 2019-04-29 10:14:08 -0700
  • d2c1791067 add async handler test with blocking call Nikolay Kim 2019-04-29 09:45:37 -0700
  • f4b4875cb1 Add helper function for executing futures test::block_fn() Nikolay Kim 2019-04-29 09:34:14 -0700
  • 29a841529f Allow to construct Data instances to avoid double Arc for Send + Sync types. Nikolay Kim 2019-04-29 09:26:12 -0700
  • b51b5b763c added clarification to docs regarding middleware processing sequence, added delete method to TestRequest (#799) Darin 2019-04-29 12:14:36 -0400
  • f80f80a4c3 added delete method to TestRequest, doc, and test #799 dowwie 2019-04-29 11:45:33 -0400
  • 1214c324a2 added clarification to docs regarding middleware processing sequnce dowwie 2019-04-29 07:10:56 -0400
  • 8db6b48a76 update version session-v0.1.0-beta.2 Nikolay Kim 2019-04-28 09:09:18 -0700
  • ffd2c04cd3 Add helper trait UserSession which allows to get session for ServiceRequest and HttpRequest Nikolay Kim 2019-04-28 09:08:51 -0700
  • 70a4c36496 use Error explicitly Nikolay Kim 2019-04-25 11:14:32 -0700
  • cba78e06ae update changes Nikolay Kim 2019-04-24 15:42:34 -0700
  • 3b3dbb4f40 add raw services support web-v1.0.0-beta.2 Nikolay Kim 2019-04-24 15:29:15 -0700
  • 7300002226 grammar fixes (#796) Darin 2019-04-24 16:21:42 -0400
  • f5e32c335f grammar fixes #796 dowwie 2019-04-24 16:03:31 -0400
  • 5426413cb6 update dependencies Nikolay Kim 2019-04-24 13:00:30 -0700
  • 2bc937f6c3 prepare release http-v0.1.4 Nikolay Kim 2019-04-24 12:50:44 -0700
  • 60fa0d5427 Store visit and login timestamp in the identity cookie (#502) Maciej Piechotka 2019-04-24 12:49:56 -0700
  • f429d3319f Read until eof for http/1.0 responses #771 Nikolay Kim 2019-04-24 11:57:40 -0700
  • 5bca6c3535
    Merge branch 'master' into full-identity #502 Nikolay Kim 2019-04-24 11:28:31 -0700
  • 2e19f572ee add tests for camel case headers rendering Nikolay Kim 2019-04-24 11:27:57 -0700
  • 64f603b076 Support to set header names of ClientRequest as Camel-Case (#713) Peter Ding 2019-04-25 01:48:49 +0800
  • efc632835a
    Merge branch 'master' into Upper-Camel-Case-Header #713 Nikolay Kim 2019-04-24 10:48:33 -0700
  • 49f03b7c56
    Merge branch 'master' into full-identity Nikolay Kim 2019-04-24 10:36:51 -0700
  • 679d1cd513 allow to override responder's status code and headers Nikolay Kim 2019-04-24 10:25:46 -0700
  • 42644dac3f prepare actix-http-test release http-test-v0.1.1 Nikolay Kim 2019-04-24 07:31:33 -0700
  • 898ef57080 Fix async web::Data factory handling Nikolay Kim 2019-04-23 21:21:49 -0700
  • 9702b2d88e add client h2 reuse test http-v0.1.3 Nikolay Kim 2019-04-23 15:06:30 -0700
  • d2b0afd859 Fix http client pool and wait queue management Nikolay Kim 2019-04-23 14:57:03 -0700
  • 5f6a1a8249 update version http-v0.1.2 Nikolay Kim 2019-04-23 09:45:39 -0700
  • 5d531989e7 Fix BorrowMutError panic in client connector #793 Nikolay Kim 2019-04-23 09:42:19 -0700
  • 3532602299 Added support for remainder match (i.e /path/{tail}*) Nikolay Kim 2019-04-22 21:22:17 -0700
  • 48bee55087 .to_async() handler can return Responder type #792 Nikolay Kim 2019-04-22 14:22:08 -0700
  • d00c9bb844 do not consume boundary multipart-v0.1.0-beta.1 Nikolay Kim 2019-04-21 16:14:09 -0700
  • 895e409d57 Optimize multipart handling #634, #769 Nikolay Kim 2019-04-21 15:41:01 -0700
  • f0789aad05 update dep versions Nikolay Kim 2019-04-21 09:03:46 -0700
  • 7e480ab2f7 beta.1 release v1.0.0-beta.1 Nikolay Kim 2019-04-20 21:16:51 -0700
  • 891f857547 update changes Nikolay Kim 2019-04-20 11:18:04 -0700
  • cd01487d57 Store visit and login timestamp in the identity cookie Maciej Piechotka 2018-09-05 14:05:11 +0200
  • 01b1350dcc update versions awc-v0.1.1 Nikolay Kim 2019-04-19 18:16:01 -0700
  • 5e4e95fb0a update create version http-v0.1.1 Nikolay Kim 2019-04-19 18:13:05 -0700
  • 9f421b81b8 fix non-ssl connector Nikolay Kim 2019-04-19 18:10:53 -0700
  • 6decfdda1f update deps Nikolay Kim 2019-04-19 18:06:34 -0700
  • fc9b14a933 allow to specify server address for http and ws requests Nikolay Kim 2019-04-19 18:03:44 -0700
  • 7292d0b696 drop chrono and use i64 for max age Nikolay Kim 2019-04-19 17:23:17 -0700
  • a3844c1bfd update version Nikolay Kim 2019-04-19 13:55:36 -0700