summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Re-enable a unittest which failed on valgrind thread sanitizer.eroman@chromium.org2010-02-051-1/+5
* Disable a test which is causing an error under valgrind TSAN.eroman@chromium.org2010-02-051-1/+1
* Add a timing measurement to LoadLog that shows how long a proxy resolve reque...eroman@chromium.org2010-02-053-3/+90
* Implement backend support for forcing cookies to be saved asdarin@chromium.org2010-02-056-10/+84
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-054-51/+26
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-056-21/+46
* Fix regression that broke the --disable-ipv6 command line flag.eroman@chromium.org2010-02-053-32/+298
* Add a dump of the currently outstanding jobs when enabling DNS tracing.eroman@chromium.org2010-02-051-0/+33
* Remove CRLF from http_auth_handler_negotiate_posix.cccbentzel@chromium.org2010-02-041-45/+45
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-049-11/+176
* Revert r36842 which reverted r36837.willchan@chromium.org2010-02-043-3/+73
* Add path filtering into the GetAllCookiesForURL.pfeldman@chromium.org2010-02-043-18/+71
* Revert 38078 - Turn off ipv6 when there is no support at startup.jar@chromium.org2010-02-043-28/+0
* Turn off ipv6 when there is no support at startup.jar@chromium.org2010-02-043-0/+28
* Add debug info to track a crash when sleeping.rvargas@google.com2010-02-042-1/+23
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-0430-73/+100
* Mark URLRequestTestFTP.FTPGetTestAnonymous as flaky.chase@chromium.org2010-02-041-1/+2
* Revert 38001 and 38002.darin@chromium.org2010-02-0312-279/+647
* Back out trunk r37998.mark@chromium.org2010-02-0312-647/+279
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-0312-279/+647
* DevTools: follow up fix for raw cookies access. Restore auto-locking and do G...pfeldman@chromium.org2010-02-031-0/+8
* Socket late binding bugfix.willchan@chromium.org2010-02-032-0/+72
* Disable DCHECK'ing that all NetworkChangeNotifiers are removed.willchan@chromium.org2010-02-031-1/+4
* DevTools: CookieMonster::GetRawCookies should return keys as well as cookies.pfeldman@chromium.org2010-02-033-29/+98
* Use NSS instead of the system SSL library for SSL ifwtc@chromium.org2010-02-034-10/+71
* Modified cookie alert prompt window to suport displaying of local storage inf...pkasting@chromium.org2010-02-021-9/+1
* linux: uncontroversial cleanups found by clangevan@chromium.org2010-02-021-3/+3
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-029-38/+241
* r37624 abandoned code that isn't in the project any more. Deleting the unused...avi@chromium.org2010-02-012-136/+0
* If the URLRequestContext has no CookiePolicy, then we shoulddarin@chromium.org2010-01-303-12/+11
* Disable 3 cookie tests that started failing.nsylvain@chromium.org2010-01-301-3/+6
* Changes to support new cookie policy.darin@chromium.org2010-01-307-51/+214
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-309-30/+634
* Fix a regression from r35549 that caused failure in evaluation of PAC script ...eroman@chromium.org2010-01-292-7/+11
* Revert r37535.darin@chromium.org2010-01-293-20/+7
* Use refactored filename rules in net.gyp.evan@chromium.org2010-01-291-32/+7
* Implement extended cookie controls.jochen@chromium.org2010-01-293-7/+20
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-2915-330/+310
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-299-20/+27
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-1/+1
* Port SSLClientSocketNSS to Windows. The next step is towtc@chromium.org2010-01-284-39/+155
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-282-11/+11
* Add a histogram to record how long fetching the system proxy settings takes:eroman@chromium.org2010-01-281-0/+11
* Make Chrome tolerant of out-of-oder header block headers.mbelshe@chromium.org2010-01-272-9/+55
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-276-685/+72
* Remove a C99-ism that Visual C++ doesn't support -- declare a variable inwtc@chromium.org2010-01-271-1/+2
* Fix libssl.so link failures on Linux shared lib build.mmoss@google.com2010-01-271-0/+6
* Refactor EnsureNSSInit. Move the NSS SSL librarywtc@chromium.org2010-01-271-3/+59
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-268-0/+0
* Add a unit test which checks that Negotiate is chosen over NTLM.cbentzel@chromium.org2010-01-231-4/+23