source: server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e70c020   12 years jhamrick Add skeleton files for the other operations that need to be implemented no-cups
(edit) @7a7a09e   12 years jhamrick Add skeleton structures for print-job no-cups
(edit) @9d9bc15   12 years jhamrick Remove ipp/operations.py no-cups
(edit) @5e44432   12 years jhamrick Move operations into separate files since the functions are so bulky no-cups
(edit) @aef164a   12 years jhamrick Move ipp error handling out of the server and into server/requests no-cups
(edit) @59a1d4a   12 years jhamrick A litte bit of documentation no-cups
(edit) @ef8df33   12 years jhamrick Move more ipp-specific code into ipp/operations from server/requests; … no-cups
(edit) @cad7502   12 years jhamrick Fix bugs; can now again do 'lpq' and get back a reasonable response no-cups
(edit) @6effd50   12 years jhamrick Fix some errors in server/, handle fatal errors better no-cups
(edit) @f6c6897   12 years jhamrick Fix some errors in ipp/ no-cups
(edit) @5fe360e   12 years jhamrick Converting server code to rely more on the ipp/ code no-cups
(edit) @71bfce0   12 years jhamrick Add dictionaries to ipp/constants to map attribute names to value tags no-cups
(edit) @cf32fee   12 years jhamrick Add/update helper functions in ipp/operations no-cups
(edit) @dc40fe9   12 years jhamrick Update server/server.py to leave IPP object construction to … no-cups
(edit) @5b3a81e   12 years jhamrick Don't use decorators on classes… no-cups
(edit) @08a764a   12 years jhamrick Add operations as 'ops' in ipp/init.py no-cups
(edit) @1a63bf7   12 years jhamrick Remove ipp-specific objects from server/job and server/printers (but … no-cups
(edit) @6ed9d7a   12 years jhamrick Add make_get_jobs_response to ipp/operations, add documentation to … no-cups
(edit) @35f7259   12 years jhamrick Add ipp.operations to verify/create ipp requests and responses no-cups
(edit) @c70a3c9   12 years jhamrick Fix error code response in server.py no-cups
(edit) @0c4f3bf   12 years jhamrick Rename value_tag to tag in ipp.value no-cups
(edit) @110d8be   12 years jhamrick Add error codes class no-cups
(edit) @7de0908   12 years jhamrick Add an exception in ipp.exceptions for each error code no-cups
(edit) @9edf61d   12 years jhamrick Add IPP and CUPS documentation, for reference no-cups
(edit) @738d179   12 years jhamrick Reorganize imports in server.py and requests.py no-cups
(edit) @7bd1035   12 years jhamrick Move actual server code out of server/requests.py and into server/server.py no-cups
(edit) @0ede474   12 years jhamrick Add documentation to the currently supported CUPS handlers no-cups
(edit) @9eeab06   12 years jhamrick Using logging, not print statements; move skeleton handler functions … no-cups
(edit) @b2e077a   12 years jhamrick Refactor code to handle the operations a little bit more logically no-cups
(edit) @d04a689   12 years jhamrick Clean up import statements; fix import bugs no-cups
(edit) @287d6ec   12 years jhamrick Move request-related code into new requests.py; increase readability; … no-cups
(edit) @5c5fe6d   12 years jhamrick Comment formatting standardization no-cups
(edit) @5d24a81   13 years jhamrick Fix bugs in Job and Printer no-cups
(edit) @1a98666   13 years jhamrick Fix import statements in gutenbach.server.init and gutenbach.server.printer no-cups
(edit) @df51061   13 years jhamrick Create gutenbach module no-cups
(edit) @776a659   13 years jhamrick Move server-related stuff into server module; add job, printer, and … no-cups
(edit) @1176f8b   13 years quentin Enough of a skeleton is implemented to properly handle … no-cups
(edit) @556a285   13 years quentin Properly unpack RESOLUTION and RANGE_OF_INTEGERS values no-cups
(edit) @1b9d629   13 years quentin Allow the specification of attribute groups after a request object is … no-cups
(edit) @dc37ed0   13 years quentin Show request and response for debugging purposes no-cups
(edit) @94211df   13 years quentin Improve the repr of IPP request parts no-cups
(edit) @91abb7f   13 years quentin Restore server.py to its previous functional state no-cups
(edit) @7a1c039   13 years quentin Move IPP modules into the 'ipp' namespace no-cups
(edit) @569c377   13 years quentin Err, make it work no-cups
(edit) @0e5cdb3   13 years quentin Use new Value interface no-cups
(edit) @a76f440   13 years quentin ippattributegroup is a mix between a list and a dict (sort of an … no-cups
(edit) @75c0cab   13 years quentin More work on ippattribute to match the interface of ippvalue no-cups
(edit) @a6a1f43   13 years quentin Python <2.6 doesn't have the convenience method property.setter, so … no-cups
(edit) @fc427ef   13 years quentin Adopt property usage for attributes, too no-cups
(edit) @fa0d0ef   13 years jhamrick Redo API in ippvalue.Value; various cases for packing/unpacking have … no-cups
(edit) @c269bc7   13 years jhamrick Update API for Value, Attribute, and AttributeGroup? no-cups
(edit) @5cfb358   13 years jhamrick Change structure of ippvalue.Value to make it easier to manipulate. no-cups
(edit) @ebf327d   13 years jhamrick Change IPPValue, IPPAttribute, IPPAttributeGroup, and IPPRequest to … no-cups
(edit) @cf1d291   13 years jhamrick Add section numbers to docstring for ippconstants.Operations class no-cups
(edit) @2646571   13 years jhamrick Update references to IPPTags and add import statements for … no-cups
(edit) @8979f90   13 years jhamrick Put various IPP classes in their own files no-cups
(edit) @e97c37d   13 years jhamrick Add blank init methods to classes in ippconstants.py no-cups
(edit) @35b7466   13 years jhamrick Define all constants in IPP constants, as well as where they are … no-cups
(edit) @16055f9   13 years jhamrick Add empty functions for desired IPP commands no-cups
(edit) @c5e88d0   13 years jhamrick get-jobs response in GutenbachIPPserver no-cups
(edit) @574aee4   13 years quentin Add useful IPP constants no-cups
(edit) @89fe6da   13 years jhamrick Add 'length' keyword to IPPRequest constructor no-cups
(edit) @aaa1da3   13 years jhamrick Add support for parsing different value tags no-cups
(edit) @8e43aa8   13 years jhamrick Can correctly parse and pack IPP requests\! no-cups
(edit) @478ca74   13 years quentin Initial IPP server that just parses incoming requests no-cups
(edit) @8403f61   13 years jhamrick Fix ipprequest (had misimplemented the spec) no-cups
(edit) @d56a0bc   13 years jhamrick Add toBinaryData functions in ipprequest.py; add ipplib.py for … no-cups
(edit) @4ec7caa   13 years jhamrick Add some comments to ipp.py; use struct module in ipprequest.py no-cups
(edit) @84e8137   13 years jhamrick Add comments and docstrings to ipprequest.py no-cups
(edit) @c216863   13 years jhamrick Add an IPPRequest class/module to deal with storing and parsing IPP … no-cups
(edit) @efee0f1   13 years jhamrick Started customization, then realized that ipplib isn't supported. Will … no-cups
(edit) @2876403   13 years jhamrick Add ipp server code from quickprint no-cups
(edit) @a2944f6   14 years broglek Fixed error in backend that was made evident from the last commit. … debianmacno-cups
(edit) @d8d9c7a   14 years broglek Modified gutenbach backend to clean up the output of the status file … debianmacno-cups
(edit) @600e713   14 years broglek [Trac #12] Youtube urls now stream instead of downloading to the server. debianmacno-cups
(edit) @55b24d1   14 years broglek changed create-filter-config to use the mixer and channel settings … debianmacno-cups
(edit) @79fac02   14 years jhamrick Make sure there aren't any syntax errors in the backend. debianmacno-cups
(edit) @4e5ee08   14 years jhamrick Fix the gutenbach backend, such that it updates … debianmacno-cups
(edit) @b58aada   14 years jhamrick Use perl bindings for gbr and gbrm in addition to gbq. Update README. debianmacno-cupsweb
(edit) @c5a98db   14 years jhamrick - Fixed support for playing YouTube? videos - Fixed error with … debianmacno-cupsweb
(edit) @b77c92c   14 years jhamrick Also revert cupds.conf.gutenbach-orig debianmacno-cupsweb
(edit) @25df647   14 years jhamrick Remove deprecated lpd files in server Modify cups-set-perms to backup … debianmacno-cupsweb
(edit) @ccc050e   14 years jhamrick Move gutenbach README into root directory debianmacno-cupsweb
(edit) @ae7cf76   14 years jhamrick Fix permissions in Makefile debianmacno-cupsweb
(edit) @fad0d1b   14 years jhamrick Added clean sections to makefiles debianmacno-cupsweb
(edit) @9c0279e   14 years jhamrick Create Makefiles and fix install scripts. debianmacno-cupsweb
(add) @30beeab   14 years jhamrick Remove "gutenbach-" from directory names and rename "gutenbach" to … debianmacno-cupsweb
Note: See TracRevisionLog for help on using the revision log.