summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-1113-93/+228
* Add a bug annotation to a TODO.eroman@chromium.org2011-03-291-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-2814-29/+29
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-042-4/+4
* Prepare for late binding of SpdyHttpStreams.willchan@chromium.org2011-02-251-1/+3
* Add an explanation for the divergenace from WPAD DNS protocol.eroman@chromium.org2011-02-232-2/+12
* Reland r74842willchan@chromium.org2011-02-161-14/+14
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-161-14/+14
* Reland r74842willchan@chromium.org2011-02-161-14/+14
* Implementation of custom PAC scripts in Proxy Settings API.battre@chromium.org2011-02-163-2/+56
* Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?willchan@chromium.org2011-02-141-14/+14
* Revert r74728 which reverted r74561 for exposing a ChromeOS bug.willchan@chromium.org2011-02-141-14/+14
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-121-14/+14
* Reland r74561 after fixing ChromeOS build breakage.willchan@chromium.org2011-02-111-14/+14
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-111-14/+14
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-111-14/+14
* Even more test cleanup.erg@google.com2011-02-102-73/+134
* Migrate Proxy Settings API to net::ProxyServerbattre@chromium.org2011-02-092-9/+21
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-15/+10
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-15/+6
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-16/+33
* More net/ method ordering.erg@google.com2011-01-261-11/+11
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Introduce incognito preference settings.battre@chromium.org2011-01-251-0/+6
* More net/ header/implementation method reordering.erg@google.com2011-01-213-33/+34
* More net/ reordering.erg@google.com2011-01-211-0/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-9/+9
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-203-30/+30
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-196-55/+55
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-2/+2
* Suppress a ThreadAssertion warning when joining worker thread for PAC scripts.eroman@chromium.org2011-01-151-2/+8
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-156-24/+24
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-3/+3
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+1
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-063-6/+8
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-025-5/+5
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-012-4/+4
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-013-9/+9
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-014-4/+4
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+3
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-4/+4
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-232-1/+7
* Almost done deinlining virtual methods.erg@google.com2010-12-1615-18/+92