summaryrefslogtreecommitdiff
path: root/libsoup/soup-logger.c
Commit message (Expand)AuthorAgeFilesLines
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-38/+1
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-2/+2
* Modernize GObject declarationsPatrick Griffis2020-09-191-0/+6
* Make more APIs privatePatrick Griffis2020-09-191-0/+1
* Remove deprecated SoupLogger APIsPatrick Griffis2020-09-191-37/+0
* Always use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-131-2/+4
* Bug 789096 - format-zero-length warning triggered in soup-logger.cTomas Popela2017-10-181-8/+8
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-141-27/+28
* soup-logger: Allow logger to be effectively used by bindingsJonh Wendell2016-07-121-10/+105
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-40/+65
* soup-logger: fix -Wformat-nonliteral warnings in clangDan Winship2013-10-171-1/+4
* [soup-logger] On response, always print headersAndres Gomez2013-07-151-7/+36
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-1/+1
* SoupLogger: fix printing of Host header with IPv6 literalDan Winship2012-11-171-1/+13
* Clean up includesDan Winship2012-07-131-5/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-24/+21
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-7/+7
* SoupAuthBasic: allow (some) non-ASCII usernames/passwordsDan Winship2011-11-131-1/+12
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-3/+3
* SoupLogger: don't crash if the session emits bogus dataDan Winship2010-04-101-0/+9
* Fix SoupLogger to not crash with streamed requestsDan Winship2009-08-221-12/+15
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-1/+1
* clarify exactly when stuff gets logged (and in particular, thatDan Winship2008-11-241-0/+11
* doc fixupsDan Winship2008-10-011-1/+1
* libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship2008-09-261-1/+1
* don't add a Host header to the message if the caller already added one.Dan Winship2008-07-261-2/+6
* New interface type representing a feature that can be added to aDan Winship2008-04-081-50/+39
* Define two new signals, request_queued and request_unqueued, to provided aDan Winship2008-03-161-17/+29
* Misc gtk-doc fix-upsDan Winship2008-02-101-0/+2
* Add an iterator type for SoupMessageHeaders.Dan Winship2008-02-091-54/+53
* Fix session ids by using weak refs for the logger cleanup rather thanDan Winship2008-01-271-12/+18
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-0/+638