summaryrefslogtreecommitdiffstats
path: root/cloud_print/gcp20
Commit message (Expand)AuthorAgeFilesLines
* Remove net_log.h from net_util, as it's no longer needed by net_log.h.mmenke@chromium.org2014-04-162-0/+3
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-5/+5
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-263-8/+8
* Added --extended-response to put additional information into PTR responces.vitalybuka@chromium.org2014-02-127-44/+128
* Replace '.' with '_' in service name.vitalybuka@chromium.org2014-02-111-0/+3
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-2/+2
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-232-4/+4
* Filter virtual network interfaces for p2p sessions.mallinath@chromium.org2013-12-191-1/+2
* Add random number to A record domain for GCP prototypenoamsml@chromium.org2013-12-091-2/+7
* Fixed CDD.vitalybuka@chromium.org2013-12-081-35/+4
* Removed LOG(INFO) from cloud_print/gcp20/prototype.vitalybuka@chromium.org2013-12-073-21/+21
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* 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