Commit Graph

  • 33edd8c061 Fixed a unit test. Added one more unit test. Dmitry Pypin 2019-08-29 14:35:47 -0700
  • bae29897d6 prep actix-web release web-v1.0.7 Nikolay Kim 2019-08-29 09:36:16 +0600
  • 616981ecf9 clear extensions before reclaiming HttpRequests in their pool (#1063) Philip Jenvey 2019-08-28 20:35:05 -0700
  • 8ada7b3c0a Increased crates versions Dmitry Pypin 2019-08-28 14:17:31 -0700
  • 2b8ce83028 Merge branch 'master' into dpypin/freeze-client-request Dmitry Pypin 2019-08-28 14:07:36 -0700
  • 1aa4465eba Fix Dmitry Pypin 2019-08-28 14:06:07 -0700
  • d1fdebe437 Additional methods for FrozenClientRequest Dmitry Pypin 2019-08-28 14:05:20 -0700
  • e5210789a4
    clear extensions before reclaiming HttpRequests in their pool Philip Jenvey 2019-08-28 13:04:43 -0700
  • 98bf8ab098 enable rust-tls feature for actix_web::client #1045 web-v1.0.6 Nikolay Kim 2019-08-28 21:40:24 +0600
  • c193137905 actix_web::test::TestRequest::set_form (#1058) Leland Jansen 2019-08-28 08:32:17 -0700
  • fcc6d326a2
    actix_web::test::TestRequest::set_form Leland Jansen 2019-08-27 23:34:47 -0700
  • a07cdd6533 Data::into_inner Erlend Langseth 2019-08-23 17:02:03 +0200
  • d362a1749b Data::into_inner Erlend Langseth 2019-08-23 17:02:03 +0200
  • 4ebd5232e7 Add in an eof guard for extra safety jefshe 2019-08-20 11:08:32 +1000
  • 48f57b422d Correctly parse multipart body which does not end in CRLF jefshe 2019-08-16 16:13:49 +1000
  • 61e492e7e3 Prepare actix-multipart 0.1.3 release multipart-v0.1.3 Yuki Okushi 2019-08-18 10:39:22 +0900
  • 23d768a77b
    Add explicit `dyn`s (#1041) Yuki Okushi 2019-08-17 02:45:44 +0900
  • cfa26b9243 Remove unnecessary lines Yuki Okushi 2019-08-16 11:41:19 +0900
  • d47a8e0d06 Add explicit `dyn`s Yuki Okushi 2019-08-16 11:41:02 +0900
  • 87b7162473 chore(readme): fix copy paste error (#1040) Roberto Huertas 2019-08-16 02:21:30 +0200
  • bd3054094d
    chore(readme): fix copy paste error Roberto Huertas 2019-08-16 00:48:27 +0200
  • 85a0d0721c Merge branch 'master' into dpypin/freeze-client-request Dmitry Pypin 2019-08-14 15:18:55 -0700
  • 54bcbef712 Update changes with flate2/libc fix Peter Schwarz 2019-08-14 16:09:17 -0500
  • d8e310f501 Add flate2/libc feature for flate2-zlib Peter Schwarz 2019-08-14 15:07:42 -0500
  • 979c4d44f4 update awc dep Nikolay Kim 2019-08-13 12:41:26 -0700
  • 5d248cad89 prep release awc-v0.2.4 Nikolay Kim 2019-08-13 12:28:05 -0700
  • b1cb72d088 update url crate Nikolay Kim 2019-08-13 11:03:24 -0700
  • 55179d6ab2 update dependencies http-v0.2.9 Nikolay Kim 2019-08-13 10:48:11 -0700
  • 192dfff680 prepare actix-http 0.2.9 release Armin Ronacher 2019-08-13 15:20:29 +0200
  • 915010e733
    Fixes a bug in OpenWaitingConnection where the h2 flow would panic a future (#1031) Armin Ronacher 2019-08-13 14:55:04 +0200
  • 211f1f77bf Fixes a bug in OpenWaitingConnection where the h2 flow would panic a future Armin Ronacher 2019-08-13 13:30:35 +0200
  • dbe4c9ffb5
    Replace deprecated methods in actix_files (#1027) Yuki Okushi 2019-08-12 05:43:29 +0900
  • f5d5804fc0 Update CHANGE.md Yuki Okushi 2019-08-12 03:50:19 +0900
  • 3154bc52c4 Replace deprecated methods Yuki Okushi 2019-08-11 13:44:20 +0900
  • 450270476e Bump up mime_guess to 2.0.1 Yuki Okushi 2019-08-11 13:43:50 +0900
  • 0ee69671ba
    Update nightly to 2019-08-10 (#1028) Yuki Okushi 2019-08-12 04:00:13 +0900
  • 1e39dabcde Update nightly to 2019-08-10 Yuki Okushi 2019-08-12 01:02:37 +0900
  • 80e1d16ab8
    Merge pull request #1023 from lukaslueg/byteorder_removed leizzer 2019-08-07 12:28:23 -0300
  • b70de5b991 Update CHANGES.md Lukas Lueg 2019-08-07 16:43:03 +0200
  • 0b9e692298 Remove byteorder-dependency Lukas Lueg 2019-08-06 18:32:22 +0200
  • cf1a60cb3a prepare awc release awc-v0.2.3 Nikolay Kim 2019-08-01 15:41:14 -0700
  • 0d15861e23 prepare actix-http release http-v0.2.8 Nikolay Kim 2019-08-01 15:26:30 -0700
  • cb19ebfe0c add rustls support for actix-http and awc (#998) Marat Safin 2019-07-31 23:02:56 +0300
  • 09c94c5556
    Merge branch 'master' into feature/actix-http-awc-rustls Nikolay Kim 2019-07-31 10:55:38 -0700
  • e9e9fe3e46 cargo fmt Marat Safin 2019-07-31 20:38:51 +0300
  • 3dc594a00b remove test-server and Cargo.toml dev-dependencies changes Marat Safin 2019-07-31 08:56:59 +0300
  • 0d9ea41047 update min rust version Nikolay Kim 2019-07-31 06:49:46 -0700
  • 7492ef4a2e fixes and add changes Marat Safin 2019-07-30 20:54:00 +0300
  • 5c516f7ddc fix dependencies Marat Safin 2019-07-29 12:30:44 +0300
  • 7f551e6217 tests Marat Safin 2019-07-29 08:53:16 +0300
  • f387a8ceb8 format Marat Safin 2019-07-28 11:55:29 +0300
  • 607defac68 awc rustls test Marat Safin 2019-07-28 11:33:28 +0300
  • 65c083346d test rustls Marat Safin 2019-07-28 11:04:18 +0300
  • b3d24c3661 fix Marat Safin 2019-07-27 16:01:52 +0300
  • bbcd7a22d5 test server with rust-tls Marat Safin 2019-07-27 14:19:30 +0300
  • 753c1f646c remove unnecessary duplication Marat Safin 2019-07-27 14:18:06 +0300
  • e52f7152c7 fix features conflict Marat Safin 2019-07-21 14:26:32 +0300
  • 4fbbe38da8 add rustls support for actix-http and awc Marat Safin 2019-07-18 17:56:22 +0300
  • e9b4aa205f Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-07-30 08:00:57 -0700
  • 7674f1173c fix awc client panic #1016 Nikolay Kim 2019-07-30 08:00:46 -0700
  • 511026cab0 Allow HeaderMap to be cloned (#1014) Sven-Hendrik Haase 2019-07-29 06:11:23 +0200
  • 81ab37f235 Fix two dyn warnings (#1015) Sven-Hendrik Haase 2019-07-29 06:10:33 +0200
  • 500759e566 Add entry to changelog Sven-Hendrik Haase 2019-07-28 23:58:06 +0200
  • 8274103885 Fix two dyn warnings Sven-Hendrik Haase 2019-07-28 23:55:28 +0200
  • 11d65635e8 Allow HeaderMap to be cloned Sven-Hendrik Haase 2019-07-28 23:49:49 +0200
  • 6f2049ba9b Fix typo Cyril Plisko 2019-07-25 13:06:23 +0300
  • ad25c937ab Fix typo Cyril Plisko 2019-07-25 13:06:23 +0300
  • 52372fcbea actix-files: "Specified path is not a directory" error now includes the path (#1004) erikdesjardins 2019-07-22 20:41:59 -0400
  • 43130b3ee9 actix-files: "Specified path is not a directory" error now includes the path Erik Desjardins 2019-07-22 19:11:02 -0400
  • f3751d83f8 Modify response body only if encoder is not None #997 Nikolay Kim 2019-07-22 11:35:00 +0600
  • b0b462581b update CHANGES.md for Form impl Responder jesskfulwood 2019-07-20 12:59:10 +0100
  • 8f48ed2597 impl Responder for Form jesskfulwood 2019-07-20 12:55:52 +0100
  • 2b4ab77636 update CHANGES.md for Form impl Responder jesskfulwood 2019-07-20 12:59:10 +0100
  • 28bc2c8145 impl Responder for Form jesskfulwood 2019-07-20 12:55:52 +0100
  • c96068e78d bump version files-v0.1.4 Nikolay Kim 2019-07-20 11:46:21 +0600
  • 7bca1f7d8d Allow to disable Content-Disposition header #686 Nikolay Kim 2019-07-20 11:43:49 +0600
  • 3618a84164 update changes actors-v1.0.2 Nikolay Kim 2019-07-20 11:27:21 +0600
  • 03ca408e94 add support for specifying protocols on websocket handshake (#835) jairinhohw 2019-07-20 02:22:06 -0300
  • 4efa84c486
    Merge branch 'master' into master Nikolay Kim 2019-07-20 11:21:34 +0600
  • e53e9c8ba3 Add the start_with_addr() function, to obtain an addr to the target websocket actor (#988) naerbnic 2019-07-19 22:17:58 -0700
  • c7bd30283a
    Merge branch 'master' into master Nikolay Kim 2019-07-20 11:08:37 +0600
  • daffc126a4
    Merge branch 'master' into add_start_with_addr Nikolay Kim 2019-07-20 10:51:30 +0600
  • 941241c5f0 Remove unneeded actix-utils dependency framed-v0.2.1 Nikolay Kim 2019-07-20 10:50:36 +0600
  • 30ba8d1de4
    Merge branch 'master' into add_start_with_addr naerbnic 2019-07-19 20:18:13 -0700
  • c6cf9e3c69 Add the start_with_addr() function, to obtain an addr to the target websocket actor Brian Chin 2019-07-17 11:06:22 -0700
  • f8320fedd8 add note about Query decoding (#992) jesskfullwood 2019-07-19 12:37:49 +0100
  • 9087691329 add note about Query decoding jesskfulwood 2019-07-19 11:03:15 +0100
  • c808364c07 make Query payload public (#991) jesskfullwood 2019-07-19 10:47:44 +0100
  • f0b325b258 make Query payload public jesskfulwood 2019-07-19 09:50:30 +0100
  • cccd829656 update changes Nikolay Kim 2019-07-19 11:07:52 +0600
  • 3650f6d7b8 Re-implement Host predicate (#989) Anton Lazarev 2019-07-18 21:28:43 -0700
  • b2098922bd
    update/add tests for new HostGuard implementation Anton Lazarev 2019-07-18 09:37:32 -0700
  • c995fbc05d
    update HostGuard implementation Anton Lazarev 2019-07-18 09:36:59 -0700
  • 6b7df6b242 prep actix-web release web-v1.0.5 Nikolay Kim 2019-07-18 17:51:51 +0600
  • b6ff786ed3 update dependencies Nikolay Kim 2019-07-18 17:50:10 +0600
  • 9c3789cbd0 revert DateServiceInner changes http-v0.2.7 Nikolay Kim 2019-07-18 17:37:41 +0600
  • 29098f8397 Add support for downcasting response errors (#986) Armin Ronacher 2019-07-18 13:25:50 +0200
  • fbdda8acb1 Unix domain sockets (HttpServer::bind_uds) #92 Nikolay Kim 2019-07-18 17:24:12 +0600
  • d53b921a75 Added test for error casting Armin Ronacher 2019-07-18 11:49:05 +0200
  • 72190a46ce Add support for downcasting response errors Armin Ronacher 2019-07-18 11:40:42 +0200