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
*
WebSocket protocol handler for live experiment (again)
ukai@chromium.org
2009-10-21
4
-0
/
+874
*
Revert r29614 "WebSocket protocol handler for live experiment."
ukai@chromium.org
2009-10-21
4
-871
/
+0
*
WebSocket protocol handler for live experiment.
ukai@chromium.org
2009-10-21
4
-0
/
+871
*
I had some debug URL handling turned on in chrome
mbelshe@google.com
2009-10-21
2
-4
/
+5
*
Update eTLD list to stay in sync with Mozilla. Also correct the URL atop the...
pkasting@chromium.org
2009-10-20
2
-2
/
+14
*
Fix a data race found by ThreadSanitizer in LoadLog::Release().
eroman@chromium.org
2009-10-20
1
-2
/
+3
*
Fixup the flip_framer eof-handling semantics now that we have
mbelshe@google.com
2009-10-20
7
-90
/
+257
*
Remove some unnecessary manual AddRef/Release.
eroman@chromium.org
2009-10-20
1
-9
/
+0
*
Display the full address list rather than just the first item, in about:net-i...
eroman@chromium.org
2009-10-19
2
-8
/
+22
*
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...
vandebo@chromium.org
2009-10-17
10
-634
/
+1255
*
Enable Mac EV cert validation w/o requiring the user to explicitly enable rev...
hawk@chromium.org
2009-10-16
1
-6
/
+4
*
Http Cache: Enable byte-range support by default.
rvargas@google.com
2009-10-16
1
-4
/
+4
*
Adding support for Reset in StringTokenizerT and HttpHeadersIterator.
tommi@chromium.org
2009-10-16
2
-0
/
+17
*
Reverting 29316.
vandebo@chromium.org
2009-10-16
10
-1255
/
+634
*
Mark flaky FTP tests as flaky.
phajdan.jr@chromium.org
2009-10-16
1
-5
/
+10
*
Classify more types of input as queries.
pkasting@chromium.org
2009-10-16
3
-0
/
+90
*
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...
vandebo@chromium.org
2009-10-16
10
-634
/
+1255
*
HTTP Cache: Apply all freshness tests to Partial content entries.
rvargas@google.com
2009-10-16
3
-4
/
+29
*
Mark some disabled tests as flaky to increase test coverage.
phajdan.jr@chromium.org
2009-10-16
1
-3
/
+3
*
Adding a Find method to the HeadersIterator class.
tommi@chromium.org
2009-10-16
3
-0
/
+34
*
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
[next]