| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec. | abarth@chromium.org | 2008-10-09 | 2 | -75/+30 |
* | - Add auth integration tests to http_network_transaction_unitttest.cc | ericroman@google.com | 2008-10-08 | 3 | -14/+276 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 7 | -88/+10 |
* | Update a comment based on our findings today. | pkasting@chromium.org | 2008-10-08 | 1 | -4/+4 |
* | Fix tree breakage by referencing correct open-vcdiff directory. | erg@google.com | 2008-10-08 | 1 | -1/+1 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 7 | -10/+88 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 7 | -88/+10 |
* | Use the new HTTP stack by default in the net module's | wtc@google.com | 2008-10-08 | 2 | -1/+3 |
* | Handle TLS-intolerant servers by retrying with TLS 1.0 | wtc@google.com | 2008-10-08 | 9 | -19/+93 |
* | Rever 2997 since it caused UI and unit tests failure. | maruel@google.com | 2008-10-08 | 2 | -30/+75 |
* | Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec. | darin@chromium.org | 2008-10-08 | 2 | -75/+30 |
* | - Cleanup usage, EnsureWinsockInit is now the only method of initializing. | deanm@chromium.org | 2008-10-06 | 2 | -42/+35 |
* | Add Posix sync only support to FileInputStream. | deanm@chromium.org | 2008-10-06 | 3 | -19/+107 |
* | Move all callers to EnsureWinsockInit, and away from using WinsockInit instan... | deanm@chromium.org | 2008-10-06 | 1 | -2/+1 |
* | Use open-vcdiff source in its new home on the Mac (follow-up to r2709) | mark@chromium.org | 2008-09-30 | 1 | -4/+4 |
* | Get open-vcdiff building on Linux and Mac (in SCons) using | sgk@google.com | 2008-09-30 | 2 | -14/+3 |
* | Transition to pulling open-vcdiff rather than using a private snapshot pull | jar@google.com | 2008-09-30 | 1 | -1/+1 |
* | Use base::RandInt() in place of rand(), now that rand_util has been moved fro... | ericroman@google.com | 2008-09-30 | 1 | -2/+2 |
* | When an SSL connect is completed, we need to call | wtc@google.com | 2008-09-30 | 1 | -6/+7 |
* | Add comments to explain the ERR_NAME_NOT_RESOLVED case. | darin@google.com | 2008-09-29 | 1 | -0/+6 |
* | Add code to call ReconsiderProxyAfterError when we encounter a failure to res... | darin@chromium.org | 2008-09-29 | 2 | -3/+49 |
* | Re-order constructor order to avoid warning on mac build (that causes error). | ericroman@google.com | 2008-09-29 | 1 | -5/+5 |
* | Add missing header file to net.xcodeproj | darin@google.com | 2008-09-29 | 1 | -0/+2 |
* | Style refactoring to make MockRead initializers more readable. | ericroman@google.com | 2008-09-29 | 1 | -63/+70 |
* | fix build bustage due to missing header | darin@google.com | 2008-09-29 | 1 | -0/+2 |
* | Need to alphabetize our source files in the build steps. | avi@google.com | 2008-09-29 | 1 | -6/+6 |
* | Define FileInputStream and use it to make UpdateDataStream and URLRequestFile... | darin@google.com | 2008-09-29 | 15 | -318/+779 |
* | Update unit test to check EV functionality (Windows-only for now). | avi@google.com | 2008-09-29 | 1 | -7/+184 |
* | Get rid of "using std::string" in http_response_headers.cc. | ericroman@google.com | 2008-09-29 | 1 | -84/+85 |
* | Avoid using of interlocked increment to facilitate porting. | jar@google.com | 2008-09-28 | 1 | -4/+1 |
* | Add the auth unit-tests to SConscript and .pbxproj | ericroman@google.com | 2008-09-27 | 5 | -4/+19 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 24 | -12/+1747 |
* | Roll the third_party/icu38 revision in DEPS to have SCons build libicu, | sgk@google.com | 2008-09-26 | 2 | -2/+2 |
* | Add positive and negative test cases for whether we | wtc@google.com | 2008-09-26 | 1 | -10/+86 |
* | Use open-vcdiff for sdch compression on the Mac | mark@chromium.org | 2008-09-26 | 4 | -9/+66 |
* | Make sure there is only one instance of the stats histogram at a given time. | rvargas@google.com | 2008-09-26 | 1 | -3/+7 |
* | Assert that the lifetimes of multiple ScopedHostMapper | wtc@google.com | 2008-09-26 | 1 | -1/+3 |
* | If we read nothing (EOF) after sending a request on a | wtc@google.com | 2008-09-25 | 3 | -11/+34 |
* | Add UTF-8 check for JSON deserializer. | jungshik@google.com | 2008-09-25 | 2 | -4/+4 |
* | Add more tests and files to the Mac's net_unittests: | mark@chromium.org | 2008-09-25 | 4 | -14/+27 |
* | Provide autorelease pool management on the Mac in all types of message pumps. | mark@chromium.org | 2008-09-25 | 2 | -2/+2 |
* | add http layer and unit tests to mac build. stub out file uploading in upload... | pinkerton@google.com | 2008-09-25 | 8 | -24/+60 |
* | Repair leak in unit test by properly ending use of gzip stream. | jar@google.com | 2008-09-25 | 1 | -0/+2 |
* | Correct typo in SDCH (filter chaining) unit test, and enable test | jar@google.com | 2008-09-25 | 2 | -6/+13 |
* | Use histograms to send interesting parts of the disk cache statistics. | rvargas@google.com | 2008-09-24 | 8 | -4/+171 |
* | Add libevent to the Mac SCons build of net_unittests: | sgk@google.com | 2008-09-24 | 1 | -4/+8 |
* | fix minor whitespace issues | darin@chromium.org | 2008-09-24 | 1 | -1/+1 |
* | Apply minor tweaks to ScopedHostMapper per review feedback. | darin@chromium.org | 2008-09-24 | 4 | -10/+16 |
* | Some quick changes suggested by wtc in review. | avi@google.com | 2008-09-24 | 1 | -1/+14 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 1 | -0/+2 |