Commit Graph

  • 728b944360
    Extensions module improvement and tests. (#1297) zero-systems 2020-02-07 17:08:25 +1000
  • 73af29224b asserts fix Øsystems 2020-02-07 16:12:22 +1000
  • 21f9af0dbe fix missing uints Øsystems 2020-02-07 16:06:44 +1000
  • f86cc93096
    Merge pull request #9 from actix/master zzy 2020-02-07 13:16:37 +0800
  • 4ee3382470
    Merge branch 'master' into master zero-systems 2020-02-07 15:10:15 +1000
  • aca6729e39 Change codeblock type to toml Elliot Jackson 2020-02-06 23:26:17 +0100
  • 05359572eb Add dependencies to docs example Elliot Jackson 2020-02-06 21:41:37 +0100
  • 3851a377df
    Fix minor grammatical errors (#1341) Levi Notik 2020-02-06 13:00:22 -0500
  • b46817ce4d Fix minor grammatical errors Levi Notik 2020-02-05 23:14:20 -0500
  • c0a09d016f
    export handler::Handler Sergey Sova 2020-02-04 12:02:09 +0300
  • 7be8833edf Remove extra '#' so docs render correctly. nah 2020-02-03 22:43:45 -0600
  • 4135f163c1 unlink MessageBody from Unpin Maksym Vorobiov 2020-02-03 22:55:49 +0200
  • 04b678a105 fix unused_addr Rudolf 2020-02-03 15:29:04 +0100
  • 1531c7898d replace net2 Rudolf 2020-02-03 14:33:19 +0100
  • 0163ece23f Use socket2 instead of net2 Rudolf 2020-02-03 13:40:14 +0100
  • 857d81e457
    Merge branch 'master' into master zero-systems 2020-02-02 18:11:46 +1000
  • c725427b82
    Merge pull request #8 from actix/master zzy 2020-02-01 11:10:57 +0800
  • 99b72a6bda remove extra whitespaces and Unpins Maksym Vorobiov 2020-01-31 22:16:31 +0200
  • ba27184b75
    Refactored macros Oleg Nosov 2020-01-31 18:31:40 +0300
  • c50a57428d change actix-http version to alpha Maksym Vorobiov 2020-01-31 13:29:51 +0200
  • 82c770312f rollback missed dependencies and CHANGES in crates except actix-http Maksym Vorobiov 2020-01-31 12:39:53 +0200
  • 2271b11e90 disable weird poll test until actix-web based on actix-http:2 Maksym Vorobiov 2020-01-31 12:09:18 +0200
  • e548e0f954 rollback changes to actix-web, awc and test-server for now Maksym Vorobiov 2020-01-31 10:29:10 +0200
  • c3fce1c58b merge with msg-body Maksym Vorobiov 2020-01-31 10:10:50 +0200
  • fe13789345
    Use `Pin<Box<S>>` in `BodyStream` and `SizedStream` (#1328) Aaron Hill 2020-01-30 19:39:34 -0500
  • 30959cbd0b Rollback actix-http-test dependency to show the issue Maksym Vorobiov 2020-01-30 19:33:49 +0200
  • 8f9f9348e8
    Merge branch 'master' into fix/pin-stream Yuki Okushi 2020-01-31 01:59:42 +0900
  • 650caacb42
    Merge branch 'master' into bodystream-1321 Maxim Vorobjov 2020-01-30 17:33:09 +0200
  • 20a18fba6e This is a squashed commit: Maksym Vorobiov 2020-01-29 11:15:13 +0300
  • 3033f187d2
    Enforce safety of `downcast_ref` at compile time. (#1326) Aaron Hill 2020-01-30 09:43:35 -0500
  • 1799e40f42
    Merge branch 'master' into feature/type-id-private Yuki Okushi 2020-01-30 22:44:09 +0900
  • 71fb8a68c2
    Fix nit Aaron Hill 2020-01-30 08:32:20 -0500
  • 276a5a3ee4
    Replace `UnsafeCell` with `Cell` in `DateServiceInner` (#1325) Aaron Hill 2020-01-29 07:05:08 -0500
  • a698e78982
    Merge branch 'master' into date-service-cell Yuki Okushi 2020-01-29 20:19:57 +0900
  • fbe272d21d
    Merge pull request #7 from actix/master zzy 2020-01-29 12:14:55 +0800
  • 664f9a8b2d
    Long lasting auto-prolonged session (#1292) Andrey Kutejko 2020-01-29 02:26:39 +0100
  • 31aef84b62
    Merge branch 'master' into auto-prolonging-session Yuki Okushi 2020-01-29 09:29:12 +0900
  • b5c43d4139 Long lasting auto-prolonged session Andrey Kutejko 2020-01-29 01:02:45 +0100
  • c73c2dc12c
    Don't use cache in Windows CI (#1327) Yuki Okushi 2020-01-29 09:00:04 +0900
  • dede6fef9a
    Use `Pin<Box<S>>` in `BodyStream` and `SizedStream` Aaron Hill 2020-01-28 15:06:07 -0500
  • e55815ab5c
    Merge branch 'master' into date-service-cell Christian Battaglia 2020-01-28 15:40:21 -0500
  • 6c0b53af59
    Add regression test Aaron Hill 2020-01-28 15:32:36 -0500
  • e8dc8ccdd5
    Merge pull request #6 from actix/master zzy 2020-01-29 02:42:44 +0800
  • e50ed557ea add test crashing with segfault according to #1321 Maksym Vorobiov 2020-01-28 19:08:03 +0300
  • e101a023cf Don't use cache in Windows CI Yuki Okushi 2020-01-28 17:58:02 +0900
  • e634e64847 Upgrade `time` to 0.2.5 (#1254) kevinpoitra 2020-01-28 06:44:22 -0500
  • b2fc6375c3 Update CHANGES.md kevinpoitra 2020-01-28 05:01:27 -0600
  • 0acacd9df9 Update `time` to 0.2.5 kevinpoitra 2020-01-28 04:57:14 -0600
  • 6d575e726c
    Merge branch 'master' into master kevinpoitra 2020-01-28 05:56:12 -0500
  • cdba30d45f Skip empty chucks for BodyStream and SizedStream (#1308) Kai Ren 2020-01-28 10:28:09 +0100
  • 56a742910a
    Upd CHANGELOG tyranron 2020-01-28 09:28:11 +0100
  • 11e957412d
    Merge branch 'master' into 1267-filter-out-empty-chunks Yuki Okushi 2020-01-28 17:08:53 +0900
  • bf084be685
    Merge branch 'master' into date-service-cell Christian Battaglia 2020-01-28 00:16:53 -0500
  • 42690fd525
    Merge branch 'master' into master Yuki Okushi 2020-01-28 12:36:26 +0900
  • 74dcc7366d Remove several uses of `Pin::new_unchecked` (#1294) Aaron Hill 2020-01-27 22:35:51 -0500
  • 30299a9e3d
    Merge pull request #5 from actix/master zzy 2020-01-28 11:31:33 +0800
  • e7ab663d39
    Merge branch 'master' into less-pin-unchecked Yuki Okushi 2020-01-28 11:09:22 +0900
  • d137a8635b Replace `Pin::new_unchecked` with #[pin_project] in `tuple_from_req!` (#1293) Aaron Hill 2020-01-27 20:45:26 -0500
  • bf6566ca5a
    Merge branch 'master' into extract-pin-project Yuki Okushi 2020-01-28 10:00:49 +0900
  • f877a77733
    Merge branch 'master' into master kevinpoitra 2020-01-27 19:43:53 -0500
  • 62d4f8539b
    Enforce safety of `downcast_ref` at compile time. Aaron Hill 2020-01-27 18:40:55 -0500
  • c18ea4c4f0
    Replace `UnsafeCell` with `Cell` in `DateServiceInner` Aaron Hill 2020-01-27 18:24:55 -0500
  • a2d4ff157e
    Update `call_service` documentation (#1302) Yuki Okushi 2020-01-28 08:09:46 +0900
  • 489a3b9f1d
    Merge branch 'master' into master Christian Battaglia 2020-01-27 13:44:42 -0500
  • b8f93dee42
    Merge branch 'master' into extract-pin-project Christian Battaglia 2020-01-27 13:33:38 -0500
  • 9505453311
    Merge branch 'master' into less-pin-unchecked Christian Battaglia 2020-01-27 13:28:59 -0500
  • 8a483aa4d5
    Merge branch 'master' into master Christian Battaglia 2020-01-27 13:25:26 -0500
  • d0b68b9241
    Merge branch 'master' into update-doc Christian Battaglia 2020-01-27 13:24:19 -0500
  • b14fac0e37
    Merge branch 'master' into 1267-filter-out-empty-chunks Christian Battaglia 2020-01-27 13:22:38 -0500
  • 5b66edea9e Ease dev involvment by adding more file/folder git ignores. Ron Lobo 2020-01-26 17:33:15 -0800
  • ad73d37ec7
    Merge pull request #4 from actix/master zzy 2020-01-26 12:40:33 +0800
  • 71d11644a7 Add ability to name a handler function as 'config' (#1290) Andrey Torsunov 2020-01-26 01:22:40 +0300
  • 4d594cb8a0 Update actix-web-codegen/CHANGES.md Andrey Torsunov 2020-01-25 18:15:34 +0300
  • f595378a96
    Merge pull request #3 from actix/master zzy 2020-01-25 22:23:23 +0800
  • a28ab85477
    Merge branch 'master' into bugfix/1277 Yuki Okushi 2020-01-25 13:59:14 +0900
  • 8888520d83 Add benchmark for full stack request lifecycle (#1298) Maxim Vorobjov 2020-01-25 01:05:25 +0200
  • 0efaed91c7
    Merge branch 'master' into master kevinpoitra 2020-01-24 14:38:18 -0500
  • feaea70902
    Merge branch 'master' into benches Yuki Okushi 2020-01-25 02:58:12 +0900
  • cf3577550c
    Tweak caches (#1319) Yuki Okushi 2020-01-25 02:27:13 +0900
  • ba76dfb2bb remove cloneable bench experiments + cargo fmt Maksym Vorobiov 2020-01-24 15:42:24 +0200
  • 6bb895365b Merge branch 'master' of https://github.com/dunnock/actix-web into benches Maksym Vorobiov 2020-01-24 15:34:13 +0200
  • 3d622d6012 Fix type confusion when using `time::parse` followed by `using_offset` kevinpoitra 2020-01-24 01:16:27 -0600
  • 8d692c0d08 Add missing `time::offset` macro import kevinpoitra 2020-01-24 00:41:15 -0600
  • 9f486438b5 Tweak issue template Yuki Okushi 2020-01-24 15:34:38 +0900
  • fc6da4a0a2 Try to use `cargo-cache` Yuki Okushi 2020-01-24 15:34:24 +0900
  • 8945236b57
    Merge branch 'master' into master kevinpoitra 2020-01-24 01:28:59 -0500
  • 58844874a0 Fixing #1295 convert UnsafeCell to RefCell in CloneableService (#1303) Maxim Vorobjov 2020-01-24 07:51:38 +0200
  • f5ec691522
    Merge branch 'master' into unsafecell-1295 Yuki Okushi 2020-01-24 13:49:29 +0900
  • 1835de747c
    Merge pull request #2 from actix/master zzy 2020-01-24 09:59:44 +0800
  • 78f24dda03 Initial Issue template (#1311) cetra3 2020-01-23 22:32:34 +0000
  • afd5c21aa3
    Merge branch 'master' into master kevinpoitra 2020-01-23 17:11:05 -0500
  • 9203a4ffb6
    Merge branch 'master' into issue_template Yuki Okushi 2020-01-24 05:11:25 +0900
  • e17b3accb9 Remove codecoverage for tests and examples (#1299) godofdream 2020-01-23 21:10:02 +0100
  • cd70e67e79
    Fix tests to fail on previous implementation tyranron 2020-01-23 17:44:49 +0100
  • a39910fec7
    Merge branch 'master' into 1267-filter-out-empty-chunks tyranron 2020-01-23 17:36:20 +0100
  • cd98815306
    Merge branch 'master' into master zero-systems 2020-01-23 19:01:43 +1000
  • a58aba4e02
    Merge branch 'master' into benches Maxim Vorobjov 2020-01-23 10:11:44 +0200
  • 09f5c736a7
    Merge branch 'master' into unsafecell-1295 Maxim Vorobjov 2020-01-23 10:10:23 +0200
  • 9398e006c5
    Merge branch 'master' into master kevinpoitra 2020-01-23 01:38:43 -0500
  • aabf4fe2ad First round of changes for the bug report cetra3 2020-01-23 16:35:25 +1030