]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
3 years agoFix swapped arguments 247/head
Alfonso Gregory [Wed, 15 Sep 2021 17:29:47 +0000 (13:29 -0400)] 
Fix swapped arguments

3 years agoAdd clarification that OpenPrinting CUPS is the most current, and that Apple CUPS...
Michael R Sweet [Mon, 13 Sep 2021 12:23:31 +0000 (08:23 -0400)] 
Add clarification that OpenPrinting CUPS is the most current, and that Apple CUPS is what ships with macOS and iOS (Issue #215)

3 years agoFix ippeveprinter on Windows.
Michael R Sweet [Mon, 13 Sep 2021 12:05:18 +0000 (08:05 -0400)] 
Fix ippeveprinter on Windows.

3 years agoMerge pull request #231 from AtariDreams/new-configure
Michael R Sweet [Mon, 13 Sep 2021 11:13:07 +0000 (07:13 -0400)] 
Merge pull request #231 from AtariDreams/new-configure

Update Xcode and configure.ac files

3 years agoUpdate Xcode, configure.ac, and Makefile 231/head
Alfonso Gregory [Mon, 30 Aug 2021 17:15:12 +0000 (13:15 -0400)] 
Update Xcode, configure.ac, and Makefile

3 years agoUpdate CGI documentation and add testable examples for CGI support (Apple #5940)
Michael R Sweet [Thu, 9 Sep 2021 15:03:13 +0000 (11:03 -0400)] 
Update CGI documentation and add testable examples for CGI support (Apple #5940)

3 years agoMerge pull request #222 from evanmiller/patch-1
Michael R Sweet [Wed, 8 Sep 2021 22:06:07 +0000 (18:06 -0400)] 
Merge pull request #222 from evanmiller/patch-1

Only include os/availability.h if needed

3 years agoOnly include os/availability.h if available 222/head
Evan Miller [Wed, 8 Sep 2021 12:42:59 +0000 (08:42 -0400)] 
Only include os/availability.h if available

Define new _CUPS_API_AVAILABLE and _CUPS_API_DEPRECATED macros to be
empty if <os/availability.h> is not includable (e.g. pre-10.12 Macs)

3 years agoMerge branch 'AtariDreams-nullFix'
Zdenek Dohnal [Wed, 8 Sep 2021 06:06:52 +0000 (08:06 +0200)] 
Merge branch 'AtariDreams-nullFix'

cgi-bin/admin.c: Prevent accessing ppd_name if ppd_name is NULL

The fix provided by Alfonso Gregory, fixes regression after PR #218.

3 years agocgi-bin/admin.c: Prevent accessing ppd_name if ppd_name is NULL
Zdenek Dohnal [Wed, 8 Sep 2021 06:04:13 +0000 (08:04 +0200)] 
cgi-bin/admin.c: Prevent accessing ppd_name if ppd_name is NULL

The fix provided by Alfonso Gregory, fixes regression after PR #218.

3 years agoMerge pull request #218 from zdohnal/webui_driver_deprecated
Michael R Sweet [Tue, 7 Sep 2021 16:35:42 +0000 (12:35 -0400)] 
Merge pull request #218 from zdohnal/webui_driver_deprecated

choose-model.tmpl: Add warning about drivers deprecation

3 years agoMerge branch 'master' into webui_driver_deprecated 218/head
Michael R Sweet [Tue, 7 Sep 2021 16:35:28 +0000 (12:35 -0400)] 
Merge branch 'master' into webui_driver_deprecated

3 years agoMerge pull request #230 from AtariDreams/appcode2
Michael R Sweet [Tue, 7 Sep 2021 16:33:40 +0000 (12:33 -0400)] 
Merge pull request #230 from AtariDreams/appcode2

Remove redundant code

3 years agoMerge pull request #242 from zdohnal/everywhere_current_model
Michael R Sweet [Tue, 7 Sep 2021 16:31:01 +0000 (12:31 -0400)] 
Merge pull request #242 from zdohnal/everywhere_current_model

CUPS Web UI: Fix uninitialized variable during driver selection

3 years agoRemove redundant code 230/head
Alfonso Gregory [Mon, 30 Aug 2021 16:23:00 +0000 (12:23 -0400)] 
Remove redundant code

3 years agoFix potential deadlock (Issue #243)
Michael R Sweet [Tue, 7 Sep 2021 13:28:35 +0000 (09:28 -0400)] 
Fix potential deadlock (Issue #243)

3 years agoCUPS Web UI: Fix uninitialized variable during driver selection 242/head
Zdenek Dohnal [Mon, 6 Sep 2021 11:24:41 +0000 (13:24 +0200)] 
CUPS Web UI: Fix uninitialized variable during driver selection

If device uri doesn't contain model name, `current_make_and_model` is
uninitialized during driver selection in CUPS Web UI.

The issue manifests itself during choosing IPP Everywhere driver, which
has the variable in its name, so it ends up into
`{current_make_and_model} - IPP Everywhere`.

Since we don't have any info about model at the time, I would propose to
just shorten the driver name for such cases. The PR works that way.

3 years agoCUPS Web UI: Add warning about printer driver and raw queues deprecation
Zdenek Dohnal [Mon, 6 Sep 2021 09:27:40 +0000 (11:27 +0200)] 
CUPS Web UI: Add warning about printer driver and raw queues deprecation

3 years agoMerge pull request #240 from tbigby-kristin/master
Michael R Sweet [Sun, 5 Sep 2021 13:01:38 +0000 (09:01 -0400)] 
Merge pull request #240 from tbigby-kristin/master

Fix path to libcupsimage.so.2 in EPM packaging

3 years agoMerge pull request #235 from AtariDreams/Noreturn
Michael R Sweet [Sun, 5 Sep 2021 12:56:15 +0000 (08:56 -0400)] 
Merge pull request #235 from AtariDreams/Noreturn

Add _CUPS_NORETURN to missing functions

3 years agoMerge pull request #241 from AtariDreams/cups_revision
Michael R Sweet [Sun, 5 Sep 2021 12:51:56 +0000 (08:51 -0400)] 
Merge pull request #241 from AtariDreams/cups_revision

Removed last remnants of CUPS_REVISION, since it is not used anymore

3 years agoRemoved last remnants of CUPS_REVISION, since it is not used anymore 241/head
Alfonso Gregory [Sat, 4 Sep 2021 15:50:13 +0000 (11:50 -0400)] 
Removed last remnants of CUPS_REVISION, since it is not used anymore

3 years agoAdd _CUPS_NORETURN to missing functions 235/head
Alfonso Gregory [Mon, 30 Aug 2021 21:48:43 +0000 (17:48 -0400)] 
Add _CUPS_NORETURN to missing functions

3 years agoUpdate NuGet version numbers, again...
Michael R Sweet [Fri, 3 Sep 2021 12:31:12 +0000 (08:31 -0400)] 
Update NuGet version numbers, again...

3 years agoFix another path in EPM packaging 240/head
Tony Bigby [Fri, 3 Sep 2021 06:34:15 +0000 (18:34 +1200)] 
Fix another path in EPM packaging

3 years agoFix path to libcupsimage.so.2 in EPM packaging
Tony Bigby [Fri, 3 Sep 2021 03:45:19 +0000 (15:45 +1200)] 
Fix path to libcupsimage.so.2 in EPM packaging

3 years agoBump NuGet package versions.
Michael R Sweet [Thu, 2 Sep 2021 23:04:56 +0000 (19:04 -0400)] 
Bump NuGet package versions.

3 years agoFix lpc prompt (Apple #5946)
Michael R Sweet [Mon, 30 Aug 2021 20:28:57 +0000 (16:28 -0400)] 
Fix lpc prompt (Apple #5946)

3 years agoMerge pull request #234 from AtariDreams/downstream-sync
Michael R Sweet [Mon, 30 Aug 2021 20:12:32 +0000 (16:12 -0400)] 
Merge pull request #234 from AtariDreams/downstream-sync

Sync improvements from downstream darwin-usb

3 years agoMerge pull request #229 from evanmiller/tiger-tempfile
Michael R Sweet [Mon, 30 Aug 2021 20:11:56 +0000 (16:11 -0400)] 
Merge pull request #229 from evanmiller/tiger-tempfile

Fall back to /private/tmp on Mac OS X 10.4

3 years agoSync improvements from downstream 234/head
Alfonso Gregory [Mon, 30 Aug 2021 18:55:06 +0000 (14:55 -0400)] 
Sync improvements from downstream

3 years agoWorkaround for tempfiles on OS X 10.4 229/head
Evan Miller [Mon, 30 Aug 2021 13:35:19 +0000 (09:35 -0400)] 
Workaround for tempfiles on OS X 10.4

_CS_DARWIN_USER_TEMP_DIR was introduced in the 10.5 SDK. Fall back to
/private/tmp on earlier OS versions.

3 years agoMerge pull request #233 from AtariDreams/null
Michael R Sweet [Mon, 30 Aug 2021 18:11:04 +0000 (14:11 -0400)] 
Merge pull request #233 from AtariDreams/null

Prevent writing to NULL if buffer is NULL

3 years agoMerge pull request #232 from AtariDreams/patch-1
Michael R Sweet [Mon, 30 Aug 2021 18:10:21 +0000 (14:10 -0400)] 
Merge pull request #232 from AtariDreams/patch-1

Fix bug that removes language instead of country code

3 years agoPrevent writing to NULL if buffer is NULL 233/head
Alfonso Gregory [Mon, 30 Aug 2021 18:07:05 +0000 (14:07 -0400)] 
Prevent writing to NULL if buffer is NULL

3 years agoFix bug that removes language instead of country code 232/head
Rose [Mon, 30 Aug 2021 18:05:53 +0000 (14:05 -0400)] 
Fix bug that removes language instead of country code

Because of this bug, the two if branches were identical and the do while loop was only running once.

3 years agoMerge pull request #209 from bmasonrh/master
Michael R Sweet [Sat, 28 Aug 2021 17:39:16 +0000 (13:39 -0400)] 
Merge pull request #209 from bmasonrh/master

scheduler/job.c: use gziptoany for raw files (not just raw printers)

3 years agoMerge pull request #228 from AtariDreams/gnu
Michael R Sweet [Sat, 28 Aug 2021 17:28:36 +0000 (13:28 -0400)] 
Merge pull request #228 from AtariDreams/gnu

Fix undefined behavior regarding pData

3 years agoFix undefined behavior regarding pData 228/head
Alfonso Gregory [Sat, 28 Aug 2021 16:04:53 +0000 (12:04 -0400)] 
Fix undefined behavior regarding pData

pData is a void pointer, and even though the address at request.pData[2] is being cast to that of a const UInt8 pointer, the request.pData has to be converted first BEFORE doing any pointer arithmetic. For this reason, it is best to write this it as a pointer sum, rather than an array.

3 years agoMerge pull request #225 from evanmiller/patch-3
Michael R Sweet [Sat, 28 Aug 2021 14:03:55 +0000 (10:03 -0400)] 
Merge pull request #225 from evanmiller/patch-3

Fix build on ancient macOS lacking SHA224

3 years agoFix testclient handling of multiple threads.
Michael R Sweet [Sat, 28 Aug 2021 13:09:34 +0000 (09:09 -0400)] 
Fix testclient handling of multiple threads.

3 years agoSilence bogus LGTM alerts.
Michael R Sweet [Sat, 28 Aug 2021 12:07:14 +0000 (08:07 -0400)] 
Silence bogus LGTM alerts.

3 years agoFix build on ancient platforms lacking SHA224 225/head
Evan Miller [Fri, 27 Aug 2021 18:40:01 +0000 (14:40 -0400)] 
Fix build on ancient platforms lacking SHA224

3 years agoMerge pull request #217 from zdohnal/remove_httpMD5
Michael R Sweet [Fri, 27 Aug 2021 12:08:22 +0000 (08:08 -0400)] 
Merge pull request #217 from zdohnal/remove_httpMD5

libcups: Remove httpMD5 functions

3 years agoUse __int64 for ssize_t on Windows.
Michael R Sweet [Thu, 26 Aug 2021 22:53:12 +0000 (18:53 -0400)] 
Use __int64 for ssize_t on Windows.

Bump NuGet version.

3 years agocups/md5passwd.c: Stub out httpMD5* functions 217/head
Zdenek Dohnal [Thu, 26 Aug 2021 13:45:40 +0000 (15:45 +0200)] 
cups/md5passwd.c: Stub out httpMD5* functions

3 years agoMerge pull request #223 from evanmiller/patch-2
Michael R Sweet [Tue, 24 Aug 2021 14:09:40 +0000 (10:09 -0400)] 
Merge pull request #223 from evanmiller/patch-2

libcups: Fix unused-function error with SSL disabled

3 years agolibcups: Fix unused-function error with SSL disabled 223/head
Evan Miller [Tue, 24 Aug 2021 13:28:50 +0000 (09:28 -0400)] 
libcups: Fix unused-function error with SSL disabled

3 years agoMerge pull request #212 from Swyter/master
Michael R Sweet [Tue, 17 Aug 2021 13:51:20 +0000 (09:51 -0400)] 
Merge pull request #212 from Swyter/master

Add the Canon PIXMA MP240 to the USB quirk list

4 years agoFix up VS props file.
Michael R Sweet [Tue, 3 Aug 2021 21:34:50 +0000 (17:34 -0400)] 
Fix up VS props file.

4 years agoMove the two out-of-order Canon PIXMA entries and sort them. Remove the now-duplicate... 212/head
Swyter [Sat, 31 Jul 2021 23:04:11 +0000 (01:04 +0200)] 
Move the two out-of-order Canon PIXMA entries and sort them. Remove the now-duplicated MP280 entry, and fill the holes in the MP 4xx and MP5xx series.

4 years agoUpdate NuGet packages.
Michael R Sweet [Sat, 31 Jul 2021 22:31:41 +0000 (18:31 -0400)] 
Update NuGet packages.

4 years agoAdd the `unidir` quirk to the rest of the Canon PIXMA MP 2xx series; they all seem...
Swyter [Sat, 31 Jul 2021 22:13:09 +0000 (00:13 +0200)] 
Add the `unidir` quirk to the rest of the Canon PIXMA MP 2xx series; they all seem to share the same issues

The other USB PIDs were found via http://www.linux-usb.org/usb.ids. It should be harmless at worst; fill the holes in the list.

4 years agoAdd the Canon PIXMA MP240 to the USB quirk list
Swyter [Sat, 31 Jul 2021 17:56:33 +0000 (19:56 +0200)] 
Add the Canon PIXMA MP240 to the USB quirk list

Without it the printer gets stuck waiting for some kind of USB response from the computer 3/4 into the page. Right at the end of the job.
Sometimes it moves the printing head once every few minutes, if we wait for 20-30 minutes it often finishes correctly. Which is unacceptable.

Using `no-reattach unidir` instead of only `unidir` seems to also work fine, but is seemed superfluous in my case, so try that if things are still wonky.
Disconnecting the USB cable makes it stop the job instantly, spitting the rest of the page.

The same setup works on Windows just fine. Maybe adding the other MP2XX models into the list should be considered.
In my case, until a few months ago printing via CUPS without any kinds of quirks seemed to work fine, so it seems like some kind of regression.

The credit goes to @mounaiban for the original solution:
https://github.com/agalakhov/captdriver/issues/7#issuecomment-602004919

More information here:
https://github.com/agalakhov/captdriver/issues/7#issuecomment-890380405

4 years agoTry using .targets file in NuGet package.
Michael R Sweet [Sat, 31 Jul 2021 01:22:39 +0000 (21:22 -0400)] 
Try using .targets file in NuGet package.

Tweak spec files.

4 years agoUpdate CUPS logo to new OpenPrinting CUPS logo.
Michael R Sweet [Sat, 31 Jul 2021 01:05:37 +0000 (21:05 -0400)] 
Update CUPS logo to new OpenPrinting CUPS logo.

4 years agoUpdate CUPS icons to new OpenPrinting CUPS logo.
Michael R Sweet [Sat, 31 Jul 2021 01:04:45 +0000 (21:04 -0400)] 
Update CUPS icons to new OpenPrinting CUPS logo.

4 years agoAdd zlib_native to libcups2_native.redist.
Michael R Sweet [Sat, 31 Jul 2021 00:34:40 +0000 (20:34 -0400)] 
Add zlib_native to libcups2_native.redist.

4 years agoFix NuGet spec files.
Michael R Sweet [Sat, 31 Jul 2021 00:06:31 +0000 (20:06 -0400)] 
Fix NuGet spec files.

4 years agoDon't bother with Win32 (32-bit intel) versions for now.
Michael R Sweet [Fri, 30 Jul 2021 23:59:00 +0000 (19:59 -0400)] 
Don't bother with Win32 (32-bit intel) versions for now.

4 years agoNeed to include regex.dll in redistributable package.
Michael R Sweet [Fri, 30 Jul 2021 23:57:43 +0000 (19:57 -0400)] 
Need to include regex.dll in redistributable package.

4 years agoAdd NuGet packaging files for libcups2.
Michael R Sweet [Fri, 30 Jul 2021 23:52:35 +0000 (19:52 -0400)] 
Add NuGet packaging files for libcups2.

4 years agoFix ippeveprinter dependencies
Michael R Sweet [Fri, 30 Jul 2021 23:08:31 +0000 (19:08 -0400)] 
Fix ippeveprinter dependencies

4 years agoRemove bogus package reference.
Michael R Sweet [Fri, 30 Jul 2021 23:03:02 +0000 (19:03 -0400)] 
Remove bogus package reference.

4 years agoMerge branch 'master' of github.com:OpenPrinting/cups
Michael R Sweet [Fri, 30 Jul 2021 22:55:50 +0000 (18:55 -0400)] 
Merge branch 'master' of github.com:OpenPrinting/cups

4 years agoTry fixing VS project.
Michael R Sweet [Fri, 30 Jul 2021 22:55:45 +0000 (18:55 -0400)] 
Try fixing VS project.

4 years agoNo longer have snprintf emulation functions in libcups2.
Michael R Sweet [Wed, 28 Jul 2021 00:33:28 +0000 (20:33 -0400)] 
No longer have snprintf emulation functions in libcups2.

4 years agoAdd Windows CI target.
Michael R Sweet [Wed, 28 Jul 2021 00:17:54 +0000 (20:17 -0400)] 
Add Windows CI target.

4 years agoscheduler/job.c: use gziptoany for raw files (not just raw printers) 209/head
Bryan Mason [Thu, 15 Jul 2021 23:26:27 +0000 (16:26 -0700)] 
scheduler/job.c: use gziptoany for raw files (not just raw printers)

4 years agoFix regression caused by change for Issue #201.
Michael R Sweet [Wed, 14 Jul 2021 13:50:37 +0000 (09:50 -0400)] 
Fix regression caused by change for Issue #201.

4 years agoStart working on adding multiple language support to IPP Everywhere PPDs.
Michael R Sweet [Fri, 25 Jun 2021 19:39:14 +0000 (15:39 -0400)] 
Start working on adding multiple language support to IPP Everywhere PPDs.

4 years agoSupport the 'everywhere' model in cupsd (Issue #201)
Michael R Sweet [Wed, 23 Jun 2021 21:45:40 +0000 (17:45 -0400)] 
Support the 'everywhere' model in cupsd (Issue #201)

4 years agoMerge pull request #200 from OpenPrinting/ipptool
Michael R Sweet [Fri, 18 Jun 2021 14:54:26 +0000 (10:54 -0400)] 
Merge pull request #200 from OpenPrinting/ipptool

Merge changes for issue #196, fuzzipp improvements, and USB quirks (Issue #192) that mistakenly got added to ipptool branch...

4 years agoMerge branch 'master' into ipptool 200/head
Michael R Sweet [Fri, 18 Jun 2021 14:53:29 +0000 (10:53 -0400)] 
Merge branch 'master' into ipptool

4 years agoAdd USB quirk for Canon MP480 (Issue #192)
Michael R Sweet [Fri, 18 Jun 2021 14:45:16 +0000 (10:45 -0400)] 
Add USB quirk for Canon MP480 (Issue #192)

4 years agoAdd more attribute types to the initial fuzzing message.
Michael R Sweet [Fri, 18 Jun 2021 14:39:15 +0000 (10:39 -0400)] 
Add more attribute types to the initial fuzzing message.

Update fuzzdata to do more replacements.

4 years agoFurther harden ippReadIO to prevent invalid IPP message data from being
Michael R Sweet [Fri, 18 Jun 2021 14:24:22 +0000 (10:24 -0400)] 
Further harden ippReadIO to prevent invalid IPP message data from being
preserved (Issue #196)

4 years agoDelete an empty attribute if we aren't able to get the value length, otherwise
Michael R Sweet [Mon, 7 Jun 2021 13:16:39 +0000 (09:16 -0400)] 
Delete an empty attribute if we aren't able to get the value length, otherwise
the IPP message will contain a truncated attribute that cannot be written
(Issue #195)

4 years agoMake sure Windows socket stuff is initialized before calling getaddrinfo...
Michael R Sweet [Mon, 7 Jun 2021 11:51:26 +0000 (07:51 -0400)] 
Make sure Windows socket stuff is initialized before calling getaddrinfo...

4 years agoFix some Windows issues:
Michael R Sweet [Tue, 1 Jun 2021 15:43:25 +0000 (11:43 -0400)] 
Fix some Windows issues:

- cupsDirRead wasn't working - missing wildcard for FindFirst/FindNext.
- httpAddrListen/httpAddrConnect2 were missing the socket initialization code.

4 years agoUse localhost host header for loopback/domain sockets (Issue #185)
Michael R Sweet [Wed, 26 May 2021 22:43:19 +0000 (18:43 -0400)] 
Use localhost host header for loopback/domain sockets (Issue #185)

4 years agoMerge pull request #190 from zdohnal/dbus_threading
Michael R Sweet [Wed, 19 May 2021 12:55:05 +0000 (08:55 -0400)] 
Merge pull request #190 from zdohnal/dbus_threading

cups-common.m4: Check for dbus_thread_init_default()

4 years agocups-common.m4: Check for dbus_thread_init_default() 190/head
Zdenek Dohnal [Wed, 19 May 2021 06:16:22 +0000 (08:16 +0200)] 
cups-common.m4: Check for dbus_thread_init_default()

We actually use dbus_thread_init_default() in the code, so we should
check for it during configuration.

4 years agoSilence bogus LGTM warning.
Michael R Sweet [Tue, 18 May 2021 23:58:09 +0000 (19:58 -0400)] 
Silence bogus LGTM warning.

4 years agoMerge pull request #188 from zdohnal/cleanjob_restart_test
Michael R Sweet [Thu, 13 May 2021 14:56:41 +0000 (10:56 -0400)] 
Merge pull request #188 from zdohnal/cleanjob_restart_test

run-stp-tests.sh: Add regression test for JobHistoryupdate after restart

4 years agorun-stp-tests.sh: Add regression test for JobHistoryupdate after restart 188/head
Zdenek Dohnal [Thu, 13 May 2021 08:41:49 +0000 (10:41 +0200)] 
run-stp-tests.sh: Add regression test for JobHistoryupdate after restart

Regression test for MR #187.

4 years agoChangelog.
Michael R Sweet [Wed, 12 May 2021 19:29:23 +0000 (15:29 -0400)] 
Changelog.

4 years agoMerge pull request #187 from zdohnal/cleanfiles_after_restart
Michael R Sweet [Wed, 12 May 2021 19:13:38 +0000 (15:13 -0400)] 
Merge pull request #187 from zdohnal/cleanfiles_after_restart

scheduler/main.c: Set select timeout to JobHistoryUpdate again

4 years agoTry resolving 64-bit Linux build issues.
Michael R Sweet [Wed, 12 May 2021 16:04:00 +0000 (12:04 -0400)] 
Try resolving 64-bit Linux build issues.

4 years agoscheduler/main.c: Set select timeout to JobHistoryUpdate again 187/head
Zdenek Dohnal [Wed, 12 May 2021 14:27:21 +0000 (16:27 +0200)] 
scheduler/main.c: Set select timeout to JobHistoryUpdate again

The commit 9bdea94b145 introduced a regression in job control and data
files cleanup. If user sets PreserveJobHistory and PreserveJobFiles,
prints a file and stops cupsd before files are cleaned up, the files
aren't removed after cupsd restarts and the timeouts for removal are
reached.

The files will be removed if user uses command 'lpstat -W completed -o'
or by another cupsd restart after time passes JobHistoryUpdate, so
workarounds exist, however the current behavior is strange :( .

4 years agoAdd DISPLAY-MATCH predicate to ipptool.
Michael R Sweet [Wed, 12 May 2021 13:29:28 +0000 (09:29 -0400)] 
Add DISPLAY-MATCH predicate to ipptool.

4 years agoChangelog.
Michael R Sweet [Fri, 7 May 2021 11:06:12 +0000 (07:06 -0400)] 
Changelog.

4 years agoMerge pull request #184 from DanilKorotenko/fixDocumentation
Michael R Sweet [Fri, 7 May 2021 11:05:30 +0000 (07:05 -0400)] 
Merge pull request #184 from DanilKorotenko/fixDocumentation

Fixed attribute name in documentation.

4 years agoPass CONTENT_TYPE and FINAL_CONTENT_TYPE to Apple XPC service.
Michael R Sweet [Fri, 7 May 2021 10:49:43 +0000 (06:49 -0400)] 
Pass CONTENT_TYPE and FINAL_CONTENT_TYPE to Apple XPC service.

4 years agoFixed attribute name in documentation. 184/head
Danil Korotenko [Thu, 6 May 2021 16:02:41 +0000 (19:02 +0300)] 
Fixed attribute name in documentation.

4 years agoFix printer instances (Issue #71)
Michael R Sweet [Mon, 3 May 2021 12:34:51 +0000 (08:34 -0400)] 
Fix printer instances (Issue #71)

4 years agoMake sure monitor_done is initialized before running the monitor thread (thanks,...
Michael R Sweet [Sun, 2 May 2021 12:16:52 +0000 (08:16 -0400)] 
Make sure monitor_done is initialized before running the monitor thread (thanks, Smith!)

4 years agoFix DISPLAY bug in ipptool (Issue #139)
Michael R Sweet [Thu, 29 Apr 2021 13:00:35 +0000 (09:00 -0400)] 
Fix DISPLAY bug in ipptool (Issue #139)

4 years agoSet request-id for monitoring threads.
Michael R Sweet [Thu, 29 Apr 2021 12:00:58 +0000 (08:00 -0400)] 
Set request-id for monitoring threads.

4 years agoBuild MONITOR-PRINTER-STATE requested-attributes list from EXPECT directives
Michael R Sweet [Thu, 29 Apr 2021 11:51:07 +0000 (07:51 -0400)] 
Build MONITOR-PRINTER-STATE requested-attributes list from EXPECT directives