| Commit message (Expand) | Author | Age | Files | Lines |
* | Build host_resolver on the Mac | mmentovai@google.com | 2008-09-09 | 3 | -11/+6 |
* | Get MIME stuff working minimally to the point where we have | erg@google.com | 2008-09-08 | 1 | -0/+40 |
* | 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 | 2 | -0/+51 |
* | 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 |
* | Fix an out of band read when parsing a URL component of just "%". The calcul... | deanm@google.com | 2008-09-03 | 2 | -3/+3 |
* | Normalize newlines to LF in net | mmentovai@google.com | 2008-09-02 | 4 | -196/+196 |
* | 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 |
* | Fix net_unittests hang observed on Vista. It turns out that a subpump was | darin@google.com | 2008-08-29 | 1 | -11/+0 |
* | Hack to keep vista net_unittests from hanging while I investigate a proper fix. | darin@google.com | 2008-08-29 | 1 | -0/+11 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 2 | -14/+11 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 2 | -5/+5 |
* | On .mm files in net and base: | mmentovai@google.com | 2008-08-27 | 1 | -31/+6 |
* | Fix the net_perftests to work again. | darin@google.com | 2008-08-27 | 1 | -1/+1 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 2 | -2/+60 |
* | Implement SSL tunneling through a proxy server. | wtc@google.com | 2008-08-25 | 2 | -0/+4 |
* | We can link with secur32.lib and call the SSPI functions directly. | wtc@google.com | 2008-08-25 | 1 | -48/+18 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 102 | -3036/+588 |
* | Back out the previous checkin because buildbot detects | wtc@google.com | 2008-08-22 | 1 | -18/+48 |
* | Fix spurious gcc warning | dkegel@google.com | 2008-08-22 | 1 | -1/+1 |
* | We can link with secur32.lib and call the SSPI functions directly. | wtc@google.com | 2008-08-22 | 1 | -48/+18 |
* | Impl of platform mime typing for Mac. | avi@google.com | 2008-08-22 | 1 | -6/+43 |
* | Use PlatformTest to manage autorelease pools in net tests that use the path s... | mmentovai@google.com | 2008-08-22 | 2 | -4/+18 |
* | Move FileURLToFilePath into platform specific files. Most of the logic in th... | tc@google.com | 2008-08-22 | 4 | -76/+219 |
* | Enable -Werror on the Mac. Fix two more warnings just added to our build. N... | mmentovai@google.com | 2008-08-22 | 1 | -3/+3 |
* | This line should not have ever changed | mmentovai@google.com | 2008-08-21 | 1 | -1/+1 |
* | Fix the final gcc warnings in base and net. Provide some macros to selective... | mmentovai@google.com | 2008-08-21 | 2 | -13/+10 |
* | Make upload_data not be windows specific. Add it to the SCons build. | tc@google.com | 2008-08-21 | 2 | -11/+5 |
* | Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ... | tc@google.com | 2008-08-21 | 3 | -44/+64 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 7 | -158/+193 |
* | Mark static method defined in header as inline | mmentovai@google.com | 2008-08-21 | 1 | -4/+4 |
* | Back out r1154 due to test failures | mmentovai@google.com | 2008-08-21 | 7 | -185/+158 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 7 | -158/+185 |
* | Final character conversions for net_util. | paulg@google.com | 2008-08-20 | 1 | -4/+17 |
* | M net/base/cookie_monster.h | awalker@google.com | 2008-08-20 | 1 | -2/+2 |
* | Fix some character conversions and Mac compile errors for net_util.cc. | paulg@google.com | 2008-08-20 | 2 | -18/+39 |
* | Quick fix; it's a struct not a class. | avi@google.com | 2008-08-20 | 1 | -1/+1 |
* | Fixing extended verification code for non-windows | avi@google.com | 2008-08-20 | 2 | -2/+2 |
* | Make mime sniffer compile for Mac. | avi@google.com | 2008-08-20 | 1 | -6/+5 |
* | Run a couple more tests in net, and get rid of a couple more warnings | mmentovai@google.com | 2008-08-20 | 1 | -3/+3 |
* | Add more files to the net module compile list. Had to make some small change... | tc@google.com | 2008-08-20 | 2 | -38/+46 |
* | add http_cache to mac build. | ericroman@google.com | 2008-08-19 | 2 | -8/+15 |
* | Remove warnings for the net module. | rvargas@google.com | 2008-08-19 | 2 | -6/+6 |
* | Move time formatters that only use ICU into base/time.* | tc@google.com | 2008-08-19 | 1 | -22/+4 |
* | Add mime_util and http_chunked_decoder to mac project. | ericroman@google.com | 2008-08-19 | 2 | -3/+3 |
* | Update a few forgotten users of the Sys StringPiece conversion functions to i... | deanm@google.com | 2008-08-19 | 1 | -1/+2 |
* | change error value | ericroman@google.com | 2008-08-18 | 1 | -3/+3 |