aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
Commit message (Expand)AuthorAgeFilesLines
* Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-287-303/+244
* Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)Simon Sapin2018-12-281-2/+0
* Remove `foreign` service-workers modeCYBAI2018-12-231-14/+4
* Auto merge of #22243 - Darkspirit:cipherlist_cleanup, r=avadacatavrabors-servo2018-12-221-10/+3
|\
| * Cleanup of default ciphersuite listJan Andre Ikenmeyer2018-11-211-10/+3
* | Auto merge of #22354 - jdm:ddg, r=Manishearthbors-servo2018-12-212-8/+14
|\ \
| * | net: Suppress default ports in Origin header.Josh Matthews2018-12-172-8/+7
| * | net: Log HTTP request headers.Josh Matthews2018-12-031-0/+7
* | | Remove redundant `.clone()`sShotaro Yamada2018-12-115-7/+6
|/ /
* | net: Wait for underlying response body of filtered responses.Josh Matthews2018-11-301-1/+1
* | Auto merge of #22244 - georgeroman:response_statustext_default_change, r=jdmbors-servo2018-11-281-0/+7
|\ \
| * | Change Response's statusText default value from 'Ok' to an empty stringGeorge Roman2018-11-271-0/+7
* | | Update webrenderManish Goregaokar2018-11-271-1/+1
* | | Auto merge of #22221 - Eijebong:random-depup, r=noxbors-servo2018-11-271-3/+3
|\ \ \ | |/ / |/| |
| * | Update openssl related dependenciesBastien Orivel2018-11-191-2/+2
| * | Update brotliBastien Orivel2018-11-191-1/+1
* | | Add comment about incorrect tests for file url range requests. Fmt and manife...Fernando Jiménez Moreno2018-11-262-2/+4
* | | Use crossbeam channel instead of servo channel. Fix rebase issues and add com...Fernando Jiménez Moreno2018-11-263-9/+11
* | | Tweak limits of file chunked read and send chunks not entire body as partial ...Fernando Jiménez Moreno2018-11-261-3/+4
* | | Set response status for range requests to file and blob urlsFernando Jiménez Moreno2018-11-262-26/+86
* | | Do not set Receiving body to Done when it's not neededFernando Jiménez Moreno2018-11-261-1/+0
* | | Adapt fetch blob test to new way of fetching in chunksFernando Jiménez Moreno2018-11-261-5/+37
* | | Allow range requests to blob URLs with negative offsetsFernando Jiménez Moreno2018-11-262-46/+77
* | | Add support fo byte range requests for blob URLsFernando Jiménez Moreno2018-11-264-195/+179
* | | Finish asynchronous blob url fetchingFernando Jiménez Moreno2018-11-263-134/+145
* | | Update read blob url in chunk changes to use new hyperFernando Jiménez Moreno2018-11-261-17/+25
* | | Blob url's changes now build and testms23002018-11-263-32/+29
* | | Initial implementation of asynchronous blob url fetchingms23002018-11-263-90/+171
| |/ |/|
* | Auto merge of #22225 - servo:webgl, r=emiliobors-servo2018-11-211-2/+3
|\ \
| * | Call rgba8_byte_swap_colors_inplace on the WebGL threadAnthony Ramine2018-11-201-1/+1
| * | Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-1/+2
* | | refactored performance timing to align with updated specddh2018-11-209-54/+119
|/ /
* / Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-1933-33/+33
|/
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-188-27/+27
* Optimise memory allocation in set_webrender_image_keyAnthony Ramine2018-11-161-0/+1
* Prefix some pixels functions with rgba8_Anthony Ramine2018-11-161-1/+1
* Update uuidBastien Orivel2018-11-093-3/+3
* Auto merge of #22144 - Eijebong:hyperfix, r=jdmbors-servo2018-11-081-4/+34
|\
| * Use chunk.as_ref() instead of &chunk.into_bytes()Bastien Orivel2018-11-081-3/+3
| * Continue decompressing chunks even after hyper is done downloading the bodyBastien Orivel2018-11-081-1/+31
| * Don't reset the buffers for each chunk we downloadBastien Orivel2018-11-081-2/+2
* | Remove useless `use crate_name;` imports.Simon Sapin2018-11-0810-16/+0
* | `cargo fix --edition-idioms`Simon Sapin2018-11-0812-73/+15
|/
* Reorder importsPyfisch2018-11-0621-74/+101
* Format remaining filesPyfisch2018-11-067-238/+299
* Switch most crates to the 2018 editionSimon Sapin2018-11-062-2/+3
* Sort `use` statementsSimon Sapin2018-11-067-21/+21
* `cargo fix --edition`Simon Sapin2018-11-0617-58/+59
* Reduce right drift in scheme_fetchPyfisch2018-11-031-124/+108