Commit Graph

  • ea018e0ad6 better examle in doc string Nikolay Kim 2018-06-02 16:03:23 -0700
  • b799677532 better error messages for overflow errors Nikolay Kim 2018-06-02 15:10:48 -0700
  • 8c7182f6e6
    Merge pull request #270 from DoumanAsh/payload_err Nikolay Kim 2018-06-02 15:06:55 -0700
  • 7298c7aabf
    Merge branch 'master' into payload_err Nikolay Kim 2018-06-02 15:04:22 -0700
  • 09780ea9f3 changelog updates Nikolay Kim 2018-06-02 15:03:34 -0700
  • a7dab950f3 Support chunked encoding for UrlEncoded body #262 Nikolay Kim 2018-06-02 14:57:36 -0700
  • 7e0706a942 implement Debug for Form, Query, Path extractors Nikolay Kim 2018-06-02 14:58:15 -0700
  • 698f0a1849 update changelog Nikolay Kim 2018-06-02 14:57:56 -0700
  • 8b8a3ac01d Support chunked encoding for UrlEncoded body #262 Nikolay Kim 2018-06-02 14:57:36 -0700
  • ec0737e392 fix doc test Nikolay Kim 2018-06-02 13:45:29 -0700
  • 7ab23d082d fix doc test Nikolay Kim 2018-06-02 13:45:29 -0700
  • 913dce0a72
    Merge branch 'master' into payload_err Douman 2018-06-02 23:10:06 +0300
  • 2a9b57f489 Correct docstring Douman 2018-06-02 22:27:43 +0300
  • fce8dd275a Specialize ResponseError for PayloadError Douman 2018-06-02 22:20:22 +0300
  • d664993d56 remove debug prints Nikolay Kim 2018-06-02 11:57:49 -0700
  • 3c472a2f66 remove debug prints Nikolay Kim 2018-06-02 11:57:49 -0700
  • dcb561584d remove debug print Nikolay Kim 2018-06-02 11:55:27 -0700
  • a9c6c57a67 remove debug print Nikolay Kim 2018-06-02 11:55:27 -0700
  • 08e7374eee update changelog Nikolay Kim 2018-06-02 11:46:53 -0700
  • 42da1448fb fixed HttpRequest::url_for for a named route with no variables #265 Nikolay Kim 2018-06-02 11:44:09 -0700
  • 593a66324f update changelog Nikolay Kim 2018-06-02 11:45:37 -0700
  • 4a39216aa7 fixed HttpRequest::url_for for a named route with no variables #265 Nikolay Kim 2018-06-02 11:44:09 -0700
  • 8d905c8504 add links to migration Nikolay Kim 2018-06-02 09:28:32 -0700
  • 33326ea41b fix layout Nikolay Kim 2018-06-02 09:25:11 -0700
  • 0457fe4d61 add System changes to migration guide Nikolay Kim 2018-06-02 09:19:13 -0700
  • cede817915 update changelog Nikolay Kim 2018-06-02 09:15:44 -0700
  • 3bfed36fcc do not re-export actix_inner Nikolay Kim 2018-06-02 09:14:47 -0700
  • 0ff5f5f448 update migration Nikolay Kim 2018-06-02 09:01:51 -0700
  • 2f476021d8
    Merge pull request #267 from joshleeb/trait-middleware-mut-self Nikolay Kim 2018-06-02 08:54:30 -0700
  • a61a1b0efe
    Merge branch 'master' into trait-middleware-mut-self Nikolay Kim 2018-06-02 08:54:00 -0700
  • e041e9d3b7
    Merge pull request #268 from killercup/docs/no-more-missing-docs Nikolay Kim 2018-06-02 08:52:14 -0700
  • 890a7e70d6 Add missing API docs Pascal Hertleif 2018-06-02 15:51:58 +0200
  • 47b7be4fd3 Add warning for missing API docs Pascal Hertleif 2018-06-02 15:50:45 +0200
  • 9c9eb62031 Update Middleware trait to use `&mut self` Josh Leeb-du Toit 2018-06-02 13:37:29 +1000
  • 8d73c30dae
    Merge pull request #266 from killercup/docs/fix-typos-and-run-more-code Nikolay Kim 2018-06-01 16:37:34 -0700
  • d912bf8771 Add more docs to ResourceHandler API Pascal Hertleif 2018-06-02 00:57:24 +0200
  • f414a491dd Fix some ResourceHandler docs Pascal Hertleif 2018-06-02 00:57:07 +0200
  • 8f42fec9b2 stable compat Nikolay Kim 2018-06-01 12:17:13 -0700
  • 8452c7a044 fix doc api example Nikolay Kim 2018-06-01 11:22:40 -0700
  • 009ee4b3db update changelog Nikolay Kim 2018-06-01 10:55:54 -0700
  • 3e0a71101c drop with2 and with3 Nikolay Kim 2018-06-01 10:54:23 -0700
  • c8930b7b6b fix rustfmt formatting Nikolay Kim 2018-06-01 10:27:23 -0700
  • 3f5a39a5b7 cargo fmt Nikolay Kim 2018-06-01 09:37:14 -0700
  • 154cd3c5de better actix mod re-exports Nikolay Kim 2018-06-01 09:36:16 -0700
  • 80965d7a9a
    Re-export actix dependency. Closes #260 (#264) Douman 2018-05-31 20:43:14 +0300
  • cfd68b4b7c Correct doc tests for session feature Douman 2018-05-31 20:20:11 +0300
  • 49799d94a9 Import private actix as actix_inner Douman 2018-05-31 19:57:58 +0300
  • c32d7876a5 Re-export only prelude Douman 2018-05-31 19:25:47 +0300
  • be4976b16e Re-export actix dependency. Closes #260 Douman 2018-05-31 19:11:01 +0300
  • 77becb9bc0 fix doc string Nikolay Kim 2018-05-29 18:48:29 -0700
  • dde266b9ef fix doc string Nikolay Kim 2018-05-29 18:31:39 -0700
  • 34fd9f8148 travis config Nikolay Kim 2018-05-29 18:18:05 -0700
  • a64205e502 refactor TransferEncoding; allow to use client api with threaded tokio runtime Nikolay Kim 2018-05-29 16:32:39 -0700
  • 844be8d9dd fix ssl test server Nikolay Kim 2018-05-29 10:59:24 -0700
  • dffb7936fb Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-05-29 10:31:43 -0700
  • ecd05662c0 use new actix system api Nikolay Kim 2018-05-29 10:31:37 -0700
  • 6eee3d1083
    Merge pull request #258 from mbrobbel/patch-1 Nikolay Kim 2018-05-29 09:15:39 -0700
  • 6b43fc7068
    Fix typo in httpresponse.rs Matthijs Brobbel 2018-05-29 18:11:10 +0200
  • fb582a6bca fix connector Nikolay Kim 2018-05-27 05:18:37 -0700
  • be2ceb7c66 update actix Addr; make ClientConnector thread safe Nikolay Kim 2018-05-27 05:02:49 -0700
  • 7c71171602
    Merge pull request #248 from bbigras/same-site Nikolay Kim 2018-05-26 08:02:12 -0700
  • 4dcecd907b Add same-site to CookieSessionBackend Bruno Bigras 2018-05-25 19:15:00 -0400
  • 255cd4917d fix doc test Nikolay Kim 2018-05-24 22:04:14 -0700
  • f48702042b min rustc version Nikolay Kim 2018-05-24 21:09:20 -0700
  • 690169db89 migrate to tokio Nikolay Kim 2018-05-24 21:03:16 -0700
  • 565bcfb561
    Merge pull request #245 from svartalf/response-builder-cookies-doc Nikolay Kim 2018-05-24 12:42:08 -0700
  • 36f933ce1d Updating docs for HttpResponseBuilder::del_cookie svartalf 2018-05-24 21:36:17 +0300
  • 111b6835fa fix comment Nikolay Kim 2018-05-24 11:06:15 -0700
  • bf63be3bcd bump version Nikolay Kim 2018-05-24 09:24:04 -0700
  • 9f9e0b98ad change homepage link v0.6.10 Nikolay Kim 2018-05-24 08:55:10 -0700
  • 556646aaec update changelog Nikolay Kim 2018-05-24 07:56:51 -0700
  • 174fb0b5f4
    Merge pull request #239 from max-frai/master Nikolay Kim 2018-05-24 07:46:53 -0700
  • 836706653b
    Merge branch 'master' into master Nikolay Kim 2018-05-24 07:46:46 -0700
  • 17f1a2b92a more scope tests Nikolay Kim 2018-05-23 14:11:01 -0700
  • 3b08b16c11 bump version Nikolay Kim 2018-05-23 13:21:54 -0700
  • 68eb2f26c9 Allow to use path without traling slashes for scope registration #241 Nikolay Kim 2018-05-23 13:21:29 -0700
  • 72757887c9 update doc links Nikolay Kim 2018-05-23 11:20:12 -0700
  • eb5dbd43ae update changelog Nikolay Kim 2018-05-23 10:37:17 -0700
  • 1f1dfac3f9
    Merge pull request #240 from ivanovaleksey/patch-2 Nikolay Kim 2018-05-23 09:50:40 -0700
  • 2479b14aba Fix TestServer::post Aleksey Ivanov 2018-05-23 19:07:42 +0300
  • ac24703512 Add ability to set encoding for exact NamedFile. Max Frai 2018-05-23 09:12:23 +0300
  • db0091ba6f disable server test for windows v0.6.9 Nikolay Kim 2018-05-21 21:01:52 -0700
  • 2159158c30 Fix streaming response with body compression Nikolay Kim 2018-05-21 20:50:10 -0700
  • 76d790425f bump version Nikolay Kim 2018-05-21 19:07:56 -0700
  • 90968d4333 Drop connection if request's payload is not fulle consumed #236 Nikolay Kim 2018-05-21 18:54:17 -0700
  • 577a509875 increase delay Nikolay Kim 2018-05-21 16:12:33 -0700
  • a9728abfc8 run coverage report on 1.24 v0.6.8 Nikolay Kim 2018-05-20 21:10:50 -0700
  • 14d1b8e2b6 prepare release Nikolay Kim 2018-05-20 21:09:54 -0700
  • 285c73e95e Re-use tcp listener on pause/resume Nikolay Kim 2018-05-20 20:47:20 -0700
  • 483db7028c expose low level data Nikolay Kim 2018-05-20 20:37:19 -0700
  • 082ff46041 Fix scope resource path extractor #234 Nikolay Kim 2018-05-20 17:04:08 -0700
  • f32e8f22c8
    Merge pull request #231 from qrvaelet/ranges Nikolay Kim 2018-05-20 09:18:46 -0700
  • 766dde7c42
    Merge branch 'master' into ranges Nikolay Kim 2018-05-20 08:51:07 -0700
  • b68687044e range header syntax fix, change range to content-range in responses, enabled accept ranges, tests for content-range, content-length, and range status code qrvaelet 2018-05-19 23:28:48 +0200
  • c9e84e9dd3
    Merge pull request #233 from sindreij/patch-1 Nikolay Kim 2018-05-20 06:19:53 -0700
  • 0126ac46fc
    Fix some typos in server/srv.rs Sindre Johansen 2018-05-20 14:43:26 +0200
  • 9b7ea836d0 bump version v0.6.7 Nikolay Kim 2018-05-17 18:34:09 -0700
  • 537b420d35 Fix compilation with --no-default-features Nikolay Kim 2018-05-17 18:33:48 -0700
  • 16906c5951 clippy warnings v0.6.6 Nikolay Kim 2018-05-17 12:23:37 -0700
  • 45e9aaa462 rustfmt 0.7 Nikolay Kim 2018-05-17 12:20:20 -0700