summaryrefslogtreecommitdiff
path: root/cups/http-support.c
Commit message (Expand)AuthorAge
* http-support.c: Add avahi-common/malloc.h header for avahi_free()Zdenek Dohnal2020-11-25
* Fix memory leak (Issue #49)Michael R Sweet2020-11-23
* Ignore HTTP Date values with invalid year (Apple Issue #5724)Michael R Sweet2020-10-28
* Cleanup comments/coding style to match contribution guide...Michael R Sweet2020-10-13
* Resolve DNS-SD URIs correctly also if they are from a service from localhostTill Kamppeter2020-10-12
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-18
* Add support for DigestOptions directive in client.conf (Issue #5647)Michael R Sweet2019-10-15
* Move debug printfs to internal usage only.Michael R Sweet2018-10-18
* Cleanup.Michael R Sweet2018-10-17
* Add missing DNSSD.LIB functions.Michael R Sweet2018-10-16
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-10
* More Digest changes.Michael R Sweet2018-09-14
* More Digest authentication fixes/improvements.Michael R Sweet2018-09-14
* Add digest debugging and fix a small bug in the HTTP unit test.Michael R Sweet2018-08-29
* Fix issue with HTTP Digest authentication, add unit tests (rdar://41709086)Michael R Sweet2018-08-28
* Add more URI validation for scheme.Michael R Sweet2018-05-14
* Rename HTTP_STATUS_REDIRECT_TEMPORARILY to HTTP_STATUS_FOUND, to match RFC 7231.Michael Sweet2017-12-08
* Add missing HTTP status message for 302 (moved temporarily).Michael Sweet2017-12-08
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-07
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-06
* Save work on documentation.Michael Sweet2017-06-08
* Documentation updates.Michael Sweet2017-05-31
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-16
* Update localizations.Michael R Sweet2016-08-08
* Update all references to OS X to macOS.Michael R Sweet2016-06-20
* Fix compiler warning.Michael Sweet2016-05-30
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-23
* Fix some bugs in the implementation that have been around for a while...msweet2016-02-17
* Range check port numbers in URIs (<rdar://problem/23144461>)msweet2015-11-13
* Add ellipsis to "Looking for printer" message.msweet2015-06-24
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-28
* Update "since CUPS 2.0" into to mention OS X 10.10.msweet2014-08-19
* <rdar://problem/11829070> ER: Could we consolidate Wi-Fi and USB connections ...msweet2014-05-02
* Fall back to wireless if USB doesn't respond (<rdar://problem/11829070>)msweet2014-04-24
* Don't add // to geo: URIs.msweet2014-03-26
* Fix build errors on Fedora.msweet2014-02-14
* Full sweep of all Clang warnings, plus some bug fixes for incorrect memcpy us...msweet2014-02-06
* Fix builds.msweet2013-12-05
* Drop old private APIs that are no longer used/supported.msweet2013-10-18
* Save work; public accessors for more stuff, continue transition away from pri...msweet2013-10-04
* <rdar://problem/14672918> Use UUID from dnssd URI to identify instance of pri...msweet2013-09-10
* <rdar://problem/14672918> Use UUID from dnssd URI to identify instance of pri...msweet2013-09-04
* Localize HTTP status codes based on Accept-Lanaguage (<rdar://problem/14201195>)msweet2013-08-12
* Fax queues did not work when shared via Bonjour (<rdar://problem/14498310>)msweet2013-07-26
* Update version numbers.msweet2013-07-03
* httpStatus(HTTP_ERROR) did not return a useful error messagemsweet2013-06-25
* <rdar://problem/14243133> AirPrint: Printers with name containing certain cha...msweet2013-06-25
* Update svn:keyword properties.msweet2013-05-29
* Added support for RFC 6874's IPv6 link local address format in URIsmsweet2013-05-24
* Merge changes from CUPS 1.7b1-r10947.msweet2013-04-09