Commit Graph

90 Commits

Author SHA1 Message Date
Fabian Weber 6a590a71e5
Merge pull request #18 from gardenofconcepts/feature/socket-integration
Added adapter implementation including socket adapter
2021-02-26 11:48:11 +01:00
Dennis Oehme 9029d1aa19 Address comments from review 2021-02-26 11:24:22 +01:00
Dennis Oehme af51cfebfc Added adapter implementation including Socket Adapter 2021-02-26 09:40:29 +01:00
Fabian Weber 57266b8f54
bump version to 1.5.0 2020-08-30 22:35:30 +02:00
Fabian Weber c7b9d819c1
Bump version to v1.4.4 2020-08-30 22:23:47 +02:00
Fabian Weber 49eeebec27
Added limit attribute to attribute tag mapping 2020-08-26 12:46:35 +02:00
Fabian Weber b3763be73e
Merge pull request #14 from guilyx/master
Fixed typo
2020-08-07 18:51:53 +02:00
Erwin Lejeune 7debf47443 add attribute number of documents in tag mapping 2020-08-07 15:27:45 +02:00
Erwin Lejeune f61602921e remove vscode config files 2020-08-07 15:22:20 +02:00
Erwin Lejeune f720c4151a fix typo 2020-08-07 15:22:02 +02:00
Fabian Weber ced99fdd94
Merge pull request #13 from guilyx/master
Fix attribute printer state reasons
2020-08-06 19:08:23 +02:00
Erwin Lejeune 93eb75528d remove .vscode 2020-08-05 15:35:22 +02:00
Erwin Lejeune cbbd7226c2 use new attribute name in default printer attributes 2020-08-05 15:34:58 +02:00
Erwin Lejeune 528615a9d7
correct typo in attribute consts 2020-08-05 15:32:03 +02:00
Fabian Weber 2d368b0f1a
Merge pull request #12 from guilyx/master
Rename reqest.go to request.go
2020-08-05 10:42:01 +02:00
Erwin Lejeune 2945b59842
Rename reqest.go to request.go 2020-08-05 10:29:29 +02:00
Fabian Weber 95fd773625
Merge pull request #11 from korylprince/fix-int32-parse
use int32 instead of int when parsing
2020-07-27 23:31:08 +02:00
Kory Prince 7f05f5e6b0 use int32 instead of int when parsing 2020-07-27 16:03:43 -05:00
Fabian 03af72ab48
Bumped version to v1.4.3 2020-03-30 12:25:57 +02:00
Fabian 6b7598a650
removed status code check in response decoder 2020-03-30 12:25:03 +02:00
Fabian 93618bc473 fixed c&p errors in cups client doc comments 2020-03-28 00:49:34 +01:00
Fabian 9f9a3bca10 added comments to cups client for docs 2020-03-28 00:47:47 +01:00
Fabian 31b9eb5010 moved the PrintTestPage Function to the cups client 2020-03-28 00:32:25 +01:00
Fabian 03317e6333 fixed some c&p comment errors 2020-03-28 00:30:48 +01:00
Fabian edb3dbf35d added more code comments for docs 2020-03-28 00:27:56 +01:00
Fabian a88a2fa1e4 use IPPError in Response CheckForError method 2020-03-27 23:32:12 +01:00
Fabian d2f1f7d4bf added a example for basic ipp options and comments for the attribute.go file 2020-03-27 23:18:52 +01:00
Fabian f3ffb293f0 added badge for godoc 2020-03-27 17:16:59 +01:00
Fabian 4bd7e24425 check ipp response for errors 2020-03-27 16:38:12 +01:00
Fabian 4cfc510b8d fixed eof handling in request and response decoder 2020-03-27 15:59:54 +01:00
Fabian 92049dc21c
Bumped version to 1.4.0 2020-03-09 23:27:07 +01:00
Fabian Weber c7d02dc356 use int8 instead of uint8 2020-03-09 12:58:54 +01:00
Fabian Weber 4fcd80d8c1 fixed type in new request method 2020-03-09 12:51:46 +01:00
Fabian Weber b2caea9354 fixed type for ipp tags 2020-03-09 12:47:23 +01:00
Fabian Weber 18e47480fd fixed unexported status constants 2020-03-09 12:30:28 +01:00
Fabian Weber ba0594054f fixed data type for status codes 2020-03-09 12:28:15 +01:00
Fabian Weber f2562dc04a use build in types for constants 2020-03-09 12:21:57 +01:00
Fabian Weber c9636991c4 fixed response encoding 2020-03-09 11:09:16 +01:00
Fabian Weber 33c6ef07ac Merge branch 'master' of https://github.com/phin1x/go-ipp 2020-03-09 10:36:42 +01:00
Fabian Weber 4018bb14e6 Removed job and operation attributes prefix
Added more attribute constants
2020-03-09 10:36:29 +01:00
Fabian 5344d4c21b
Updated version in readme 2020-03-06 20:18:26 +01:00
Fabian 6f0a0ebbe8 return from decoding function at eof instead of break from the decoding loop 2020-03-06 18:34:41 +01:00
Fabian Weber 6fab588008 fixed eof errors in the decode methods 2020-03-06 14:47:37 +01:00
Fabian Weber 26693eaf18 Merge branch 'master' of https://github.com/phin1x/go-ipp 2020-03-06 12:23:32 +01:00
Fabian Weber 1249335763 fixed nil reference in request encoder 2020-03-06 12:22:56 +01:00
Fabian ddc8e9c46f
fixed request operation encoding 2020-03-06 11:06:47 +01:00
Fabian Weber 72ec31bc0b Moved IPP Content Type to const file 2020-03-06 10:25:31 +01:00
Fabian 166c30bdd6
fixed request and response structs 2020-03-05 16:31:05 +01:00
Fabian 49be0016e3
fixed request and response structs 2020-03-05 16:30:33 +01:00
Fabian 59b8e60246
added response encoder 2020-03-05 16:29:31 +01:00