aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't error on unused imports.Josh Matthews2021-05-271-0/+2
* | Disable more unit tests for windows.Josh Matthews2021-05-271-0/+2
* | Disable all http_loader unit tests on windows.Josh Matthews2021-05-271-0/+2
* | Disable intermittent unit test.Josh Matthews2021-05-261-0/+1
* | Disable another intermittent test on windows.Josh Matthews2021-05-221-0/+1
* | Disable intermittent test on windows.Josh Matthews2021-05-221-0/+1
|/
* Block port 10080Vincent Ricard2021-04-161-2/+2
* Compile fix.Josh Matthews2021-04-071-0/+2
* Try to work around windows unit test failures.Josh Matthews2021-04-071-5/+2
* Disasable net unit test on windows.Josh Matthews2021-04-041-0/+1
* Add port blocking for tftp, netbios-ns, snmp, rtsp, h323gatestat, h323hostcal...Vincent Ricard2021-03-291-5/+6
* Fix some 'nosniff' testsVincent Ricard2021-03-083-12/+182
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* Auto merge of #27738 - ghostd:update-bad-ports, r=jdmbors-servo2020-11-191-2/+2
|\
| * Update the "bad ports" listVincent Ricard2020-11-041-2/+2
* | Set CORS preflight requests' `mode` to `cors`Vincent Ricard2020-10-301-62/+60
|/
* Make reload button clear the network cache.Josh Matthews2020-07-272-0/+8
* Remove unit test that triggers frequent intermittent failure.Josh Matthews2020-07-271-78/+2
* net: Remove explicit Host header from websocket connection.Josh Matthews2020-07-161-26/+1
* net: Replace ws-rs with async-tungstenite.Josh Matthews2020-07-083-245/+443
* Auto merge of #27198 - jdm:http-origin-test-debug, r=asajeffreybors-servo2020-07-071-7/+8
|\
| * Add debug output for intermittently failing test.Josh Matthews2020-07-071-7/+8
* | net: in the absense of a request body, assume streaming it cannot failGregory Terzian2020-07-071-1/+11
* | Ignore errors while setting username/password in strip_url_for_use_as_referrerUtsav Oza2020-07-031-2/+2
* | Update referrer computationUtsav Oza2020-07-023-102/+91
|/
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-0/+1
* Use global.get_referrer() when appropiateMatthias Deiml2020-06-171-2/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-176-101/+219
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-163-32/+177
* net: fix re-extracting stream upon re-directGregory Terzian2020-06-121-2/+2
* net: Add unit test for accepting a self-signed cert.Josh Matthews2020-06-093-9/+103
* net: Use a POST request for allowing certs temporarily.Josh Matthews2020-06-092-15/+23
* net: Add option to temporarily accept certs that failed the handshake.Josh Matthews2020-06-092-12/+40
* net: Allow SSL websockets to use dynamic list of certs as well.Josh Matthews2020-06-093-6/+19
* net: Pass certs that fail the SSL handshake out of the network layer.Josh Matthews2020-06-094-37/+126
* net: Add an SSL verification callback to support checking a dynamic list of c...Josh Matthews2020-06-093-11/+60
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-042-7/+2
* net: use an empty body for the null body caseGregory Terzian2020-06-041-63/+58
* net: update list of bad portsGregory Terzian2020-06-041-4/+4
* net: don't set content-length in obtain responseGregory Terzian2020-06-041-14/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-042-16/+120
* Auto merge of #26678 - gterzian:shutdown_net_runtime, r=Manishearthbors-servo2020-05-302-5/+11
|\
| * net: shutdown async runtime on exitGregory Terzian2020-05-302-5/+11
* | Remove some unused dependency declarationsSimon Sapin2020-05-291-0/+3
|/
* Remove duplicate Host header from initial websocket request.Josh Matthews2020-05-221-22/+0
* make is_origin_trustworthy a method of ServoUrl + fix localhost handlingAlexandrov Sergey2020-05-191-25/+3
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-196-44/+94
* Auto merge of #26430 - Eijebong:referrer-policy, r=jdmbors-servo2020-05-121-1/+7
|\
| * Implement referrer policyBastien Orivel2020-05-051-1/+7
* | Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-3/+1