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 number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
2
-2
/
+3
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
20
-1
/
+20
*
DevTools: Remote debugging doesn't work on mac.
loislo@chromium.org
2010-08-03
1
-0
/
+3
*
Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool.
vandebo@chromium.org
2010-08-03
1
-2
/
+9
*
Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-08-03
16
-437
/
+417
*
Revert 54707 - Fix WebSocket crash bug.
ukai@chromium.org
2010-08-03
2
-34
/
+6
*
Fix WebSocket crash bug.
ukai@chromium.org
2010-08-03
2
-6
/
+34
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
3
-49
/
+49
*
Add two client certificates for use with unit tests
davidben@chromium.org
2010-08-03
3
-0
/
+30
*
SPDY Alternate-Protocol works through a Digest authentication proxy.
cbentzel@chromium.org
2010-08-03
4
-13
/
+188
*
Revert 54405 - Fix late binding induced mismatch of Socket and AuthController
nick@chromium.org
2010-08-02
16
-359
/
+389
*
Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.
nick@chromium.org
2010-08-02
5
-200
/
+13
*
Address a TODO: use HostPortPair rather than a naked host string.
eroman@chromium.org
2010-08-02
4
-12
/
+9
*
Display an infobar after enrolling a client certificate
davidben@chromium.org
2010-08-02
2
-0
/
+15
*
Fix SpdyHttpStreamTest windows tsan bug.
erikchen@google.com
2010-08-02
2
-9
/
+14
*
Revert "Run tests faster."
agl@chromium.org
2010-08-02
1
-4
/
+3
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
13
-72
/
+377
*
Run tests faster.
agl@chromium.org
2010-08-02
1
-3
/
+4
*
Uninitialized struct in SSLCipherSuiteToStrings.
finnur@chromium.org
2010-08-02
1
-1
/
+1
*
A/B test for measuring effect of number of proxy connections.
ziadh@chromium.org
2010-08-02
2
-0
/
+9
*
Digest authentication uses a uri field to prevent replay attacks.
cbentzel@chromium.org
2010-08-02
5
-13
/
+200
*
Don't run SpdyHttpStreamTest.SpdyURLTest under ThreadSanitizer on Windows
timurrrr@chromium.org
2010-08-02
1
-0
/
+3
*
Fix bad license header in app/ and net/ directories.
tfarina@chromium.org
2010-07-31
17
-50
/
+53
*
base: Add HexDigitToInt function to string_util.h
tfarina@chromium.org
2010-07-31
2
-21
/
+4
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
8
-15
/
+183
*
Add string_tuil include back, neede for stringprintf.
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
18
-15
/
+36
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
30
-89
/
+138
*
Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.
tfarina@chromium.org
2010-07-31
1
-1
/
+6
*
Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...
cbentzel@chromium.org
2010-07-31
6
-311
/
+31
*
Add the actual data being read to the OnBytesRead callback, take two.
cbentzel@chromium.org
2010-07-31
6
-31
/
+311
*
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
[next]