summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: update NSS patches.agl@chromium.org2011-10-0316-341/+322
* [cros] Transfer proxy HTTP authentication from login screen into new session.ivankr@chromium.org2011-10-033-0/+105
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-023-15/+14
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-01263-1718/+1718
* Update cbcrandomiv.patch to the currently proposed patch (v10) for thewtc@chromium.org2011-09-302-106/+286
* Remove static which requires a static initializer.agl@chromium.org2011-09-301-3/+4
* Add CRL set updater.agl@chromium.org2011-09-303-1/+19
* Minor cleanup of Mac/Linux network change notifier code:mmenke@chromium.org2011-09-306-15/+22
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-2911-466/+74
* net: add (*.)luneta.nearbuysystems.com to HSTS preloaded.agl@chromium.org2011-09-292-0/+8
* Fix build with Heimdal.phajdan.jr@chromium.org2011-09-291-0/+10
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-2911-74/+466
* Disk Cache: Eliminate a race in one of the new testsrvargas@google.com2011-09-291-0/+1
* Reinstate princeton.edu in the False Start blacklist.agl@chromium.org2011-09-291-0/+1
* Disable logging to console in TestServerbattre@chromium.org2011-09-291-4/+0
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-2911-62/+528
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-09-291-10/+0
* Decouples TransportSecurityState from NSS.bulach@chromium.org2011-09-292-32/+109
* Use status code 307 instead of 302 when redirecting requests on behalf ofmpcomplete@chromium.org2011-09-294-2/+157
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-284-18/+12
* Recover from bad proxy settings pointing to non-proxy servers that reply anyway.joaodasilva@chromium.org2011-09-281-0/+2
* FTP: fix compatibility problem with ftp.comconlink.co.zaphajdan.jr@chromium.org2011-09-281-2/+0
* Fix a crash when loading a multipart html page.tony@chromium.org2011-09-271-1/+30
* Fix Windows shared library build.phajdan.jr@chromium.org2011-09-271-1/+2
* Make TransportSecurityState not ref-counted for simplicity.phajdan.jr@chromium.org2011-09-277-551/+543
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-2711-50/+42
* Address wtc's comments in http://codereview.chromium.org/7461088agl@chromium.org2011-09-272-9/+10
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-2710-40/+49
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-2710-49/+40
* net: fix crash when failing to import a client-side cert into NSS.agl@chromium.org2011-09-272-17/+41
* Fallback from platform client auth to NSS client auth.mattm@chromium.org2011-09-277-280/+321
* Add a license header to net/third_party/nss/patches/applypatches.sh.wtc@chromium.org2011-09-271-0/+4
* DevTools: web socket does not expect frames other than text.loislo@chromium.org2011-09-263-5/+27
* Update Windows version macros to Win 7jschuh@chromium.org2011-09-261-1/+9
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-268-56/+783
* net: Move more functions into net namespace.tfarina@chromium.org2011-09-252-38/+38
* Fix potential issue with BaseFile::AppendDataToFile().ahendrickson@chromium.org2011-09-231-0/+1
* Record UMA statistics for file_stream operations.ahendrickson@chromium.org2011-09-2310-39/+410
* Sending auth error from python server. After posting a request to the /chromi...lipalani@chromium.org2011-09-231-3/+44
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-2319-67/+74
* Mark untrusted certificates as such in Linux UI.agl@chromium.org2011-09-222-0/+64
* Python server to test the actionable error feature.lipalani@chromium.org2011-09-222-1/+78
* Try to fix compile break.pkasting@chromium.org2011-09-221-4/+1
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-223-6/+6
* Linux: try libgio-2.0.so.0 first and then libgio-2.0.so when trying to use gs...mdm@chromium.org2011-09-221-3/+7
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-2218-70/+63
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-2218-63/+70
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-223-10/+14
* Enable sync for the settings from the Extension Settings API.akalin@chromium.org2011-09-211-1/+7
* Move TransportSecurityPersister completely to IO thread.phajdan.jr@chromium.org2011-09-211-0/+3