| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add support for mock DNS queries. This allows us to eliminate | darin@google.com | 2008-09-24 | 6 | -3/+155 |
* | Fix support for 204 responses that lack an explicit EOF. | darin@google.com | 2008-09-23 | 3 | -14/+32 |
* | Miscellaneous cleanup. | wtc@google.com | 2008-09-23 | 2 | -38/+49 |
* | Add net\base\x509_certificate.cc to the SCons build. | sgk@google.com | 2008-09-23 | 1 | -0/+1 |
* | Refactoring out common code in the X.509 cert handling | avi@google.com | 2008-09-23 | 6 | -326/+219 |
* | Mac-specific CFRunLoop-based MessagePump implementation | mark@chromium.org | 2008-09-23 | 1 | -3/+7 |
* | Add missing files to project to get test-shell fully linking. Fixes gcc warni... | pinkerton@google.com | 2008-09-23 | 1 | -0/+28 |
* | Update Linux / SCons build for SDCH. | sgk@google.com | 2008-09-23 | 1 | -6/+7 |
* | Correct typo with containing extra declarations in header | jar@google.com | 2008-09-23 | 1 | -8/+7 |
* | HttpVersion had to be changed because glibc defines macros named "major" and ... | maruel@google.com | 2008-09-23 | 2 | -20/+19 |
* | Stubbing out the network transaction until more of that pipeline works. Allow... | pinkerton@google.com | 2008-09-23 | 1 | -0/+9 |
* | Some platform cleanup to net/ | deanm@google.com | 2008-09-23 | 4 | -39/+20 |
* | Another unit test parsing the Webkit cert, and the attendent changes needed f... | avi@google.com | 2008-09-23 | 2 | -22/+196 |
* | Add tcp_client_socket_libevent to the project and get the unit tests working ... | pinkerton@google.com | 2008-09-23 | 2 | -11/+8 |
* | Roll the icu38 revision in the DEPS file to change the name of | sgk@google.com | 2008-09-23 | 1 | -1/+1 |
* | Disable failing filter chaining test | jar@google.com | 2008-09-23 | 1 | -1/+2 |
* | Fix tree bustage | jar@google.com | 2008-09-23 | 1 | -2/+4 |
* | Don't use SDCH until open_vcdiff works on all platforms. | evanm@google.com | 2008-09-23 | 1 | -0/+9 |
* | Re-land SDCH filter support experiment | jar@google.com | 2008-09-23 | 17 | -86/+1578 |
* | Fix DeleteCache on POSIX. It wasn't successfully deleting before. | evanm@google.com | 2008-09-23 | 1 | -7/+9 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=541, which is an | iyengar@google.com | 2008-09-23 | 2 | -2/+18 |
* | Remove stragler file that didn't rollbhack (delete) properly | jar@google.com | 2008-09-22 | 1 | -170/+0 |
* | Rollback 2444 and 2443 to get linux and mac prep | jar@google.com | 2008-09-22 | 16 | -1408/+87 |
* | Adjust includes to satisfy deps check | jar@google.com | 2008-09-22 | 2 | -1/+2 |
* | Experimental integration of delta compression content encoding | jar@google.com | 2008-09-22 | 15 | -86/+1576 |
* | Unit test now runs on the Mac. | avi@google.com | 2008-09-22 | 4 | -25/+84 |
* | Fix AmountOfFreeDiskSpace to be able to differentiate an error | rvargas@google.com | 2008-09-20 | 1 | -1/+1 |
* | Accidental commit; oops | avi@google.com | 2008-09-19 | 4 | -84/+25 |
* | Unit test now runs on the Mac. | avi@google.com | 2008-09-19 | 4 | -25/+84 |
* | Oops, expected value comes first. | avi@google.com | 2008-09-19 | 1 | -24/+24 |
* | Add unit test for the X509 parsing. This only runs on Windows, but does so su... | avi@google.com | 2008-09-19 | 3 | -6/+165 |
* | Add a byte factory method for unit testing. | avi@google.com | 2008-09-19 | 3 | -29/+46 |
* | Only link the new event lib on Linux systems. | sgk@google.com | 2008-09-19 | 1 | -1/+7 |
* | Pull in the latest revision (18744:a1d3449a2cba) of the effective-TLD | pamg@google.com | 2008-09-19 | 1 | -40/+150 |
* | Fix a memory leak on the disk cache for posix. | rvargas@google.com | 2008-09-18 | 1 | -0/+6 |
* | Build libevent on Mac | mark@chromium.org | 2008-09-18 | 1 | -0/+43 |
* | Some tweaks pointed out by wtc. | avi@google.com | 2008-09-18 | 1 | -11/+8 |
* | * Change output of trace_event log to JSON to enable easier integration with ... | erikkay@google.com | 2008-09-18 | 2 | -4/+25 |
* | Implement CopyDirectory() for the POSIX branch of file_util. | evanm@google.com | 2008-09-18 | 1 | -1/+1 |
* | Use libevent, second try. Changes this time: | dkegel@google.com | 2008-09-18 | 4 | -19/+345 |
* | Bring X.509 cert handling (at least preliminarily) to the Mac. | avi@google.com | 2008-09-18 | 6 | -6/+418 |
* | Now that we have the ICU lib depend on its data file, we no longer need to | evanm@google.com | 2008-09-18 | 1 | -6/+1 |
* | Avoid signedness mismatch errors from gcc | dkegel@google.com | 2008-09-18 | 1 | -3/+3 |
* | Enable two CyberTrust root CAs for EV. The EV policy | wtc@google.com | 2008-09-18 | 1 | -0/+12 |
* | Move GetFreeDiskSpace to SysInfo. | deanm@chromium.org | 2008-09-18 | 4 | -33/+2 |