summaryrefslogtreecommitdiff
path: root/cups/http.c
Commit message (Expand)AuthorAgeFilesLines
* Fix one other spot where http->fd isn't reset to -1 (Issue #5915)Michael R Sweet2021-04-081-0/+1
* `httpReconnect2` did not reset the socket file descriptor when the TLSMichael R Sweet2021-04-071-1/+2
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-181-1/+1
* Multiple security/disclosure issues:Michael R Sweet2019-08-151-2/+7
* Fix NULL pointer dereference in httpGetField2 (Issue #5598)Michael R Sweet2019-06-171-3/+6
* Fix a memory reallocation bug in HTTP header value expansionMichael R Sweet2019-04-181-1/+9
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-0/+1
* Remove dependency on zlib headers outside of libcups.Michael R Sweet2018-10-171-62/+93
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-101-32/+32
* More Digest authentication fixes/improvements.Michael R Sweet2018-09-141-1/+7
* Fix memory leaks found by Coverity (Issue #5375)Michael R Sweet2018-08-211-1/+1
* Fix speling mistak.Michael R Sweet2018-02-211-1/+1
* Setting the timeout should also timeout the TLS negotiationMichael R Sweet2018-02-201-3/+3
* Update HTTP implementation to support field values larger than HTTP_MAX_VALUEMichael R Sweet2018-01-101-266/+208
* 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-11/+50
* Save work on documentation.Michael Sweet2017-06-081-18/+21
* Documentation updates.Michael Sweet2017-05-311-8/+8
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Force HTTP state when sending a response (possible fix for Issue #4901)Michael R Sweet2017-01-051-0/+3
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-27/+27
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-231-72/+39
* The httpAddrConnect and httpConnect* APIs now try connecting to multiplemsweet2015-12-111-3/+2
* Don't treat HTTP/1.x prefix as a response unless we are a clientmsweet2015-11-131-1/+1
* Documentation updates (STR #4691, STR #4693)msweet2015-08-261-1/+1
* Silence yet another bogus compiler warning.msweet2014-12-091-1/+1
* The IPP backend did not work with some configurations of Windows (STR #4503)msweet2014-10-211-0/+13
* The web interface now protects against frame "click-jacking" attacks (STR #4492)msweet2014-10-201-0/+11
* Eliminate the rest of the warnings when the other dependencies are added in.msweet2014-08-281-2/+2
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-281-0/+4
* Update "since CUPS 2.0" into to mention OS X 10.10.msweet2014-08-191-11/+11
* Fix cookie handling for web interface.msweet2014-07-161-2/+9
* Get builds working on Windows again.msweet2014-07-151-0/+4
* Fix gzip with Lexmark printers, which apparently do not like having the gzipmsweet2014-06-171-25/+26
* Add localized error message for failed TLS negotiation.msweet2014-05-091-0/+1
* Do compression to a separate 64k buffer for larger chunks.msweet2014-05-081-39/+73
* Move the deck chairs a bit so that the TLS stuff is separated from the HTTPmsweet2014-04-291-25/+12
* Fix a bug in the status reading code when sending a compressed data stream to...msweet2014-02-191-8/+10
* Fix build errors on Fedora.msweet2014-02-141-4/+4
* Full sweep of all Clang warnings, plus some bug fixes for incorrect memcpy us...msweet2014-02-061-73/+65
* Save work.msweet2013-11-081-0/+24
* Fix crash bug with GNU TLS.msweet2013-11-081-1/+1
* Drop OpenSSL support.msweet2013-11-081-22/+3
* Fix potential crasher if a compressed request is interrupted.msweet2013-10-231-0/+4
* Fix httpWriteResponse state values after a 0-length response.msweet2013-10-211-1/+11
* Drop old private APIs that are no longer used/supported.msweet2013-10-181-10/+0
* Get builds working again (still need to fill in the server-side stuff for TLS)msweet2013-10-171-8/+22
* Save work to move all of the TLS support code into libcups (this does not com...msweet2013-10-171-1285/+40
* Use httpAddrListen and new httpAddrClose in cupsd and other places that need it.msweet2013-10-171-30/+6