| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -0/+10 |
* | Dramatically improve the link time in release mode. Today's MC Hammer Xcode | mark@chromium.org | 2008-11-07 | 1 | -0/+16 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -12/+10 |
* | There's no Objective in this C++. | avi@google.com | 2008-10-31 | 1 | -4/+4 |
* | Relanding of r4221, initial proxy support for the Mac | avi@google.com | 2008-10-31 | 1 | -0/+10 |
* | oops; will reland once tree is open | avi@google.com | 2008-10-30 | 1 | -10/+0 |
* | Initial Mac proxy implementation | avi@google.com | 2008-10-30 | 1 | -0/+10 |
* | Call DidStartDnsResolution and DidFinishDnsResolutionWithStatus | wtc@google.com | 2008-10-24 | 1 | -0/+2 |
* | Remove typo in file name *unitest* vs *unittest* | jar@google.com | 2008-10-20 | 1 | -4/+4 |
* | Misc cleanups | ericroman@google.com | 2008-10-17 | 1 | -0/+2 |
* | Initial Mac implementation of SSL. Requires the full-duplex socket introduced... | avi@google.com | 2008-10-17 | 1 | -1/+9 |
* | Turn SSLClientSocket into an interface. | wtc@google.com | 2008-10-15 | 1 | -2/+0 |
* | add file:// handling to mac and linux builds | pinkerton@google.com | 2008-10-10 | 1 | -0/+2 |
* | Use open-vcdiff source in its new home on the Mac (follow-up to r2709) | mark@chromium.org | 2008-09-30 | 1 | -4/+4 |
* | Add missing header file to net.xcodeproj | 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 | 1 | -0/+4 |
* | Add the auth unit-tests to SConscript and .pbxproj | ericroman@google.com | 2008-09-27 | 1 | -0/+12 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+24 |
* | Use open-vcdiff for sdch compression on the Mac | mark@chromium.org | 2008-09-26 | 1 | -0/+55 |
* | Add more tests and files to the Mac's net_unittests: | mark@chromium.org | 2008-09-25 | 1 | -2/+26 |
* | add http layer and unit tests to mac build. stub out file uploading in upload... | pinkerton@google.com | 2008-09-25 | 1 | -3/+15 |
* | Use histograms to send interesting parts of the disk cache statistics. | rvargas@google.com | 2008-09-24 | 1 | -0/+6 |
* | Refactoring out common code in the X.509 cert handling | avi@google.com | 2008-09-23 | 1 | -1/+5 |
* | 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 |
* | Add tcp_client_socket_libevent to the project and get the unit tests working ... | pinkerton@google.com | 2008-09-23 | 1 | -2/+6 |
* | Unit test now runs on the Mac. | avi@google.com | 2008-09-22 | 1 | -2/+10 |
* | Accidental commit; oops | avi@google.com | 2008-09-19 | 1 | -10/+2 |
* | Unit test now runs on the Mac. | avi@google.com | 2008-09-19 | 1 | -2/+10 |
* | Build libevent on Mac | mark@chromium.org | 2008-09-18 | 1 | -0/+43 |
* | Bring X.509 cert handling (at least preliminarily) to the Mac. | avi@google.com | 2008-09-18 | 1 | -2/+4 |
* | Review URL: http://codereview.chromium.org/2942 | jeremy@chromium.org | 2008-09-17 | 1 | -0/+2 |
* | Build host_resolver on the Mac | mmentovai@google.com | 2008-09-09 | 1 | -1/+7 |
* | Rename "run net_unittests" to "run_net_unittests" like we do with other unit | mmentovai@google.com | 2008-09-08 | 1 | -6/+6 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -3/+3 |
* | Update net.xcodeproj with an 'All' target (like base). | sgk@google.com | 2008-09-01 | 1 | -0/+67 |
* | Run some disk cache unit tests on the Mac | mmentovai@google.com | 2008-08-28 | 1 | -0/+12 |
* | Use the right run_all_unittests.cc in net | mmentovai@google.com | 2008-08-26 | 1 | -1/+1 |
* | Add missing framework to link Mac mime changes. | avi@google.com | 2008-08-22 | 1 | -0/+4 |
* | Use PlatformTest to manage autorelease pools in net tests that use the path s... | mmentovai@google.com | 2008-08-22 | 1 | -0/+4 |
* | Move FileURLToFilePath into platform specific files. Most of the logic in th... | tc@google.com | 2008-08-22 | 1 | -0/+4 |
* | More net files brought into compilation for Mac/Linux. | avi@google.com | 2008-08-21 | 1 | -0/+12 |
* | Add the net_util_unittest to the mac net project. | paulg@google.com | 2008-08-21 | 1 | -0/+2 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 1 | -0/+10 |
* | Back out r1154 due to test failures | mmentovai@google.com | 2008-08-21 | 1 | -10/+0 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 1 | -0/+10 |
* | More of net compiling on the Mac. | avi@google.com | 2008-08-20 | 1 | -31/+45 |
* | Fixing extended verification code for non-windows | avi@google.com | 2008-08-20 | 1 | -0/+2 |
* | Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out of | mmentovai@google.com | 2008-08-20 | 1 | -0/+2 |