1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-24 09:00:34 +00:00

Commit graph

  • 55a29d3778 add h2 server support Nikolay Kim 2019-02-06 11:44:15 -0800
  • c517bda234 Merge branch 'master' into public-router #688 Igor Alexanov 2019-02-06 14:25:29 +0300
  • 5c27a52c7f Add documentation Igor Alexanov 2019-02-06 14:00:54 +0300
  • a0ca219726 Make router public Igor Alexanov 2019-02-06 13:13:47 +0300
  • 346d85a884 Serve static file directly instead of redirecting (#676) Vladislav Stepanov 2019-02-04 13:20:46 +0300
  • 192fc34768
    Merge branch 'master' into serve-index-without-redirect #676 Douman 2019-02-04 12:52:07 +0300
  • ef5b54a481 use released service crate Nikolay Kim 2019-02-03 14:05:44 -0800
  • c9bb2116fe update actix-utils Nikolay Kim 2019-02-03 10:50:29 -0800
  • cd91693900
    Implement failure::Error for actix_web::Error. #681 Marcin Mielniczuk 2019-01-31 15:59:30 +0100
  • e70c7f2a5d upgrade derive-more Nikolay Kim 2019-02-01 20:22:43 -0800
  • 3269e35722 migrate to actix-service 0.2 Nikolay Kim 2019-02-01 20:18:44 -0800
  • b9ab5579da add Url type from actix web utils-0.2.1 Nikolay Kim 2019-02-01 13:25:56 -0800
  • 76866f054f move service to submodule; update travis config Nikolay Kim 2019-01-30 10:29:15 -0800
  • 3e6bdbd9ee rename trait Nikolay Kim 2019-01-29 10:34:27 -0800
  • 9a4eb5a848 update readme Nikolay Kim 2019-01-29 10:17:38 -0800
  • 4217894d48 cleaup warnings Nikolay Kim 2019-01-29 10:14:00 -0800
  • 4a388d7ad9 add client http/2 support Nikolay Kim 2019-01-28 20:41:09 -0800
  • 9968afe4a6 Use NamedFile with an existing File (#670) wildarch 2019-01-28 06:07:28 +0100
  • 12fb94204f use hashbrown instead of std HashMap Nikolay Kim 2019-01-27 11:40:26 -0800
  • c3d3e8b465 move TestServer to separate crate Nikolay Kim 2019-01-27 10:59:07 -0800
  • b92c33c179 tidy up tests: negative cases + naming Vlad Stepanov 2019-01-27 17:10:32 +0300
  • 72134efb38
    Merge branch 'master' into feature/named_file_from_std_file #670 wildarch 2019-01-27 11:44:03 +0100
  • 3e9c53ecca Mark examples as no_run, add to CHANGES.md. Daan de Graaf 2019-01-27 11:44:13 +0100
  • 42277c5c8f update deps Nikolay Kim 2019-01-26 22:09:26 -0800
  • f5bec968c7 Bump v_htmlescape version to 0.4 Tomas Izquierdo Garcia-Faria 2019-01-25 02:35:11 +0100
  • 515bfad830 prep release service-v0.1.6 Nikolay Kim 2019-01-24 20:42:30 -0800
  • 0340d82314 better ergonomics for .apply combinator Nikolay Kim 2019-01-24 20:41:42 -0800
  • 88548199d7 change apply combinator error semantic Nikolay Kim 2019-01-24 19:19:44 -0800
  • 2c3a00168e Bump v_htmlescape version to 0.4 #677 Tomas Izquierdo Garcia-Faria 2019-01-25 02:35:11 +0100
  • 21159209da Serve index file directly instead of redirecting Vlad Stepanov 2019-01-24 23:48:28 +0300
  • c6ac5b8963 Get rid of tempfile dependency. Daan de Graaf 2019-01-21 18:22:32 +0100
  • a534fdd125 Add io handling for ECONNRESET when data has already been received Neil Jensen 2019-01-19 10:41:48 -0700
  • 6ceda9aa42 Add io handling for ECONNRESET when data has already been received #672 Neil Jensen 2019-01-19 10:41:48 -0700
  • 278176fca5 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:33:33 -0800
  • 2c8e7c4ae4 add helper constructors to Either service Nikolay Kim 2019-01-16 15:33:10 -0800
  • b6414d6197 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:00:23 -0800
  • f94ef5248e add Clone impl for Either service Nikolay Kim 2019-01-16 15:00:08 -0800
  • 599157fa48 add NamedFile::from_file and NamedFile::from_file_with_config. Daan de Graaf 2019-01-16 16:29:26 +0100
  • 235bb7b033 Remove usage of async keyword in code #669 Douman 2019-01-15 04:41:34 -0500
  • fc5a0e8821 allow deserialize from the path Nikolay Kim 2019-01-15 19:25:49 -0800
  • cbc378b67f allow deserialize from the path Nikolay Kim 2019-01-15 19:25:49 -0800
  • db2367b26e properly check readiness inclosed service Nikolay Kim 2019-01-14 09:41:10 -0800
  • bd3910636d add test cases for query and form sequence #664 Andrii Radyk 2019-01-13 23:12:57 +0100
  • 0bee4db270 use new service converter Nikolay Kim 2019-01-13 23:30:42 -0800
  • 615a0d52ed add service and new service for stream dispatcher Nikolay Kim 2019-01-13 23:12:46 -0800
  • cfb62ccc40 Make Out::Error convertable from T::Error for apply combinator service-v0.1.5 Nikolay Kim 2019-01-13 22:58:23 -0800
  • 3431fff4d7 Fixed example in client documentation. This closes #665. rishflab 2019-01-14 14:13:37 +1100
  • b22465de4e Fixed example in client documentation. This closes #665. #666 rishflab 2019-01-14 14:13:37 +1100
  • 605a947c3e update version connector-0.1.1 Nikolay Kim 2019-01-13 10:06:54 -0800
  • 31f0a96c20 Upgrade trust-dns-proto remove Nikolay Kim 2019-01-13 10:03:33 -0800
  • 66a7c59aaf fix changelog Nikolay Kim 2019-01-11 21:42:13 -0800
  • 316974616a Use FnMut instead of Fn for FnService service-v0.1.4 Nikolay Kim 2019-01-11 21:39:58 -0800
  • d6df2e3399 Fix HttpResponse doc spelling "os" to "of" Sameer Puri 2019-01-10 16:26:01 -0600
  • 2452fb9059
    Fix HttpResponse doc spelling "os" to "of" #660 Sameer Puri 2019-01-10 16:26:01 -0600
  • 323b9a834f use release version of string Nikolay Kim 2019-01-10 10:40:27 -0800
  • b5d84bd980 use release version of string Nikolay Kim 2019-01-10 10:40:27 -0800
  • 1fbb52ad3b 0.7.18 Bump 0.7.18 Douman 2019-01-10 17:05:18 +0300
  • 08835c5595
    [src/lib] Expose application publicly #658 Samuel Marks 2019-01-10 15:31:47 +1100
  • a519d68e3c different string crate version Nikolay Kim 2019-01-09 19:54:52 -0800
  • e969429e2c different string crate version Nikolay Kim 2019-01-09 19:54:52 -0800
  • e5cdd22720 Fix test server listener thread leak (#655) Julian Tescher 2019-01-08 10:42:22 -0800
  • a455c76da8
    Fix test server listener thread leak #655 Julian Tescher 2019-01-04 17:35:47 -0800
  • 4f2e970732 Tidy up CHANGES.md Douman 2019-01-08 10:49:03 +0300
  • 4d45313f9d Decode special characters when handling static files Douman 2019-01-08 10:46:58 +0300
  • 6fe741025f add host and port for test server Nikolay Kim 2019-01-07 21:09:56 -0800
  • f1c4ff7960 add enum support for path deserializer Nikolay Kim 2019-01-06 10:26:59 -0800
  • f8e170fdaf add enum support for path deserializer Nikolay Kim 2019-01-06 10:26:59 -0800
  • e63597912b more tests for de Nikolay Kim 2019-01-06 08:12:51 -0800
  • 474fed4dfe more tests for de Nikolay Kim 2019-01-06 08:12:51 -0800
  • 3a0c0afae9 helper impls for Router Nikolay Kim 2019-01-05 22:00:38 -0800
  • 2b8f41e9e4 helper impls for Router Nikolay Kim 2019-01-05 22:00:38 -0800
  • dbaa19e48f add router crate Nikolay Kim 2019-01-05 13:19:25 -0800
  • 3484007e4e add router crate Nikolay Kim 2019-01-05 13:19:25 -0800
  • 58ba1d8269 use service error for stream dispatcher Nikolay Kim 2019-01-05 13:19:06 -0800
  • 55a2a59906 Improve change askama_escape in favor of v_htmlescape (#651) Juan Aguilar 2019-01-03 20:34:18 +0100
  • 6098624999 Improve change askama_escape in favor of v_htmlescape #651 Juan Aguilar Santillana 2019-01-03 17:58:34 +0100
  • 4f31d1ef7a StaticFiles now serves both indices #650 Eon S. Jeon 2019-01-03 17:39:37 +0900
  • 61883042c2 Add with-cookie init-method for TestRequest (#647) Ji Qu 2019-01-02 18:24:08 +0800
  • 2019b741bd Doc: Add change-log for TestRequst's cookie method #647 winkidney 2019-01-02 17:38:15 +0800
  • 7017bad4bb add test server Nikolay Kim 2019-01-01 22:59:52 -0800
  • 20b45b45b4 Refactor: Add empty line before doc string winkidney 2019-01-02 13:35:18 +0800
  • 2d2917b61f Fix: Should assign a new cookie vector if it doesn't exist winkidney 2019-01-02 11:41:50 +0800
  • 5eb4ee27e8 Refactor: Use mut-ref to insert instead move of cookies value winkidney 2019-01-01 00:49:41 -0800
  • d92873eebd show index only if C::show_index() returns true Eon S. Jeon 2018-12-31 09:34:36 +0900
  • 02a75cc239 show index if index file doesn't exist Eon S. Jeon 2018-12-29 22:40:17 +0900
  • 8bd8ee7b18 Feature: Add with-cookie init-method for TestRequest winkidney 2018-12-27 13:10:25 +0800
  • 112a7b6b1b fix error handling Nikolay Kim 2018-12-26 11:50:07 -0800
  • 799c6eb719 0.7.17 Bump 0.7.17 Douman 2018-12-25 16:28:36 +0300
  • 037a1c6a24 Bump min version of rustc Douman 2018-12-24 21:17:09 +0300
  • bfdf762062 Only return a single Origin value (#644) BlueC0re 2018-12-24 19:16:07 +0100
  • 12a1cb33f1 Added changes.md entry #644 bluec0re 2018-12-23 22:22:43 +0100
  • 477bf0d8ae Send HTTP/1.1 100 Continue if request contains expect: continue header #634 Nikolay Kim 2018-12-23 10:19:12 -0800
  • 45cccdb623 Only return a single origin if matched. bluec0re 2018-12-23 18:09:23 +0100
  • bc43372ba4 add multipart for client #477 Marat Safin 2018-08-19 10:15:22 +0300
  • e9fe3879df Support custom content types in JsonConfig Phil Booth 2018-12-18 17:53:03 +0000
  • 410a02525f add static lifetime requirements in StaticFileConfig trait Anton Lazarev 2018-12-22 15:37:31 -0500
  • 1215bcaaaf Static Files refactoring (#604) Douman 2018-11-28 19:15:18 +0300
  • 2c08e811ae
    add static lifetime requirements in StaticFileConfig trait #641 Anton Lazarev 2018-12-22 15:37:31 -0500
  • 48a1c7320c fix io handling code Nikolay Kim 2018-12-21 13:00:26 -0800
  • 37d28304c9 Fix max concurrent connections handling server-0.1.3 Nikolay Kim 2018-12-21 10:38:08 -0800