source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee8e6d0   12 years jhamrick Fix error with HTTP server recreating printer objects no-cups
(edit) @1037115   12 years jhamrick Get rid of individual operations files -- too messy. Go back to … no-cups
(edit) @793432f   12 years jhamrick Reorganization no-cups
(edit) @b828a96   12 years jhamrick Use classes for standard IPP attributes no-cups
(edit) @aded2d1   12 years jhamrick Checkpoint, creating classes for specific IPP attributes no-cups
(edit) @f6e2532   12 years jhamrick Constants; small changes in printer no-cups
(edit) @94a4825   12 years jhamrick Add handler decorators for other handlers and throw an exception if … no-cups
(edit) @c16ebf6   12 years jhamrick Remove MalformedIPPRequestException from server/exceptions.py no-cups
(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) @01e3017   13 years quentin Add .pyc to the set of ignored files 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) @267d44e   13 years jhamrick Fix bug with recursive option in gbr debianmacno-cups
(edit) @1c3f290   13 years jhamrick Changed -H to -e in gutenbach-client-config debianmacno-cups
(edit) @e83b2d7   13 years jhamrick Updated manpages to reflect recent client script changes debianmacno-cups
(edit) @43ddb7a   13 years jhamrick Added a -n flag to gbr, to specify the number of files to play debianmacno-cups
(edit) @ca8acb7   13 years jhamrick Add recursive file playing to gbr (Trac #29) debianmacno-cups
(edit) @addd785   13 years jhamrick Change '-rrandom' to '-sshuffle' debianmacno-cups
(edit) @a5cf43b   13 years jhamrick Add a randomization option to gbr (Trac #30) debianmacno-cups
(edit) @fc8707b   13 years jhamrick - Add '-hhelp' flags to all the client scripts - Add a … debianmacno-cups
(edit) @6b7441a   13 years jhamrick Add comments to the client scripts. debianmacno-cups
(edit) @814d4f8   13 years phurst change gutenbach-client-config usage documentation now we store it in … debianmacno-cups
(edit) @8781af2   13 years phurst remove itunes folder; no reason to keep it outside the mac branch debianmacno-cups
(edit) @86f0b5b   14 years mats.ahlgren off-by-one counting error in smooth-volume-fade code (which should be … debianmacno-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) @bbede33   14 years mats.ahlgren [remctl v up] is now less verbose; requested by pquimby debianmacno-cups
(edit) @e01a3af   14 years mats the alsa volume number is soundcard-dependent, and may not be linear; … debianmacno-cups
(edit) @3ee56cf   14 years mats added remctl helper file called volume-helper.py this script smoothly … debianmacno-cups
(edit) @04a6a66   14 years broglek [Trac #19] Changed remctl scripts to output volume as a percentage and … debianmacno-cups
(edit) @600e713   14 years broglek [Trac #12] Youtube urls now stream instead of downloading to the server. debianmacno-cups
Note: See TracRevisionLog for help on using the revision log.