| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -0/+1 |
* | Privatize the chrome_loader module. | Ms2ger | 2016-11-06 | 1 | -1/+2 |
* | Privatize the http_loader module. | Ms2ger | 2016-11-06 | 1 | -1/+7 |
* | Privatize some net modules. | Ms2ger | 2016-11-06 | 1 | -7/+7 |
* | Auto merge of #14044 - servo:bluetooth, r=emilio | bors-servo | 2016-11-03 | 1 | -3/+0 |
|\ |
|
| * | Split the bluetooth code out from the net crates. | Ms2ger | 2016-11-03 | 1 | -3/+0 |
* | | Auto merge of #14042 - servo:fetch-unit-data, r=nox | bors-servo | 2016-11-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Make the data_loader module private. | Ms2ger | 2016-11-03 | 1 | -1/+1 |
* | | Remove #![feature(custom_attribute)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 |
* | | Remove #![feature(custom_derive)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 |
* | | Remove use of serde custom derive plugin in net | Anthony Ramine | 2016-11-03 | 1 | -0/+3 |
|/ |
|
* | Fix tidy issues | Rohit Burra | 2016-11-01 | 1 | -1/+1 |
* | Moved pub_domains to net_traits and did a spring clean. | Alan Jeffrey | 2016-09-29 | 1 | -1/+0 |
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -0/+1 |
* | Support tinyfiledialogs on Windows | UK992 | 2016-07-25 | 1 | -1/+1 |
* | Auto merge of #11640 - servo:rustup, r=Ms2ger | bors-servo | 2016-06-08 | 1 | -1/+0 |
|\ |
|
| * | Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) | Anthony Ramine | 2016-06-08 | 1 | -1/+0 |
* | | Add blob loader | Zhen Zhang | 2016-06-06 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #11523 - szeged:random_id, r=jdm | bors-servo | 2016-06-02 | 1 | -0/+1 |
|\ |
|
| * | Add random Device ID generation | fokinv | 2016-06-02 | 1 | -0/+1 |
* | | Read the content blocking rules and make them available to the HTTP loader. | Josh Matthews | 2016-05-30 | 1 | -0/+3 |
|/ |
|
* | Implement trait-based ResourceThreads and clean up related naming issues | Zhen Zhang | 2016-05-20 | 1 | -1/+2 |
* | Add timeline markers for HTTP requests, JS evaluation, and HTML parsing. | Josh Matthews | 2016-05-18 | 1 | -0/+1 |
* | Auto merge of #11029 - izgzhen:filemanager_thread, r=Manishearth | bors-servo | 2016-05-11 | 1 | -0/+2 |
|\ |
|
| * | add filemanager_thread | Zhen Zhang | 2016-05-11 | 1 | -0/+2 |
* | | Use openssl-verify to check certificate + hostname | Matt Brubeck | 2016-05-10 | 1 | -0/+1 |
* | | Move http_loader::Connector to a separate module | Matt Brubeck | 2016-05-10 | 1 | -0/+1 |
|/ |
|
* | BluetoothThread refactor | Attila Dusnoki | 2016-05-03 | 1 | -0/+2 |
* | Add Bluetooth IPC support | fokinv | 2016-05-03 | 1 | -0/+2 |
* | Fix some warnings | Simon Sapin | 2016-04-29 | 1 | -1/+1 |
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -2/+2 |
* | Make new test use local resources only. | Josh Matthews | 2016-04-20 | 1 | -0/+1 |
* | Disable tinyfiledialogs on non-OS X and Linux platforms. | Josh Matthews | 2016-04-16 | 1 | -0/+1 |
* | 401 authorization UI then restart request/save successful auth creds | Daniel | 2016-04-14 | 1 | -0/+1 |
* | Auto merge of #10189 - KiChjang:cors-preflight-fetch, r=jdm | bors-servo | 2016-04-13 | 1 | -1/+2 |
|\ |
|
| * | Implement CORS preflight fetch | Keith Yeung | 2016-04-13 | 1 | -1/+2 |
* | | Use mime! macro in fetch methods | Keith Yeung | 2016-04-08 | 1 | -0/+2 |
|/ |
|
* | Use external 'threadpool' crate, remove in-tree utility. | Corey Farwell | 2016-03-18 | 1 | -0/+1 |
* | Disallow unsafe code in net and net_traits. | Ms2ger | 2016-03-18 | 1 | -0/+2 |
* | Fix warnings in the fetch code. | Ms2ger | 2016-03-09 | 1 | -1/+0 |
* | Make Response::new() an inherent method. | Ms2ger | 2016-03-08 | 1 | -1/+0 |
* | Add WebRender integration to Servo. | Glenn Watson | 2016-02-18 | 1 | -0/+1 |
* | adding image metadata notification capabilities to image cache | jmr0 | 2016-01-29 | 1 | -0/+1 |
* | Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_t... | Keith Yeung | 2016-01-18 | 1 | -1/+1 |
* | Remove some unused extern crates. | Ms2ger | 2016-01-13 | 1 | -1/+0 |
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -3/+3 |
* | Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all | Tetsuharu OHZEKI | 2015-12-10 | 1 | -1/+0 |
* | move websocket creation to resource task | Nova Fallen | 2015-12-08 | 1 | -0/+2 |
* | Auto merge of #8713 - GuillaumeGomez:features, r=Manishearth | bors-servo | 2015-11-28 | 1 | -1/+0 |
|\ |
|
| * | Remove stabilized features | Guillaume Gomez | 2015-11-28 | 1 | -1/+0 |