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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to support new cookie policy.
darin@chromium.org
2010-01-30
4
-38
/
+199
*
Add mechanism for global queueing and prioritization of DNS.
eroman@chromium.org
2010-01-30
7
-29
/
+630
*
Revert r37535.
darin@chromium.org
2010-01-29
1
-9
/
+4
*
Implement extended cookie controls.
jochen@chromium.org
2010-01-29
1
-4
/
+9
*
Cleanup the unittest helpers in load_log_unittest.h.
eroman@chromium.org
2010-01-29
3
-74
/
+89
*
BSD port: USE_NSS and other macros instead of OS_LINUX where applicable
pvalchev@google.com
2010-01-29
6
-16
/
+22
*
Remove a bunch of 0 byte files. (due to git-svn misbehavior?)
thestig@chromium.org
2010-01-26
3
-0
/
+0
*
Revert 36837 (caused XP unit_tests crashes) - Implement NetworkChangeNotifier...
willchan@chromium.org
2010-01-22
2
-68
/
+3
*
Implement NetworkChangeNotifierWin.
willchan@chromium.org
2010-01-22
2
-3
/
+68
*
There was a crash under certain flip protocol errors when the session is torn
mbelshe@chromium.org
2010-01-22
1
-0
/
+3
*
Adding some more escaping method.
jcampan@chromium.org
2010-01-21
3
-10
/
+157
*
Remove the fallback Mozilla code for parsing FTP LIST response.
phajdan.jr@chromium.org
2010-01-20
1
-0
/
+8
*
Add a context-sensitive error mapping function specific to SSL
wtc@chromium.org
2010-01-15
1
-0
/
+2
*
Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.
eroman@chromium.org
2010-01-15
1
-9
/
+9
*
The search terms are escaped using + or %20 for space depending on whether re...
avayvod@google.com
2010-01-15
3
-18
/
+29
*
Linux: Add Certificate Info dialog (part 1)
mattm@chromium.org
2010-01-14
3
-22
/
+4
*
Http Cache: Use asynchronous Open/Create/Doom entry calls.
rvargas@google.com
2010-01-14
1
-0
/
+12
*
Retry proxies which were cached as bad before giving up.
eroman@chromium.org
2010-01-12
1
-1
/
+1
*
In the CookieMonster code, use the RegistryControlledDomainService only for
mpcomplete@chromium.org
2010-01-12
1
-5
/
+17
*
Set up HostResolverImpl to flush cache on IP address change.
willchan@chromium.org
2010-01-11
4
-27
/
+92
*
Clear the host cache when closing the last incognito window.
eroman@chromium.org
2010-01-11
2
-0
/
+25
*
Add dotfile tests to NetUtil.GetSuggestedFilename
evan@chromium.org
2010-01-11
1
-0
/
+16
*
Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...
pkasting@chromium.org
2010-01-08
4
-20
/
+49
*
Attempt 2 at landing this.
ananta@chromium.org
2010-01-08
1
-0
/
+4
*
Reason:
tyoshino@chromium.org
2010-01-08
1
-4
/
+0
*
Deleting cookies by setting the expires attribute on them with an empty value...
ananta@chromium.org
2010-01-08
1
-0
/
+4
*
Log the results of proxy resolution to LoadLog when "full logging mode" is en...
eroman@chromium.org
2010-01-07
1
-0
/
+13
*
Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...
eroman@chromium.org
2010-01-07
2
-3
/
+12
*
Allow using system libevent instead of the bundled one.
phajdan.jr@chromium.org
2010-01-07
2
-0
/
+8
*
Remove more WinInet stuff.
phajdan.jr@chromium.org
2010-01-06
3
-134
/
+0
*
Remove the implicit fallback to DIRECT when proxies fail. This better matches...
eroman@chromium.org
2010-01-05
1
-0
/
+3
*
Add metarefresh for SDCH in yet another case.
jar@chromium.org
2010-01-04
2
-3
/
+14
*
If we can't read a unicode character, write the standard "unknown" (0xFFFD) c...
cevans@chromium.org
2010-01-01
1
-1
/
+1
*
Avoid meta-refresh when back-button gets non-sdch content
jar@chromium.org
2009-12-28
2
-5
/
+16
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
3
-26
/
+11
*
Create histogram of download bandwidths.
mbelshe@google.com
2009-12-25
1
-0
/
+3
*
Several fixes to the Net.ConnectionTypeCount histogram.
mbelshe@google.com
2009-12-24
2
-11
/
+24
*
Fix build break from my last checkin. I accidently removed -T from the param...
jam@chromium.org
2009-12-23
2
-8
/
+3
*
Use a perfect hash map for the registry controlled domain service.
jam@chromium.org
2009-12-23
9
-3872
/
+18488
*
Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...
eroman@chromium.org
2009-12-22
1
-0
/
+16
*
Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...
eroman@chromium.org
2009-12-22
1
-0
/
+5
*
Fix benign race on NetworkChangeNotifierThread's vtable pointer.
willchan@chromium.org
2009-12-21
1
-0
/
+1
*
Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...
willchan@chromium.org
2009-12-21
11
-0
/
+596
*
Extend LoadLog to support logging of arbitrary strings, and of network error ...
eroman@chromium.org
2009-12-21
7
-141
/
+331
*
Http cache: Use asynchronous IO to read an write the
rvargas@google.com
2009-12-21
1
-0
/
+21
*
net: Make a few test server connection values constants. Also do a little Fil...
thestig@chromium.org
2009-12-18
1
-0
/
+18
*
Pass the LoadLog through the FlipStream.
mbelshe@google.com
2009-12-18
2
-0
/
+36
*
Http cache: Add a test to make sure that the cache
rvargas@google.com
2009-12-18
1
-0
/
+7
*
Add more load log points near HttpNetworkTransaction::ReadHeaders
vandebo@chromium.org
2009-12-17
1
-0
/
+7
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
1
-0
/
+3
[next]