summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Download filename encoding fix [try2]:estade@chromium.org2010-06-112-4/+37
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-103-0/+41
* Mark HostCache as NonThreadSafe.cbentzel@chromium.org2010-06-092-25/+48
* revert r49217, which caused unit test failures on win:estade@chromium.org2010-06-091-10/+3
* Download filename encoding fix:estade@chromium.org2010-06-081-3/+10
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-085-78/+364
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-075-9/+9
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-033-2/+13
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-034-27/+79
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-4/+2
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-023-24/+66
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-011-11/+10
* Move net::HTTPSProber from net_base to netmnissler@chromium.org2010-06-012-153/+0
* Remove assertion on correct NetworkChangeNotifierLinux cleanup.willchan@chromium.org2010-05-281-1/+2
* Change the proxy waiting-for message to:mbelshe@chromium.org2010-05-271-0/+4
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-272-4/+4
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-262-4/+4
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-252-4/+4
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-252-14/+24
* Address a TODO about not duplicating the name --> value mapping for NetLog::S...eroman@chromium.org2010-05-222-7/+18
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-213-1/+59
* Fix locking in CookieMonster.rdsmith@chromium.org2010-05-211-5/+42
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-202-2/+30
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-203-11/+105
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-194-2/+5
* Annotate load flags and net errors with their symbolic name.eroman@chromium.org2010-05-182-69/+86
* Adding some known mime types to the platform_mime_utils on linux. This might...dhg@chromium.org2010-05-181-0/+29
* Trigger SSL fallback based on Bad MAC alert.agl@chromium.org2010-05-181-0/+3
* Update comments based on my new understanding of thewtc@chromium.org2010-05-181-2/+7
* Support speculative pre-connection to search URLsjar@chromium.org2010-05-181-0/+6
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-171-3/+5
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-169-46/+199
* Reland 47342.willchan@chromium.org2010-05-162-0/+46
* SPDY: Add push streams to the NetLog.willchan@chromium.org2010-05-151-0/+10
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-152-36/+0
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-152-0/+36
* Add the URLRequest's method and load flags to the NetLog.eroman@chromium.org2010-05-142-8/+9
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-131-6/+4
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-0/+18
* Add --host-rules support.willchan@chromium.org2010-05-125-92/+216
* Add the response headers to net-internals.willchan@chromium.org2010-05-111-0/+15
* Fix ~FileStream in POSIX to auto close if the flag is set. This is left from myjianli@chromium.org2010-05-111-1/+2
* FTP: fix navigating to files listed under non-ASCII charactersphajdan.jr@chromium.org2010-05-112-4/+9
* Remove the HOST_RESOLVER_IMPL_OBSERVER_* log events. I have never found these...eroman@chromium.org2010-05-113-31/+2
* Update comments for new request header events.willchan@chromium.org2010-05-111-9/+4
* Add http request headers into about:net-internals.willchan@chromium.org2010-05-101-0/+21
* Replace about:net-internals with the javascript-based frontend.eroman@chromium.org2010-05-106-628/+3
* Added #ifdef to allow Chromium to enable proprietary codecs.scherkus@chromium.org2010-05-101-2/+2
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-102-4/+6
* Fix IPv6 probe class to better handle cancellation of the job.jar@chromium.org2010-05-081-9/+19