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
*
Convert src/net to use std::string/char* for DictionaryValue keys.
viettrungluu@chromium.org
2010-07-31
8
-39
/
+39
*
Net: Fix leak in SpdyNetworkTransactionTest from r54398.
thestig@chromium.org
2010-07-31
1
-10
/
+15
*
Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.
tfarina@chromium.org
2010-07-31
1
-6
/
+1
*
Implement prefetching in chrome
gavinp@google.com
2010-07-31
10
-25
/
+111
*
base: Add UnSetEnv function to EnvVarGetter API.
tfarina@chromium.org
2010-07-31
1
-1
/
+6
*
Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-07-30
16
-389
/
+359
*
Remove deprecated CommandLine API.
evan@chromium.org
2010-07-30
1
-1
/
+2
*
Revert 54381 - Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
4
-24
/
+115
*
More FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-30
19
-55
/
+56
*
Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
4
-115
/
+24
*
Add content-length to spdy post request header.
lzheng@google.com
2010-07-30
4
-24
/
+115
*
Convert DictionaryValue's keys to std::string (from wstring).
viettrungluu@chromium.org
2010-07-30
1
-4
/
+3
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
11
-26
/
+40
*
Deflake ListenSocketTest.ServerSend and remove unused telnet code.
agl@chromium.org
2010-07-30
6
-563
/
+47
*
Initialize SpdyStreamMember to kInitialWindowSize.
finnur@chromium.org
2010-07-30
1
-1
/
+1
*
Uninitialized member in SpdyStream.
finnur@chromium.org
2010-07-30
1
-1
/
+2
*
Add unittest for ".." in a DNS name and add comment.
agl@chromium.org
2010-07-30
2
-1
/
+4
*
Deflake KeygenHandlerTest.FLAKY_SmokeTest
agl@chromium.org
2010-07-30
1
-5
/
+5
*
Fix new[]/delete mismatch caused by using scoped_ptr<char> to handle strings.
glider@chromium.org
2010-07-30
1
-3
/
+3
*
Use notification-based API for getting system proxy settings on Mac rather th...
eroman@chromium.org
2010-07-30
8
-117
/
+307
*
Fix a typo, that could cause a crash on mac.
eroman@chromium.org
2010-07-30
1
-1
/
+1
*
Use relative instead of absolute URIs in SPDY requests
mbelshe@chromium.org
2010-07-30
3
-5
/
+37
*
Bump the SPDY protocol version to version 2.
mbelshe@chromium.org
2010-07-30
11
-72
/
+90
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
5
-234
/
+229
*
Recover cookies thrown away because of duplicate creation times.
rdsmith@google.com
2010-07-29
1
-0
/
+3
*
Don't cancel outstanding connect jobs when "flushing" socket pool.
eroman@chromium.org
2010-07-29
1
-1
/
+0
*
I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that
rch@chromium.org
2010-07-29
13
-113
/
+193
*
Update the TLS False Start patch. Replace TABs by spaces
wtc@chromium.org
2010-07-29
3
-35
/
+37
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
66
-455
/
+554
*
Support both preconnection, and pre-resolution for subresources
jar@chromium.org
2010-07-28
1
-0
/
+9
*
Update python sync server to support recursive deletion.
rsimha@chromium.org
2010-07-28
1
-10
/
+44
*
TBR: rdsmith
rdsmith@google.com
2010-07-28
1
-0
/
+0
*
base/ header cleanup. Forward declaration instead of including.
erg@google.com
2010-07-28
2
-0
/
+2
*
Split off the DNS reload timer
agl@chromium.org
2010-07-28
4
-81
/
+117
*
Fixes targeting the unique creation times invariant in the CookieMonster:
rdsmith@google.com
2010-07-28
5
-171
/
+405
*
Fix line ending with white spaces in some files.
tfarina@chromium.org
2010-07-28
1
-13
/
+13
*
Recommit r53882 "FTP: fix navigation to systems with broken EPSV support."i"
jeremy@chromium.org
2010-07-28
1
-0
/
+15
*
Revert "FTP: fix navigation to systems with broken EPSV support."i
jeremy@chromium.org
2010-07-28
1
-15
/
+0
*
FTP: fix navigation to systems with broken EPSV support.
phajdan.jr@chromium.org
2010-07-28
1
-0
/
+15
*
Add URL filter to trigger punycode for Japanese homographic sequences.
jschuh@google.com
2010-07-27
2
-2
/
+47
*
Treat multiple extensions like .tar.gz as a single extension.
estade@chromium.org
2010-07-27
1
-5
/
+5
*
Disk Cache: Replace the backend pointer of the ChildrenDeleter
rvargas@google.com
2010-07-27
4
-5
/
+68
*
Avoid printing log errors during shutdown of HostResolverImpl when there are ...
eroman@chromium.org
2010-07-27
1
-1
/
+2
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-27
6
-19
/
+81
*
SPDY: turn off flow-control by default
agayev@chromium.org
2010-07-27
1
-1
/
+1
*
Fix for Proxy server authentication without credentials available.
ahendrickson@google.com
2010-07-27
1
-5
/
+5
*
Allow testserver to run without chromiumsync.
pathorn@chromium.org
2010-07-27
1
-5
/
+7
*
FTP: minor cleanups to the unit tests:
phajdan.jr@chromium.org
2010-07-27
1
-6
/
+33
*
Add CHECKs to help track down the crash in http://crbug.com/49862.
wtc@chromium.org
2010-07-27
2
-1
/
+6
*
Remove --testing-fixed-http-port and --testing-fixed-https-port.
cbentzel@chromium.org
2010-07-27
4
-46
/
+0
[next]