aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/resource_thread.rs
Commit message (Expand)AuthorAgeFilesLines
...
* refactored performance timing to align with updated specddh2018-11-201-4/+11
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-3/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+2
* Reorder importsPyfisch2018-11-061-8/+8
* Sort `use` statementsSimon Sapin2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Rustfmt net cratePyfisch2018-11-031-142/+185
* Update hyper to 0.12Bastien Orivel2018-11-011-6/+5
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-2/+2
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+1
* refactor(filemanager): uses embedderproxy directlyOJ Kwon2018-04-271-12/+12
* refactor(filemanager): use filemanagermsg to request embedderOJ Kwon2018-04-271-6/+6
* refactor(filemanager): remove awareness to ui behaviorOJ Kwon2018-04-271-3/+1
* refactor(filemanager): send constellationmsg to select fileOJ Kwon2018-04-271-2/+2
* refactor(resourcethread): expose constellationmsg channelOJ Kwon2018-04-271-8/+13
* delegate resource reading to embedderPaul Rouget2018-04-271-9/+11
* Remove insaccessible history statesConnor Brewster2018-04-171-0/+6
* Implement history stateConnor Brewster2018-04-161-0/+9
* Measure cache memory usage (#19251):modal-d172018-04-011-16/+72
* Remove cancellation map and ResourceId from the net* componentsBastien Orivel2017-11-211-11/+3
* Auto merge of #19274 - Manishearth:xhr-cancel, r=jdmbors-servo2017-11-201-7/+9
|\
| * Fetch cancellation: Add CancellationListenerManish Goregaokar2017-11-201-3/+3
| * Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-171-5/+7
* | more http cache workGregory Terzian2017-11-161-0/+3
|/
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-11/+18
* Bump serde to 1.0Bastien Orivel2017-06-161-1/+1
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-7/+25
* Kill ResourceGroupAnthony Ramine2017-04-061-36/+23
* Move the HTTP connector in HttpStateAnthony Ramine2017-04-061-8/+3
* Move the SSL client in HttpStateAnthony Ramine2017-04-061-12/+11
* Add command-line argument to use a custom SSL certificate database.Josh Matthews2017-04-061-2/+12
* Enable HTTP connection pooling. Retry stale connections indicated by connecti...Josh Matthews2017-04-041-2/+1
* Don't share the SSL client between the private and public groupsAnthony Ramine2017-04-031-2/+3
* Move Arc out of HttpStateAnthony Ramine2017-04-031-7/+7
* Reuse HttpState in ResourceGroupAnthony Ramine2017-04-031-20/+15
* Move the HTTP connector to FetchContextAnthony Ramine2017-04-031-2/+3
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-2/+2
* Make fetch take a &RequestAnthony Ramine2017-04-031-2/+1
* Introduce create_ssl_clientAnthony Ramine2017-04-021-4/+9
* Revert "Enable HTTP pooling again (fixes #15694)".Josh Matthews2017-04-011-1/+2
* Enable HTTP pooling again (fixes #15694)Anthony Ramine2017-03-311-2/+1
* Update Hyper and OpenSSLddh2017-03-311-4/+7
* Revert "Introduce create_ssl_context"Anthony Ramine2017-03-311-6/+4
* Revert "Store SSL context in ResourceGroup"Anthony Ramine2017-03-311-5/+2
* Disable wss supportAnthony Ramine2017-03-311-2/+1
* Make the WebSocket handshake ourselves to ease switching libsAnthony Ramine2017-03-291-1/+4
* Store SSL context in ResourceGroupAnthony Ramine2017-03-281-2/+5