aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/cookie_storage.rs
Commit message (Expand)AuthorAgeFilesLines
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-0/+11
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-3/+1
* net: Stop using both versions of the `time` crate in the cookie code (#33260)Martin Robinson2024-08-301-13/+13
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-261-22/+20
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-3/+9
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-131-3/+3
* clippy: fix warnings in components/net (#31564)eri2024-03-101-12/+12
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-20/+8
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-8/+20
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Upgrade HyperNaveen Gattu2022-01-161-2/+2
* Cookies are now expired immediately before each lookupPatrick Shaughnessy2020-01-241-0/+12
* Add webdriver deletecookies functionaditj2019-04-191-0/+7
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+4
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-4/+2
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-4/+3
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Rustfmt net cratePyfisch2018-11-031-26/+46
* Update hyper to 0.12Bastien Orivel2018-11-011-6/+6
* Replace a boxed iterator with impl TraitMatt Brubeck2018-05-111-3/+3
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Update Hyper and OpenSSLddh2017-03-311-25/+25
* Use serde_json to persist cookies in the net crateAnthony Ramine2017-02-221-2/+2
* Refactor to use ServoUrl::is_secure_schemeRohit Burra2016-12-251-2/+2
* Add domain and path checks for secure cookies evictionKeith Yeung2016-12-211-4/+29
* Conform conditionals regarding cookie removal with specKeith Yeung2016-12-201-5/+7
* Redesign CookieStorage and Implement Leave Secure Cookie AloneRaghav2016-12-041-15/+90
* Auto merge of #14208 - servo:CookieStorage-debug, r=jdmbors-servo2016-11-221-1/+1
|\
| * Derive Debug for CookieStorage.Ms2ger2016-11-141-1/+1
* | Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
|/
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-0/+9
* 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