1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-10 20:22:07 +00:00
actix-web/src
Jef 234c60d473 Fix some unsoundness
This improves the sound implementation of `fn route`.
Previously this function would iterate twice but we
can reduce the overhead without using `unsafe`.
2018-06-20 10:53:18 +02:00
..
client Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll 2018-06-19 19:20:25 +06:00
header various cleanups and comments 2018-06-20 01:27:41 +06:00
middleware remove unneed Send and Sync 2018-06-17 08:32:22 +06:00
server Fix some unsoundness 2018-06-20 10:53:18 +02:00
ws various cleanups and comments 2018-06-20 01:27:41 +06:00
application.rs Fix some unsoundness 2018-06-20 10:53:18 +02:00
body.rs Add missing API docs 2018-06-02 15:52:50 +02:00
context.rs remove Context::actor() method 2018-06-17 03:10:44 +06:00
de.rs refactor route matching 2018-06-19 16:45:26 +06:00
error.rs various cleanups and comments 2018-06-20 01:27:41 +06:00
extensions.rs remove unsafe cell from ws client 2018-06-19 09:36:17 +06:00
extractor.rs Allow to override Form extractor error 2018-06-13 00:47:47 +03:00
fs.rs cleanup more code 2018-06-20 00:36:32 +06:00
handler.rs Implement Responder for Option #294 (#297) 2018-06-11 14:05:41 +03:00
helpers.rs rustfmt 0.7 2018-05-17 12:20:20 -07:00
httpcodes.rs Add missing API docs 2018-06-02 15:52:50 +02:00
httpmessage.rs cleanup more code 2018-06-20 00:36:32 +06:00
httprequest.rs cleanup more code 2018-06-20 00:36:32 +06:00
httpresponse.rs various cleanups and comments 2018-06-20 01:27:41 +06:00
info.rs do not use references in ConnectionInfo 2018-06-18 00:01:41 +06:00
json.rs fix rustfmt formatting 2018-06-01 10:27:23 -07:00
lib.rs better doc api examples 2018-06-19 12:07:07 +06:00
multipart.rs Fix some unsoundness 2018-06-20 10:53:18 +02:00
param.rs various cleanups and comments 2018-06-20 01:27:41 +06:00
payload.rs migrate to tokio 2018-05-24 21:03:16 -07:00
pipeline.rs various cleanups and comments 2018-06-20 01:27:41 +06:00
pred.rs add Host predicate 2018-06-07 20:00:54 -07:00
resource.rs remove unsafe from scope impl 2018-06-19 23:46:58 +06:00
route.rs remove Clone from ExtractorConfig 2018-06-18 00:19:07 +06:00
router.rs various cleanups and comments 2018-06-20 01:27:41 +06:00
scope.rs various cleanups and comments 2018-06-20 01:27:41 +06:00
test.rs refactor route matching 2018-06-19 16:45:26 +06:00
uri.rs cleanup more code 2018-06-20 00:36:32 +06:00
with.rs remove Clone from ExtractorConfig 2018-06-18 00:19:07 +06:00