Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -6/+6 | |
| | ||||||
* | Add plugins for compositing and net crates #7699 | Maciej Skrzypkowski | 2015-09-22 | 1 | -0/+2 | |
| | | | | | Changed to_string calls to to_owned calls where was a need. | |||||
* | Issue #7390 correct the order of mod declaration | Hugo Thiessard | 2015-09-18 | 1 | -6/+6 | |
| | ||||||
* | Move net_error_list from net to net_traits. Fixes #7050. | Connor Imes | 2015-08-06 | 1 | -1/+0 | |
| | ||||||
* | Use hosts-replaced URL only when loading resources | James Graham | 2015-08-05 | 1 | -5/+0 | |
| | ||||||
* | net: Convert the storage task to use IPC. | Patrick Walton | 2015-07-26 | 1 | -0/+1 | |
| | ||||||
* | Moves HSTS code to it's own module | Sam Gibson | 2015-07-22 | 1 | -0/+1 | |
| | ||||||
* | Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. | Ms2ger | 2015-06-25 | 1 | -4/+4 | |
| | ||||||
* | Use euclid from crates.io | ecoal95 | 2015-06-19 | 1 | -1/+1 | |
| | ||||||
* | Audit and reduce unstable usage in net | Manish Goregaokar | 2015-06-10 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | Reasons behind existing unstable features: std_misc: - `Handle` usage (API will be replaced and is perhaps broken) path_ext: - Checking if a file exists. This is doable from the File directly, but slightly longer core: - `FnBox` alloc: - `boxed::into_raw()` (naming) | |||||
* | Use the correct log crate and setup env_logger in main. | Eduard Burtescu | 2015-06-06 | 1 | -1/+0 | |
| | ||||||
* | add error enum for chromium net errors, create window method for error ↵ | Mike Blumenkrantz | 2015-05-27 | 1 | -0/+1 | |
| | | | | propagation | |||||
* | Auto merge of #5952 - Ms2ger:cleanup, r=saneyuki | bors-servo | 2015-05-05 | 1 | -1/+0 | |
|\ | | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5952) <!-- Reviewable:end --> | |||||
| * | Remove unused feature gates and an unused import. | Ms2ger | 2015-05-05 | 1 | -1/+0 | |
| | | ||||||
* | | 1. Add an enum type NetworkEventMessage for handling both HttpRequest and ↵ | Himaja | 2015-05-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | HttpResponse messages 2. Change run_server to handle network events 3. Add a unique id to track request-actor associations 4. Update the network event actor | |||||
* | | Initial changes for devtools support for logging HTTP requests. | Himaja | 2015-05-05 | 1 | -0/+1 | |
|/ | | | | | | | | | | Add a NetworkEventActor to devtools/actors/ Authors: Ashritha Mohan Ram <amohanr@ncsu.edu> Himaja Valavala <hsvalava@ncsu.edu> Anand Chandrasekar <achandr9@ncsu.edu> Yiyang Wang <ywang95@ncsu.edu> | |||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -5/+2 | |
| | ||||||
* | Add a `profile_traits` crate to reduce compile times. | Nicholas Nethercote | 2015-04-30 | 1 | -1/+0 | |
| | | | | | | | | | | A rebuild after touching components/profile/mem.rs now takes 48 seconds (and only rebuilds `profile` and `servo`) which is much lower than it used to be. In comparison, a rebuild after touching components/profile_traits/mem.rs takes 294 seconds and rebuilds many more crates. This change also removes some unnecessary crate dependencies in `net` and `net_traits`. | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` | |||||
* | move mime classifier unit tests into unit test crate | Edward Cho | 2015-04-13 | 1 | -1/+1 | |
| | ||||||
* | Remove int_uint from net. | Josh Matthews | 2015-04-07 | 1 | -1/+0 | |
| | ||||||
* | Remove the sniffer task. | Josh Matthews | 2015-04-06 | 1 | -1/+0 | |
| | ||||||
* | Implement MIME sniffing. | Nathan Climer | 2015-04-06 | 1 | -0/+1 | |
| | ||||||
* | Split out shared networking code into net_traits crate | Gilles Leblanc | 2015-04-03 | 1 | -12/+1 | |
| | | | | Fixes #4476 | |||||
* | Closes #2587 Adding HTTP compression capability | Matt McCoy | 2015-04-01 | 1 | -0/+1 | |
| | ||||||
* | Stop using old_io in net tests. | Ms2ger | 2015-03-26 | 1 | -0/+1 | |
| | ||||||
* | Stop using old_path in net. | Ms2ger | 2015-03-26 | 1 | -1/+0 | |
| | ||||||
* | Move profiler code from `util` into a new crate `profile`. | Nicholas Nethercote | 2015-03-24 | 1 | -0/+1 | |
| | | | | | | | | | - Most of util::memory has been moved into profile::mem, though the `SizeOf` trait and related things remain in util::memory. The `SystemMemoryReporter` code is now in a submodule profile::mem::system_reporter. - util::time has been moved entirely into profile::time. | |||||
* | Fixed some deprecation errors in components/net. | Avi Weinstock | 2015-03-23 | 1 | -1/+0 | |
| | ||||||
* | Remove allow(missing_copy_implementations) attributes. | Ms2ger | 2015-03-23 | 1 | -2/+0 | |
| | | | | This is now the default. | |||||
* | Cleanup resource_task's global_init(). | Ms2ger | 2015-03-20 | 1 | -0/+1 | |
| | ||||||
* | Fix some warnings in net. | Simon Sapin | 2015-03-18 | 1 | -1/+3 | |
| | ||||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -2/+2 | |
| | ||||||
* | Add more robust hostsfile parsing | Gilles Leblanc | 2015-03-05 | 1 | -0/+5 | |
| | | | | | | | | | | | | Adds hostsfile parsing support for: * Tabs * Comments (line and end of line) * IPv4 address validation * Basic IPv6 address validation * End of line whitespaces * Host name alias (multiple host names per address) Fixes #5063 | |||||
* | Use rustc-serialize rather than the built-in deprecated serialize. | Ms2ger | 2015-02-17 | 1 | -1/+1 | |
| | ||||||
* | Fix warnings in net. | Ms2ger | 2015-02-13 | 1 | -2/+8 | |
| | ||||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 | |
| | ||||||
* | Use base64 from rustc-serialize (fixes #4747). | Ms2ger | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | Allow unused variables, imports, and mutable. | Josh Matthews | 2015-02-09 | 1 | -2/+0 | |
| | ||||||
* | Improve redirect behaviour to clear headers and reevaluate sent cookies. ↵ | Josh Matthews | 2015-02-04 | 1 | -0/+1 | |
| | | | | 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/+3 | |
| | ||||||
* | Basic certificate verification (fixes #4119) | Manish Goregaokar | 2015-01-31 | 1 | -0/+1 | |
| | ||||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 | |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | |||||
* | silence fetch warnings | Manish Goregaokar | 2015-01-28 | 1 | -1/+1 | |
| | ||||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -2/+5 | |
| | ||||||
* | Allow `missing_copy_implementations` | Matthew Rasmus | 2015-01-08 | 1 | -0/+1 | |
| | ||||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -1/+0 | |
| | ||||||
* | convert net crate to use hyper | Sean McArthur | 2014-12-04 | 1 | -1/+1 | |
| | ||||||
* | Implement Window.sessionStorage: Storage Task, Storage Methods (excluding ↵ | nkdalmia | 2014-12-03 | 1 | -0/+1 | |
| | | | | Storage event, QuotaExceededError) | |||||
* | M1456, Implement MIME sniffing initial Step | Kshitij Parajuli | 2014-11-13 | 1 | -0/+1 | |
| |