summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-022-13/+12
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0133-157/+157
* 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-304-15/+19
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-294-73/+12
* net: add (*.)luneta.nearbuysystems.com to HSTS preloaded.agl@chromium.org2011-09-292-0/+8
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-294-12/+73
* Reinstate princeton.edu in the False Start blacklist.agl@chromium.org2011-09-291-0/+1
* Decouples TransportSecurityState from NSS.bulach@chromium.org2011-09-292-32/+109
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-284-18/+12
* 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-273-543/+535
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-1/+2
* Address wtc's comments in http://codereview.chromium.org/7461088agl@chromium.org2011-09-272-9/+10
* Update Windows version macros to Win 7jschuh@chromium.org2011-09-261-1/+9
* 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-239-39/+406
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-2312-57/+64
* Mark untrusted certificates as such in Linux UI.agl@chromium.org2011-09-222-0/+64
* 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
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-2211-61/+54
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-2211-54/+61
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-223-10/+14
* Move TransportSecurityPersister completely to IO thread.phajdan.jr@chromium.org2011-09-211-0/+3
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-214-1/+4
* aura: Make 'net' buildable with gtk disabled.sadrul@chromium.org2011-09-211-4/+8
* net: support side-pinning of public keys.agl@chromium.org2011-09-203-0/+344
* Introduce a typedef for users of the SSL cert trust bits. This allows lots of...pkasting@chromium.org2011-09-203-11/+14
* net: Start wrapping escape.h into namespace net.tfarina@chromium.org2011-09-203-16/+34
* net: remove opportunistic HTTPS stuff.agl@chromium.org2011-09-193-32/+2
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* Moved SDCH initialization from UI thread to IO thread.rtenneti@chromium.org2011-09-173-28/+19
* net: more HSTS additions.agl@chromium.org2011-09-162-0/+21
* Change LOG(INFO) to VLOG(1) in net/base/bandwidth_metrics.hisherman@chromium.org2011-09-161-3/+3
* Fourth attempt at the following. Unreviewed, this was originally reviewed in...pkasting@chromium.org2011-09-155-295/+214
* Third try at committing this.erikwright@chromium.org2011-09-1310-577/+1612
* net: update public key block for the correct Cyber CA certs.agl@chromium.org2011-09-133-2/+37
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+1
* NetworkChangeNotifierMac: synchronize destruction order with helper thread.adamk@chromium.org2011-09-122-14/+13
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-123-29/+79
* net: another HSTS preloaded updateagl@chromium.org2011-09-122-0/+23
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-122-13/+17
* ...agl@chromium.org2011-09-092-0/+9
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-0910-1612/+577
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-0910-577/+1612
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-0910-1588/+568
* Revert 100316 - Fix a memory leak in a unit test.estade@chromium.org2011-09-093-22/+12