aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/hsts.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-17/+9
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-9/+17
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Remove customised implementation of hsts headers. (#30046)shanehandley2023-07-311-93/+9
* Fix HSTSJan Andre Ikenmeyer2020-01-071-9/+152
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-1/+1
* Rustfmt net cratePyfisch2018-11-031-11/+23
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-2/+2
* delegate resource reading to embedderPaul Rouget2018-04-271-10/+5
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-1/+1
* Introduce HstsList::switch_known_hsts_host_domain_url_to_httpsAnthony Ramine2017-04-051-0/+11
* Kill hsts::secure_urlAnthony Ramine2017-04-051-13/+0
* Use serde_json to persist cookies in the net crateAnthony Ramine2017-02-221-5/+5
* Refactor HSTSList to use HashMapRaghav2016-12-301-29/+45
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-2/+2
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-6/+4
* Rename 'HSTS*' structures to 'Hsts*'.Corey Farwell2016-04-171-14/+14
* Refactor Servo HSTS file loading, hard-fail if can't load.Corey Farwell2016-04-171-6/+7
* Move UTF8 bytes handling into generic constructor.Corey Farwell2016-04-171-8/+8
* Rename constructor to match convention, add doc comment.Corey Farwell2016-04-171-2/+3
* Make `read_resource_file` param simpler and more idiomatic.Corey Farwell2016-04-161-1/+1
* Remove dependency on regex_macrosSimon Sapin2015-11-241-2/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+1
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* sort all usesJohann Tuffe2015-08-201-1/+1
* Use hosts-replaced URL only when loading resourcesJames Graham2015-08-051-2/+1
* Uses the approach suggested by @SimonSapin for changing Url schemeSam Gibson2015-07-221-1/+5
* Moves HSTS includeSubdomains enum to net_traitsSam Gibson2015-07-221-8/+3
* Responds to more code review feedbackSam Gibson2015-07-221-6/+7
* Moves the HSTS replacement code to http_loaderSam Gibson2015-07-221-14/+6
* Moves HSTS code to it's own moduleSam Gibson2015-07-221-0/+145