summaryrefslogtreecommitdiffstats
path: root/net/tools
Commit message (Expand)AuthorAgeFilesLines
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-3/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-053-32/+34
* FilePath::Append() doesn't allow you to append a fully-qualifiedmbelshe@google.com2009-10-271-1/+5
* Make the command line syntax a little easier.mbelshe@google.com2009-10-271-3/+3
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-262-3/+2
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-1/+17
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-37/+36
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+1
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-1/+1
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+1
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-131-2/+2
* Convert BlockFiles to use FilePath instead of wstring.tony@chromium.org2009-10-131-1/+3
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-131-2/+1
* Use ASCII strings for switch names.evan@chromium.org2009-10-133-8/+8
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-122-3/+5
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Fix the UrlToFilenameEncoder to be more cross platform.mbelshe@chromium.org2009-10-071-29/+30
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* The Python test server now ignores querystrings params when serving local files.finnur@chromium.org2009-10-021-2/+8
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-1/+2
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-174-345/+345
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-041-1/+6
* Create an option to dump the cache to disk files. Because URLs are frequentl...mbelshe@google.com2009-09-025-45/+473
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-4/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+4
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-0/+21
* Cleanups for SSLConfigService and SSLConfigServiceManager.mattm@chromium.org2009-08-211-12/+4
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-2/+17
* Reference count ProxyService.eroman@chromium.org2009-08-181-3/+3
* Speed up net_unittests a bit by re-using launched test server.phajdan.jr@chromium.org2009-08-141-2/+23
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-1/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+2
* Make fetch_client work on POSIX.phajdan.jr@chromium.org2009-08-071-2/+2
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-301-1/+1
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-0/+4
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-1/+3
* Fix 15 coverity complaints.rvargas@google.com2009-07-013-18/+18
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-3/+3
* Reverting 19425.ericroman@google.com2009-06-261-3/+3
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-3/+3
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Compile fetch_server on POSIX.phajdan.jr@chromium.org2009-06-172-5/+8
* Make HttpNetworkLayer tests network-independent.phajdan.jr@chromium.org2009-06-161-3/+7
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+4
* Add svn:eol-style LF to some file.ericroman@google.com2009-06-051-185/+184
* Change timeout settings in CacheTest tohuanr@chromium.org2009-05-231-2/+2
* Fix testserver to return a correct MIME-type header.ericroman@google.com2009-05-071-1/+2
* A utility driver for doing client/server HTTP transactionmbelshe@google.com2009-05-0610-0/+698
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-8/+8