Commit Graph

706 Commits

Author SHA1 Message Date
Nikolay Kim d3208bf7a8 Do not start default resolver immediately for default connector. 2019-04-12 12:28:18 -07:00
Nikolay Kim 21507d3da1 add TestServerRuntime::run_on() method 2019-04-12 12:26:47 -07:00
Nikolay Kim b9d8a215b4 Start trust-dns default resolver on first use 2019-04-11 09:57:21 -07:00
Nikolay Kim 51c4dfe5cb Allow to reset Path instance; export Quoter type 2019-04-07 22:48:18 -07:00
Nikolay Kim a60112c71e Poll boxed service call result immediately 2019-04-07 20:48:40 -07:00
Nikolay Kim bd814d6f80 re-export trust-dns types 2019-04-05 10:36:57 -07:00
Nikolay Kim a4e0c71baa Merge branch 'master' of github.com:actix/actix-net 2019-04-04 15:41:50 -07:00
Nikolay Kim b9ea445e70 Log error if dns system config could not be loaded 2019-04-04 15:41:05 -07:00
Nikolay Kim ba2901269d
Merge pull request #11 from Dowwie/master
added docs for trait Service, trait Transform
2019-04-04 11:06:02 -07:00
dowwie 5cbc29306a updated as per comments 2019-04-04 14:02:53 -04:00
Nikolay Kim 810fa869ae remove unneeded static 2019-04-04 10:04:19 -07:00
dowwie 33cd51aabf added docs for trait Service, trait Transform 2019-04-04 11:40:28 -04:00
Nikolay Kim 629ed05f82 Get dynamic segment by name instead of iterator 2019-04-03 21:40:21 -07:00
Nikolay Kim 5e8ae210f7 Rename connect Connector to TcpConnector #10 2019-03-31 19:14:13 -07:00
Nikolay Kim 3add90628f Fix SIGINT force shutdown 2019-03-30 12:09:02 -07:00
Nikolay Kim 02ab804e0b prepare actix-service release 2019-03-29 11:16:40 -07:00
Nikolay Kim feac0b43d9 add impl Service for Rc<RefCell<S>> 2019-03-29 10:21:17 -07:00
Nikolay Kim 1441355d4f use release 2019-03-28 04:02:39 -07:00
Nikolay Kim 7c5afc09a6 move threadpool to separate crate 2019-03-28 03:56:52 -07:00
Nikolay Kim 16856c7d3f Merge branch 'master' of github.com:actix/actix-net 2019-03-27 17:30:54 -07:00
Nikolay Kim 95d02659d5 Added Framed::map_io() method 2019-03-27 17:30:37 -07:00
Juan Aguilar Santillana bcbd7e6ddf Fix unnecessary arbiter clone at builder rt 2019-03-23 09:46:08 +03:00
Nikolay Kim e0d3581239 allow to send messages to framed transport via mpsc channel 2019-03-20 09:44:23 -07:00
Nikolay Kim ef1bdb2eb2 update travis config 2019-03-17 10:25:24 -07:00
Nikolay Kim 10301ff49d temp tarpaulin fix 2019-03-17 08:53:50 -07:00
Nikolay Kim 27c28d6597 Fix error handling for single address 2019-03-15 11:37:51 -07:00
Nikolay Kim b290273e81 prepare actix-connect release 2019-03-14 22:39:49 -07:00
Nikolay Kim 720230b852
Merge pull request #8 from Firstyear/2019-03-15-arbiter-docs
Improve Arbiter documentation
2019-03-14 20:58:33 -07:00
Nikolay Kim 44c2639fd6 prepare actix-server release 2019-03-14 20:55:55 -07:00
Nikolay Kim 9a5705d1b6 merge travis branch 2019-03-14 20:53:56 -07:00
Nikolay Kim 7ff923a58f stop tests threads 2019-03-14 20:52:17 -07:00
Nikolay Kim 6659b192d3 travis config 2019-03-14 20:52:13 -07:00
Nikolay Kim 1146d9cf30 fix init order 2019-03-14 20:48:58 -07:00
Nikolay Kim b7b76c47e5 rename method 2019-03-14 20:23:49 -07:00
Nikolay Kim d23dc6f6af Allow to run future before server service initialization 2019-03-14 20:09:34 -07:00
William Brown 9b6a955da4 Improve Arbiter documentation 2019-03-15 10:24:27 +10:00
Nikolay Kim f3aa48309f travis config 2019-03-14 11:55:39 -07:00
Nikolay Kim c9b86712e5 reinstall tarpaulin 2019-03-14 11:31:32 -07:00
Nikolay Kim 0f74f280f9 impl Address for http::Uri 2019-03-14 11:15:32 -07:00
Nikolay Kim eb37e15554 use specific version of nightly 2019-03-14 10:43:36 -07:00
Nikolay Kim ad007b8b42 Merge branch 'master' of github.com:actix/actix-net 2019-03-14 10:28:47 -07:00
Nikolay Kim 7c0d1f2273 update travis config 2019-03-14 10:25:34 -07:00
Nikolay Kim d82bc7c52b
Merge pull request #7 from najamelan/fix/compiler_warnings
Fix compiler warnings.
2019-03-14 07:24:37 -07:00
Nikolay Kim 265229b44b allow to override port 2019-03-13 22:55:01 -07:00
Nikolay Kim 38545dedc7 refactor Connect type and add tests 2019-03-13 22:51:31 -07:00
Nikolay Kim 6ebff22601 simplify name 2019-03-13 16:38:08 -07:00
Nikolay Kim 2c9b91b366 add specific constructors 2019-03-13 15:55:20 -07:00
Nikolay Kim b483200037 remove generic 2019-03-13 15:52:51 -07:00
Nikolay Kim a73600fbcd remove generic E 2019-03-13 15:51:21 -07:00
Nikolay Kim 084a28ca07 add Connect::with_request 2019-03-13 15:49:31 -07:00