1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-17 21:56:38 +00:00

Commit graph

  • f89b7a9bb8
    Merge pull request #194 from actix/brandur-allowed-origin-into Brandur 2018-04-21 10:37:18 -0700
  • 59244b203c Let CSRF's allowed_origin() be specified as a type supporting Into<String> #194 Brandur 2018-04-21 08:41:06 -0700
  • 2adf8a3a48 add changelog entry Nikolay Kim 2018-04-21 07:56:11 -0700
  • 805dbea8e7
    Merge pull request #192 from fuchsnj/check_if_close_code_exists Nikolay Kim 2018-04-21 07:54:25 -0700
  • dc9a24a189 add websocket empty close status test #192 Nathan Fox 2018-04-20 21:55:07 -0400
  • 5528cf62f0 check if close code exists before reading it Nathan Fox 2018-04-20 21:30:18 -0400
  • 9880a95603
    Merge pull request #189 from drklee3/patch-1 Nikolay Kim 2018-04-19 19:24:40 -0700
  • 2579c49865
    Update README links to use new guide #189 Derrick Lee 2018-04-19 18:51:01 -0700
  • 01a0f3f5a0 remove unused dependency v0.5.4 Nikolay Kim 2018-04-19 09:54:22 -0700
  • 2c8d987241 Use Display formatting for InternalError Display implementation #188 Nikolay Kim 2018-04-19 07:55:09 -0700
  • 813d1d6e66 doc strings layout Nikolay Kim 2018-04-18 20:41:03 -0700
  • 48b02abee7 fmt Nikolay Kim 2018-04-18 20:16:29 -0700
  • ce1081432b export session module Nikolay Kim 2018-04-18 20:11:49 -0700
  • e9bdba57a0 Add identity service middleware Nikolay Kim 2018-04-18 19:05:24 -0700
  • f907be585e Middleware response() is not invoked if there was an error in async handler #187 Nikolay Kim 2018-04-18 14:15:53 -0700
  • 022f9800ed formatting v0.5.3 Nikolay Kim 2018-04-18 10:49:03 -0700
  • a9a54ac4c6 prep release Nikolay Kim 2018-04-18 10:45:59 -0700
  • 50b9fee3a7 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-04-17 16:24:02 -0700
  • bf9a90293f fix doc strings Nikolay Kim 2018-04-17 16:22:25 -0700
  • 17ec3a3a26
    Merge pull request #185 from kornelski/master Nikolay Kim 2018-04-17 15:57:09 -0700
  • 5b4b885fd6 Replace use of try!() with ? #185 Kornel 2018-04-17 23:20:47 +0100
  • 65b8197876 better doc string for Application::with_state() Nikolay Kim 2018-04-17 13:59:55 -0700
  • a826d113ee add custom request path quoter #182 Nikolay Kim 2018-04-17 12:55:13 -0700
  • 3a79505a44 update doc string Nikolay Kim 2018-04-17 07:51:06 -0700
  • 5f3a7a6a52
    Merge pull request #184 from ivanovaleksey/patch-1 Nikolay Kim 2018-04-17 07:49:09 -0700
  • 6a7b097bcf Fix route in App::resource example #184 Aleksey Ivanov 2018-04-17 16:01:34 +0300
  • 30a36bed9d fix doc example v0.5.2 Nikolay Kim 2018-04-16 09:50:37 -0700
  • 79818560b2 cleanup doc strings; prepare release Nikolay Kim 2018-04-16 09:30:59 -0700
  • 58cc0dfbc5 Fix Client Request with custom Body Stream halting on certain size requests #176 Nikolay Kim 2018-04-15 10:22:09 -0700
  • a9ea649348 Allow to configure StaticFiles CpuPool, via static method or env variable Nikolay Kim 2018-04-13 19:46:14 -0700
  • 634c5723a0 update changelog Nikolay Kim 2018-04-13 19:19:30 -0700
  • a5b5ff0894 update doc strings Nikolay Kim 2018-04-13 19:14:14 -0700
  • 5140fea8d1 allow to use castom error handler for json extractor Nikolay Kim 2018-04-13 19:10:42 -0700
  • 333b4f57d3 use different directory for tests Nikolay Kim 2018-04-13 17:00:18 -0700
  • 827ca5eada remove skeptic tests Nikolay Kim 2018-04-13 16:36:39 -0700
  • ebc1f6eff9 drop skeptic Nikolay Kim 2018-04-13 16:21:57 -0700
  • a8567da3e2 move guide to separate repo; update links Nikolay Kim 2018-04-13 16:20:23 -0700
  • 113f5ad1a8 add rustfmt config Nikolay Kim 2018-04-13 16:02:01 -0700
  • 95f6277007 fix typo Nikolay Kim 2018-04-13 14:36:07 -0700
  • 22c776f46e Fix StaticFiles does not support percent encoded paths #177 Nikolay Kim 2018-04-13 10:13:12 -0700
  • c0976bfa17 fix test Nikolay Kim 2018-04-12 21:28:17 -0700
  • 5e9ec4299c fix workspace links Nikolay Kim 2018-04-12 20:52:30 -0700
  • e05aba65de examples moved to separate repo Nikolay Kim 2018-04-12 20:31:58 -0700
  • c5b18c6d30 prepare release v0.5.1 Nikolay Kim 2018-04-12 16:03:22 -0700
  • 94c5bb5cdd add helper method for returning inner value Nikolay Kim 2018-04-12 15:55:15 -0700
  • 2ca0ea70c4 use one default cpu pool for StaticFiles #174 Nikolay Kim 2018-04-12 15:50:20 -0700
  • 0b01884fca add timeouts stats to client connector Nikolay Kim 2018-04-12 13:08:13 -0700
  • 83168731fc update user guide content compression section Nikolay Kim 2018-04-12 09:54:35 -0700
  • 7295846426
    Merge pull request #173 from jannic/pr Nikolay Kim 2018-04-12 09:30:26 -0700
  • 72bc1546c4 fix end-of-stream handling in parse_payload #173 Jan Niehusmann 2018-04-12 09:47:32 +0200
  • d39b531537 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-04-11 19:05:34 -0700
  • 35e68723df use older mdbook Nikolay Kim 2018-04-11 19:05:14 -0700
  • 0624f9b9d9
    Update MIGRATION-0.4-0.5.md Nikolay Kim 2018-04-11 16:53:27 -0700
  • 0e3820afdf
    Update MIGRATION-0.4-0.5.md Nikolay Kim 2018-04-11 16:49:45 -0700
  • 839d67ac6a migration to 0.5 Nikolay Kim 2018-04-11 16:46:21 -0700
  • b517957761 fix stats for tls and alpn features Nikolay Kim 2018-04-11 16:34:01 -0700
  • d18f9c5905 add clinet connector stats Nikolay Kim 2018-04-11 16:11:11 -0700
  • 76fcdc13a3
    Merge pull request #171 from DoumanAsh/without_state_public Douman 2018-04-11 23:48:19 +0300
  • 62a9b4c53c Rename HttpRequest::without_state into drop_state and make it public #171 Douman 2018-04-11 22:27:17 +0300
  • c570229351
    Update README.md Nikolay Kim 2018-04-11 10:49:34 -0700
  • d041df6c4b update links Nikolay Kim 2018-04-10 19:27:09 -0700
  • bc28e54976 add homepage link Nikolay Kim 2018-04-10 19:20:21 -0700
  • 26ab5cbd01 forgot to include Nikolay Kim 2018-04-10 15:14:46 -0700
  • 50c2a5ceb0 update basic example Nikolay Kim 2018-04-10 14:45:03 -0700
  • 8dbbb0ee07 update guide Nikolay Kim 2018-04-10 13:31:10 -0700
  • ca76dff5a7 update redis example Nikolay Kim 2018-04-10 13:21:54 -0700
  • 88f66d49d0 openssl features v0.5.0 Nikolay Kim 2018-04-10 11:07:54 -0700
  • be288fa00a for NamedFile process etag and last modified only if status code is 200 Nikolay Kim 2018-04-10 10:57:53 -0700
  • 5e6a0aa3df simplier example in readme Nikolay Kim 2018-04-10 10:39:16 -0700
  • fd87eb59f8 remove reference to master Nikolay Kim 2018-04-10 10:29:10 -0700
  • 81ac905c7b fix prefix and static file serving #168 Nikolay Kim 2018-04-10 10:13:52 -0700
  • bb11fb3d24 update client mod doc string Nikolay Kim 2018-04-09 21:57:40 -0700
  • 23eea54776 update cors doc string Nikolay Kim 2018-04-09 21:39:32 -0700
  • 2881859400 proper test for CorsBuilder::resource Nikolay Kim 2018-04-09 21:29:57 -0700
  • 1686682c19 extend CorsBuilder api to make it more user friendly Nikolay Kim 2018-04-09 21:11:15 -0700
  • d04ff13955 update version Nikolay Kim 2018-04-09 14:27:13 -0700
  • e757dc5a71 clippy warnings Nikolay Kim 2018-04-09 14:25:30 -0700
  • be358db422 CorsBuilder::finish() panics on any configuration error Nikolay Kim 2018-04-09 14:20:12 -0700
  • 7df2d6b12a clippy warnings; extend url_for example in user guide Nikolay Kim 2018-04-09 13:30:38 -0700
  • 458e6bdcc2
    Merge pull request #170 from adwhit/private-cookies Nikolay Kim 2018-04-09 12:54:15 -0700
  • 0b0bbd6bd9
    Merge branch 'master' into private-cookies #170 Nikolay Kim 2018-04-09 12:54:08 -0700
  • 5617896780 cleanup doc tests Nikolay Kim 2018-04-09 10:40:12 -0700
  • 2b803f30c9 remove CookieSessionBackend::new Alex Whitney 2018-04-09 18:33:29 +0100
  • 9b152acc32 add signed and private cookies Alex Whitney 2018-04-09 16:22:25 +0100
  • eb66685d1a simplify csrf middleware Nikolay Kim 2018-04-09 09:49:07 -0700
  • b505e682d4 fix session doc test Nikolay Kim 2018-04-09 09:31:11 -0700
  • 48e7013997 update guide examples Nikolay Kim 2018-04-09 07:57:50 -0700
  • ff14633b3d simplify CookieSessionBackend; expose max_age cookie setting Nikolay Kim 2018-04-08 11:05:37 -0700
  • 37db7d8168 allow to override status code for NamedFile Nikolay Kim 2018-04-08 10:53:58 -0700
  • 89bf12605d
    Merge pull request #165 from tazjin/docs/various-doc-fixes Nikolay Kim 2018-04-07 09:53:19 -0700
  • 9fb0498437 docs(lib): Add a note about getting started with the API docs #165 Vincent Ambo 2018-04-07 17:27:53 +0200
  • b2a43a3c8d docs(application): Formatting & spelling fixes in module docs Vincent Ambo 2018-04-07 17:10:36 +0200
  • 38063b9873 docs(client): Minor formatting and spelling fixes in module docs Vincent Ambo 2018-04-07 17:00:57 +0200
  • 1045a6c6f0 docs(README): Minor formatting and spelling fixes Vincent Ambo 2018-04-07 17:00:39 +0200
  • 4bb0f54068
    Merge 7f9d2471d1 into 7243c58fce #156 Rhys 2018-04-07 05:13:37 +0000
  • 7243c58fce stable rust compatibility Nikolay Kim 2018-04-06 21:57:45 -0700
  • fffaf2bb2d App::route method Nikolay Kim 2018-04-06 21:18:42 -0700
  • 7becb95a97 fix guide example Nikolay Kim 2018-04-06 20:24:49 -0700
  • a4b837a1c1 flaky test Nikolay Kim 2018-04-06 19:45:14 -0700
  • 542315ce7f simplify StaticFiles Nikolay Kim 2018-04-06 19:34:55 -0700