Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade Hyper | Naveen Gattu | 2022-01-16 | 1 | -1/+1 |
| | |||||
* | Add webdriver deletecookies function | aditj | 2019-04-19 | 1 | -0/+4 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 1 | -1/+0 |
| | | | | A `crate_name::foo` path always works in 2018 | ||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Rustfmt net crate | Pyfisch | 2018-11-03 | 1 | -32/+49 |
| | |||||
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 1 | -4/+4 |
| | |||||
* | Implement secure and host cookie prefixes | Keith Yeung | 2017-11-21 | 1 | -4/+23 |
| | |||||
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -1/+1 |
| | | | | | | | | Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments. | ||||
* | Update Hyper and OpenSSL | ddh | 2017-03-31 | 1 | -21/+30 |
| | |||||
* | Assert that `domain_match` is operating on lowercase text | Michael Howell | 2017-03-09 | 1 | -0/+2 |
| | | | | | | | > (Note that both the domain string and the string will have been > canonicalized to lower case at this point.) Related to #15789 | ||||
* | Use serde_json to persist cookies in the net crate | Anthony Ramine | 2017-02-22 | 1 | -3/+10 |
| | |||||
* | Check wss scheme in Cookie::appropriate_for_url | Rohit Burra | 2016-12-25 | 1 | -1/+1 |
| | |||||
* | Add domain and path checks for secure cookies eviction | Keith Yeung | 2016-12-21 | 1 | -11/+6 |
| | |||||
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | Moved pub_domains to net_traits and did a spring clean. | Alan Jeffrey | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | Add mach command to update public domain list and use a HashSet instead of a ↵ | Florian Duraffourg | 2016-06-09 | 1 | -5/+7 |
| | | | | Vec to lookup public domains | ||||
* | read cookie_jar, hsts_list, auth_cache, and local_data from file if ↵ | Daniel | 2016-04-25 | 1 | -64/+1 |
| | | | | profile_dir option is present | ||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -10/+8 |
| | |||||
* | Move '&&' to the end of the previous line. | Zbynek Winkler | 2016-04-22 | 1 | -4/+4 |
| | | | | | | Following https://github.com/servo/servo/issues/10692 this is just a formating change to satisfy a new tidy requirement of not having '&&' at the beginning of a line. | ||||
* | write cookie_jar, hsts_list, auth_cache, and local_data to file if ↵ | Daniel | 2016-04-20 | 1 | -0/+63 |
| | | | | profile_dir option is present | ||||
* | More idiomatic char retrieval from `String`. | Corey Farwell | 2016-04-19 | 1 | -2/+2 |
| | |||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Make `path_matches` match the spec (fixes cookies) | Manish Goregaokar | 2015-11-30 | 1 | -3/+14 |
| | |||||
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -1/+1 |
| | | | | … and libc 0.2 and many other dependencies | ||||
* | Fix issues found by rust-clippy | Corey Farwell | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Cleanup code that was warned by rust-clippy | Corey Farwell | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | Add plugins for compositing and net crates #7699 | Maciej Skrzypkowski | 2015-09-22 | 1 | -2/+2 |
| | | | | | Changed to_string calls to to_owned calls where was a need. | ||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -2/+1 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Use str::parse() rather than FromStr::from_str. | Ms2ger | 2015-06-13 | 1 | -3/+2 |
| | | | | The former appears to be preferred. | ||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -10/+10 |
| | |||||
* | Move net::cookie unit tests into the unit_tests crate. | Simon Sapin | 2015-04-07 | 1 | -75/+1 |
| | |||||
* | Split out shared networking code into net_traits crate | Gilles Leblanc | 2015-04-03 | 1 | -2/+2 |
| | | | | Fixes #4476 | ||||
* | Improve and fix default_path cookie algorithm | Corey Farwell | 2015-03-26 | 1 | -9/+16 |
| | | | | | | | | | | * Previously, the function returned an owned String, which is not necessary, so now it returns a slice * Steps have now been documented/labeled * The last step of the algorithm was incorrect; it would only slice the path if the "/" was the last character, which is not what the spec says. The spec says to slice up until (but not including) the last "/". Also added a regression test for this. | ||||
* | Fixed some deprecation errors in components/net. | Avi Weinstock | 2015-03-23 | 1 | -2/+4 |
| | |||||
* | Update some code that's feature-gated under core. | Ms2ger | 2015-03-21 | 1 | -11/+11 |
| | |||||
* | Fix warnings in net. | Ms2ger | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -3/+3 |
| | |||||
* | Address review comments. | Josh Matthews | 2015-02-04 | 1 | -2/+1 |
| | |||||
* | Differentiate between HTTP and non-HTTP APIs for cookie operations. Fix some ↵ | Josh Matthews | 2015-02-04 | 1 | -70/+57 |
| | | | | incorrect cookie removal operation logic. Order the returned cookies according to the spec. Make cookie unit tests pass. | ||||
* | Improve redirect behaviour to clear headers and reevaluate sent cookies. ↵ | Josh Matthews | 2015-02-04 | 1 | -164/+97 |
| | | | | Implement storage-related cookie behaviour such as domain and path matching that cookie-rs doesn't require. Remove stored cookies when an empty value is stored. Document cookie code. | ||||
* | cookies and cookies storage implementation | Shamir Khodzha | 2015-02-04 | 1 | -0/+314 |