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
*
Enable certificate revocation and EV certificate validation for Mac
hawk@chromium.org
2009-10-16
2
-4
/
+13
*
Convert the HTTP cache to use FilePath rather than wstring for the
tony@chromium.org
2009-10-15
2
-9
/
+9
*
Provides a certificate for SSL client authentication on NSS sockets.
wtc@chromium.org
2009-10-15
2
-4
/
+131
*
net: Add another unit test.
rvargas@google.com
2009-10-15
1
-0
/
+7
*
Final patch to convert disk cache to using FilePath instead of
tony@chromium.org
2009-10-15
12
-124
/
+98
*
Don't call AuthOrigin(target) multiple times in
wtc@chromium.org
2009-10-15
2
-16
/
+22
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-1
/
+1
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
1
-1
/
+1
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-1
/
+1
*
Coverity: check file_util::WriteFile return.
mattm@chromium.org
2009-10-14
1
-3
/
+3
*
Remove the base_gfx project since it no longer has an external dependencies.
brettw@chromium.org
2009-10-14
1
-0
/
+4
*
Http Cache: More unit tests for byte range support.
rvargas@google.com
2009-10-14
5
-51
/
+209
*
Update the flip_protocol header to add flags to all frames
mbelshe@google.com
2009-10-14
4
-35
/
+108
*
Enable SSL in FLIP.
mbelshe@google.com
2009-10-14
4
-41
/
+43
*
A couple new io buffers that encapsulate more data and are therefore easier t...
vandebo@chromium.org
2009-10-14
9
-64
/
+123
*
Don't run DiskCacheEntryTest.CancelSparseIO under ThreadSanitizer on Mac
timurrrr@chromium.org
2009-10-14
1
-0
/
+1
*
Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.
tony@chromium.org
2009-10-14
1
-1
/
+1
*
Disk cache: Re-enable DiskCacheEntryTest.CancelSparseIO
rvargas@google.com
2009-10-14
1
-2
/
+2
*
Move disk_cache::MappedFile to use FilePath instead of wstring.
tony@chromium.org
2009-10-13
13
-35
/
+34
*
Fix a bug that caused the Mac SSL config service only check the system OCSP s...
hawk@chromium.org
2009-10-13
1
-1
/
+1
*
Remember the server certificate on Mac OS X even if the handshake fails
hawk@chromium.org
2009-10-13
1
-1
/
+4
*
View Certificate dialog sometimes shows incorrect status because it didn't ha...
hawk@chromium.org
2009-10-13
1
-0
/
+5
*
Convert BlockFiles to use FilePath instead of wstring.
tony@chromium.org
2009-10-13
11
-49
/
+46
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
2
-4
/
+2
*
Eliminate all uses of strerror() in code that uses src/base. strerror() is in...
tschmelcher@chromium.org
2009-10-13
1
-4
/
+3
*
Add an interface to report the amount of data after a chunked encoding. This ...
vandebo@chromium.org
2009-10-13
3
-13
/
+56
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
2
-7
/
+8
*
Do not run FlipNetworkTransactionTest.Connect under ThreadSanitizer on Mac OS
timurrrr@chromium.org
2009-10-13
1
-0
/
+1
*
This is a second attempt at submitting this changelist. The original one was
markus@chromium.org
2009-10-13
3
-13
/
+68
*
Mix mismatched new[] with delete. (should be delete[]).
mbelshe@google.com
2009-10-13
2
-8
/
+8
*
Make SSLClientSocketNSS full-duplex
ukai@chromium.org
2009-10-13
2
-99
/
+238
*
Add a command line switch to enable flip sockets.
mbelshe@google.com
2009-10-13
3
-1
/
+31
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
3
-8
/
+8
*
Add the ability to purge memory to the ProxyResolver.
pkasting@chromium.org
2009-10-13
9
-3
/
+79
*
Use size_t rather than uint32 in a few more places
mbelshe@chromium.org
2009-10-12
2
-4
/
+4
*
Step 2 in porting disk cache to using FilePath.
tony@chromium.org
2009-10-12
7
-9
/
+16
*
Start migrating the disk cache to using FilePath.
tony@chromium.org
2009-10-12
13
-74
/
+104
*
Remove the dependency on i18n/icu_string_conversions from base/string_util.h.
brettw@chromium.org
2009-10-10
4
-14
/
+21
*
Change the SSL Socket to be capable of having reads and
mbelshe@google.com
2009-10-10
2
-235
/
+335
*
Fix one more size_t/uint32 casting issue for the mac.
mbelshe@chromium.org
2009-10-10
2
-2
/
+2
*
Make our Mock Sockets capable of running full duplex.
mbelshe@google.com
2009-10-09
2
-18
/
+6
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
4
-4
/
+4
*
A few more misc fixes for the linux port.
mbelshe@chromium.org
2009-10-09
4
-24
/
+18
*
Add net/socket_stream.
ukai@chromium.org
2009-10-09
3
-0
/
+879
*
One more try to get the FilePath usage right.
mbelshe@google.com
2009-10-09
1
-3
/
+4
*
Disable CancelSparseIO unit test while I see what's going on.
rvargas@google.com
2009-10-08
1
-1
/
+1
*
Disk cache: Add a method to cancel pending sparse operations.
rvargas@google.com
2009-10-08
10
-9
/
+285
*
Detect NULL characters in certificate Subject common
wtc@chromium.org
2009-10-08
1
-17
/
+87
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
3
-14
/
+43
*
Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt...
michaeln@google.com
2009-10-08
3
-124
/
+150
[next]