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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace platform conditions with os_posix and os_bsd where applicable
robert.nagy@gmail.com
2011-11-22
1
-1
/
+3
*
Mark a cookie as session cookie, if the expiry date cannot be parsed
jochen@chromium.org
2011-11-22
2
-1
/
+10
*
Fixing some warning due to different signess of char
kristianm@chromium.org
2011-11-21
1
-1
/
+5
*
Upstream: Build net_unittests for Android.
jingzhao@chromium.org
2011-11-21
9
-74
/
+93
*
Fix initial offline state response handling
adamk@chromium.org
2011-11-17
2
-16
/
+30
*
Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...
cbentzel@chromium.org
2011-11-17
1
-0
/
+3
*
Creation of cookie_utils.
droger@google.com
2011-11-17
5
-81
/
+132
*
Revert "Allow signing EC certs and creating EC origin-bound certs."
mattm@chromium.org
2011-11-17
6
-223
/
+91
*
Fix leak in X509UtilNSSTest VerifyCertificateSignature.
mattm@chromium.org
2011-11-17
1
-1
/
+1
*
base::Bind fixes
groby@chromium.org
2011-11-17
3
-6
/
+10
*
Allow signing EC certs and creating EC origin-bound certs.
mattm@chromium.org
2011-11-17
6
-91
/
+223
*
Offline state detection for linux, using new D-Bus library.
adamk@chromium.org
2011-11-16
5
-13
/
+474
*
Revert "Offline state detection for linux, using new D-Bus library."
adamk@chromium.org
2011-11-16
5
-471
/
+12
*
Offline state detection for linux, using new D-Bus library.
adamk@chromium.org
2011-11-16
5
-12
/
+471
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
12
-128
/
+148
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
17
-37
/
+45
*
Persist dynamically learned SPDY settings (like CWND).
rtenneti@chromium.org
2011-11-15
1
-0
/
+10
*
Remove unused HostResolver::Observer.
szym@chromium.org
2011-11-15
11
-474
/
+19
*
Revert 110099 - Creation of cookie_utils.
joi@chromium.org
2011-11-15
5
-130
/
+81
*
Creation of cookie_utils.
droger@google.com
2011-11-15
5
-81
/
+130
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
2
-35
/
+35
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
12
-20
/
+20
*
Add/change metrics for cookie store loading:
erikwright@chromium.org
2011-11-14
2
-4
/
+5
*
Linux: Move base/mime_util* to base/nix. It's not used on any other platform.
thestig@chromium.org
2011-11-11
1
-2
/
+2
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
2
-2
/
+0
*
aura: Make the Linux version of IconLoader not require GTK+.
derat@chromium.org
2011-11-10
1
-6
/
+0
*
CookieMonster: Store expiration time also for session cookies.
marja@chromium.org
2011-11-10
4
-34
/
+65
*
net: Remove 3 exit time destructors and 3 static initializers.
thakis@chromium.org
2011-11-09
3
-15
/
+24
*
net: Move the last two Escape() functions into the net namespace.
tfarina@chromium.org
2011-11-09
2
-15
/
+15
*
net: remove public key pins for Twitter.
agl@chromium.org
2011-11-09
2
-4
/
+7
*
net: switch to blocking DigiCert Sdn Bhd by public key.
agl@chromium.org
2011-11-09
1
-38
/
+6
*
Increase the limit on number of NotifyAddrChange failures
mmenke@chromium.org
2011-11-09
1
-6
/
+6
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-08
6
-146
/
+287
*
Add new text for indicating we are resolving hosts during proxy resolution.
willchan@chromium.org
2011-11-08
1
-3
/
+6
*
Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
6
-287
/
+146
*
Add NET_EXPORT to CreateAddressListUsingPort to fix tree
szym@chromium.org
2011-11-07
1
-1
/
+2
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
6
-146
/
+287
*
net: clean up public key pins
agl@chromium.org
2011-11-07
3
-105
/
+1000
*
Remove 13 exit time constructors and 3 static initializers
thakis@chromium.org
2011-11-07
1
-1
/
+2
*
net: Move more three Escape() functions into net namespace.
tfarina@chromium.org
2011-11-06
2
-31
/
+30
*
Do not hash the certificate twice.
wtc@chromium.org
2011-11-05
9
-56
/
+92
*
net: replace an explicit array length with arraysize
agl@chromium.org
2011-11-04
1
-11
/
+9
*
Log more descriptive certificate error messages on Mac.
rsleevi@chromium.org
2011-11-04
1
-3
/
+12
*
Add expiration date to blocked Digicert Sdn. Bhd. intermediate public key.
agl@chromium.org
2011-11-04
1
-0
/
+1
*
Log the (server, to-be-verified) certificate chains to the NetLog when loggin...
rsleevi@chromium.org
2011-11-04
6
-1
/
+141
*
Add a LoadState for the AppCache
rvargas@chromium.org
2011-11-04
1
-0
/
+6
*
Fix a couple minor net issues
joth@chromium.org
2011-11-03
1
-1
/
+2
*
This change implements certificate import from ONC file.
gspencer@chromium.org
2011-11-03
4
-3
/
+23
*
This fixes some minor issues in this test that were found because I
gspencer@chromium.org
2011-11-03
1
-73
/
+73
*
net: expand upon the comment for IsChainOfPublicKeysPermitted
agl@chromium.org
2011-11-03
1
-4
/
+10
[next]