summaryrefslogtreecommitdiff
path: root/libsoup/soup-content-sniffer.c
Commit message (Expand)AuthorAgeFilesLines
* SoupMessage: seal access to private membersClaudio Saavedra2019-07-101-10/+3
* gobject: explicitly cast on g_object_ref/unref() callsClaudio Saavedra2017-12-111-1/+1
* Fix sniffing of un-Content-Typed XMLDan Winship2017-07-031-1/+1
* Fix some signed/unsigned missmatch warningsIgnacio Casal Quinteiro2015-11-021-9/+9
* libsoup: Fix some old-style function declarationsPhilip Withnall2015-04-271-1/+1
* sniffing: Add audio/video sniffingGustavo Noronha Silva2014-02-171-0/+111
* sniffing: Bring image sniffing up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-171-98/+114
* sniffing: Bring feed vs HTML up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-171-38/+79
* sniffing: Add comment to the XML types bitGustavo Noronha Silva2014-02-171-0/+1
* sniffing: Adjust the general unknown MIME type algorithmGustavo Noronha Silva2014-02-171-54/+186
* sniffing: Implement handling of the X-Content-Type-Options headerGustavo Noronha Silva2014-02-171-1/+5
* sniffing: Implement the check-apache-bug flagGustavo Noronha Silva2014-02-171-9/+28
* sniffing: Document the specification we are targetingGustavo Noronha Silva2014-02-171-0/+4
* Misc docs updatesDan Winship2013-12-111-1/+1
* Add per-version deprecation/availability warningsDan Winship2012-11-081-2/+15
* Added SoupContentProcessor support to SoupMessage, SoupContentDecoder & SoupC...Sergio Villar Senin2012-11-021-1/+34
* SoupContentSniffer: removed several unused function argumentsSergio Villar Senin2012-08-201-12/+11
* Clean up includesDan Winship2012-07-131-4/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-78/+75
* soup-message-io: move content sniffing out into a wrapper streamDan Winship2012-04-171-2/+9
* SoupContentSniffer: don't use gio anymorearno2011-08-081-43/+6
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-0/+15
* Be less strict when checking whether to apply "text or binary"Gustavo Noronha Silva2010-03-151-7/+1
* Fixed problem with the content sniffing.Alejandro G. Castro2009-10-071-1/+2
* Use guchar instead of char where the distinction is important.Dan Winship2009-08-091-41/+41
* Fix HTML or feed algorithm to not go past resource_lengthGustavo Noronha Silva2009-07-131-2/+38
* Miscellaneous content-sniffing fixesDan Winship2009-07-101-1/+0
* Implement content sniffingGustavo Noronha Silva2009-07-021-0/+570