Commit Graph

  • 38f04b75a7 update deps Nikolay Kim 2019-06-04 22:36:10 +0600
  • a771540b16 prepare actix-web-codegen release codegen-v0.1.2 Nikolay Kim 2019-06-04 22:33:43 +0600
  • cf217d35a8 Added HEAD, CONNECT, OPTIONS and TRACE to the codegen (#886) Glade Miller 2019-06-04 10:30:43 -0600
  • 9442c508a8
    Update CHANGES.md Glade Miller 2019-06-04 08:37:50 -0600
  • 400062fe7b let the reference of HttpRequest in the ServiceRequest could be access Bob 2019-06-04 11:17:52 +0800
  • 96cc1fca12
    Merge branch 'master' into feature/complete_http_method_codegen_list Glade Miller 2019-06-03 11:58:29 -0600
  • 0e138e111f add external resource support on scope level Nikolay Kim 2019-06-03 23:41:32 +0600
  • 793f1b9513 Add patch to supported codegen http methods Glade Miller 2019-06-03 11:33:41 -0600
  • 1fce4876f3 Scope configuration (#880) Denys Vitali 2019-06-03 19:12:37 +0200
  • c3af0dc371 Add new macros to use statement Glade Miller 2019-06-03 11:05:33 -0600
  • 2027dc5e53 Added HEAD, CONNECT, OPTIONS and TRACE to the codegen Glade Miller 2019-06-03 10:44:43 -0600
  • 18f4cec4a3
    Merge branch 'master' into master Denys Vitali 2019-06-03 14:16:09 +0200
  • 8f5a4e9b39
    ScopeConfig: Remove changes from actix-http Denys Vitali 2019-06-03 14:15:33 +0200
  • 972de9497e
    ScopeConfig: Remove unnecessary changes, handle the case when data is empty Denys Vitali 2019-06-03 10:36:09 +0200
  • 4a179d1ae1 prepare actix-session release session-v0.1.1 Nikolay Kim 2019-06-03 10:52:43 +0600
  • a780ea10e9 Guard cookie mod by cookie-session feature (#883) Igor Gnatenko 2019-06-03 06:30:30 +0200
  • e6bc864e05
    Scope: Switch to ServiceConfig in doc Denys Vitali 2019-06-02 20:00:28 +0200
  • 53d254464a
    Scope Config: Use ServiceConfig instead Denys Vitali 2019-06-02 19:56:17 +0200
  • 8c2688c1f5
    Merge branch 'master' into master Denys Vitali 2019-06-02 16:07:19 +0200
  • adfab3956b
    Guard cookie mod by cookie-session feature Igor Gnatenko 2019-06-02 09:25:47 +0200
  • 6d2e190c8e prepare actix-files release files-v0.1.1 Nikolay Kim 2019-06-02 13:09:21 +0600
  • b1cfbdcf7a prepare actix-http release http-v0.2.3 Nikolay Kim 2019-06-02 13:05:22 +0600
  • 24180f9014 Fix boundary parsing #876 multipart-v0.1.2 Nikolay Kim 2019-06-02 12:58:37 +0600
  • 4d1cdae484
    Merge branch 'master' into master Denys Vitali 2019-06-01 14:19:25 +0200
  • 15cdc680f6 Static files are incorrectly served as both chunked and with length #812 Nikolay Kim 2019-06-01 17:57:40 +0600
  • 666756bfbe body helpers Nikolay Kim 2019-06-01 17:57:25 +0600
  • a1b40f4314 add license files Nikolay Kim 2019-06-01 17:25:29 +0600
  • 29a0fe76d5 prepare actix-web-codegen release codegen-v0.1.1 Nikolay Kim 2019-06-01 17:21:22 +0600
  • 7753b9da6d web-codegen: Add extra-traits to syn features (#879) Igor Gnatenko 2019-06-01 10:13:45 +0200
  • ddce172572
    Add ScopeConfig to web Denys Vitali 2019-05-31 20:28:24 +0200
  • db61807acc
    Scope: Fix tests Denys Vitali 2019-05-31 18:24:46 +0200
  • 08ce463297
    Extensions: Fix into_iter() Denys Vitali 2019-05-31 17:56:54 +0200
  • 1fcc0f40ad
    web-codegen: Add extra-traits to syn features Igor Gnatenko 2019-05-31 17:55:24 +0200
  • 7167f15bc3
    WIP: Scope configuarion Denys Vitali 2019-05-31 17:52:42 +0200
  • f1764bba43 Fix Logger time format (use rfc3339) (#867) Mohab Usama 2019-05-31 10:09:21 +0200
  • 7634ed33d6 Update change log Mohab Usama 2019-05-31 09:30:09 +0200
  • 71e433a18c
    Merge branch 'master' into logger-request-time Mohab Usama 2019-05-31 09:26:50 +0200
  • c2d7db7e06 prepare actix-web-actors release actors-v1.0.0 Nikolay Kim 2019-05-29 16:22:57 -0700
  • 21418c7414 prep actix-http release http-v0.2.2 Nikolay Kim 2019-05-29 16:15:12 -0700
  • fe781345d5 Add Migration steps for Custom Error (#869) octave99 2019-05-29 16:47:04 +0000
  • c074458220
    Merge branch 'master' into logger-request-time Nikolay Kim 2019-05-29 20:44:26 +0400
  • a614be7cb5 Don't DISCONNECT from stream when reader is empty (#870) Nicolas Gotchac 2019-05-29 18:37:42 +0200
  • bd77f36531 Fix chunked transfer: poll_request before closing stream + Test Nicolas Gotchac 2019-05-29 15:12:19 +0200
  • 686cdbc165 Don't DISCONNECT from stream when reader is empty Nicolas Gotchac 2019-05-28 14:41:58 +0200
  • b44cf1c090
    Add Migration steps for Custom Error octave99 2019-05-28 06:33:02 +0000
  • a9b0734ad5 Fix Logger time format (use rfc3339) Mohab Usama 2019-05-27 17:00:06 +0200
  • 1eb89b8375 remove debug prints multipart-v0.1.1 Nikolay Kim 2019-05-25 03:16:53 -0700
  • aa626a1e72 handle disconnects Nikolay Kim 2019-05-25 03:16:46 -0700
  • 7f12b754e9 Handle socket read disconnect http-v0.2.1 Nikolay Kim 2019-05-25 03:07:40 -0700
  • 3f196f469d update version Nikolay Kim 2019-05-25 02:13:04 -0700
  • 35eb378585 prepare actix-files release files-v0.1.0 Nikolay Kim 2019-05-25 02:02:28 -0700
  • 6db625f55b Update actix-web dep to 1.0.0-rc (#864) Miles Granger 2019-05-25 10:52:23 +0200
  • a40e84d6de
    Merge branch 'master' into master jairinhohw 2019-05-24 14:05:19 -0300
  • 02d9025a3f
    Update actix-web dep to 1.0.0-rc Miles Granger 2019-05-23 17:05:10 +0200
  • 801cc2ed5d Cleaned unnecessary Option<_> around ServerBuilder in server.rs/HttpServer (#863) Vlad Frolov 2019-05-23 15:21:02 +0300
  • 164969018a Cleaned unnecessary Option<_> around ServerBuilder in server.rs/HttpServer Vlad Frolov 2019-05-23 11:38:14 +0300
  • ded1e86e7e Add ServiceRequest::set_payload() method Nikolay Kim 2019-05-22 21:25:51 -0700
  • babf48c550 fix NamedFile last-modified check #820 Nikolay Kim 2019-05-22 21:21:12 -0700
  • d3e807f6e9 move Payload to inner http request Nikolay Kim 2019-05-22 11:49:27 -0700
  • 7746e785c1 re-export Service and Transform traits Nikolay Kim 2019-05-22 11:20:37 -0700
  • 4e141d7f5d Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-05-22 11:18:42 -0700
  • 12842871fe Clear http requests pool on app service drop #860 Nikolay Kim 2019-05-22 11:18:33 -0700
  • fc85ae4014 small documentation fix (#856) Aliaksandr Rahalevich 2019-05-21 10:43:18 -0700
  • ce92eaa8b3 small documentation fix Aliaksandr Rahalevich 2019-05-20 19:21:34 -0700
  • 5826f39dbe Add `set_json` method to TestRequest (#851) Harry Stern 2019-05-18 22:36:28 -0400
  • 03d053711e
    Add `set_json` method to TestRequest Harry Stern 2019-05-18 19:23:04 -0400
  • 8ff56d7cd5 prepare actix-session release session-v0.1.0 Nikolay Kim 2019-05-18 11:20:09 -0700
  • 0843bce7ba prepare actix-multipart multipart-v0.1.0 Nikolay Kim 2019-05-18 11:15:58 -0700
  • dea0e0a721 update actix-server dep web-v1.0.0-rc Nikolay Kim 2019-05-18 11:00:33 -0700
  • e857ab1f81 HttpServer::shutdown_timeout u16 to u64 (#849) Herbert Jones 2019-05-18 12:50:35 -0500
  • 0dda4b06ea prepare release Nikolay Kim 2019-05-18 10:49:59 -0700
  • cbe0226177 update changes codegen-v0.1.0 Nikolay Kim 2019-05-18 10:47:08 -0700
  • 986f6e366e HttpServer::shutdown_timeout u16 to u64 Herbert Jones 2019-05-18 12:39:48 -0500
  • e8c8626878 update deps Nikolay Kim 2019-05-18 09:54:23 -0700
  • 4b215e0839 Support Query<T>::from_query() (#846) Miles Granger 2019-05-17 22:10:46 +0200
  • 7e4dd25066 Support Query<T>::from_query() Miles Granger 2019-05-16 07:52:09 +0200
  • e1ff3bf8fa fix resource match with params #841 Nikolay Kim 2019-05-15 10:31:40 -0700
  • 80f4ef9aac When using codegen with paths that have parameters then only the first endpoint resolves (#842) Glade Miller 2019-05-15 10:21:07 -0600
  • 6813ce789d add x509 to stream extension (#844) 0.7 Zeyi Fan 2019-05-15 08:38:59 -0700
  • a4de813adc
    Merge branch 'master' into master jairinhohw 2019-05-15 00:39:51 -0300
  • bba90d7f22 Query config (#839) Davide Di Carlo 2019-05-14 22:54:30 +0200
  • f8af3b86e5 export set_date Nikolay Kim 2019-05-14 08:48:11 -0700
  • 0fbe3df62d add x509 to stream extension Zeyi Fan 2019-05-13 17:06:47 -0700
  • 254b40b003 separated the handshake function with and without protocols changed protocols type from Vec<&str> to [&str] jairinhohw 2019-05-13 20:13:38 -0300
  • 1006c173ed When using codegen with paths that have parameters then only the first endpoint resolves Glade Miller 2019-05-13 12:00:47 -0600
  • 7143e45ff4 update CHANGES.md daddinuz 2019-05-13 10:07:39 +0200
  • 12e25cb5f6 Merge branch 'master' into query_config daddinuz 2019-05-13 10:04:14 +0200
  • 6c3d8b8738 Make JsonConfig send (#830) Davide Di Carlo 2019-05-13 05:04:08 +0200
  • 2648cd7a96
    Merge branch 'master' into make_json_config_send Nikolay Kim 2019-05-12 18:53:16 -0700
  • 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