Wykres commitów

8301 Commity (03d90ac2edf287bb0358044d7abdd9f6008dffc5)

Autor SHA1 Wiadomość Data
Alessandro Zummo 03d90ac2ed epsonds: do not enable double feed detection by default 2015-10-14 21:55:31 +02:00
Rolf Bensch a90d7c91b3 changelog for recent work 2015-10-14 19:05:03 +02:00
Rolf Bensch 4a83d9c8a4 Pixma backend version 0.17.24 2015-10-14 19:04:27 +02:00
Rolf Bensch 3095ab46c4 new scanners Canon PIXUS MP5/SmartBase MPC190/imageCLASS MPC190 and Canon MP10/SmartBase MPC200/imageCLASS MPC200 2015-10-14 19:02:43 +02:00
Olaf Meeuwissen 06b865cfd2 Prevent possible buffer overflows [-Wstrncat-size]. Fixes 315198 2015-10-14 20:39:39 +09:00
Olaf Meeuwissen 18e4c4a086 Revert "Prevent use of uninitialized variable"
This change introduces a variable that shadows the file scope one.

This reverts commit 45e66aee95.
2015-10-13 23:32:40 +09:00
Olaf Meeuwissen 36876a8366 saned: minor improvement of help message wording 2015-10-12 20:55:19 +09:00
Olaf Meeuwissen 32986192bd fix: declaration-after-statement warning 2015-10-12 20:49:55 +09:00
Olaf Meeuwissen 42aa01e4e5 fix: missing-field-initializers warning 2015-10-12 20:49:55 +09:00
Olaf Meeuwissen fa001c2193 Follow getopt_long usage in scanimage.c
This is on the off chance that getopt_long is not in the system's
standard library.
2015-10-12 20:49:07 +09:00
Olaf Meeuwissen 45e66aee95 Prevent use of uninitialized variable 2015-10-12 20:47:43 +09:00
Matteo Croce eab8fd457d saned: add '-b' option to bind to a specific address 2015-10-12 20:25:15 +09:00
Matteo Croce fed2a2cf60 saned: use getopt_long() for option parsing
The help message has been adjusted to match getopt_long conventions.
2015-10-12 20:24:59 +09:00
Matteo Croce 418d1ecea7 saned: move help message to usage() function 2015-10-12 17:11:49 +09:00
Matteo Croce a79cd0abe7 saned: parse inetd args in main()
move argument parsing logic from run_inetd() to main()
2015-10-12 16:52:01 +09:00
Matteo Croce 2c3cb206ce saned: parse standalone args in main()
move argument parsing logic from run_standalone() to main()
2015-10-12 16:52:01 +09:00
Alexander Hofmann 2239d2aaff Replace obsolete interface with standard include files 2015-10-07 18:09:33 +09:00
m. allan noah 56e69f0998 added kvs1025.conf.in and utsushi.desc 2015-10-05 08:21:39 -04:00
m. allan noah 69a9a3116e minor release doc update 2015-10-04 21:25:08 -04:00
m. allan noah 5e1d45cad7 reopen sane-backends 1.0.26git 2015-10-04 21:13:39 -04:00
m. allan noah 60a772ca5d sane-backends 1.0.25 2015-10-04 09:24:46 -04:00
m. allan noah 2ecf18f6fb autoheader and automake
After recent PNG and SNMP changes, need to run autoheader and automake
2015-10-02 21:53:14 -04:00
Martin Kho 037346abfd Update dutch translation 2015-09-30 20:35:04 -04:00
Olaf Meeuwissen 4d746878d9 Sync with upstream 2015-09-30 20:35:04 -04:00
Alessandro Zummo 5c713413a0 epson2: added a missing include 2015-10-01 01:26:38 +02:00
Rolf Bensch 7b05bad5f9 Canon PIXMA MG5600 Series is working 2015-09-30 18:56:11 +02:00
m. allan noah 5e3074252a update translations with most recent backend changes 2015-09-28 21:21:56 -04:00
m. allan noah 19c5159378 autofoo for recent changes 2015-09-28 21:21:32 -04:00
m. allan noah 3403daef2e Make sequence point warning go away
See f219f7fb for details.
2015-09-28 21:16:28 -04:00
Yuri Chornoivan 9afbfc9de5 Update Ukrainian translation 2015-09-28 21:16:08 -04:00
Olaf Meeuwissen e8586d8364 Use SNMP compiler flags and libraries only where needed
The compiler flags would take effect for every single compilation unit
and the libraries would be linked to every single backend/executable.
2015-09-28 21:16:07 -04:00
Olaf Meeuwissen 219a877858 net: Add mutex lock logic around device additions
The avahi_thread may call add_device() as well.  This addresses a
concern raised in 313921 and may fix 314696 as well as 315044.
2015-09-28 21:16:07 -04:00
Johannes Meixner f219f7fbd8 Make sequence-point warning go away. "Fixes" 311857
Sample code that mimicks the offending code gave identical run-time
results when compiled with gcc-4.9.2 and clang-3.5.0.  Rewriting the
sample code so that results matched both compilers was used to check
the validity of this change.
2015-09-28 20:40:51 +09:00
Olaf Meeuwissen 5cae68b574 Make sequence-point warning go away
Sample code that mimicks the offending code gave different run-time
results when compiled with gcc-4.9.2 and clang-3.5.0.  Rewriting the
sample code so that results matched gcc-4.9.2 for both compilers was
used to determine how to "fix" the offending statement.
2015-09-28 20:36:16 +09:00
Rolf Bensch 5d92185ada changelog for recent work 2015-09-26 10:12:21 +02:00
Rolf Bensch cbae0ea53b Pixma backend version 0.17.23 2015-09-26 10:10:38 +02:00
m. allan noah 301dbf977a hp backend now unmaintained 2015-09-25 21:19:17 -04:00
m. allan noah 2a3f6f2bb5 autoconf after latest config.in changes
Only whitespace differences, since the removed
code was an expanded version of the macros that
replaced it.
2015-09-25 20:56:48 -04:00
Olaf Meeuwissen ba1e395c66 Fix size_t printf format warnings 2015-09-25 20:53:42 -04:00
Olaf Meeuwissen 4c49c87827 Fix mixed declarations and code warnings (ISO C90) 2015-09-25 20:53:42 -04:00
Olaf Meeuwissen 2f72ee5b8f Remove "nested" comment 2015-09-25 20:53:42 -04:00
Olaf Meeuwissen 22b17e232a Fix various types of unused variable warnings 2015-09-25 20:53:42 -04:00
Luiz Angelo Daros de Luca 5be014ab65 Add missing configure.in bits for inb() and outb() testing
This adds the missing part of 8434ea9162
2015-09-25 20:53:42 -04:00
Olaf Meeuwissen d5cbe0e0d2 Revert "Fixup missing configure.in pieces"
This reverts commit 18adf1559c.
2015-09-25 20:53:42 -04:00
Louis Lagendijk 39545b1b90 clarified systemd integration and options for the case where saned is complied
without systemd glue
2015-09-22 20:33:11 +02:00
Alessandro Zummo 86ba3c634f epson2: updated supported scanners 2015-09-22 00:44:38 +02:00
Olaf Meeuwissen 2249775a56 Add Hungarian to the list of supported languages 2015-09-20 07:55:50 -04:00
Németh Tamás c83e11766a Add Hungarian message translations 2015-09-20 07:55:50 -04:00
m. allan noah 87bfd53512 Run autofoo for recent changes 2015-09-19 13:39:38 -04:00
m. allan noah a6f8a3fd9f fix configure messages for 2 backends
dell1600n_net and mustek_pp configure messages did not
match the actual tests being run. From looking at the
backends, the tests seem to be accurate.
2015-09-19 13:39:38 -04:00