| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | test IWYU fixups for base | mostynb@opera.com | 2013-09-03 | 1 | -0/+3 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 4 | -4/+4 |
* | Move ScopedClosureRunner to callback_helpers, add Reset. | avi@chromium.org | 2013-08-30 | 2 | -0/+2 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-08-21 | 1 | -1/+0 |
* | 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 |
* | GCP2.0 Device: Response parser refactor. | maksymb@chromium.org | 2013-08-06 | 2 | -75/+81 |
* | Make element removal methods in DictionaryValue and ListValue take scoped_ptr... | bauerb@chromium.org | 2013-08-06 | 1 | -2/+2 |
* | GCP2.0 Device: New timeouts (5 sec). | maksymb@chromium.org | 2013-08-06 | 2 | -4/+9 |
* | GCP2.0 Device: New command line parameter: state-path | maksymb@chromium.org | 2013-08-04 | 5 | -13/+43 |
* | GCP2.0 Device: Bugfix for updating metadata. | maksymb@chromium.org | 2013-08-03 | 1 | -2/+1 |
* | GCP2.0 Device: Help message | maksymb@chromium.org | 2013-08-03 | 1 | -0/+31 |
* | Replaced HTTP-errors with Privet errors. | maksymb@chromium.org | 2013-08-02 | 2 | -48/+35 |
* | GCP2.0 Device: XMPP (without pings). | maksymb@chromium.org | 2013-08-02 | 12 | -161/+659 |
* | Extend net::HttpServer to be able to parse request body. | kkania@chromium.org | 2013-07-31 | 1 | -1/+1 |
* | GCP2.0 Device: Fixed bug with two separators in X-Privet-Token. | maksymb@chromium.org | 2013-07-31 | 3 | -14/+12 |
* | GCP2.0 Device: Command line switch for disabling confirmation. | maksymb@chromium.org | 2013-07-26 | 1 | -6/+11 |
* | GCP2.0 Device: New parameters for command line: domain-name and service-name. | maksymb@chromium.org | 2013-07-26 | 3 | -24/+55 |
* | GCP2.0 Device: Receiving printjobs. | maksymb@chromium.org | 2013-07-26 | 14 | -152/+880 |
* | GCP2.0 Device: Adding "jingle/notifier". | maksymb@chromium.org | 2013-07-26 | 1 | -0/+1 |
* | Added confirmation for printer registration. | maksymb@chromium.org | 2013-07-24 | 9 | -28/+210 |
* | Update include paths in cloud_print for base/process changes. | rsesek@chromium.org | 2013-07-24 | 6 | -10/+9 |
* | Allow HttpServer response to include custom headers. | kkania@chromium.org | 2013-07-23 | 1 | -0/+1 |
* | Added HTTP-method (POST, GET) checking for Privet requests. Added IsRegistere... | maksymb@chromium.org | 2013-07-23 | 4 | -15/+78 |
* | XPrivetToken, saving to file, little extend for /privet/info. | maksymb@chromium.org | 2013-07-23 | 14 | -105/+592 |
* | Finished registration to Google Cloud Print. | maksymb@chromium.org | 2013-07-19 | 16 | -44/+1271 |
* | Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_... | avi@chromium.org | 2013-07-17 | 4 | -4/+4 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 6 | -14/+14 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 3 | -6/+6 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 6 | -11/+11 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 2 | -3/+3 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-07-02 | 1 | -4/+6 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 5 | -13/+13 |
* | Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print... | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Finished DNS-SD server. Finished Privet-specified DNS-SD server. | maksymb@chromium.org | 2013-06-22 | 12 | -68/+885 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 2 | -10/+6 |
* | Use a direct include of strings headers in cloud_print/. | avi@chromium.org | 2013-06-11 | 19 | -20/+20 |