summaryrefslogtreecommitdiff
path: root/cups/http-support.c
Commit message (Expand)AuthorAgeFilesLines
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-0/+7
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-181-6/+4
* Add support for DigestOptions directive in client.conf (Issue #5647)Michael R Sweet2019-10-151-1/+8
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-0/+1
* Cleanup.Michael R Sweet2018-10-171-1/+1
* Add missing DNSSD.LIB functions.Michael R Sweet2018-10-161-3/+0
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-101-6/+6
* More Digest changes.Michael R Sweet2018-09-141-133/+146
* More Digest authentication fixes/improvements.Michael R Sweet2018-09-141-37/+63
* Add digest debugging and fix a small bug in the HTTP unit test.Michael R Sweet2018-08-291-0/+2
* Fix issue with HTTP Digest authentication, add unit tests (rdar://41709086)Michael R Sweet2018-08-281-0/+105
* Add more URI validation for scheme.Michael R Sweet2018-05-141-3/+4
* Rename HTTP_STATUS_REDIRECT_TEMPORARILY to HTTP_STATUS_FOUND, to match RFC 7231.Michael Sweet2017-12-081-2/+2
* Add missing HTTP status message for 302 (moved temporarily).Michael Sweet2017-12-081-0/+3
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-061-4/+1
* Save work on documentation.Michael Sweet2017-06-081-5/+9
* Documentation updates.Michael Sweet2017-05-311-6/+8
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Update localizations.Michael R Sweet2016-08-081-1/+1
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-8/+8
* Fix compiler warning.Michael Sweet2016-05-301-1/+1
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-231-6/+2
* Fix some bugs in the implementation that have been around for a while...msweet2016-02-171-30/+21
* Range check port numbers in URIs (<rdar://problem/23144461>)msweet2015-11-131-0/+6
* Add ellipsis to "Looking for printer" message.msweet2015-06-241-2/+2
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-281-1/+1
* Update "since CUPS 2.0" into to mention OS X 10.10.msweet2014-08-191-2/+2
* <rdar://problem/11829070> ER: Could we consolidate Wi-Fi and USB connections ...msweet2014-05-021-4/+4
* Fall back to wireless if USB doesn't respond (<rdar://problem/11829070>)msweet2014-04-241-5/+40
* Don't add // to geo: URIs.msweet2014-03-261-3/+3
* Fix build errors on Fedora.msweet2014-02-141-10/+5
* Full sweep of all Clang warnings, plus some bug fixes for incorrect memcpy us...msweet2014-02-061-28/+87
* Fix builds.msweet2013-12-051-4/+4
* Drop old private APIs that are no longer used/supported.msweet2013-10-181-7/+0
* Save work; public accessors for more stuff, continue transition away from pri...msweet2013-10-041-48/+47
* <rdar://problem/14672918> Use UUID from dnssd URI to identify instance of pri...msweet2013-09-101-6/+0
* <rdar://problem/14672918> Use UUID from dnssd URI to identify instance of pri...msweet2013-09-041-5/+75
* Localize HTTP status codes based on Accept-Lanaguage (<rdar://problem/14201195>)msweet2013-08-121-9/+27
* Fax queues did not work when shared via Bonjour (<rdar://problem/14498310>)msweet2013-07-261-1/+2
* Update version numbers.msweet2013-07-031-1/+1
* httpStatus(HTTP_ERROR) did not return a useful error messagemsweet2013-06-251-0/+3
* <rdar://problem/14243133> AirPrint: Printers with name containing certain cha...msweet2013-06-251-12/+30
* Update svn:keyword properties.msweet2013-05-291-2/+2
* Added support for RFC 6874's IPv6 link local address format in URIsmsweet2013-05-241-5/+45
* Merge changes from CUPS 1.7b1-r10947.msweet2013-04-091-0/+7
* Sync up with CUPS 1.7svn-r10893msweet2013-03-111-49/+49
* Merge changes from CUPS 1.7svn-r10861.msweet2013-02-041-4/+4
* Merge changes from CUPS 1.7svn-r10791.msweet2013-01-101-9/+25
* Merge changes from CUPS 1.7svn-r10755.msweet2012-12-121-2/+1