]>
gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/log
Bastian Dehn [Sat, 23 Mar 2024 09:13:26 +0000 (10:13 +0100)]
fix memory leak response free data
Bastian Dehn [Sat, 23 Mar 2024 08:39:06 +0000 (09:39 +0100)]
free unit test device list
Bastian Dehn [Sat, 23 Mar 2024 07:57:24 +0000 (08:57 +0100)]
change response allocate all at once
Bastian Dehn [Fri, 22 Mar 2024 17:44:30 +0000 (18:44 +0100)]
resp init with null terminate
Bastian Dehn [Fri, 22 Mar 2024 17:18:17 +0000 (18:18 +0100)]
add sanitaize option
Bastian Dehn [Thu, 21 Mar 2024 18:51:50 +0000 (19:51 +0100)]
free image data by reset handler
Bastian Dehn [Thu, 21 Mar 2024 18:14:31 +0000 (19:14 +0100)]
Merge branch 'fix/memoryleaks' into develop
Bastian Dehn [Thu, 21 Mar 2024 18:12:23 +0000 (19:12 +0100)]
Revert "init response with null terminate"
This reverts commit
e4f1b268d3fefbd8cb8b67bdb9b58d4c8eb94a19.
Bastian Dehn [Thu, 21 Mar 2024 18:07:04 +0000 (19:07 +0100)]
disable unit testing falg for net tests
Bastian Dehn [Thu, 21 Mar 2024 17:56:32 +0000 (18:56 +0100)]
fix warning for real func
Bastian Dehn [Thu, 21 Mar 2024 16:44:53 +0000 (17:44 +0100)]
add ignore vscode folder
Bastian Dehn [Thu, 21 Mar 2024 16:33:19 +0000 (17:33 +0100)]
change response config into handler
Bastian Dehn [Wed, 20 Mar 2024 15:36:07 +0000 (16:36 +0100)]
fix test response right size
Bastian Dehn [Wed, 20 Mar 2024 14:49:19 +0000 (15:49 +0100)]
response malloc all at once
Bastian Dehn [Wed, 20 Mar 2024 14:43:06 +0000 (15:43 +0100)]
no free data by response block
Bastian Dehn [Wed, 20 Mar 2024 14:41:01 +0000 (15:41 +0100)]
init response with null terminate
Bastian Dehn [Tue, 19 Mar 2024 18:34:03 +0000 (19:34 +0100)]
add enable unit testing mode
Bastian Dehn [Tue, 19 Mar 2024 18:28:05 +0000 (19:28 +0100)]
run test without unit testing flags
Bastian Dehn [Mon, 18 Mar 2024 19:27:11 +0000 (20:27 +0100)]
fix invalid free in test
Bastian Dehn [Mon, 18 Mar 2024 19:15:49 +0000 (20:15 +0100)]
pass net read
Bastian Dehn [Mon, 18 Mar 2024 19:03:00 +0000 (20:03 +0100)]
add failing linking tests
Bastian Dehn [Sun, 17 Mar 2024 19:55:39 +0000 (20:55 +0100)]
remove double imports cmocka
Bastian Dehn [Sun, 17 Mar 2024 19:13:07 +0000 (20:13 +0100)]
no wrap for net read
Bastian Dehn [Sun, 17 Mar 2024 19:11:34 +0000 (20:11 +0100)]
remove wrap flags from compiler
Bastian Dehn [Sun, 17 Mar 2024 17:38:55 +0000 (18:38 +0100)]
split tests in seperate running units
Bastian Dehn [Sun, 17 Mar 2024 16:53:21 +0000 (17:53 +0100)]
fix load config tests
Bastian Dehn [Sun, 17 Mar 2024 14:30:10 +0000 (15:30 +0100)]
enable debug compile and unit testing flag for tests
Bastian Dehn [Sun, 17 Mar 2024 13:49:17 +0000 (14:49 +0100)]
Merge branch 'feature/cmocka' into develop
Bastian Dehn [Sun, 17 Mar 2024 13:48:43 +0000 (14:48 +0100)]
remove check library
Bastian Dehn [Sun, 17 Mar 2024 13:47:56 +0000 (14:47 +0100)]
migrate open test
Bastian Dehn [Sun, 17 Mar 2024 13:32:22 +0000 (14:32 +0100)]
migrate cancel net
Bastian Dehn [Sun, 17 Mar 2024 13:22:50 +0000 (14:22 +0100)]
migrate test cancel
Bastian Dehn [Sun, 17 Mar 2024 13:21:02 +0000 (14:21 +0100)]
migrate cancel get parameters
Bastian Dehn [Sun, 17 Mar 2024 13:17:48 +0000 (14:17 +0100)]
migrate start cancel
Bastian Dehn [Sun, 17 Mar 2024 12:23:08 +0000 (13:23 +0100)]
migrate get options
Bastian Dehn [Sun, 17 Mar 2024 11:31:01 +0000 (12:31 +0100)]
migrate test get select fd
Bastian Dehn [Sun, 17 Mar 2024 11:29:23 +0000 (12:29 +0100)]
migrate test set io mode
Bastian Dehn [Sun, 17 Mar 2024 11:28:08 +0000 (12:28 +0100)]
migrate test devices list remote
Bastian Dehn [Sun, 17 Mar 2024 11:26:35 +0000 (12:26 +0100)]
migrate net init test
Bastian Dehn [Sun, 17 Mar 2024 11:24:57 +0000 (12:24 +0100)]
migrate test get devices
Bastian Dehn [Sun, 17 Mar 2024 11:22:10 +0000 (12:22 +0100)]
migrate get parameter with image data
Bastian Dehn [Sun, 17 Mar 2024 11:18:36 +0000 (12:18 +0100)]
migrate read config tests
Bastian Dehn [Sun, 17 Mar 2024 11:11:40 +0000 (12:11 +0100)]
migrate read bigger read test
Bastian Dehn [Sun, 17 Mar 2024 11:09:19 +0000 (12:09 +0100)]
migrate read test to mocka
Bastian Dehn [Sun, 17 Mar 2024 11:07:33 +0000 (12:07 +0100)]
migrate test for empty image
Bastian Dehn [Sun, 17 Mar 2024 11:04:50 +0000 (12:04 +0100)]
migrate read test without data
Bastian Dehn [Sun, 17 Mar 2024 11:03:08 +0000 (12:03 +0100)]
migrate read cancel test to cmocka
Bastian Dehn [Sun, 17 Mar 2024 10:37:02 +0000 (11:37 +0100)]
add include header for cmocka
Bastian Dehn [Sun, 17 Mar 2024 10:35:28 +0000 (11:35 +0100)]
add cmocka library to build test
Bastian Dehn [Sun, 17 Mar 2024 07:32:39 +0000 (08:32 +0100)]
remove define test
Bastian Dehn [Sun, 17 Mar 2024 07:29:31 +0000 (08:29 +0100)]
remove test define client
Bastian Dehn [Sun, 17 Mar 2024 06:52:31 +0000 (07:52 +0100)]
add test for open
Bastian Dehn [Sat, 16 Mar 2024 16:19:02 +0000 (17:19 +0100)]
add test for cancel
Bastian Dehn [Thu, 14 Mar 2024 16:58:38 +0000 (17:58 +0100)]
add tests for cancel
Bastian Dehn [Thu, 14 Mar 2024 15:25:18 +0000 (16:25 +0100)]
test on only warnings
Bastian Dehn [Wed, 13 Mar 2024 20:00:09 +0000 (21:00 +0100)]
add test for init
Bastian Dehn [Wed, 13 Mar 2024 19:42:47 +0000 (20:42 +0100)]
fix memory leak tests
Bastian Dehn [Wed, 13 Mar 2024 18:43:56 +0000 (19:43 +0100)]
fix test lost blocks
Bastian Dehn [Wed, 13 Mar 2024 14:58:35 +0000 (15:58 +0100)]
add fix uninit value in test
Bastian Dehn [Wed, 13 Mar 2024 14:45:19 +0000 (15:45 +0100)]
fix test lost byte
Bastian Dehn [Tue, 12 Mar 2024 20:43:12 +0000 (21:43 +0100)]
add tests for option twenty to twentytwo
Bastian Dehn [Tue, 12 Mar 2024 20:40:06 +0000 (21:40 +0100)]
add test for option nineteen
Bastian Dehn [Tue, 12 Mar 2024 20:38:36 +0000 (21:38 +0100)]
add test for option eightteen
Bastian Dehn [Tue, 12 Mar 2024 20:37:14 +0000 (21:37 +0100)]
add test for option seventeen
Bastian Dehn [Tue, 12 Mar 2024 20:35:11 +0000 (21:35 +0100)]
add test for option thirteenn to sixteen
Bastian Dehn [Tue, 12 Mar 2024 20:30:56 +0000 (21:30 +0100)]
add test for option twelve
Bastian Dehn [Tue, 12 Mar 2024 20:28:56 +0000 (21:28 +0100)]
add test for option eleven
Bastian Dehn [Tue, 12 Mar 2024 20:26:42 +0000 (21:26 +0100)]
add test for option ten
Bastian Dehn [Tue, 12 Mar 2024 20:24:35 +0000 (21:24 +0100)]
add test for option nine
Bastian Dehn [Tue, 12 Mar 2024 20:22:20 +0000 (21:22 +0100)]
add test for option eight
Bastian Dehn [Tue, 12 Mar 2024 20:21:02 +0000 (21:21 +0100)]
rename tests for get options
Bastian Dehn [Tue, 12 Mar 2024 20:19:16 +0000 (21:19 +0100)]
add test for option six
Bastian Dehn [Tue, 12 Mar 2024 20:17:11 +0000 (21:17 +0100)]
add test for option five
Bastian Dehn [Tue, 12 Mar 2024 20:14:21 +0000 (21:14 +0100)]
add test for option four
Bastian Dehn [Tue, 12 Mar 2024 20:11:51 +0000 (21:11 +0100)]
add test for option three
Bastian Dehn [Tue, 12 Mar 2024 20:10:35 +0000 (21:10 +0100)]
add test for option two
Bastian Dehn [Tue, 12 Mar 2024 20:01:16 +0000 (21:01 +0100)]
make right test for option zero
Bastian Dehn [Tue, 12 Mar 2024 19:50:57 +0000 (20:50 +0100)]
add test for load option zero
Bastian Dehn [Tue, 12 Mar 2024 19:20:05 +0000 (20:20 +0100)]
add missing function in header
Bastian Dehn [Tue, 12 Mar 2024 17:59:13 +0000 (18:59 +0100)]
add generate test coverage
Bastian Dehn [Tue, 12 Mar 2024 17:14:25 +0000 (18:14 +0100)]
add compiler flacs for code coverage
Bastian Dehn [Tue, 12 Mar 2024 17:07:37 +0000 (18:07 +0100)]
fix compiler warnings
Bastian Dehn [Tue, 12 Mar 2024 16:54:46 +0000 (17:54 +0100)]
change run tests variable to option
Bastian Dehn [Tue, 12 Mar 2024 16:48:54 +0000 (17:48 +0100)]
change compiler to gcc
Bastian Dehn [Tue, 12 Mar 2024 16:39:53 +0000 (17:39 +0100)]
add test for unsupported methods
Bastian Dehn [Tue, 12 Mar 2024 16:34:45 +0000 (17:34 +0100)]
tests without include dir
Bastian Dehn [Mon, 11 Mar 2024 20:34:02 +0000 (21:34 +0100)]
optimize read tests
Bastian Dehn [Mon, 11 Mar 2024 19:36:08 +0000 (20:36 +0100)]
add header files for tests
Bastian Dehn [Sun, 10 Mar 2024 15:55:09 +0000 (16:55 +0100)]
change no docs error when no image data
Bastian Dehn [Sun, 10 Mar 2024 15:40:15 +0000 (16:40 +0100)]
change config read from one global variable
Bastian Dehn [Sun, 10 Mar 2024 15:02:31 +0000 (16:02 +0100)]
change image data to jpg and pnm in handler
Bastian Dehn [Sun, 10 Mar 2024 14:42:27 +0000 (15:42 +0100)]
rename image to pnm image
Bastian Dehn [Sun, 10 Mar 2024 14:22:27 +0000 (15:22 +0100)]
Merge branch 'feature/imagehandler' into develop
Bastian Dehn [Sun, 10 Mar 2024 14:22:10 +0000 (15:22 +0100)]
remove metadata image
Bastian Dehn [Sun, 10 Mar 2024 14:19:22 +0000 (15:19 +0100)]
change read from image on handler
Bastian Dehn [Sun, 10 Mar 2024 14:08:56 +0000 (15:08 +0100)]
add image data in handler
Bastian Dehn [Sun, 10 Mar 2024 14:06:27 +0000 (15:06 +0100)]
Merge branch 'feature/noconstrains' into develop
Bastian Dehn [Sun, 10 Mar 2024 13:57:12 +0000 (14:57 +0100)]
rename type scan status
Bastian Dehn [Sun, 10 Mar 2024 13:21:13 +0000 (14:21 +0100)]
change init descriptory array on stack
Bastian Dehn [Sun, 10 Mar 2024 12:42:13 +0000 (13:42 +0100)]
change init constraints