aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/cookie_storage.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #11196 - fduraffourg:master, r=jdmbors-servo2016-05-171-5/+1
|\
| * Correct cookie handling behaviorFlorian Duraffourg2016-05-171-5/+1
* | Removed unused importsPer Lundberg2016-05-151-1/+0
|/
* Fix some warningsSimon Sapin2016-04-291-1/+1
* read cookie_jar, hsts_list, auth_cache, and local_data from file if profile_d...Daniel2016-04-251-1/+1
* write cookie_jar, hsts_list, auth_cache, and local_data to file if profile_di...Daniel2016-04-201-0/+4
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-2/+2
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-1/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Move net::cookie unit tests into the unit_tests crate.Simon Sapin2015-04-071-19/+1
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-9/+1
* Update some code that's feature-gated under core.Ms2ger2015-03-211-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Address review comments.Josh Matthews2015-02-041-12/+34
* Differentiate between HTTP and non-HTTP APIs for cookie operations. Fix some ...Josh Matthews2015-02-041-22/+58
* Improve redirect behaviour to clear headers and reevaluate sent cookies. Impl...Josh Matthews2015-02-041-10/+49
* cookies and cookies storage implementationShamir Khodzha2015-02-041-0/+46