summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import experimental work-in-progress HTTP/2 branchbranch-http2Michael Sweet2016-03-15407-800/+1774
* Add configure script and .gitignore file.Michael Sweet2016-03-152-0/+11707
* The IPP backend now continues on to the next job when the remote server/printermsweet2016-03-102-11/+9
* Fix cancel of jobs with multiple documents (<rdar://problem/24854834>)msweet2016-03-102-21/+16
* The scheduler did not return non-shared printers to local clients unlessmsweet2016-03-092-2/+9
* Fix builds on Linux.msweet2016-03-092-6/+12
* Remove all remnants of the old private PWG APIs and structures.msweet2016-03-084-49/+25
* Update message catalogs.msweet2016-03-0810-804/+1217
* The scheduler now reads the spool directory if one or more job cache entriesmsweet2016-03-072-1/+11
* Added support for disc media sizes (<rdar://problem/20219536>)msweet2016-03-077-74/+43
* Fix anonymous ESR markup bug.msweet2016-03-051-3/+3
* Fix hang bug when alternating text contains a quote.msweet2016-03-021-1/+2
* Make sure cupsPageSize is initialized.msweet2016-03-021-0/+4
* Add PWG Raster field definitions.msweet2016-02-262-24/+30
* Implement more of testdest unit test.msweet2016-02-184-26/+242
* Fix some bugs in the implementation that have been around for a while...msweet2016-02-173-36/+48
* More work on temporary queues - implement support for them in the cupsDest APIs,msweet2016-02-176-80/+170
* Update "make test" to include alternate filter.msweet2016-02-163-1/+6
* Implement CUPS-Create-Local-Printer operation and add test file.msweet2016-02-167-17/+285
* Back off on ECDSA for now, just use RSA as before, but now with SHA256 formsweet2016-02-161-2/+2
* Switch to ECDSA and SHA256 for self-signed certs on OS Xmsweet2016-02-161-12/+5
* First half of new "local temporary printer" queues, to support on-demand IPPmsweet2016-02-1512-1405/+689
* Update documentation for cupsd - "-s" option was not mentioned (STR #4772)msweet2016-02-123-13/+24
* Add printer-queue-id attribute (extension).msweet2016-02-051-0/+1
* Fix deprecation and uninitialized value issues.msweet2016-01-292-6/+6
* Fix compiler warning.msweet2016-01-291-5/+4
* Put the developer guide into a new CONTRIBUTING file instead.msweet2016-01-283-886/+636
* Fix logic error (need to move only the remaining characters in the string).msweet2016-01-271-1/+1
* Fix access to resource files when the web interface was disabled (STR #4755)msweet2016-01-263-37/+24
* Update copyright.msweet2016-01-261-1/+1
* Fix encoding of quoted values (<rdar://problem/19736672>)msweet2016-01-263-18/+85
* Add (undocumented) -T option to print the current sandbox profile to stdout.msweet2016-01-252-2/+32
* Fix German web template (STR #4756)msweet2016-01-132-1/+2
* The "lp -H resume" command did not reset the "job-state-reasons" attributemsweet2016-01-132-1/+6
* Fix some issues in ipptool for skipped tests (<rdar://problem/24137160>)msweet2016-01-132-17/+29
* Fix builds on Linux.msweet2016-01-121-0/+1
* Add "-4" and "-6" options to tlscheck.msweet2016-01-121-2/+13
* Pending subscriptions would prevent the scheduler from idle exiting (STR #4754)msweet2016-01-117-20/+22
* Bump version.msweet2016-01-112-7/+7
* Fix some compile issues, use our implementation of rresvport_af since it ismsweet2016-01-063-87/+85
* Fix variable definitions.msweet2016-01-061-2/+2
* The default password function did not work on some platforms (STR #4750)msweet2016-01-042-1/+5
* Revert permissions change to cupsd domain socket (<rdar://problem/23958973>)msweet2016-01-041-5/+1
* Wrap all uses of notify_post with #ifdef's.msweet2015-12-181-0/+9
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-1818-403/+595
* The EPL2 and ZPL sample drivers did not properly support the CutMedia option.msweet2015-12-162-0/+16
* The httpAddrConnect and httpConnect* APIs now try connecting to multiplemsweet2015-12-113-104/+129
* Can't hide _httpWait.msweet2015-12-111-1/+1
* Fix export list for shared libraries (<rdar://problem/23303388>)msweet2015-12-112-5/+6
* Do some code reorganization so that all of the PPD code is separate from the ...msweet2015-12-0941-1311/+1361