Ms2ger
|
b46846e2a0
|
Rustfmt net_traits.
|
2017-01-03 15:06:41 +01:00 |
|
Ms2ger
|
035c35cdcc
|
Provide an API to replace the host table.
|
2016-11-23 15:29:41 +01:00 |
|
Ms2ger
|
9f659e157a
|
Improve parse_hostsfile.
|
2016-11-23 14:34:39 +01:00 |
|
Emilio Cobos Álvarez
|
913c874cb5
|
Urlmageddon: Use refcounted urls more often.
|
2016-11-17 18:34:23 +01:00 |
|
Ms2ger
|
1c65ce8f36
|
Deny unsafe code in some more modules.
|
2016-06-04 18:07:16 +02:00 |
|
Simon Sapin
|
7932ab6ac2
|
Upgrade to rust-url 1.0 and hyper 0.9
|
2016-04-23 20:27:58 +02:00 |
|
Ms2ger
|
e8db43ce50
|
Disallow unsafe code in net and net_traits.
|
2016-03-18 10:30:07 +01:00 |
|
Ms2ger
|
ec1f720662
|
Use lazy_static for HOST_TABLE.
This might change behaviour if the file is changed between Servo startup and
the moment HOST_TABLE is first accessed. I don't think we care.
|
2016-03-15 12:02:45 +01:00 |
|
Johannes Linke
|
6b215f38ee
|
Fix a bunch of clippy lints
|
2016-01-02 23:27:15 +01:00 |
|
Simon Sapin
|
45ec900745
|
Remove dependency on regex_macros
This reduces the amount of code using unstable features that we depend on.
The hand-written IP address parser is probably just as fast.
|
2015-11-24 22:07:14 +01:00 |
|
Ravi Shankar
|
889eec364b
|
sorted the extern crate, mod & use declarations
|
2015-09-24 02:12:45 +05:30 |
|
Brandon Fairchild
|
de3547e401
|
Fix reported test-tidy errors for unmerged import blocks
This merges import blocks that were reported by tidy as unmerged.
|
2015-09-19 12:50:14 -04:00 |
|
João Oliveira
|
0038580abf
|
Replace uses of for foo in bar.iter() and for foo in bar.iter_mut()
closes #7197
|
2015-08-15 02:27:39 +01:00 |
|
Bogdan Cuza
|
45145108da
|
Measure heap memory usage for more types. Fixes #6951
|
2015-08-13 21:44:41 +03:00 |
|
James Graham
|
f52276d2cc
|
Use hosts-replaced URL only when loading resources
|
2015-08-05 10:34:20 +01:00 |
|