summaryrefslogtreecommitdiffstats
path: root/net/tools
Commit message (Expand)AuthorAgeFilesLines
* Wireshark dissector for SPDY protocol.cbentzel@chromium.org2010-02-2313-0/+2200
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-3/+7
* Update effective TLD (registry-controlled domain) data to latest file from Mo...pam@chromium.org2010-02-122-6/+14
* Check-in a script to visualize the host resolver traces.eroman@chromium.org2010-02-103-0/+522
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-3/+3
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-1/+1
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-261-0/+0
* Prevent python http server used in unit tests from crashing in a hard to diag...robertshield@chromium.org2010-01-201-10/+20
* Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.eroman@chromium.org2010-01-151-4/+4
* Decrease buffer size for the server to 2K fixed.mbelshe@chromium.org2010-01-151-2/+2
* More changes intended to make flip_in_mem_edsm_server.cc compile and runmbelshe@chromium.org2010-01-1323-520/+706
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-111-1/+1
* Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...ananta@chromium.org2010-01-111-7/+17
* Reorder some statements to fix compile warning on Linux canary.jam@chromium.org2009-12-231-2/+2
* Use a perfect hash map for the registry controlled domain service.jam@chromium.org2009-12-231-53/+95
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-0/+3
* Superficial changes to namespaces.mbelshe@chromium.org2009-12-1420-82/+80
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-7/+1
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-1/+6
* Original patch by cbentzel@google.comeroman@chromium.org2009-12-101-0/+456
* Update commentsmbelshe@google.com2009-12-091-6/+1
* Minor cleanup; remove deprecate file_util function and some obsolete TODOs.estade@chromium.org2009-12-091-1/+1
* Fix the retarded broken check deps.mbelshe@google.com2009-12-041-0/+3
* Landing the open source version of the FLIP server.mbelshe@chromium.org2009-12-0424-0/+10105
* 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