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
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
6
-22
/
+28
*
Fix SSLClientSocketTest.CipherSuiteDisables flakiness.
rsleevi@chromium.org
2011-01-09
1
-5
/
+13
*
Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By def...
rsleevi@chromium.org
2011-01-09
1
-0
/
+25
*
Add a port to the SPDY debugging flags so that we can force SPDY for just a
mbelshe@chromium.org
2011-01-08
5
-6
/
+59
*
Fix grit dependencies for chromeos, touchui, and toolkit_views.
tony@chromium.org
2011-01-08
1
-1
/
+2
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
6
-28
/
+22
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
30
-965
/
+972
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
6
-22
/
+28
*
Revert 70782 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-14
/
+9
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-9
/
+14
*
Refactor grit -D flags into a gyp variable so we don't
tony@chromium.org
2011-01-07
1
-1
/
+2
*
Remove auth token generation timing histograms.
cbentzel@chromium.org
2011-01-07
2
-29
/
+0
*
net: fix leak in SSLHostInfo's DNS request.
agl@chromium.org
2011-01-07
1
-0
/
+1
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
29
-103
/
+526
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
29
-526
/
+103
*
net: perform a non-A DNS lookup for HTTPS hosts.
agl@chromium.org
2011-01-06
4
-2
/
+52
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
29
-103
/
+526
*
net: plumb OCSP stapled responses.
agl@chromium.org
2011-01-06
1
-0
/
+59
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
29
-525
/
+103
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
29
-103
/
+525
*
net: add (*.)splendidbacon.com to HSTS preloaded.
agl@chromium.org
2011-01-06
2
-0
/
+5
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
18
-130
/
+164
*
Disk cache: Add a few more histograms and stats to figure
rvargas@google.com
2011-01-06
5
-22
/
+45
*
Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...
tfarina@chromium.org
2011-01-06
1
-1
/
+1
*
Minimize login prompts
cbentzel@chromium.org
2011-01-05
1
-3
/
+31
*
Make the comment at the top of the file match the code.
wtc@chromium.org
2011-01-04
1
-17
/
+10
*
FTP: correctly handle directory listings containing "Permission denied" errors.
phajdan.jr@chromium.org
2011-01-04
5
-2
/
+27
*
Revert "Revert "Set PYTHON_PATH at TestServer Init() instead of Start()""
cmasone@chromium.org
2011-01-04
1
-10
/
+48
*
Revert "Set PYTHON_PATH at TestServer Init() instead of Start()"
cmasone@chromium.org
2011-01-03
1
-47
/
+10
*
Set PYTHON_PATH at TestServer Init() instead of Start()
cmasone@chromium.org
2011-01-03
1
-10
/
+47
*
Mark SSLClientSocketTest.CipherSuiteDisables as flaky.
phajdan.jr@chromium.org
2011-01-03
1
-1
/
+2
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
10
-10
/
+10
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
4
-25
/
+23
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
6
-15
/
+15
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
3
-9
/
+9
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
16
-33
/
+35
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
9
-42
/
+45
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
23
-24
/
+25
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
7
-15
/
+23
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-3
/
+4
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
11
-46
/
+43
*
net: Add namespace net to URLRequestFileDirJob.
tfarina@chromium.org
2010-12-30
2
-27
/
+33
*
Http cache: Remove a histogram.
rvargas@google.com
2010-12-28
2
-46
/
+13
*
net: Add namespace net to URLRequestFilter.
tfarina@chromium.org
2010-12-26
2
-3
/
+8
*
Create a URLRequestContext for PAC fetching.
willchan@chromium.org
2010-12-23
4
-7
/
+46
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
1
-1
/
+1
*
Add Flush(Task*) method to CookieMonster.
rdsmith@chromium.org
2010-12-23
4
-1
/
+135
*
Properly lock access to static variables.
mad@chromium.org
2010-12-23
1
-1
/
+1
*
Fix openssl build: exclude socket/nss_ssl_util.*
joth@chromium.org
2010-12-23
1
-0
/
+2
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
17
-223
/
+1589
[next]