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
*
Change backslashes in download file path to underscores.
ahendrickson@chromium.org
2011-02-08
2
-6
/
+10
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
16
-89
/
+78
*
Add logging for ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS on AcquireCredentialsH...
cbentzel@chromium.org
2011-02-08
1
-1
/
+4
*
Remove some ToWStringHack()s that are in Windows-only code.
evan@chromium.org
2011-02-08
2
-4
/
+4
*
Add ability to create self signed certs to mac.
dmaclach@chromium.org
2011-02-08
3
-4
/
+330
*
Add ahendrickson@chromium.org to the OWNERS file.
wtc@chromium.org
2011-02-07
1
-0
/
+1
*
Fix a clang warning.
thakis@chromium.org
2011-02-07
1
-1
/
+1
*
Test that the same socket is used for each round of connection-based auth.
cbentzel@chromium.org
2011-02-06
1
-5
/
+69
*
When performing SSL client auth on Windows, no longer make a comparison betwe...
rsleevi@chromium.org
2011-02-06
1
-4
/
+2
*
Do not enforce pyproto dir for running testserver.
nirnimesh@chromium.org
2011-02-05
1
-2
/
+3
*
When performing SSL client certificate authentication on Windows, and an oper...
rsleevi@chromium.org
2011-02-05
2
-3
/
+39
*
When performing SSL client authentication on Windows via NSS, change the retu...
rsleevi@chromium.org
2011-02-05
4
-77
/
+42
*
Return more specific error messages when performing a SSL client auth handsha...
rsleevi@chromium.org
2011-02-05
5
-23
/
+58
*
Fix the expectation in OverrideUserAgent net test to ensure that it passes with
ananta@chromium.org
2011-02-04
1
-3
/
+3
*
Disk cache: Reset the number of fatal errors each time
rvargas@google.com
2011-02-04
1
-0
/
+5
*
Cleanup the net/tools/ directory so there are no warnings from our clang plugin.
erg@google.com
2011-02-04
29
-490
/
+754
*
DevTools: remove HttpListenSocket dependency on flush events.
pfeldman@chromium.org
2011-02-04
2
-9
/
+31
*
Revert 73690 - net: Add namespace net to network_change_notifier_netlink_linux.
tfarina@chromium.org
2011-02-03
2
-10
/
+2
*
net: Add namespace net to network_change_notifier_netlink_linux.
tfarina@chromium.org
2011-02-03
2
-2
/
+10
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
29
-394
/
+358
*
DevTools: follo up to http server introduction. Report OnClose from Connectio...
pfeldman@chromium.org
2011-02-03
2
-5
/
+8
*
DevTools: split http_listen_socket into http_server and connection.
pfeldman@chromium.org
2011-02-03
5
-187
/
+275
*
Alter the forward declarations so they match the definition. Unbreaks clang, ...
avi@chromium.org
2011-02-02
2
-2
/
+2
*
Split flip_in_mem_edsm_server into a gazillion pieces.
mbelshe@chromium.org
2011-02-02
25
-3216
/
+3612
*
Fix device management testserver
gfeher@chromium.org
2011-02-02
1
-2
/
+3
*
Revert 73402 - Disk cache: Disable the throttling experiment.
rvargas@google.com
2011-02-02
1
-1
/
+12
*
Disk cache: Disable the throttling experiment.
rvargas@google.com
2011-02-02
1
-12
/
+1
*
Fix the nits I pointed out in the review of
wtc@chromium.org
2011-02-02
2
-23
/
+34
*
Fix the CertDatabaseNSSTest SetUp creating multiple NSS DBs (regressed in r69...
mattm@chromium.org
2011-02-01
1
-5
/
+15
*
Unreverting: First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-02-01
3
-0
/
+15
*
Silence testserver logs when tests are run in non-verbose mode
rsimha@chromium.org
2011-02-01
2
-1
/
+13
*
Revert 73265 - Check that uncompressed data passed to zlib is defined, and ma...
danno@chromium.org
2011-02-01
1
-8
/
+0
*
Check that uncompressed data passed to zlib is defined, and mark compression
glider@chromium.org
2011-02-01
1
-0
/
+8
*
FTP: fix directory listing parser when server fails to separate the first two...
phajdan.jr@chromium.org
2011-02-01
2
-4
/
+11
*
net: Add namespace net to Sdch* classes.
tfarina@chromium.org
2011-02-01
6
-63
/
+94
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-4
/
+4
*
Revert "First steps towards webRequest extension API."
mpcomplete@chromium.org
2011-01-31
3
-15
/
+0
*
First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-01-31
3
-0
/
+15
*
Remove obsolete files from 'sources'. This causes needless work on incrementa...
jeanluc@chromium.org
2011-01-31
1
-2
/
+0
*
net: disable DNS lookup tests.
agl@chromium.org
2011-01-31
3
-51
/
+1
*
net: update False Start blacklist.
agl@chromium.org
2011-01-31
1
-0
/
+3
*
Require NTLM identity early
asanka@chromium.org
2011-01-31
2
-26
/
+42
*
Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...
nsylvain@chromium.org
2011-01-31
1
-0
/
+2
*
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
[next]