summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Adding extra argument DCHECKs to AddressList methods.cbentzel@chromium.org2010-04-162-2/+11
* Do not call NSS functions if NSS initialization failed.wtc@chromium.org2010-04-161-0/+4
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+1
* Stop watching the netlink file descriptor before the message pump is destroyed.eroman@chromium.org2010-04-122-8/+31
* Prevent people from adding mime type to supported_non_image_types that will m...inferno@chromium.org2010-04-091-0/+4
* Strips http from the omniboxsky@chromium.org2010-04-093-80/+202
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-099-207/+353
* Don't do dynamic IPv6 probe on Windowsjar@chromium.org2010-04-091-2/+6
* Increase the default cache time for failed host resolves from 1 second to 1 m...eroman@chromium.org2010-04-081-1/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-0813-52/+239
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-087-44/+15
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-0713-237/+53
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-0713-53/+237
* Fix xss in onListingParsingError by using encodeuri() on the document.location.inferno@chromium.org2010-04-061-1/+2
* Our HTTP client callback functions for NSS must set an NSS/NSPR errorwtc@chromium.org2010-04-051-0/+2
* Pull latest googleurl to get it to stop unescaping at signs in paths.brettw@chromium.org2010-04-054-2/+12
* We should delete the underlying persistent public key onlywtc@chromium.org2010-04-023-9/+9
* Remove a dead line of code.eroman@chromium.org2010-04-011-3/+0
* Notify all active login prompts when one login prompt is submitted. This allows tonyg@chromium.org2010-04-011-0/+11
* Adds support for the <keygen> element to Windows, matchingwtc@chromium.org2010-04-0111-39/+631
* memio_SetPeerName implicitly assumes that struct sockaddr is the same as PRNe...pvalchev@google.com2010-03-312-13/+4
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-295-62/+120
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-267-227/+998
* Revert due to compile failuresamit@chromium.org2010-03-267-997/+227
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-267-227/+997
* Revert 42770 - Notify all active login prompts when one login prompt is submi...tonyg@chromium.org2010-03-261-11/+0
* Notify all active login prompts when one login prompt is submitted. This allowstonyg@chromium.org2010-03-261-0/+11
* Update table of blocked ports according to upstream http://trac.webkit.org/ch...dimich@chromium.org2010-03-261-0/+7
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-252-31/+55
* Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...jochen@chromium.org2010-03-254-109/+243
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-252-55/+31
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-245-19/+122
* Add IPv6 probe support for Windowsjar@chromium.org2010-03-241-3/+39
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-242-31/+55
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-242-55/+31
* Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...dhollowa@chromium.org2010-03-244-243/+109
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-244-109/+243
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-242-31/+55
* Add an initial implementation of net-internals inspector in javascript.eroman@chromium.org2010-03-232-0/+12
* Make various types of input work better with ctrl-enter. If we detected that...pkasting@chromium.org2010-03-223-23/+36
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-197-195/+68
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-197-68/+195
* Do not use cert_pi_useAIACertFetch by default. Use it onlywtc@chromium.org2010-03-193-163/+207
* Support for viewing text/cache-manifest resources in a browser window instead...michaeln@chromium.org2010-03-181-0/+1
* Move LoadTemporaryCert to the new files cert_test_util.{h,cc} andwtc@chromium.org2010-03-172-0/+122
* Correct readability items from previous checkinjar@chromium.org2010-03-172-8/+9
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-03-163-21/+205
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-1621-747/+741
* Increase the mime sniffer's limit for searching for binary looking bytes fromabarth@chromium.org2010-03-163-65/+142
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-141-0/+6