cl-ipp

Internet Printing Protocol (IPP) for Common Lisp
git clone https://logand.com/git/cl-ipp.git/
Log | Files | Refs

DateCommit messageAuthorFiles+-
2013-08-26 21:08comments link addedTomas Hlavaty1+1-0
2013-08-26 20:49cl-ipp.org addedTomas Hlavaty1+236-0
2013-08-26 20:48minor stuffTomas Hlavaty1+1-1
2013-08-19 19:40rw:till and rw:skip need rw:peek-reader, wraping in place where usedTomas Hlavaty1+15-12
2013-08-17 23:03curl-client and wget-client low level stuff moved to cl-rwTomas Hlavaty1+22-77
2013-08-12 21:45package :ipp.wget.test introducedTomas Hlavaty1+14-7
2013-08-12 21:44send-document sketchedTomas Hlavaty1+53-5
2013-08-11 22:36curry the monstrosityTomas Hlavaty1+261-465
2013-08-11 20:09added cancel-job get-job-attributes hold-job release-job restart-job - and minor stuffTomas Hlavaty1+133-7
2013-08-11 19:22todo noteTomas Hlavaty1+24-23
2013-08-11 14:31cups-get-default and cups-get-printers implemented - reading improved, group-reader introduced - writing improvedTomas Hlavaty1+166-43
2013-08-11 14:27more attributes listedTomas Hlavaty1+24-1
2013-08-10 22:39implemented get-printer-attributes pause-printer purge-jobs resume-printerTomas Hlavaty1+170-17
2013-08-10 21:46validate-job implementedTomas Hlavaty1+60-3
2013-08-10 21:31create-job and get-jobs implementedTomas Hlavaty1+134-7
2013-08-10 21:30really use some attributes for print-job, spec says soTomas Hlavaty1+14-14
2013-08-10 21:25stricter attribute-tag and attribute-keywordTomas Hlavaty1+3-2
2013-08-10 20:27error for #-cclTomas Hlavaty1+4-2
2013-08-10 20:25read|write-value introducedTomas Hlavaty1+127-58
2013-08-10 19:09compute username automaticallyTomas Hlavaty1+6-5
2013-08-10 18:48ipp.wget::run-command introduced for better error reportingTomas Hlavaty1+19-3
2013-08-10 17:06fix change after introduced rw:skipTomas Hlavaty1+1-1
2013-08-10 17:03io refactored into cl-rwTomas Hlavaty2+58-169
2013-08-10 14:29list-printers implementedTomas Hlavaty1+105-7
2013-08-07 07:29use default value for attributes-charset and attributes-natural-languageTomas Hlavaty1+2-6
2013-08-07 07:23defvar *ipp-client* removedTomas Hlavaty1+25-23
2013-08-07 07:19comments ooutTomas Hlavaty1+0-2
2013-08-07 07:15a few exports addedTomas Hlavaty1+22-19
2013-08-07 07:13no closure needed for ipp-clientTomas Hlavaty1+12-14
2013-08-07 07:09better printer-uri arg passingTomas Hlavaty1+26-15
2013-08-07 06:50works with curlTomas Hlavaty1+2-2
2013-08-06 23:30print-job works via wgetTomas Hlavaty1+206-76
2013-07-31 22:05initial sketchTomas Hlavaty3+284-0