| Commit message (Expand) | Author | Age | Files | Lines |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 2 | -49/+49 |
* | Add a UI test to make sure that each frame of a multipart | tony@chromium.org | 2010-03-05 | 1 | -0/+23 |
* | Use CHECK_* in net | willchan@chromium.org | 2010-03-02 | 1 | -1/+0 |
* | Wireshark dissector for SPDY protocol. | cbentzel@chromium.org | 2010-02-23 | 13 | -0/+2200 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -3/+7 |
* | Update effective TLD (registry-controlled domain) data to latest file from Mo... | pam@chromium.org | 2010-02-12 | 2 | -6/+14 |
* | Check-in a script to visualize the host resolver traces. | eroman@chromium.org | 2010-02-10 | 3 | -0/+522 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -3/+3 |
* | Add mechanism for global queueing and prioritization of DNS. | eroman@chromium.org | 2010-01-30 | 1 | -1/+1 |
* | Remove a bunch of 0 byte files. (due to git-svn misbehavior?) | thestig@chromium.org | 2010-01-26 | 1 | -0/+0 |
* | Prevent python http server used in unit tests from crashing in a hard to diag... | robertshield@chromium.org | 2010-01-20 | 1 | -10/+20 |
* | Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|. | eroman@chromium.org | 2010-01-15 | 1 | -4/+4 |
* | Decrease buffer size for the server to 2K fixed. | mbelshe@chromium.org | 2010-01-15 | 1 | -2/+2 |
* | More changes intended to make flip_in_mem_edsm_server.cc compile and run | mbelshe@chromium.org | 2010-01-13 | 23 | -520/+706 |
* | Set up HostResolverImpl to flush cache on IP address change. | willchan@chromium.org | 2010-01-11 | 1 | -1/+1 |
* | Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme... | ananta@chromium.org | 2010-01-11 | 1 | -7/+17 |
* | Reorder some statements to fix compile warning on Linux canary. | jam@chromium.org | 2009-12-23 | 1 | -2/+2 |
* | Use a perfect hash map for the registry controlled domain service. | jam@chromium.org | 2009-12-23 | 1 | -53/+95 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Superficial changes to namespaces. | mbelshe@chromium.org | 2009-12-14 | 20 | -82/+80 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 1 | -7/+1 |
* | Cache failed DNS resolutions for 1 second. | eroman@chromium.org | 2009-12-10 | 1 | -1/+6 |
* | Original patch by cbentzel@google.com | eroman@chromium.org | 2009-12-10 | 1 | -0/+456 |
* | Update comments | mbelshe@google.com | 2009-12-09 | 1 | -6/+1 |
* | Minor cleanup; remove deprecate file_util function and some obsolete TODOs. | estade@chromium.org | 2009-12-09 | 1 | -1/+1 |
* | Fix the retarded broken check deps. | mbelshe@google.com | 2009-12-04 | 1 | -0/+3 |
* | Landing the open source version of the FLIP server. | mbelshe@chromium.org | 2009-12-04 | 24 | -0/+10105 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -3/+2 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 3 | -32/+34 |
* | FilePath::Append() doesn't allow you to append a fully-qualified | mbelshe@google.com | 2009-10-27 | 1 | -1/+5 |
* | Make the command line syntax a little easier. | mbelshe@google.com | 2009-10-27 | 1 | -3/+3 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 2 | -3/+2 |
* | Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ... | ananta@chromium.org | 2009-10-23 | 1 | -1/+17 |
* | Final patch to convert disk cache to using FilePath instead of | tony@chromium.org | 2009-10-15 | 1 | -37/+36 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Move disk_cache::MappedFile to use FilePath instead of wstring. | tony@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Convert BlockFiles to use FilePath instead of wstring. | tony@chromium.org | 2009-10-13 | 1 | -1/+3 |
* | Remove the unnecessary conversion to wstring when calling file_util::WriteFile. | evan@chromium.org | 2009-10-13 | 1 | -2/+1 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 3 | -8/+8 |
* | Start migrating the disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 2 | -3/+5 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Fix the UrlToFilenameEncoder to be more cross platform. | mbelshe@chromium.org | 2009-10-07 | 1 | -29/+30 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | The Python test server now ignores querystrings params when serving local files. | finnur@chromium.org | 2009-10-02 | 1 | -2/+8 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 1 | -1/+2 |
* | Add missing gclient dependencies to .gitignore. | maruel@chromium.org | 2009-09-17 | 4 | -345/+345 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Http Cache: Add support for resuming downloading a | rvargas@google.com | 2009-09-04 | 1 | -1/+6 |