summaryrefslogtreecommitdiff
path: root/cups
AgeCommit message (Expand)AuthorFilesLines
2011-12-08cups: Fix D-Bus reply memory leaksSyam Sidhardhan1-5/+25
2011-05-15Fix unused variable warnings reported by GCC 4.6Johan Hedberg1-0/+15
2010-09-01Fix coding style issues in CUPS codeJohan Hedberg1-48/+64
2010-09-01cups: Add ability to print IEEE1284 device IDBastien Nocera1-0/+83
2010-01-01Update copyright informationMarcel Holtmann5-5/+5
2009-10-02Fix unnecessary error checksSteve Grubb1-3/+3
2009-10-02Fix memory leaksSteve Grubb1-0/+1
2009-08-30Make discovery mode work with CUPS 1.4.xTill Kamppeter1-38/+25
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-16/+0
2009-08-11Actually read the CreateDevice replyBastien Nocera1-3/+4
2009-08-11Don't abort cups backend on property changeBastien Nocera1-0/+2
2009-08-11Mark Bluetooth printers as being localTill Kamppeter1-1/+1
2009-06-27Less errors from the cups backendBastien Nocera1-4/+5
2009-03-14Fix device_get_ieee1284_id return valueJohan Hedberg1-1/+1
2009-03-13Port CUPS discovery to BlueZ 4.xBastien Nocera1-181/+256
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann1-1/+2
2009-01-01Update copyright informationMarcel Holtmann5-5/+5
2008-12-23Fix inclusion of SDP and protocol function declarationsMarcel Holtmann5-6/+12
2008-10-31Use correct object path for manager interfaceMarcel Holtmann1-1/+1
2008-09-06Add temporary fix for the CUPS compile issueMarcel Holtmann2-3/+7
2008-05-08Emulate libgdbus API for mainloop integrationMarcel Holtmann1-1/+1
2008-05-08Move D-Bus mainloop integration into libgdbusMarcel Holtmann2-5/+4
2008-03-14Add CLASS support and retry on unavailable printersMarcel Holtmann5-35/+120
2008-03-06Fix CUPS error and state reportingMarcel Holtmann3-18/+54
2008-03-05Remove the support for SDP parsing via expatMarcel Holtmann1-4/+0
2008-02-02Update copyright informationMarcel Holtmann4-4/+4
2007-06-07Let CUPS plugin discover printers in rangeMarcel Holtmann2-6/+508
2006-08-20Don't create backend directory if disabledMarcel Holtmann1-1/+1
2006-08-20Install cups backend only when enabledMarcel Holtmann1-2/+4
2006-07-26Fix declared with attribute warn_unused_result errorsMarcel Holtmann2-5/+5
2006-01-03Update copyright informationMarcel Holtmann4-4/+4
2005-10-29Big cleanup of CVS relicsMarcel Holtmann5-71/+48
2005-07-05Fix some GCC 4.0 warningsMarcel Holtmann1-1/+2
2005-04-21Use LDADD instead of LIBSMarcel Holtmann1-2/+1
2004-12-25Add memset() to different places to initialize the structuresMarcel Holtmann1-2/+5
2004-08-18Print a dummy device list when called with no argumentsMarcel Holtmann1-5/+1
2004-07-27Make more parts optionalMarcel Holtmann1-7/+6
2004-07-22Retry SDP connect if busyMarcel Holtmann1-1/+1
2004-07-21Make use of MAINTAINERCLEANFILESMarcel Holtmann1-0/+2
2004-07-21Use AM_CFLAGS instead of INCLUDESMarcel Holtmann1-1/+1
2004-05-23Use LIBS instead of LDFLAGSMarcel Holtmann1-1/+1
2004-05-09Add missing include of sys/socket.hMarcel Holtmann1-0/+1
2004-05-02Use definitions from the Bluetooth libraryMarcel Holtmann1-6/+0
2004-05-02Moved the sdp_get_add_access_protos() function into the Bluetooth libraryMarcel Holtmann1-27/+0
2004-05-02Add Bluetooth backend for CUPSMarcel Holtmann5-0/+778