Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | http-cache: improve handling of network errors and partial content | Gregory Terzian | 2019-06-17 | 1 | -4/+2 | |
| | | ||||||
* | | Upgrade headers, headers-core, and hyper_serde. | Josh Matthews | 2019-06-13 | 1 | -2/+1 | |
|/ | ||||||
* | Added fetch_start functionality in http_fetch | Adit Jain | 2019-01-24 | 1 | -0/+7 | |
| | | | | | | Added spec link for webidl. Added fetch_start functionality to PRT . Changed the fetch_start location | |||||
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -15/+19 | |
| | ||||||
* | Remove redundant `.clone()`s | Shotaro Yamada | 2018-12-11 | 1 | -1/+1 | |
| | ||||||
* | net: Wait for underlying response body of filtered responses. | Josh Matthews | 2018-11-30 | 1 | -1/+1 | |
| | ||||||
* | Change Response's statusText default value from 'Ok' to an empty string | George Roman | 2018-11-27 | 1 | -0/+7 | |
| | ||||||
* | Add comment about incorrect tests for file url range requests. Fmt and ↵ | Fernando Jiménez Moreno | 2018-11-26 | 1 | -1/+2 | |
| | | | | manifest update | |||||
* | Use crossbeam channel instead of servo channel. Fix rebase issues and add ↵ | Fernando Jiménez Moreno | 2018-11-26 | 1 | -3/+3 | |
| | | | | comment | |||||
* | Set response status for range requests to file and blob urls | Fernando Jiménez Moreno | 2018-11-26 | 1 | -11/+59 | |
| | ||||||
* | Do not set Receiving body to Done when it's not needed | Fernando Jiménez Moreno | 2018-11-26 | 1 | -1/+0 | |
| | ||||||
* | Allow range requests to blob URLs with negative offsets | Fernando Jiménez Moreno | 2018-11-26 | 1 | -30/+59 | |
| | ||||||
* | Add support fo byte range requests for blob URLs | Fernando Jiménez Moreno | 2018-11-26 | 1 | -101/+84 | |
| | ||||||
* | Finish asynchronous blob url fetching | Fernando Jiménez Moreno | 2018-11-26 | 1 | -1/+1 | |
| | ||||||
* | Blob url's changes now build and test | ms2300 | 2018-11-26 | 1 | -5/+1 | |
| | ||||||
* | Initial implementation of asynchronous blob url fetching | ms2300 | 2018-11-26 | 1 | -14/+6 | |
| | ||||||
* | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -5/+9 | |
| | | | | | | | | | | | | refactoring with ResourceFetchMetadata implemented deprecated window.timing functionality created ResourceTimingListener trait fixed w3c links in navigation timing updated include.ini to run resource timing tests on ci | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 | |
| | ||||||
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -2/+2 | |
| | ||||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -1/+1 | |
| | ||||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -6/+6 | |
| | ||||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -16/+15 | |
| | ||||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -2/+2 | |
| | ||||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -2/+2 | |
| | ||||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -7/+7 | |
| | ||||||
* | Reduce right drift in scheme_fetch | Pyfisch | 2018-11-03 | 1 | -124/+108 | |
| | ||||||
* | Rustfmt net crate | Pyfisch | 2018-11-03 | 1 | -179/+262 | |
| | ||||||
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 1 | -112/+88 | |
| | ||||||
* | Support for byte range requests on file urls | Fernando Jiménez Moreno | 2018-10-31 | 1 | -3/+45 | |
| | ||||||
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -1/+1 | |
| | | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com> | |||||
* | Tidy things up | Jackson Lewis | 2018-09-06 | 1 | -3/+2 | |
| | ||||||
* | Make file fetch asynchronous | Jackson Lewis | 2018-09-04 | 1 | -15/+43 | |
| | ||||||
* | Read file in chunks and send chunks to FetchTaskTarget instead of ↵ | Jackson Lewis | 2018-08-28 | 1 | -3/+17 | |
| | | | | read_to_end call | |||||
* | Use specific assertion for net fetch methods | CYBAI | 2018-01-26 | 1 | -1/+1 | |
| | ||||||
* | handle caching of response with a body of ResponseBody::Receiving | Gregory Terzian | 2018-01-13 | 1 | -0/+6 | |
| | ||||||
* | ignore aborted response in http caching | Gregory Terzian | 2018-01-13 | 1 | -1/+2 | |
| | ||||||
* | Add aborted flag to response, set when fetch is aborted | Manish Goregaokar | 2017-11-20 | 1 | -7/+12 | |
| | ||||||
* | Fetch cancellation: Add CancellationListener | Manish Goregaokar | 2017-11-20 | 1 | -2/+30 | |
| | ||||||
* | Fetch cancellation: Add cancel_chan to FetchContext | Manish Goregaokar | 2017-11-17 | 1 | -0/+2 | |
| | ||||||
* | Auto merge of #18882 - KiChjang:fix-origin, r=jdm | bors-servo | 2017-11-15 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | Use the correct origin in fetch Fixes #18147. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18882) <!-- Reviewable:end --> | |||||
| * | Use the correct URL when checking for bad port | Keith Yeung | 2017-11-15 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) | Simon Sapin | 2017-11-09 | 1 | -1/+0 | |
|/ | ||||||
* | Merge request type and destination | Keith Yeung | 2017-10-23 | 1 | -22/+22 | |
| | ||||||
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -9/+9 | |
| | | | | | | | | 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. | |||||
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -1/+1 | |
| | | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs | |||||
* | Rename basic fetch to scheme fetch | Keith Yeung | 2017-08-08 | 1 | -5/+5 | |
| | ||||||
* | Update main fetch | Keith Yeung | 2017-08-08 | 1 | -17/+50 | |
| | ||||||
* | Audit usages of unicode case-changing methods. | Corey Farwell | 2017-07-26 | 1 | -3/+5 | |
| | ||||||
* | Ignore mime type parameters in nosniff | Fabrice Desré | 2017-05-15 | 1 | -4/+4 | |
| | | | | | | | | | This patch implements the following changes: - Only check for the toplevel/sublevel part of the mime type when deciding if it's a js or css resource, ignoring the mime parameters. - Fix the wpt tests that did not escape url parameters properly and also used an invalid syntax for the mime parameter. - Update the wpt manifest. | |||||
* | Do not return an error for non-GET data: requests (fixes #13293) | Anthony Ramine | 2017-04-08 | 1 | -12/+8 | |
| |