Timeline
Jan 21, 2012:
- 11:58 PM Changeset [17eb586]no-cups by
- Update TODO
- 11:45 PM Changeset [5ffffe0]no-cups by
- Reorganize test suite
- 11:31 PM Changeset [75928fe]no-cups by
- Fix whitespace issues in requests.py
- 11:14 PM Changeset [d42236e]no-cups by
- Fix a few more bugs in printer.py and update test cases for printer.py
- 9:49 PM Changeset [3cb6c7b]no-cups by
- added more request handlers
- 9:03 PM Changeset [b77e57e]no-cups by
- Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups …
- 8:57 PM Changeset [079ef11]no-cups by
- wrote print_job/print_uri
- 8:27 PM Changeset [7e29e6a]no-cups by
- Fix a few small bugs in printer.py
- 7:57 PM Changeset [5e70cc2]no-cups by
- Make threading in printer.py more robust
- 7:25 PM Changeset [33528b4]no-cups by
- Fix printer threading issues
- 7:25 PM Changeset [7daf25f]no-cups by
- Fix indentation
- 6:35 PM Changeset [0494098]no-cups by
- Add job.restart test case
- 6:25 PM Changeset [6c60b2e]no-cups by
- completed print_job function definition in request.py
- 6:24 PM Changeset [7f1098c]no-cups by
- Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups
- 6:22 PM Changeset [bd5bffc]no-cups by
- Fix logger issues in job and player
- 6:02 PM Changeset [ab7c1dd]no-cups by
- Fix job destructor
- 5:28 PM Changeset [1b6dc13]no-cups by
- TODO organization
- 5:20 PM Changeset [279640c]no-cups by
- Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups
- 5:20 PM Changeset [57bc2dc]no-cups by
- Add support for print-job and verify-job in printer.py
- 5:18 PM Changeset [f0807b8]no-cups by
- Merge branch 'no-cups' of git://github.com/jhamrick/gutenbach into …
- 5:16 PM Changeset [15fb0f8]no-cups by
- Expanded TODO with information about the potentially-planned …
- 5:11 PM Changeset [f70792f]no-cups by
- Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups
- 5:10 PM Changeset [4914b47]no-cups by
- added most of print_job
- 5:09 PM Changeset [374c558]no-cups by
- Fix #38: Queue should say 'send bugs to gutenbach@…'
- 4:36 PM Changeset [9225351]no-cups by
- Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups
- 4:31 PM Changeset [fa3e2c6]no-cups by
- Add pausing and resuming to the printer.
- 4:31 PM Changeset [cb0195f]no-cups by
- Add resume to jobs.
- 3:51 PM Changeset [56fd535]no-cups by
- Add print-job to TODO
- 3:43 PM Changeset [c1dc25f]no-cups by
- Send URI added to printer.py
- 3:37 PM Changeset [9da7428]no-cups by
- Add support for set-job-attributes and set-printer-attributes in printer.py
- 3:34 PM Changeset [72c3fcb]no-cups by
- fixed doc formatting and send_uri formatting
- 3:31 PM Changeset [5141ed8]no-cups by
- fixed merge conflict in last commit
- 3:19 PM Changeset [8de3c81]no-cups by
- Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups …
- 3:18 PM Changeset [cf0d7e8]no-cups by
- Use sync decorator instead of manually locking.
- 3:13 PM Changeset [8d89b3d]no-cups by
- added comments from the RFC to several functions
- 3:04 PM Changeset [7c8a2f8]no-cups by
- Fix docstring formatting for send-uri
- 3:01 PM Changeset [21b140d]no-cups by
- Added Send_URI
- 2:35 PM Changeset [d17381b]no-cups by
- Ignore tags and logs.
- 2:17 PM Changeset [c1cebbc]no-cups by
- Add restart job support to printer.py and job.py
- 1:56 PM Changeset [c500bc2]no-cups by
- Implement promote_job function in printer.py
Jan 12, 2012:
- 5:37 PM Changeset [a9eb577e]no-cups by
- Add logging configuration option
- 5:13 PM Changeset [c94fa32]no-cups by
- Clean up mplayer command line, and log it
- 5:13 PM Changeset [d994f15]no-cups by
- Hack that answers get-jobs requests incorrectly sent to / (by CUPS)
- 2:35 AM Changeset [b8c3505]no-cups by
- Better threading with job.py and player.py
- 2:17 AM Changeset [adf8cf0]no-cups by
- Remove lag times from job test cases and put them in the actual player.
- 2:12 AM Changeset [20f7360]no-cups by
- Add temporary TODO
- 1:49 AM Changeset [ef387cf]no-cups by
- Add more documentation to job.py
- 1:28 AM Changeset [609a9b0]no-cups by
- Add basic configuration file support
- 12:58 AM Changeset [2620618]no-cups by
- Test cases for playing/pausing/stopping jobs
- 12:21 AM Changeset [190bfb4]no-cups by
- Bug in printer.py: appending self.current_job to finished jobs when it …
Jan 11, 2012:
- 10:32 PM Changeset [951ab1b]no-cups by
- Add support for verifying documents in job.py
- 10:30 PM Changeset [d518298]no-cups by
- Corrected the testJobPlays test to spool the job
- 10:22 PM Changeset [a2b0582]no-cups by
- Added tests for printer
- 8:36 PM Changeset [345c476]no-cups by
- Make status handling better in job.py
- 8:13 PM Changeset [09790fe]no-cups by
- Adding test case skeleton files; add test cases to job.py
- 6:58 PM Changeset [33ea505]no-cups by
- Keep IPP code in GutenbachPrinter?, not in GutenbachJob?
- 6:36 PM Changeset [4126d3d]no-cups by
- Rearranging some things
- 4:51 PM Changeset [34a4e5d]no-cups by
- Cancelling jobs work
- 3:27 PM Changeset [d21198f]no-cups by
- Fix some threading deadlock bugs
- 3:13 PM Changeset [eee389a]no-cups by
- Better threading model
- 12:57 AM Changeset [be6ff03]no-cups by
- Log mplayer output better and run it in slave mode
- 12:51 AM Changeset [b01b6d1]no-cups by
- Clean up printer, job, and requests code
Jan 10, 2012:
- 7:25 PM Changeset [ffbe41d]no-cups by
- Clean up core ipp code a bit
Dec 28, 2011:
- 12:10 AM Changeset [ce2abc5]no-cups by
- Queueing jobs (and playing them through mplayer) works
Dec 27, 2011:
- 11:33 PM Changeset [e58af05]no-cups by
- Implement send-document operation and add threading so that the …
- 10:20 PM Changeset [7c143c9]no-cups by
- Add support for chunking, i.e. receiving file data
- 7:03 PM Changeset [ee8e6d0]no-cups by
- Fix error with HTTP server recreating printer objects
Dec 24, 2011:
- 1:33 AM Changeset [1037115]no-cups by
- Get rid of individual operations files -- too messy. Go back to …
Dec 23, 2011:
- 9:37 PM Changeset [793432f]no-cups by
- Reorganization
- 9:04 PM Changeset [b828a96]no-cups by
- Use classes for standard IPP attributes
- 8:20 PM Changeset [aded2d1]no-cups by
- Checkpoint, creating classes for specific IPP attributes
- 1:09 PM Changeset [f6e2532]no-cups by
- Constants; small changes in printer
- 12:30 PM Changeset [94a4825]no-cups by
- Add handler decorators for other handlers and throw an exception if …
Note: See TracTimeline
for information about the timeline view.