Commit Graph

23 Commits

Author SHA1 Message Date
pSox c163802db3 update comment formatting 2022-11-18 09:02:04 +00:00
pSox a6121dac1a Added Apache 2.0 copyright notice 2022-11-17 11:02:26 +00:00
Fabian 6b7598a650
removed status code check in response decoder 2020-03-30 12:25:03 +02: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 4cfc510b8d fixed eof handling in request and response decoder 2020-03-27 15:59:54 +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 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 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 1249335763 fixed nil reference in request encoder 2020-03-06 12:22:56 +01:00
Fabian 59b8e60246
added response encoder 2020-03-05 16:29:31 +01:00
Fabian d0d4987b76 - changed the get jobs method to fetch jobs from printer, classes or both
- the response decoder now need a writer for additional response data, for example if you fetch documents from the server
2019-12-26 16:46:08 +01:00
Christian Muehlhaeuser aeff57c379 Avoid unnecessary conversions
No need to convert these types.
2019-08-05 16:47:27 +00:00
Fabian Weber 7606089b66 first beta release 2019-03-15 16:20:02 +01:00
Fabian Weber 83b3e83978 fixed decoding and encoding errors 2019-03-13 22:54:08 +01:00
Fabian Weber 030c260947 initial commit 2019-03-10 18:43:47 +01:00