summaryrefslogtreecommitdiff
path: root/libsoup/content-sniffer
Commit message (Collapse)AuthorAgeFilesLines
* docs: Port individual docs to gi-docgenMaximiliano Sandoval R2022-04-131-19/+12
|
* Clean up GI annotations and VAPI metadataPatrick Griffis2021-08-081-1/+1
|
* Use G_DECLARE_FINAL_TYPE when applicablePatrick Griffis2021-07-282-9/+9
|
* Use header fast paths internally whenever possibleCarlos Garcia Campos2021-06-041-1/+2
|
* sniffer: remove unused bytes for sniffing from SoupMessageCarlos Garcia Campos2021-05-143-40/+13
| | | | | | It's set by the sniffer but never used. Also remove soup_content_sniffer_get_buffer_size() that is only used by sniffer stream and always returns 512
* sniffer: do not copy the buffer passed to the snifferCarlos Garcia Campos2021-05-141-1/+1
|
* Use g_object_notify_by_pspec instead of g_object_notifyCarlos Garcia Campos2021-05-041-6/+10
|
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-184-4/+4
| | | | We prefer spaces now instead of tabs.
* content-sniffer: empty resources should be considered text/plaincarlosgc/sniff-emptyCarlos Garcia Campos2021-02-171-1/+1
| | | | Instead of application/octet-stream according to the HTML5 spec
* docs: use Returns instead of Return value in documentationCarlos Garcia Campos2021-02-111-2/+2
|
* docs: remove since tags from documentationCarlos Garcia Campos2021-02-111-4/+0
|
* Handle sniffing bytes with 0 sizePatrick Griffis2020-12-161-0/+3
|
* Make SoupContentSniffer final typePatrick Griffis2020-12-162-68/+37
|
* Silence Clang warningPatrick Griffis2020-12-161-1/+1
|
* SoupSessionFeature: Change to private interfacePatrick Griffis2020-12-011-1/+2
|
* Remove all 2.x version macrosPatrick Griffis2020-11-251-4/+4
|
* Move content-decoder sources to its own directoryPatrick Griffis2020-11-098-969/+0
|
* message: remove SOUP_MESSAGE_CONTENT_DECODED flagCarlos Garcia Campos2020-11-072-10/+3
| | | | | Flags are expected to be set by the user to modify the behavior of a message, not by libsoup to notify the user.
* Use the new SoupMessage flags APICarlos Garcia Campos2020-11-071-2/+1
|
* docs: Reach 100% documentation coveragePatrick Griffis2020-11-032-0/+12
|
* Make SoupMessage a private and final typePatrick Griffis2020-10-282-6/+6
|
* Remove session parameter from SoupSessionFeature::request-queued/unqueuedCarlos Garcia Campos2020-10-252-6/+3
| | | | | It's unused and features are already attached to a session with SoupSessionFeature::attach.
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-193-24/+30
|
* Modernize GObject declarationsPatrick Griffis2020-09-199-202/+118
|
* Delete SoupSessionSyncPatrick Griffis2020-09-191-2/+1
|
* Make more APIs privatePatrick Griffis2020-09-191-1/+0
|
* Reorganize source treePatrick Griffis2020-09-1912-0/+2441