summaryrefslogtreecommitdiffstats
path: root/cloud_print/gcp20
Commit message (Expand)AuthorAgeFilesLines
* Improvements in GCP 2.0 prototype.vitalybuka@chromium.org2013-11-219-100/+134
* Fixed serial number, service name and firmware version of GCP 2.0 prototype.vitalybuka@chromium.org2013-11-212-8/+18
* Print to Privet local printersnoamsml@chromium.org2013-11-091-2/+1
* Make gcp20_device respond to _printer._sub._privet.local queriesnoamsml@chromium.org2013-10-314-8/+13
* Fix issue with GCP 2.0 prototypenoamsml@chromium.org2013-10-312-3/+28
* Fix incorrect checking of file_util::WriteFile() return results.thestig@chromium.org2013-09-171-2/+3
* map::size() returns a size_t.jorgelo@chromium.org2013-09-071-1/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* https://chromiumcodereview.appspot.com/23271004 with fixed include.vitalybuka@chromium.org2013-08-219-60/+481
* Revert "GCP2.0 Device: Adding advanced printing."dominicc@google.com2013-08-209-480/+60
* GCP2.0 Device: Adding advanced printing.maksymb@chromium.org2013-08-209-60/+480
* GCP2.0 Device: Simple printing with new caps.maksymb@chromium.org2013-08-1912-65/+418
* GCP2.0 Device: Refactor: PrinterState is now separate from Printermaksymb@chromium.org2013-08-175-297/+368
* GCP2.0 Device: Local settings management.maksymb@chromium.org2013-08-1610-59/+409
* GCP2.0 Device: Instant AccessToken update on AuthFailed.maksymb@chromium.org2013-08-167-53/+133
* Fix crash when calling HttpServer::GetLocalAddress when there is no server sock.kkania@chromium.org2013-08-091-2/+2
* GCP2.0 Device: Default responses is now multicast responses (instead of unica...maksymb@chromium.org2013-08-092-6/+6
* GCP2.0 Device: Fixed XMPP crash while closing.maksymb@chromium.org2013-08-081-10/+17
* GCP2.0 Device: XMPP pings.maksymb@chromium.org2013-08-073-14/+125
* GCP2.0 Device: Response parser refactor.maksymb@chromium.org2013-08-062-75/+81
* GCP2.0 Device: New timeouts (5 sec).maksymb@chromium.org2013-08-062-4/+9
* GCP2.0 Device: New command line parameter: state-pathmaksymb@chromium.org2013-08-045-13/+43
* GCP2.0 Device: Bugfix for updating metadata.maksymb@chromium.org2013-08-031-2/+1
* GCP2.0 Device: Help messagemaksymb@chromium.org2013-08-031-0/+31
* Replaced HTTP-errors with Privet errors.maksymb@chromium.org2013-08-022-48/+35
* GCP2.0 Device: XMPP (without pings).maksymb@chromium.org2013-08-0212-161/+659
* Extend net::HttpServer to be able to parse request body.kkania@chromium.org2013-07-311-1/+1
* GCP2.0 Device: Fixed bug with two separators in X-Privet-Token.maksymb@chromium.org2013-07-313-14/+12
* GCP2.0 Device: Command line switch for disabling confirmation.maksymb@chromium.org2013-07-261-6/+11
* GCP2.0 Device: New parameters for command line: domain-name and service-name.maksymb@chromium.org2013-07-263-24/+55
* GCP2.0 Device: Receiving printjobs.maksymb@chromium.org2013-07-2614-152/+880
* Added confirmation for printer registration.maksymb@chromium.org2013-07-249-28/+210
* Allow HttpServer response to include custom headers.kkania@chromium.org2013-07-231-0/+1
* Added HTTP-method (POST, GET) checking for Privet requests. Added IsRegistere...maksymb@chromium.org2013-07-234-15/+78
* XPrivetToken, saving to file, little extend for /privet/info.maksymb@chromium.org2013-07-2314-105/+592
* Finished registration to Google Cloud Print.maksymb@chromium.org2013-07-1915-44/+1270
* Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...avi@chromium.org2013-07-172-2/+2
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-4/+6
* Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print...avi@chromium.org2013-06-281-1/+1
* Finished DNS-SD server. Finished Privet-specified DNS-SD server.maksymb@chromium.org2013-06-2212-68/+885
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-5/+3
* GCP2.0 Device: mDNS basicsmaksymb@chromium.org2013-06-074-0/+268