aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/cookie.rs
Commit message (Expand)AuthorAgeFilesLines
* Add mach command to update public domain list and use a HashSet instead of a ...Florian Duraffourg2016-06-091-5/+7
* read cookie_jar, hsts_list, auth_cache, and local_data from file if profile_d...Daniel2016-04-251-64/+1
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-10/+8
* Move '&&' to the end of the previous line.Zbynek Winkler2016-04-221-4/+4
* write cookie_jar, hsts_list, auth_cache, and local_data to file if profile_di...Daniel2016-04-201-0/+63
* More idiomatic char retrieval from `String`.Corey Farwell2016-04-191-2/+2
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Make `path_matches` match the spec (fixes cookies)Manish Goregaokar2015-11-301-3/+14
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+1
* Fix issues found by rust-clippyCorey Farwell2015-10-121-1/+1
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-1/+1
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-2/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Use str::parse() rather than FromStr::from_str.Ms2ger2015-06-131-3/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-10/+10
* Move net::cookie unit tests into the unit_tests crate.Simon Sapin2015-04-071-75/+1
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-2/+2
* Improve and fix default_path cookie algorithmCorey Farwell2015-03-261-9/+16
* Fixed some deprecation errors in components/net.Avi Weinstock2015-03-231-2/+4
* Update some code that's feature-gated under core.Ms2ger2015-03-211-11/+11
* Fix warnings in net.Ms2ger2015-02-131-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
* Address review comments.Josh Matthews2015-02-041-2/+1
* Differentiate between HTTP and non-HTTP APIs for cookie operations. Fix some ...Josh Matthews2015-02-041-70/+57
* Improve redirect behaviour to clear headers and reevaluate sent cookies. Impl...Josh Matthews2015-02-041-164/+97
* cookies and cookies storage implementationShamir Khodzha2015-02-041-0/+314