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
*
Reverting 8627,8625.
maruel@chromium.org
2009-01-26
2
-26
/
+8
*
Clean up dns prefetch code, and also port it.
phajdan.jr@chromium.org
2009-01-26
2
-8
/
+26
*
revert r8603
rvargas@google.com
2009-01-24
36
-187
/
+98
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
36
-98
/
+187
*
Disk cache: Adjust the current experiment so that the cache
rvargas@google.com
2009-01-23
1
-15
/
+18
*
Prep for generated .vcproj files:
sgk@google.com
2009-01-23
3
-9
/
+11
*
Support domain=IPADDR if it matches the url ip address exactly.
deanm@chromium.org
2009-01-23
2
-2
/
+12
*
Add q-values to languages in Accept-Language HTTP header to be compatible wit...
jungshik@google.com
2009-01-23
3
-3
/
+85
*
BUG=1112
hclam@chromium.org
2009-01-23
1
-4
/
+8
*
Use PlatformThreadId, not int when dealing with thread ids.
agl@chromium.org
2009-01-23
1
-1
/
+1
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
4
-16
/
+16
*
We should download text/csv mime types instead of displaying them.
abarth@chromium.org
2009-01-22
2
-6
/
+8
*
Mark the SECOM Trust Root CAs as EV. Note that both
wtc@chromium.org
2009-01-22
1
-0
/
+12
*
Return ERR_SSL_PROTOCOL_ERROR instead of the default
wtc@chromium.org
2009-01-21
1
-1
/
+1
*
Fix dump_cache build.
evan@chromium.org
2009-01-21
1
-8
/
+15
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
5
-22
/
+11
*
Provide initialization of member variable
jar@chromium.org
2009-01-20
1
-0
/
+1
*
generate test_shell.pak and hook up loading net resources from
tc@google.com
2009-01-20
1
-3
/
+3
*
Improve SDCH stability stats and error recovery
jar@chromium.org
2009-01-20
8
-59
/
+246
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
8
-9
/
+29
*
Refine a CHECK into several CHECKs to determine the return
wtc@chromium.org
2009-01-17
1
-1
/
+20
*
Have net_resources.grd generate a .pak file too. Since the tld
tc@google.com
2009-01-16
2
-6
/
+8
*
If connect succeeds synchronously, the event object is also
wtc@google.com
2009-01-16
2
-2
/
+4
*
Add another test case.
ericroman@google.com
2009-01-16
1
-0
/
+25
*
revert 8087
abarth@chromium.org
2009-01-15
2
-8
/
+6
*
We should download text/csv mime types instead of displaying them.
abarth@chromium.org
2009-01-15
2
-6
/
+8
*
post-winhttp cleanup: remove a todo.
ericroman@google.com
2009-01-15
2
-18
/
+1
*
post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.
ericroman@google.com
2009-01-15
17
-202
/
+211
*
Add a bucket in the connection type histograms for
wtc@google.com
2009-01-15
3
-5
/
+13
*
Push MD5 certificate histograms to UMA.
wtc@google.com
2009-01-14
1
-4
/
+9
*
Rewrite old unit tests to avoid connecting to google.com; fixes TODO(darin)
dkegel@google.com
2009-01-13
2
-14
/
+55
*
Remove HttpTransactionWinHttp and the --winhttp command-line
wtc@google.com
2009-01-13
16
-2667
/
+0
*
Correct latency histograms for SDCH encoding
jar@chromium.org
2009-01-13
9
-23
/
+37
*
Port crash_cache tool to Linux.
phajdan.jr@chromium.org
2009-01-13
4
-74
/
+61
*
Measure how often the users are encountering MD5
wtc@google.com
2009-01-12
8
-2
/
+133
*
Updates to Visual Studio project generation to accomodate
sgk@google.com
2009-01-10
9
-60
/
+36
*
Resubmit r7826 after fixing breakages:
sgk@google.com
2009-01-10
7
-159
/
+767
*
Add support for per-module suppression files.
erg@google.com
2009-01-09
1
-0
/
+31
*
Back out r7826, which broke the Linux build
mark@chromium.org
2009-01-09
7
-761
/
+153
*
Generation of net .vcproj and .sln files.
sgk@google.com
2009-01-09
7
-153
/
+761
*
Port tld_cleanup to posix and add it to the scons build.
tc@google.com
2009-01-09
3
-43
/
+25
*
CookieMonster quote parsing changes and tests.
deanm@chromium.org
2009-01-09
3
-45
/
+101
*
create a net.vsprops file to share between build configs of net.vcproj
tc@google.com
2009-01-09
2
-2
/
+10
*
Sweep the tree for SCons files still missing svn:eol-style LF.
sgk@google.com
2009-01-08
1
-43
/
+43
*
It looks like the FTP tests are hanging / crashing some percentage of the tim...
erikkay@google.com
2009-01-08
1
-1
/
+2
*
Fix release build by including vsprops in the release config.
tc@google.com
2009-01-08
1
-1
/
+1
*
Remove net_resources.rc and net_resources.h and replace it
tc@google.com
2009-01-08
12
-50
/
+119
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2009-01-08
4
-279
/
+722
*
Using PlatformThread::Sleep instead of msleep
dkegel@google.com
2009-01-08
1
-17
/
+3
*
When there are multiple requests for the same resource, it is
rvargas@google.com
2009-01-07
2
-3
/
+77
[next]