Wykres commitów

10584 Commity (1fe94e6674d0572d2408361903730f012c60fc6c)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 913be93672 escl: Mark backend as new for upcoming release 2020-01-09 21:09:47 +09:00
Olaf Meeuwissen e5e601379c dll: Enable loading of escl backend 2020-01-09 21:09:06 +09:00
Olaf Meeuwissen 28264dcfd8 Merge branch 'escl-Securing-libcurl' into 'master'
Escl securing libcurl

See merge request sane-project/backends!297
2020-01-08 11:29:40 +00:00
Olaf Meeuwissen 8b611a252d Merge branch 'escl-Memory-and-file-handle-leak' into 'master'
Escl memory and file handle leak

See merge request sane-project/backends!296
2020-01-08 11:28:08 +00:00
Ralph Little c4a88e6bf4 genesys: renamed HP ScanJet 3670C to 3670. Model has no C suffix 2020-01-07 22:52:14 -08:00
Ralph Little 88ea0d48e7 genesys: added 50dpi to HP ScanJet 3670 backend
Windows driver supports 50dpi as the lowest mode.
2020-01-07 22:36:09 -08:00
Louis Lagendijk bc804f5641 Merge branch 'pixma_bjnp_model_not_found' into 'master'
pixma_bjnp: Report that scanner model is not supported as suggested in issue #69

See merge request sane-project/backends!293
2020-01-07 16:07:46 +00:00
Louis Lagendijk bd2d5f5e7d pixma_bjnp: Report that scanner model is not supported as suggested in issue #69
pixma: Improved logging for search for scanner model
  Moved lookup_scanner from pixma_io_sanei.c to pixma_bjnp.c

pixma_io_sanei.c: fix whitespace
2020-01-07 16:07:46 +00:00
Ordissimo 74131ede6c Add header curl. 2020-01-07 14:14:19 +00:00
thierry1970 94daddc6bd cURL global init/cleanup issues. 2020-01-07 15:01:47 +01:00
thierry1970 66ec4dda26 Buffer overflow. 2020-01-07 14:07:29 +01:00
thierry1970 7e192f8ba7 Memory and file handle leak. 2020-01-07 14:06:11 +01:00
Rolf Bensch dad063068d pixma: backend version 0.27.0 2020-01-05 12:49:20 +01:00
Rolf Bensch 4a0d222e88 Merge branch 'pixma/move-to-subfolder' into 'master'
move pixma source files to subfolder

See merge request sane-project/backends!290
2020-01-05 11:45:51 +00:00
Rolf Bensch b7e0d9afae pixma: fix comment 2020-01-05 12:26:24 +01:00
Rolf Bensch 7b228be5e7 pixma: move source files to subfolder 2020-01-05 12:26:24 +01:00
Rolf Bensch ba2f14fde1 pixma: backend version 0.26.1 2020-01-04 12:39:59 +01:00
Rolf Bensch c2e512db8b Merge branch '183-add-support-for-canon-mf743c' into 'master'
Resolve "Add support for Canon MF743C"

Closes #183

See merge request sane-project/backends!258
2020-01-04 11:23:36 +00:00
Rolf Bensch d910d52dab pixma: restrict ADFDUP scans to 300dpi for i-SENSYS MF741C/743C 2020-01-04 11:56:21 +01:00
Rolf Bensch cf506daab3 pixma: new scanner Canon i-SENSYS MF741/743 2020-01-04 11:56:21 +01:00
Olaf Meeuwissen 3e49c3af0b sane.man: Drop outdated link for coolscan2 backend 2020-01-04 15:37:51 +09:00
Rolf Bensch 70cfd20c20 update last edited date 2020-01-03 18:32:01 +01:00
Rolf Bensch 59bd48ea72 update pixma backend description 2020-01-03 18:31:31 +01:00
Jakub Benda b30784a730 xerox_mfp: Fix Samsung CLX-3175FW color scan "Not a JPEG file"
Exclude "Samsung CLX-3170 Series" from JPEG mode. Closes #200.

Reference: https://gitlab.com/sane-project/backends/issues/200
2020-01-03 19:50:36 +03:00
Olaf Meeuwissen 8d022c29b2 Merge branch 'escl-png' into 'master'
Added PNG and TIFF decoder.

See merge request sane-project/backends!283
2020-01-02 10:57:08 +00:00
thierry1970 5927ecfa2a Using strcmp instead of strncmp, strncmp is not justified. 2020-01-02 09:39:16 +01:00
Olaf Meeuwissen 3a1d6dbb96 .gitignore: .dirstamp files and *-s.cpp files
[skip CI]
2019-12-31 12:49:40 +09:00
Olaf Meeuwissen c821f277f3 build: Rename *THREAD_LIBS parameters
This aims to clarify the purpose of each parameter: SANEI_THREAD_LIBS
for any code that uses sanei/sanei_thread.c and a plain PTHREAD_LIBS
for code that uses the pthread library directly.
2019-12-31 12:33:13 +09:00
Olaf Meeuwissen 9050ae3b6a mustek_usb2: Remove unneeded linking arguments 2019-12-31 12:14:46 +09:00
Olaf Meeuwissen 378a85fe09 Don't disable backends using pthreads directly. Fixes #153
The use of pthreads was disabled in case of a non-integral pthread_t
type in 756d286f36 as the sanei_thread
implementation assumes an integral type.  This also disabled building
of the kvs40xx and mustek_usb2 backends which use pthreads directly.

This re-enables the build of these backends.
2019-12-31 11:55:31 +09:00
Olaf Meeuwissen fa882855be Merge branch '120-fix-all-compiler-warnings-on-the-debian-10-builds' into 'master'
CI: Turn compiler warnings into errors on Debian 10.  Fixes #120

Closes #120

See merge request sane-project/backends!288
2019-12-30 07:06:02 +00:00
Olaf Meeuwissen adaef0435a CI: Turn compiler warnings into errors on Debian 10. Fixes #120 2019-12-30 15:48:56 +09:00
Olaf Meeuwissen 75310001f1 Merge branch 'fix-kvs40xx-cast-function-type-warning' into 'master'
kvs40xx: Fix [-Wcast-function-type] compiler warning.  Re #120

See merge request sane-project/backends!229
2019-12-30 06:19:39 +00:00
Olaf Meeuwissen b2c83de8a4 Merge branch '196-fix-compiler-warning-for-pieusb-backend' into 'master'
pieusb: fix compiler warnings

Closes #196

See merge request sane-project/backends!287
2019-12-30 03:11:15 +00:00
Klaus Kämpf 4c8e4dd934 pieusb: fix compiler warnings
fixes #196
2019-12-30 11:56:24 +09:00
Ralph Little a9ab9df997 Merge branch '198-fix-compiler-warning-in-scanimage-frontend' into 'master'
Resolve "Fix compiler warning in scanimage frontend"

Closes #198

See merge request sane-project/backends!286
2019-12-29 19:08:01 +00:00
Thierry HUCHARD 160b63a9c2 Using strcmp instead of strncmp, strncmp is not justified. 2019-12-29 10:52:11 +01:00
Thierry HUCHARD 925bf77419 Removing the png and tiff test from the header. 2019-12-29 10:50:43 +01:00
Olaf Meeuwissen 7f97712491 scanimage: Combine conditions to reduce nesting 2019-12-29 17:37:17 +09:00
Rolf Bensch 6f34396ab4 pixma: backend version 0.26.0 2019-12-28 13:58:11 +01:00
Rolf Bensch eae4137ae1 pixma: update date of man page 2019-12-28 13:55:26 +01:00
Rolf Bensch a7c78f41d6 pixma: reorder scanner defines 2019-12-28 13:54:34 +01:00
Rolf Bensch c83b1a17d2 Merge branch 'master' into 'master'
Add model 2019: G6000, G6080, TS5300, TS5380, TS6300, TS6380, TS7330, TS8300,...

See merge request sane-project/backends!226
2019-12-28 12:53:52 +00:00
Ordissimo 18670166a6 pixma: Add model 2019: G6000, G6080, TS5300, TS5380, TS6300, TS6380, TS7330, TS8300, TS8380, TS8330, XK60, TS6330, TS3300 and E3300 2019-12-28 12:53:52 +00:00
Rolf Bensch b1ad53fff5 Merge branch 'perillamint/backends-add-canon-pixma-g2010-support'
pixma: Add support for Canon PIXMA G2010 Series

see merge request sane-project/backends!223
2019-12-28 13:34:47 +01:00
Rolf Bensch a297073bc9 pixma: Canon PIXMA G2010 Series is working 2019-12-28 13:26:54 +01:00
Rolf Bensch aa76967917 pixma: fix device define for Canon PIXMA G2010 Series 2019-12-28 13:26:11 +01:00
Olaf Meeuwissen 4fbb5d2f1b scanimage: Use destination size to limit strncpy() 2019-12-28 19:05:01 +09:00
Olaf Meeuwissen df114df05f scanimage: Replace string length computations by temporary strings
This creates temporary strings that correspond to the colon-delimited
username and password that are read from file in `auth_callback()`.
The null-terminated strings are used directly to determine lengths.
2019-12-28 19:04:52 +09:00
Olaf Meeuwissen 6682223b26 scanimage: Improve readability of auth_callback implementation
Rather than repeatedly calling `strchr`, use descriptive variables to
hold the result.
2019-12-28 19:03:11 +09:00