| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -5/+3 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 3 | -3/+3 |
* | GCP2.0 Device: mDNS basics | maksymb@chromium.org | 2013-06-07 | 5 | -0/+269 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Update cloud_print/ to use scoped_refptr<T>::get() rather than implicit "oper... | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Make cloud_print_unittests depend on allocator.gyp:allocator when necessary | akalin@chromium.org | 2013-05-21 | 1 | -0/+6 |
* | Deprecate switches gaia-host and gaia-url-path in favor of gaia-url | achuith@chromium.org | 2013-05-18 | 1 | -1/+1 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 2 | -4/+5 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 2 | -5/+4 |
* | cloud_print: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-06 | 4 | -37/+44 |
* | Allow cloud print connector to use test gaia. | vitalybuka@chromium.org | 2013-05-03 | 2 | -1/+4 |
* | Pass --cloud-print-service into GCP connector. | vitalybuka@chromium.org | 2013-04-30 | 1 | -0/+1 |
* | Cloud print service strings cleanup. | vitalybuka@chromium.org | 2013-04-26 | 3 | -141/+229 |
* | Shortcut should be to *config.exe not *setup.exe | vitalybuka@chromium.org | 2013-04-26 | 1 | -0/+3 |
* | Removed trailing '.' from some strings in resources. | vitalybuka@chromium.org | 2013-04-26 | 1 | -2/+2 |
* | Fixed crash in cloud_print_service_setup.exe, binary needs _AtlModule. | vitalybuka@chromium.org | 2013-04-25 | 3 | -6/+15 |
* | Improvements in service setup. | vitalybuka@chromium.org | 2013-04-25 | 7 | -46/+106 |
* | Exctracted small setup executable. | vitalybuka@chromium.org | 2013-04-24 | 10 | -23/+56 |
* | Added Cloud Print Service installer/uninstaller. | vitalybuka@chromium.org | 2013-04-23 | 13 | -18/+251 |
* | Added icon for virtual driver uninstaller. | vitalybuka@chromium.org | 2013-04-23 | 1 | -0/+5 |
* | Moved more installer related code to cloud_print/common. | vitalybuka@chromium.org | 2013-04-23 | 7 | -45/+64 |
* | Renamed cloud_print_service_setup.exe to cloud_print_service_config.exe to av... | vitalybuka@chromium.org | 2013-04-23 | 5 | -7/+7 |
* | Replace .\ in user name with host before calling to ATL::CSid::LoadAccount. | vitalybuka@chromium.org | 2013-04-18 | 3 | -2/+28 |
* | Moved Google Update and install related code to cloud_print/common | vitalybuka@chromium.org | 2013-04-18 | 10 | -162/+278 |
* | Create dir if it does not existst. | vitalybuka@chromium.org | 2013-04-18 | 1 | -1/+1 |
* | Revert 193992 "Lets try this again." | jochen@chromium.org | 2013-04-15 | 1 | -1/+1 |
* | Lets try this again. | michaeln@google.com | 2013-04-12 | 1 | -1/+1 |