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
*
Add bounds checking to StaticSocketDataProvider, to make tests more reliable
phajdan.jr@chromium.org
2010-02-09
10
-167
/
+288
*
Using grit_info to generate the complete set of inputs and outputs for
bradnelson@google.com
2010-02-09
1
-6
/
+14
*
Disable NetworkChangeNotifierMac's helper thread.
willchan@chromium.org
2010-02-09
1
-6
/
+8
*
Fix ClientSocketPoolBaseHelper to maintain order properly.
willchan@chromium.org
2010-02-08
5
-70
/
+129
*
Add IPv6 probing support, and disable IPv6 resolution when it is useless
jar@chromium.org
2010-02-08
2
-0
/
+55
*
wine_valgrind: Use common Valgrind scripts to run Wine/Valgrind tests.
thestig@chromium.org
2010-02-08
1
-0
/
+49
*
The great Flip -> Spdy rename.
mbelshe@chromium.org
2010-02-08
32
-1056
/
+1056
*
Including icons for FTP and file:// directory listings. This is not the final
phajdan.jr@chromium.org
2010-02-07
1
-10
/
+70
*
Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ...
jar@chromium.org
2010-02-07
3
-67
/
+0
*
Add IPv6 probing support, and disable IPv6 resolution when it is useless
jar@chromium.org
2010-02-07
3
-0
/
+67
*
Rename all files from flip* to spdy*.
mbelshe@chromium.org
2010-02-06
28
-99
/
+99
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
4
-8
/
+8
*
Add placeholder for histogramming non-speculative resolve jobs duration.
eroman@chromium.org
2010-02-05
1
-5
/
+40
*
Minor unittest cleanup.
eroman@chromium.org
2010-02-05
1
-24
/
+21
*
Remove the HostResolver::Shutdown() method.
eroman@chromium.org
2010-02-05
6
-15
/
+4
*
Fixed the following issues with SPDY server push.
cbentzel@chromium.org
2010-02-05
4
-15
/
+48
*
Add Single Sign On support to HTTP Authentication handlers.
cbentzel@chromium.org
2010-02-05
21
-185
/
+457
*
Re-enable a unittest which failed on valgrind thread sanitizer.
eroman@chromium.org
2010-02-05
1
-1
/
+5
*
Disable a test which is causing an error under valgrind TSAN.
eroman@chromium.org
2010-02-05
1
-1
/
+1
*
Add a timing measurement to LoadLog that shows how long a proxy resolve reque...
eroman@chromium.org
2010-02-05
3
-3
/
+90
*
Implement backend support for forcing cookies to be saved as
darin@chromium.org
2010-02-05
6
-10
/
+84
*
Add unittest for r37566 (on PAC failure, should fallback to DIRECT).
eroman@chromium.org
2010-02-05
4
-51
/
+26
*
Add specific error codes for when SOCKS connect fails.
eroman@chromium.org
2010-02-05
6
-21
/
+46
*
Fix regression that broke the --disable-ipv6 command line flag.
eroman@chromium.org
2010-02-05
3
-32
/
+298
*
Add a dump of the currently outstanding jobs when enabling DNS tracing.
eroman@chromium.org
2010-02-05
1
-0
/
+33
*
Remove CRLF from http_auth_handler_negotiate_posix.cc
cbentzel@chromium.org
2010-02-04
1
-45
/
+45
*
Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...
vandebo@google.com
2010-02-04
9
-11
/
+176
*
Revert r36842 which reverted r36837.
willchan@chromium.org
2010-02-04
3
-3
/
+73
*
Add path filtering into the GetAllCookiesForURL.
pfeldman@chromium.org
2010-02-04
3
-18
/
+71
*
Revert 38078 - Turn off ipv6 when there is no support at startup.
jar@chromium.org
2010-02-04
3
-28
/
+0
*
Turn off ipv6 when there is no support at startup.
jar@chromium.org
2010-02-04
3
-0
/
+28
*
Add debug info to track a crash when sleeping.
rvargas@google.com
2010-02-04
2
-1
/
+23
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
30
-73
/
+100
*
Mark URLRequestTestFTP.FTPGetTestAnonymous as flaky.
chase@chromium.org
2010-02-04
1
-1
/
+2
*
Revert 38001 and 38002.
darin@chromium.org
2010-02-03
12
-279
/
+647
*
Back out trunk r37998.
mark@chromium.org
2010-02-03
12
-647
/
+279
*
Modify CookiePolicy to work asynchronously
darin@chromium.org
2010-02-03
12
-279
/
+647
*
DevTools: follow up fix for raw cookies access. Restore auto-locking and do G...
pfeldman@chromium.org
2010-02-03
1
-0
/
+8
*
Socket late binding bugfix.
willchan@chromium.org
2010-02-03
2
-0
/
+72
*
Disable DCHECK'ing that all NetworkChangeNotifiers are removed.
willchan@chromium.org
2010-02-03
1
-1
/
+4
*
DevTools: CookieMonster::GetRawCookies should return keys as well as cookies.
pfeldman@chromium.org
2010-02-03
3
-29
/
+98
*
Use NSS instead of the system SSL library for SSL if
wtc@chromium.org
2010-02-03
4
-10
/
+71
*
Modified cookie alert prompt window to suport displaying of local storage inf...
pkasting@chromium.org
2010-02-02
1
-9
/
+1
*
linux: uncontroversial cleanups found by clang
evan@chromium.org
2010-02-02
1
-3
/
+3
*
Add fine grain tracing to HostResolverImpl.
eroman@chromium.org
2010-02-02
9
-38
/
+241
*
r37624 abandoned code that isn't in the project any more. Deleting the unused...
avi@chromium.org
2010-02-01
2
-136
/
+0
*
If the URLRequestContext has no CookiePolicy, then we should
darin@chromium.org
2010-01-30
3
-12
/
+11
*
Disable 3 cookie tests that started failing.
nsylvain@chromium.org
2010-01-30
1
-3
/
+6
*
Changes to support new cookie policy.
darin@chromium.org
2010-01-30
7
-51
/
+214
*
Add mechanism for global queueing and prioritization of DNS.
eroman@chromium.org
2010-01-30
9
-30
/
+634
[next]