1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-03-28 05:45:27 +00:00

Commit graph

  • c01611d8b5 prepare actix-web release Nikolay Kim 2019-07-17 12:07:12 +0600
  • 0bfcf3a66e Expose factory traits and some clippy fixes #983 Ravi Shankar 2019-07-10 18:03:49 +0530
  • 7b1dcaffda cleanup deprecation warning for Box<dyn> Nikolay Kim 2019-07-17 11:44:39 +0600
  • c65dbaf88e expose app's ResourceMap via resource_map method Nikolay Kim 2019-07-17 11:33:05 +0600
  • c45728ac01 prep test server release http-test-v0.2.3 Nikolay Kim 2019-07-16 10:21:52 +0600
  • 6f71409355 Add DELETE, PATCH, OPTIONS methods to TestServerRunner (#973) Andrea Corradi 2019-07-16 06:19:28 +0200
  • 6ec5ba2bad Add DELETE, PATCH, OPTIONS methods to TestServerRunner #973 Andrea Corradi 2019-07-14 00:34:26 +0200
  • 8d17c8651f update bench link Nikolay Kim 2019-07-11 14:45:58 +0600
  • b1143168e5 Impl Responder for (T, StatusCode) where T: Responder (#954) messense 2019-07-11 16:42:58 +0800
  • 69456991f6 update api doc example for client and add panic info for connection_info Nikolay Kim 2019-07-11 14:40:37 +0600
  • 36636b71ea Added freeze() method to ClientRequest which produces a 'read-only' copy of a request suitable for retrying the send operation Dmitry Pypin 2019-07-10 16:26:44 -0700
  • f276db0693 Added extra_headers Dmitry Pypin 2019-07-10 11:56:10 -0700
  • 9d612f8cd0
    Replace UnsafeCell with RefCell in PayloadRef Aaron Hill 2019-07-09 21:13:22 -0400
  • 68bb76beec
    Split unsafe block HttpServiceHandlerResponse Aaron Hill 2019-07-09 21:08:11 -0400
  • 50397fb63b
    Replace UnsafeCell in DateServiceInner with Cell Aaron Hill 2019-07-09 21:01:27 -0400
  • 5ae6fc261e Initial commit Dmitry Pypin 2019-07-09 11:01:03 -0700
  • abfdf559b3 Impl Responder for (T, StatusCode) where T: Responder #954 messense 2019-07-04 13:34:53 +0800
  • f410f3330f prepare actix-session release session-v0.2.0 Nikolay Kim 2019-07-08 23:25:51 +0600
  • e1fcd203f8 Update the copyless version to 0.1.4 (#956) Jeff Muizelaar 2019-07-08 05:48:20 -0400
  • ca1a420254
    Merge branch 'master' into patch-1 #956 Nikolay Kim 2019-07-08 11:44:12 +0600
  • 0d8a4304a9 Drop a duplicated word (#958) Michael Snoyman 2019-07-05 17:46:55 +0300
  • 6f9ff9094d
    Drop a duplicated word #958 Michael Snoyman 2019-07-05 12:15:57 +0300
  • d384ff3af3
    Update the copyless version to 0.1.4 Jeff Muizelaar 2019-07-04 11:33:06 -0400
  • 14cc5a5d6b
    Merge pull request #912 from Dowwie/master Darin 2019-07-03 21:07:07 -0400
  • 287c2b1d18
    Merge branch 'master' into master #912 Darin 2019-07-03 18:50:19 -0400
  • 7596ab69e0 reverted actix-web/CHANGES.md dowwie 2019-07-03 08:55:29 -0400
  • 1fdd77bffa reworded session info in CHANGES dowwie 2019-07-03 07:56:50 -0400
  • 2d424957fb updated version in Cargo to 0.2 dowwie 2019-07-03 07:50:45 -0400
  • dabc4fe00b updated actix-session/CHANGES with info dowwie 2019-07-03 07:50:11 -0400
  • 5bf5b0acd2 updated CHANGES with info about actix-session update dowwie 2019-07-03 07:46:46 -0400
  • 099a8ff7d8 updated session cookie to support login, logout, changes dowwie 2019-07-01 15:26:19 -0400
  • a28b7139e6 prepare awc release awc-v0.2.2 Nikolay Kim 2019-07-01 11:34:57 +0600
  • a0a469fe85 disable travis cargo cache Nikolay Kim 2019-07-01 11:33:11 +0600
  • dbab55dd6b Bump rand crate version to 0.7 (#951) messense 2019-07-01 11:37:03 +0800
  • cba6224900
    Merge branch 'master' into rand-0-7 #951 Nikolay Kim 2019-07-01 09:36:55 +0600
  • d2eb1edac3 Actix-web client: Always append a colon after username in basic auth (#949) Alec Moskvin 2019-06-30 23:34:42 -0400
  • 8290e5f1c6 Bump rand crate version to 0.7 messense 2019-07-01 11:07:19 +0800
  • 5901dfee1a Fix link to actix-cors (#950) Sindre Johansen 2019-06-30 17:30:04 +0200
  • 0e05b37082 updated cookie session to update on change dowwie 2019-06-29 14:24:02 -0400
  • 9eb1d9c9be
    Fix link to actix-cors #950 Sindre Johansen 2019-06-29 15:27:52 +0200
  • 5bc6194f88 Update CHANGES.md #949 Alec Moskvin 2019-06-29 07:32:04 -0400
  • 37f4ce8604 Fixes typo in docs. (#948) Cameron Dershem 2019-06-29 00:38:16 -0400
  • 4befd51c13 Always append a colon after username in basic auth Alec Moskvin 2019-06-28 22:34:07 -0400
  • 2d6d90b63c
    Fixes typo in docs. #948 Cameron Dershem 2019-06-28 15:01:54 -0400
  • 12b5174850 update deps Nikolay Kim 2019-06-28 14:46:26 +0600
  • b77ed193f7 prepare actix-web release web-v1.0.3 Nikolay Kim 2019-06-28 14:36:20 +0600
  • d286ccb4f5 Add on-connect callback #946 http-v0.2.5 Nikolay Kim 2019-06-28 14:34:26 +0600
  • cac162aed7 update actix-http changes Nikolay Kim 2019-06-28 12:34:43 +0600
  • a3a78ac6fb Do not set Content-Length header, let actix-http set it #930 files-v0.1.3 Nikolay Kim 2019-06-28 11:42:20 +0600
  • 596483ff55 prepare actix-web-actors release actors-v1.0.1 Nikolay Kim 2019-06-28 10:54:23 +0600
  • 768859513a Expose the max limit for payload sizes in Websocket Actors. #925 (#933) anthonyjchriste 2019-06-27 18:49:03 -1000
  • 44bb79cd07 Call req.path() on Json extractor error only (#945) messense 2019-06-28 12:44:53 +0800
  • af9fb5d190 Support asynchronous data factories #850 Nikolay Kim 2019-06-28 10:43:52 +0600
  • 539e8c11ec Cleanup len parse code #945 messense 2019-06-27 23:34:21 +0800
  • 552db77fc7 Call req.path() on Json extractor error only messense 2019-06-27 23:28:54 +0800
  • 50a9d9e2c5
    Merge branch 'master' into master Darin 2019-06-27 06:38:13 -0400
  • 9f8b85f98f removed changed from SessionInner actix/actix-web#943 #944 Jens Metzner 2019-06-26 11:08:53 +0200
  • c0c71f82c0 Fixes typo. (#940) Cameron Dershem 2019-06-25 13:23:36 -0400
  • 931776177e
    Fixes typo. #940 Cameron Dershem 2019-06-25 00:12:21 -0400
  • 93855b889a
    Merge branch 'master' into master Darin 2019-06-24 18:41:48 -0400
  • fa7e0fe6df updated cookie.rs req to get_changes dowwie 2019-06-24 18:40:14 -0400
  • 4c42df1d3b Fix formatting. #933 anthonyjchriste 2019-06-24 09:17:14 -1000
  • 70ffab8368 Fix formatting. anthonyjchriste 2019-06-24 09:16:06 -1000
  • ee9fe60ccb Implement WebsocketContext::with_codec and make Codec Copy and Clone. anthonyjchriste 2019-06-24 09:06:20 -1000
  • 00ac624659 Revert to previous not-formatted code. anthonyjchriste 2019-06-24 08:57:44 -1000
  • e414d8cc85 Merge remote-tracking branch 'upstream/master' into issue-925 anthonyjchriste 2019-06-24 08:55:45 -1000
  • b948f74b54 Extractor configuration Migration (#937) Dustin Bensing 2019-06-24 03:16:04 +0200
  • 1e8b0def51
    Extractor configuration Migration #937 Dustin Bensing 2019-06-23 20:33:28 +0200
  • fe678b1c99
    Merge branch 'master' into issue-925 anthonyjchriste 2019-06-21 12:33:49 -1000
  • a21f64087d Expose the max limit for payload sizes in Websocket Actors. opq 2019-06-21 12:26:30 -1000
  • 1a24ff8717 Add builder function for HTTP 429 Too Many Requests status (#931) Tim Visée 2019-06-21 09:06:29 +0200
  • f4c1723277
    Add builder function for HTTP 429 Too Many Requests status #931 timvisee 2019-06-20 17:47:59 +0200
  • 47fab0e393 Bump derive_more crate version to 0.15.0 in actix-cors (#927) messense 2019-06-19 18:41:42 +0800
  • a01287e59c Bump derive_more crate version to 0.15.0 in actix-cors #927 messense 2019-06-19 13:49:30 +0800
  • f5101f5041 Added error response example. #926 Kai Yao 2019-06-19 00:39:45 -0500
  • 313ac48765 Use encoding_rs crate instead of unmaintained encoding crate (#922) messense 2019-06-18 14:43:25 +0800
  • a5a504cd77 Update changelog #922 messense 2019-06-18 13:36:00 +0800
  • 0c58fe3c2c Use encoding_rs crate instead of unmaintained encoding crate messense 2019-06-18 11:02:17 +0800
  • d7780d53c9 Fix typo in actix_web::web::Data::get_ref docstring (#921) Joe Roberts 2019-06-18 02:27:23 +0100
  • 5a5b859346
    Fix typo in actix_web::web::Data::get_ref docstring #921 Joe Roberts 2019-06-17 18:34:57 +0100
  • ad0e6f73b3 update version web-v1.0.2 Nikolay Kim 2019-06-17 12:35:00 +0600
  • 546a8a58db remove cors and identity middlewares Nikolay Kim 2019-06-17 12:33:00 +0600
  • acda1c075a prepare actix-web release web-v1.0.1 Nikolay Kim 2019-06-17 12:23:30 +0600
  • 686e5f1595 update deps http-test-v0.2.2 Nikolay Kim 2019-06-16 22:10:22 +0600
  • d2b6502c7a prepare actix-http release http-v0.2.4 Nikolay Kim 2019-06-16 21:59:22 +0600
  • 7c0f570845 Do not compress NoContent (204) responses #918 Nikolay Kim 2019-06-16 21:54:17 +0600
  • 382d4ca216
    Merge branch 'master' into master Nikolay Kim 2019-06-15 22:21:39 +0600
  • eaa371db8b update migration Nikolay Kim 2019-06-15 22:20:46 +0600
  • d293ae2a69 fix nested resource map registration #915 Nikolay Kim 2019-06-15 22:12:20 +0600
  • d7ec241fd0 re-export identity and cors middleware Nikolay Kim 2019-06-15 21:47:06 +0600
  • cd323f2ff1 Move cors middleware to actix-cors crate cors-v0.1.0 Nikolay Kim 2019-06-15 09:34:16 +0600
  • 32a66a99bf reverting change to get_session due to side effects dowwie 2019-06-13 09:19:03 -0400
  • 73ae801a13 Merge branch 'master' of https://github.com/Dowwie/actix-web dowwie 2019-06-13 09:00:45 -0400
  • ca4ed0932e made Session::get_session public dowwie 2019-06-13 08:59:59 -0400
  • bf48798bce Content-Length is 0 for NamedFile HEAD request #914 files-v0.1.2 Nikolay Kim 2019-06-13 15:27:21 +0600
  • 9fc7c8b1af
    Merge branch 'master' into master Nikolay Kim 2019-06-12 23:53:36 +0600
  • c8118e8411 fix path doc tests Nikolay Kim 2019-06-12 20:12:15 +0600
  • 65732197b8 modified so as to consider unanticipated state changes dowwie 2019-06-12 10:11:38 -0400
  • 959eef05ae updated actix-session to support login and logout functionality (renew and purge) dowwie 2019-06-12 08:03:27 -0400
  • e7ba67e1a8 rename PathPayloadError and test for path config identity-v0.1.0 Nikolay Kim 2019-06-12 17:02:45 +0600