Naveen Gattu
a48a111cee
Upgrade Hyper
2022-01-16 09:34:17 -08:00
Naveen Gattu
903e0cd857
Non-blocking network IO
2021-12-23 11:16:24 -08:00
Josh Matthews
eeec647120
Fix tidy error.
2021-05-28 10:39:42 -04:00
Josh Matthews
3fce671f61
Disable warnings on windows.
2021-05-28 00:40:26 -04:00
Josh Matthews
c8692d83ab
net: Add unit test for accepting a self-signed cert.
2020-06-09 18:29:39 -04:00
Simon Sapin
1c0549ce7f
Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)
2020-04-09 21:33:44 +02:00
Gregory Terzian
895500e68c
add a fetch token for blob urls
2020-02-21 14:26:45 +08:00
Gregory Terzian
780a1bd6cb
add a core resource thread-pool
2020-02-14 10:54:31 +08:00
Jan Andre Ikenmeyer
b811be764c
Add ALPN and signature algorithms to OpenSSL config
2019-11-30 05:18:00 +01:00
Javed Nissar
7596c36959
Move ResourceFetchTiming into Arc
...
The purpose of this commit is to ensure that the Response object has
access to Timing updates as previously the Response object simply
stored a ResourceFetchTiming struct so updates on ResourceFetchTiming
that were not explicitly done on the Response would not be passed down.
The references to ServoArc are added because Response uses
servo_arc::Arc rather than std::sync::Arc as is used elsewhere. So,
we've switched those other places to servo_arc::Arc instead of switching
Response to std::sync::Arc.
2019-09-18 11:54:28 -04:00
Josh Matthews
0d88b04f32
Update hyper to 0.12.33.
2019-08-29 14:51:01 -07:00
Alan Jeffrey
701256d837
Pass the event loop waker into WebXR
2019-07-25 12:55:26 -05:00
Gregory Terzian
689b7971b8
http-cache: re-enable and update test
2019-06-22 06:28:32 -07:00
ddh
26007fddd3
refactored performance timing to align with updated spec
...
refactoring with ResourceFetchMetadata
implemented deprecated window.timing functionality
created ResourceTimingListener trait
fixed w3c links in navigation timing
updated include.ini to run resource timing tests on ci
2018-11-20 16:21:32 +00:00
Jan Andre Ikenmeyer
1d6fe65401
Update MPL license to https (part 4)
2018-11-19 14:47:27 +01:00
Bastien Orivel
9a7eeb349a
Update crossbeam-channel to 0.3
2018-11-18 19:33:19 +01:00
Simon Sapin
2012be4a8b
cargo fix --edition-idioms
2018-11-08 09:28:00 +01:00
Pyfisch
9e92eb205a
Reorder imports
2018-11-06 22:35:07 +01:00
Pyfisch
2481ad25f8
Rustfmt net crate
2018-11-03 15:29:01 +01:00
Bastien Orivel
024b40b39d
Update hyper to 0.12
2018-11-01 19:17:36 +01:00
Simon Sapin
2a996fbc8f
Replace mpsc with crossbeam/servo channel, update ipc-channel
...
Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
2018-09-12 13:33:32 +08:00
Gregory Terzian
d438240772
move msg to embedder_traits, use in script, handle send error in embedder
2018-05-23 21:45:57 +08:00
OJ Kwon
d94def6b4a
test(net): update test cases
2018-04-27 12:25:18 -07:00
OJ Kwon
c4c0d263e9
test(net): update test cases
2018-04-27 12:22:38 -07:00
Paul Rouget
9fb5795f37
delegate resource reading to embedder
2018-04-27 15:34:52 +08:00
Anthony Ramine
697b9e2b87
Merge net and net_tests
2018-01-20 15:36:09 +01:00