| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert "Make tcp_client_socket_unittest pass on Linux." | evanm@google.com | 2008-09-18 | 3 | -344/+19 |
* | Make tcp_client_socket_unittest pass on Linux. | dkegel@google.com | 2008-09-18 | 3 | -19/+344 |
* | Include <wincrypt.h> to fix compilation errors. | wtc@google.com | 2008-09-17 | 1 | -0/+1 |
* | First cut at SSL certificate error handling. Map | wtc@google.com | 2008-09-17 | 4 | -29/+231 |
* | Don't set any cookies as a result of the Google URL Tracker update check. Th... | pkasting@chromium.org | 2008-09-17 | 2 | -8/+14 |
* | Review URL: http://codereview.chromium.org/2942 | jeremy@chromium.org | 2008-09-17 | 2 | -2/+19 |
* | Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM... | deanm@chromium.org | 2008-09-17 | 4 | -47/+2 |
* | Unignore most warnings on POSIX in build/SConscript.main. | evanm@google.com | 2008-09-16 | 1 | -3/+2 |
* | One more passing test. | evanm@google.com | 2008-09-16 | 1 | -1/+1 |
* | Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kelly | mark@chromium.org | 2008-09-16 | 1 | -1/+14 |
* | memcpy cannot overlap, move to memmove. | deanm@google.com | 2008-09-16 | 2 | -2/+2 |
* | Simple unit test, written mostly just to become familiar with the code. | dkegel@google.com | 2008-09-15 | 3 | -0/+123 |
* | Address a TODO for properly stripping references from request URL. | ericroman@google.com | 2008-09-15 | 4 | -10/+65 |
* | An early optimization in std::pair<> in Visual Studio 2008 Service Pack 1 mak... | maruel@google.com | 2008-09-15 | 1 | -0/+9 |
* | Add unit test for HttpResponseHeaders::GetStatusText() | ericroman@google.com | 2008-09-13 | 2 | -10/+38 |
* | TBR fix for broken compile on mac. | ericroman@google.com | 2008-09-13 | 1 | -1/+1 |
* | misc. http response status-line changes: | ericroman@google.com | 2008-09-13 | 9 | -83/+398 |
* | Add the EV metadata for two GlobalSign root CA certificates. | wtc@google.com | 2008-09-11 | 1 | -0/+11 |
* | Capture initial SCons build of {base,net,googleurl}_unittests on Mac: | sgk@google.com | 2008-09-11 | 1 | -1/+6 |
* | Remove all but one place in this file where we return | wtc@google.com | 2008-09-11 | 1 | -2/+3 |
* | Declare the bool members next to each other so they can | wtc@google.com | 2008-09-11 | 2 | -5/+5 |
* | CreateDirectory() should check if an existing path is actually a directory be... | mmoss@google.com | 2008-09-11 | 1 | -1/+0 |
* | Fix IDNtoUnicode and unittest. | jungshik@google.com | 2008-09-11 | 2 | -4/+9 |
* | Remove all but one place in this file where we return | wtc@google.com | 2008-09-11 | 1 | -2/+6 |