| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Refactor the SSL tunnel establishment code so that it | wtc@google.com | 2008-09-10 | 2 | -135/+62 |
* | Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux. | mark@chromium.org | 2008-09-10 | 2 | -6/+31 |
* | Do a better job at bounding HexToInt. | deanm@chromium.org | 2008-09-10 | 1 | -1/+1 |
* | Remove the pre-launch bzip2 hack. | ericroman@google.com | 2008-09-10 | 1 | -23/+0 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 5 | -49/+46 |
* | This change implements the performance recommendation from: | darin@google.com | 2008-09-09 | 1 | -13/+25 |
* | WinHttpSendRequest fails with SEC_E_ILLEGAL_MESSAGE when | wtc@google.com | 2008-09-09 | 1 | -0/+1 |
* | Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files. | mmoss@google.com | 2008-09-09 | 7 | -19/+36 |
* | Build host_resolver on the Mac | mmentovai@google.com | 2008-09-09 | 4 | -12/+13 |
* | Fix proxy code. The pac string was corrupted when a pac | nsylvain@chromium.org | 2008-09-09 | 1 | -1/+2 |
* | Rename "run net_unittests" to "run_net_unittests" like we do with other unit | mmentovai@google.com | 2008-09-08 | 1 | -6/+6 |
* | Get MIME stuff working minimally to the point where we have | erg@google.com | 2008-09-08 | 2 | -5/+48 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 5 | -11/+6 |
* | Normalize leading LWS in line continuations, per Wan-Teh's suggestion. | ericroman@google.com | 2008-09-08 | 2 | -15/+70 |
* | [new http] Normalize line continuations in response headers. | ericroman@google.com | 2008-09-06 | 5 | -27/+347 |
* | The previous fix doesn't work. We should continue | wtc@google.com | 2008-09-05 | 1 | -4/+10 |
* | This fixes the "passing NULL to non-pointer argument" warning when compiling ... | mmoss@google.com | 2008-09-05 | 1 | -1/+1 |
* | Modify HostResolver slightly to build on posix as well as windows. | dkegel@google.com | 2008-09-05 | 4 | -1/+57 |
* | Fix a crash caused by a NULL FILETIME when creating ftp | tc@google.com | 2008-09-04 | 2 | -3/+42 |
* | If we didn't read enough to be able to decrypt anything, | wtc@google.com | 2008-09-04 | 1 | -0/+4 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 2 | -60/+35 |
* | Fix an out of band read when parsing a URL component of just "%". The calcul... | deanm@google.com | 2008-09-03 | 2 | -3/+3 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -3/+3 |
* | Normalize newlines to LF in net | mmentovai@google.com | 2008-09-02 | 5 | -199/+199 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 1 | -0/+14 |
* | Unit tests can't access the outside world. | maruel@google.com | 2008-09-02 | 1 | -4/+8 |
* | Update net.xcodeproj with an 'All' target (like base). | sgk@google.com | 2008-09-01 | 1 | -0/+67 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 2 | -56/+8 |