summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-304-34/+38
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-1/+0
* Revert "Apply test isolation goodness to net_unittests."phajdan.jr@chromium.org2009-11-262-14/+7
* Fix a memory leak in DnsReloadTimerphajdan.jr@chromium.org2009-11-261-0/+1
* Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-11-262-7/+13
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-3/+3
* Remove the temporary instrumentation to getaddrinfo().eroman@chromium.org2009-11-251-20/+1
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-247-101/+9
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-231-3/+1
* Some small comment fixes for HostResolver and DnsMaster.eroman@chromium.org2009-11-231-2/+3
* Work around the NSS bugs in the AIA certificate fetch code by retryingwtc@chromium.org2009-11-203-438/+622
* Don't wrap the Size and Date Modified columns in the directory listing view.eroman@chromium.org2009-11-201-4/+4
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-204-14/+16
* Try to find the cause of the crash in memcpy, called from DoSendBody.vandebo@chromium.org2009-11-191-1/+2
* Display application/json files inline.thestig@chromium.org2009-11-181-0/+1
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-132-2/+4
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-131-0/+14
* Condense the output of LoadLog for empty BEGIN/END blocks.eroman@chromium.org2009-11-132-6/+23
* Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...eroman@chromium.org2009-11-131-0/+17
* Enable FLIP POST with unittest.mbelshe@google.com2009-11-121-0/+3
* Lands http://codereview.chromium.org/379007 for Dave:sky@chromium.org2009-11-111-0/+2
* Get rid of unused function, UTF8ToFilePathString.tony@chromium.org2009-11-101-12/+0
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-102-12/+8
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-101-4/+4
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-076-238/+550
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-067-55/+111
* Add some instrumentation to SystemHostResolverProc() to capture the hostname ...eroman@chromium.org2009-11-061-1/+20
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-0529-59/+137
* Enable localization of default downloaded filename.tony@chromium.org2009-11-043-59/+82
* Allow trailing dots on hostnames.pkasting@chromium.org2009-11-033-14/+12
* Add a command line flag to force all network traffic through a particular ser...mbelshe@google.com2009-11-033-5/+101
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-022-1/+40
* Enable the Wells Fargo WellsSecure Public Root CA for EV.wtc@chromium.org2009-10-301-0/+6
* X509Certificate::Verify should honor thewtc@chromium.org2009-10-302-13/+28
* Re-apply DevTools: Support delete cookie by name.pfeldman@chromium.org2009-10-302-6/+62
* Reverting 30578.pfeldman@chromium.org2009-10-302-61/+6
* DevTools: Allow deleting cookies.pfeldman@chromium.org2009-10-302-6/+61
* Make LoadLog refcounted-thread safe.eroman@chromium.org2009-10-292-10/+8
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-292-0/+35
* Missed review comment. Minor change.vandebo@chromium.org2009-10-281-2/+2
* Change update threshold in CookieMonster for testing from 1s to 20ms to speed...vandebo@chromium.org2009-10-282-9/+9
* First parts of new FTP LIST response parsing code.phajdan.jr@chromium.org2009-10-281-0/+6
* Check cert_handle_ is not NULL to Verify()ukai@chromium.org2009-10-281-10/+18
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-282-5/+12
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-273-17/+19
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-261-0/+6
* Fix a bad comparator. This caused lookups in std::map to be wrong.eroman@chromium.org2009-10-262-3/+76
* Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...eroman@chromium.org2009-10-263-11/+12
* Add a CERT_RDN_ENCODED_BLOB case to CertSubjectCommonNameHasNullwtc@chromium.org2009-10-261-0/+6
* Add download metrics into FLIP. They aren't used yet,mbelshe@google.com2009-10-242-0/+161