| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti... | hidehiko | 2014-12-08 | 2 | -10/+4 |
* | Prefix CommandLine usage with base namespace (Part 7: cloud_print/) | pgal.u-szeged | 2014-11-19 | 6 | -18/+26 |
* | Cleanup: Remove trailing whitespaces in gyp files. | thestig | 2014-10-17 | 1 | -4/+4 |
* | Replacing the OVERRIDE with override and FINAL with final in cloud_print | mohan.reddy | 2014-10-06 | 6 | -53/+53 |
* | Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff... | samuong | 2014-09-26 | 1 | -0/+1 |
* | Added --disable-ipv4 and --disable-ipv6 switches. | vitalybuka | 2014-09-23 | 5 | -15/+44 |
* | GCP 2.0 prototype switches code cleanup. | vitalybuka | 2014-09-22 | 8 | -50/+120 |
* | Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom... | thestig | 2014-09-10 | 3 | -4/+4 |
* | Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_... | thakis | 2014-08-31 | 1 | -1/+1 |
* | Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te... | thakis | 2014-08-30 | 1 | -1/+1 |
* | clang/win: Fix a few warnings in targets not in chromium_builder_tests. | Nico Weber | 2014-08-29 | 1 | -1/+1 |
* | Remove implicit conversions from scoped_refptr to T* in cloud_print/ | dcheng | 2014-08-27 | 2 | -2/+2 |
* | Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer.... | byungchul | 2014-08-25 | 2 | -7/+8 |
* | Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs... | estade@chromium.org | 2014-08-22 | 2 | -8/+7 |
* | Replace StreamListenSocket with StreamSocket in HttpServer. | byungchul@chromium.org | 2014-08-22 | 2 | -7/+8 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | Remove net_log.h from net_util, as it's no longer needed by net_log.h. | mmenke@chromium.org | 2014-04-16 | 2 | -0/+3 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 2 | -5/+5 |
* | ui/base/resource: Remove dependency on net's big_endian implementation. | tfarina@chromium.org | 2014-02-26 | 3 | -8/+8 |
* | Added --extended-response to put additional information into PTR responces. | vitalybuka@chromium.org | 2014-02-12 | 7 | -44/+128 |
* | Replace '.' with '_' in service name. | vitalybuka@chromium.org | 2014-02-11 | 1 | -0/+3 |
* | Refactor base/safe_numerics.h | jschuh@chromium.org | 2014-01-17 | 1 | -2/+2 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 1 | -1/+1 |
* | Update uses of Value in chromeos/, cloud_print/, components/, content/ to use... | avi@chromium.org | 2013-12-23 | 2 | -4/+4 |
* | Filter virtual network interfaces for p2p sessions. | mallinath@chromium.org | 2013-12-19 | 1 | -1/+2 |
* | Add random number to A record domain for GCP prototype | noamsml@chromium.org | 2013-12-09 | 1 | -2/+7 |
* | Fixed CDD. | vitalybuka@chromium.org | 2013-12-08 | 1 | -35/+4 |
* | Removed LOG(INFO) from cloud_print/gcp20/prototype. | vitalybuka@chromium.org | 2013-12-07 | 3 | -21/+21 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Improvements in GCP 2.0 prototype. | vitalybuka@chromium.org | 2013-11-21 | 9 | -100/+134 |
* | Fixed serial number, service name and firmware version of GCP 2.0 prototype. | vitalybuka@chromium.org | 2013-11-21 | 2 | -8/+18 |
* | Print to Privet local printers | noamsml@chromium.org | 2013-11-09 | 1 | -2/+1 |
* | Make gcp20_device respond to _printer._sub._privet.local queries | noamsml@chromium.org | 2013-10-31 | 4 | -8/+13 |
* | Fix issue with GCP 2.0 prototype | noamsml@chromium.org | 2013-10-31 | 2 | -3/+28 |
* | Fix incorrect checking of file_util::WriteFile() return results. | thestig@chromium.org | 2013-09-17 | 1 | -2/+3 |
* | map::size() returns a size_t. | jorgelo@chromium.org | 2013-09-07 | 1 | -1/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | https://chromiumcodereview.appspot.com/23271004 with fixed include. | vitalybuka@chromium.org | 2013-08-21 | 9 | -60/+481 |
* | Revert "GCP2.0 Device: Adding advanced printing." | dominicc@google.com | 2013-08-20 | 9 | -480/+60 |
* | GCP2.0 Device: Adding advanced printing. | maksymb@chromium.org | 2013-08-20 | 9 | -60/+480 |
* | GCP2.0 Device: Simple printing with new caps. | maksymb@chromium.org | 2013-08-19 | 12 | -65/+418 |
* | GCP2.0 Device: Refactor: PrinterState is now separate from Printer | maksymb@chromium.org | 2013-08-17 | 5 | -297/+368 |
* | GCP2.0 Device: Local settings management. | maksymb@chromium.org | 2013-08-16 | 10 | -59/+409 |
* | GCP2.0 Device: Instant AccessToken update on AuthFailed. | maksymb@chromium.org | 2013-08-16 | 7 | -53/+133 |
* | Fix crash when calling HttpServer::GetLocalAddress when there is no server sock. | kkania@chromium.org | 2013-08-09 | 1 | -2/+2 |
* | GCP2.0 Device: Default responses is now multicast responses (instead of unica... | maksymb@chromium.org | 2013-08-09 | 2 | -6/+6 |
* | GCP2.0 Device: Fixed XMPP crash while closing. | maksymb@chromium.org | 2013-08-08 | 1 | -10/+17 |
* | GCP2.0 Device: XMPP pings. | maksymb@chromium.org | 2013-08-07 | 3 | -14/+125 |