| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass more tests in net. | mmentovai@google.com | 2008-08-18 | 1 | -2/+107 |
* | change error value | ericroman@google.com | 2008-08-18 | 3 | -9/+9 |
* | Merge some changes from branches/mac_july_2008 to trunk. | ericroman@google.com | 2008-08-18 | 4 | -1/+36 |
* | Build and run bzip2 and gzip filter tests in net. Brings net, bzip2, and zlib | mmentovai@google.com | 2008-08-18 | 1 | -384/+854 |
* | Fix a net\SConscript typo. (Note to self: check in from the | sgk@google.com | 2008-08-18 | 1 | -1/+1 |
* | Have the "net" build install icudt38l.dat on non-Windows systems. | sgk@google.com | 2008-08-18 | 1 | -1/+5 |
* | Make some net unittests compile and pass on linux. | tc@google.com | 2008-08-18 | 3 | -23/+21 |
* | Fix the scons build (file name change). | tc@google.com | 2008-08-15 | 1 | -2/+4 |
* | -Add error code for chunked encoding | ericroman@google.com | 2008-08-15 | 3 | -7/+117 |
* | Second pass move the os dependent code apart on the disk cache. | rvargas@google.com | 2008-08-15 | 13 | -40/+267 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 7 | -34/+53 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 2 | -10/+5 |
* | Get googleurl and net to build on linux so we can parallelize even more. Thi... | tc@google.com | 2008-08-15 | 2 | -178/+192 |
* | Modify the binary bz2 to have LF and force google.txt to | tc@google.com | 2008-08-14 | 2 | -1/+19 |
* | Now force it back to CR for everyone. | tc@google.com | 2008-08-14 | 1 | -19/+1 |
* | Force the eol style to LF so we always get the CR character. | tc@google.com | 2008-08-14 | 1 | -1/+19 |
* | Force the line ending on this test data file to be CR. The | tc@google.com | 2008-08-14 | 1 | -19/+1 |
* | Update the comment for OnObjectSignaled. | wtc@google.com | 2008-08-14 | 2 | -7/+21 |
* | Don't assert stream_sizes_.cbBlockSize == 1. It fails with | wtc@google.com | 2008-08-14 | 1 | -3/+0 |
* | Fix utilities that were broken by at_exit changes. | rvargas@google.com | 2008-08-14 | 2 | -0/+8 |
* | First cut at implementing SSLClientSocket using Schannel. | wtc@google.com | 2008-08-14 | 4 | -71/+376 |
* | Address some issues I found in chunked decoder: | ericroman@google.com | 2008-08-14 | 3 | -26/+153 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 5 | -8/+9 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 2 | -26/+12 |
* | Add new disk_cache\*_{win,posix}.cc files to SCons build. Copy in | sgk@google.com | 2008-08-13 | 1 | -35/+49 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 2 | -399/+399 |
* | Move remaining OS dependent bits from the main logic on the disk cache. | rvargas@google.com | 2008-08-13 | 20 | -150/+551 |
* | make the GTest executables follow the naming conventions for other platforms. | pinkerton@google.com | 2008-08-13 | 1 | -22/+22 |
* | Re submitting the histograms change (735) | rvargas@google.com | 2008-08-12 | 4 | -0/+40 |
* | configure the net unit test targets | pinkerton@google.com | 2008-08-12 | 1 | -2/+287 |
* | Back off the histograms change. | rvargas@google.com | 2008-08-12 | 4 | -40/+0 |
* | Add a few histograms to the disk cache. | rvargas@google.com | 2008-08-12 | 4 | -0/+40 |
* | Change the ProxyService to work with ASCII strings. | darin@google.com | 2008-08-12 | 10 | -115/+115 |
* | Fix hammer build. Bustage resulted from renaming some files. | darin@google.com | 2008-08-11 | 1 | -3/+3 |
* | Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory. | darin@google.com | 2008-08-11 | 18 | -276/+278 |
* | Add a stubbed-out platform_mime_util_mac.mm | ericroman@google.com | 2008-08-10 | 4 | -5/+61 |
* | rollback r526 to fix performance regression | darin@google.com | 2008-08-09 | 2 | -10/+11 |
* | Refactor mime_util into a singleton. | ericroman@google.com | 2008-08-09 | 5 | -55/+175 |
* | Add deps files and rules for the checkdeps script. | brettw@google.com | 2008-08-08 | 1 | -0/+3 |
* | Extend disk cache unit tests to include reuse of internal entries. | rvargas@google.com | 2008-08-08 | 1 | -11/+27 |
* | Stop using SHFileOperation from the disk cache code. | rvargas@google.com | 2008-08-08 | 1 | -10/+16 |
* | Break out windows specific parts of mime_util.cc into mime_util_win.cc | ericroman@google.com | 2008-08-08 | 4 | -17/+70 |
* | Change the UrlRequestJob base class to be thread safe because the sub class U... | nsylvain@google.com | 2008-08-08 | 1 | -1/+4 |
* | Rollback r517 to retry with ObjectWatcher. This change did not appear to be | darin@google.com | 2008-08-07 | 2 | -11/+10 |
* | Rollback changes made to URLRequestFileJob to use ObjectWatcher instead of | darin@google.com | 2008-08-07 | 2 | -10/+11 |
* | Remove the old NativeMB functions from string util, and use the new ones in s... | brettw@google.com | 2008-08-07 | 2 | -5/+8 |
* | Remove an unused include of deprecated atomic.h. Replace a custom singleton ... | deanm@google.com | 2008-08-07 | 3 | -15/+10 |
* | SCons: handle new net/base/client_socket_*.cc files. | sgk@google.com | 2008-08-07 | 1 | -3/+3 |
* | fix bustage... F**K | darin@google.com | 2008-08-07 | 1 | -3/+2 |
* | Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager... | darin@google.com | 2008-08-06 | 10 | -209/+231 |