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
*
Remove obsolete files from 'sources'. This causes needless work on increment...
jeanluc@chromium.org
2011-01-30
1
-2
/
+0
*
Add the include <iterator> or change the usage of back_inserter to avoid comp...
jeanluc@chromium.org
2011-01-30
1
-6
/
+6
*
net: Add namespace net to GZip* classes.
tfarina@chromium.org
2011-01-30
5
-30
/
+46
*
Fixes eol on http_stream_parser.cc
maruel@chromium.org
2011-01-29
1
-1
/
+1
*
The way I was closing when we detected an invalid frame was incorrect;
mbelshe@chromium.org
2011-01-29
1
-32
/
+41
*
Fix a memory leak when cleaning the queued data frames.
mbelshe@chromium.org
2011-01-28
1
-41
/
+19
*
Take 2:
mbelshe@chromium.org
2011-01-28
1
-38
/
+50
*
New protocol and testserver for the Chrome-DMServer protocol
gfeher@chromium.org
2011-01-28
4
-16
/
+230
*
Fixes OpenSSL build: adds missing include file
bulach@chromium.org
2011-01-28
1
-0
/
+2
*
The HttpRequestInfo object must outlive the HttpNetworkTransaction object bec...
satish@chromium.org
2011-01-28
1
-309
/
+309
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
9
-319
/
+186
*
Add checkout.google.com to STS list, with permission from Checkout team.
cevans@chromium.org
2011-01-28
1
-0
/
+1
*
Change UTF8ToUTF16 to accept const StringPiece&.
suzhe@google.com
2011-01-28
4
-0
/
+7
*
Fix the crash in SpdyNetworkTransactionTest.CorruptFrameSessionError.
wtc@chromium.org
2011-01-27
1
-6
/
+5
*
The server will happily propagate invalid SPDY headers, which Chrome will
mbelshe@chromium.org
2011-01-27
1
-0
/
+5
*
Revert 72844 - Optimizations to fill packets better for the edsm server.
mbelshe@chromium.org
2011-01-27
1
-50
/
+38
*
Optimizations to fill packets better for the edsm server.
mbelshe@chromium.org
2011-01-27
1
-38
/
+50
*
Add histogram for HTTP response codes
gavinp@chromium.org
2011-01-27
1
-0
/
+46
*
Abstracts SHA256 context for NSS / OpenSSL.
bulach@chromium.org
2011-01-27
3
-1
/
+63
*
Add health.google.com to hardcoded STS list, with permission from the Health
cevans@chromium.org
2011-01-27
1
-0
/
+1
*
Add support for chunked encoding in ChromeFrame for POST requests. This fixes...
ananta@chromium.org
2011-01-26
2
-1
/
+10
*
More net/ method ordering.
erg@google.com
2011-01-26
50
-2801
/
+2838
*
Clean up net unit testing code.
erg@google.com
2011-01-26
30
-916
/
+1248
*
Remove hresolv
cbentzel@chromium.org
2011-01-26
2
-471
/
+0
*
Log source ip and port in NetLog.
willchan@chromium.org
2011-01-26
4
-30
/
+126
*
Fix comment in http_stream_request.cc.
willchan@chromium.org
2011-01-26
1
-2
/
+2
*
Prevent over-preconnecting when we already have a SpdySession.
willchan@chromium.org
2011-01-26
2
-5
/
+41
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
30
-1248
/
+916
*
Disk cache: Prevent obscure file corruption and deal
rvargas@google.com
2011-01-25
9
-49
/
+255
*
Clean up net unit testing code.
erg@google.com
2011-01-25
30
-916
/
+1248
*
A few cleanups in the in-mem flip server:
mbelshe@chromium.org
2011-01-25
1
-89
/
+127
*
Use QuitTask instead of Quit() to signal request completion.
satish@chromium.org
2011-01-25
1
-2
/
+2
*
Introduce incognito preference settings.
battre@chromium.org
2011-01-25
2
-1
/
+7
*
Roll back an incorrect change to SyncPageHandler.ChromiumSyncCommandHandler.
satish@chromium.org
2011-01-25
1
-1
/
+2
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
15
-51
/
+280
*
Reland 72421 - Enable TCP Keep-Alive packets for Windows.
willchan@chromium.org
2011-01-25
1
-2
/
+20
*
Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows.
willchan@chromium.org
2011-01-25
1
-21
/
+2
*
Enable TCP Keep-Alive packets for Windows.
willchan@chromium.org
2011-01-24
1
-2
/
+21
*
wstring: make net::GetSuggestedFilename return utf-16
evan@chromium.org
2011-01-24
3
-45
/
+34
*
net: fix DnsRRResolver on Mac.
agl@chromium.org
2011-01-24
1
-0
/
+1
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
14
-878
/
+913
*
Fix the newly added OverrideUserAgent net test so that it works in ChromeFram...
ananta@chromium.org
2011-01-21
1
-1
/
+5
*
Disable enforced throttling for URL requests.
yzshen@chromium.org
2011-01-21
1
-9
/
+2
*
The CertVerifierJob destructor should delete canceled requests.
wtc@google.com
2011-01-21
2
-4
/
+42
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
5
-22
/
+2
*
More net/ reordering.
erg@google.com
2011-01-21
24
-940
/
+1050
*
Remove the check for the obsolete CERT_TRUST_IS_NOT_TIME_NESTED
wtc@google.com
2011-01-21
1
-3
/
+2
*
Honor User-Agent header added by WebCore
caseq@google.com
2011-01-21
5
-13
/
+57
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
29
-101
/
+101
*
Disk cache: More data files for unit tests.
rvargas@google.com
2011-01-21
24
-0
/
+776
[next]