index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated spdy_framer.cc with the latest code. Code for PING
rtenneti@chromium.org
2011-09-26
8
-56
/
+783
*
net: Move more functions into net namespace.
tfarina@chromium.org
2011-09-25
2
-38
/
+38
*
Fix potential issue with BaseFile::AppendDataToFile().
ahendrickson@chromium.org
2011-09-23
1
-0
/
+1
*
Record UMA statistics for file_stream operations.
ahendrickson@chromium.org
2011-09-23
10
-39
/
+410
*
Sending auth error from python server. After posting a request to the /chromi...
lipalani@chromium.org
2011-09-23
1
-3
/
+44
*
For the SSL cert status, convert anonymous enum that gives bit values into a ...
pkasting@chromium.org
2011-09-23
19
-67
/
+74
*
Mark untrusted certificates as such in Linux UI.
agl@chromium.org
2011-09-22
2
-0
/
+64
*
Python server to test the actionable error feature.
lipalani@chromium.org
2011-09-22
2
-1
/
+78
*
Try to fix compile break.
pkasting@chromium.org
2011-09-22
1
-4
/
+1
*
Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...
pkasting@chromium.org
2011-09-22
3
-6
/
+6
*
Linux: try libgio-2.0.so.0 first and then libgio-2.0.so when trying to use gs...
mdm@chromium.org
2011-09-22
1
-3
/
+7
*
Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...
pkasting@chromium.org
2011-09-22
18
-70
/
+63
*
For the SSL cert status, convert anonymous enum that gives bit values into a ...
pkasting@chromium.org
2011-09-22
18
-63
/
+70
*
net: Put more functions from escape.h into net namespace.
tfarina@chromium.org
2011-09-22
3
-10
/
+14
*
Enable sync for the settings from the Extension Settings API.
akalin@chromium.org
2011-09-21
1
-1
/
+7
*
Move TransportSecurityPersister completely to IO thread.
phajdan.jr@chromium.org
2011-09-21
1
-0
/
+3
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
12
-2
/
+12
*
aura: Make 'net' buildable with gtk disabled.
sadrul@chromium.org
2011-09-21
2
-11
/
+23
*
Fix a crash-on-shutdown in ProxyConfigServiceMac
adamk@chromium.org
2011-09-20
2
-3
/
+6
*
Add a gyp flag to enable dcheck by default in release without
nsylvain@chromium.org
2011-09-20
3
-3
/
+26
*
net: support side-pinning of public keys.
agl@chromium.org
2011-09-20
5
-0
/
+402
*
Consistently use ASSERT_TRUE(response != NULL) in http_network_transaction_un...
cbentzel@chromium.org
2011-09-20
1
-80
/
+83
*
Introduce a typedef for users of the SSL cert trust bits. This allows lots of...
pkasting@chromium.org
2011-09-20
5
-19
/
+22
*
net: Start wrapping escape.h into namespace net.
tfarina@chromium.org
2011-09-20
3
-16
/
+34
*
Fix crash bug at net::WebSocketJob::OnSentData.
ukai@chromium.org
2011-09-20
2
-3
/
+6
*
Linux: enhance some code to try and track down bug 75508.
mdm@chromium.org
2011-09-19
2
-6
/
+21
*
net: remove opportunistic HTTPS stuff.
agl@chromium.org
2011-09-19
7
-298
/
+3
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
2
-2
/
+2
*
Moved SDCH initialization from UI thread to IO thread.
rtenneti@chromium.org
2011-09-17
3
-28
/
+19
*
Disk Cache: If there are no abort_callbacks, we should not
rvargas@google.com
2011-09-16
1
-2
/
+8
*
chrome.experimental.downloads.download() implementation
benjhayden@chromium.org
2011-09-16
4
-1
/
+128
*
net: more HSTS additions.
agl@chromium.org
2011-09-16
2
-0
/
+21
*
Introduce logging to console and re-enable URLRequestTestHTTP.ProxyTunnelRedi...
battre@chromium.org
2011-09-16
3
-10
/
+13
*
Autofill/Valgrind: Fix a leak in AutofillDownloadTest.
jhawkins@chromium.org
2011-09-16
1
-3
/
+2
*
Change LOG(INFO) to VLOG(1) in net/base/bandwidth_metrics.h
isherman@chromium.org
2011-09-16
1
-3
/
+3
*
Fourth attempt at the following. Unreviewed, this was originally reviewed in...
pkasting@chromium.org
2011-09-15
6
-299
/
+224
*
FTP: fix compatibility with servers which send 451 response
phajdan.jr@chromium.org
2011-09-14
3
-15
/
+53
*
FTP: Cleanup - replace sscanf with more high-level routines.
phajdan.jr@chromium.org
2011-09-14
2
-24
/
+46
*
Mark URLRequestTestHTTP.ProxyTunnelRedirectTest flaky.
ericu@google.com
2011-09-14
1
-1
/
+7
*
Move destruction of FilePathWatcherFactory from WatchingFileReader dtor to Ca...
szym@chromium.org
2011-09-14
1
-1
/
+5
*
Disk cache: Make a local copy of the operation result before
rvargas@google.com
2011-09-14
1
-1
/
+2
*
Third try at committing this.
erikwright@chromium.org
2011-09-13
13
-588
/
+1632
*
Disk cache: Make sure that we don't use the address of an
rvargas@google.com
2011-09-13
1
-5
/
+5
*
Don't leak SSPILibraryDefault objects
asanka@chromium.org
2011-09-13
2
-11
/
+9
*
Don't interpret embeded NULLs in a response header line as a line terminator.
eroman@chromium.org
2011-09-13
5
-10
/
+46
*
net: update public key block for the correct Cyber CA certs.
agl@chromium.org
2011-09-13
8
-2
/
+190
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-1
/
+1
*
NetworkChangeNotifierMac: synchronize destruction order with helper thread.
adamk@chromium.org
2011-09-12
2
-14
/
+13
*
Overwrite extensions of filenames determined from URLs if the URL could be a ...
asanka@chromium.org
2011-09-12
3
-29
/
+79
*
Avoid long test_server timeouts by using action_timeout_ms
phajdan.jr@chromium.org
2011-09-12
3
-8
/
+2
[next]