summaryrefslogtreecommitdiff
path: root/libsoup/soup-misc.c
Commit message (Expand)AuthorAgeFilesLines
* session: make message queue handling thread safeCarlos Garcia Campos2022-06-081-0/+12
* docs: Port individual docs to gi-docgenMaximiliano Sandoval R2022-04-131-3/+3
* Update gi annotationsPatrick Griffis2021-08-081-2/+2
* logger: handle all possible HTTP versions in SoupHTTPVersionPatrick Griffis2021-05-091-0/+16
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* docs: use Returns instead of Return value in documentationCarlos Garcia Campos2021-02-111-3/+3
* docs: remove since tags from documentationCarlos Garcia Campos2021-02-111-1/+0
* Change soup_add_timeout() to transfer ownershipPatrick Griffis2020-11-131-2/+1
* Change soup_add_completion() to not return a GSourcePatrick Griffis2020-11-131-8/+3
* misc: Remove unused functionsPatrick Griffis2020-11-131-55/+0
* docs: More doc cleanups and organizingPatrick Griffis2020-09-201-6/+0
* Move accept_languages_from_system() to soup-miscPatrick Griffis2020-09-191-0/+80
* Make more APIs privatePatrick Griffis2020-09-191-3/+0
* Simplify soup_host_matches_host()Claudio Saavedra2018-08-101-10/+1
* soup-misc: add a GDestroyNotify to soup_add_completion_reffed()Dan Winship2016-12-031-5/+6
* Bug 587145 - Add GSS-Negotiate supportGuido Guenther2016-03-141-0/+35
* Include config.h if needed in the files that do not include it yetIgnacio Casal Quinteiro2015-11-041-0/+4
* SoupSessionAsync: fix the idle_run_queue source handling (again)Dan Winship2012-08-131-4/+17
* Clean up includesDan Winship2012-07-131-1/+0
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-291-0/+2
* Fixes and additions for new introspection scannerDan Winship2010-09-131-4/+4
* add a few missing introspection annotationsDan Winship2010-08-201-8/+8
* Add macros for checking character classes. Eg, soup_char_is_token()Dan Winship2010-04-091-0/+59
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-57/+0
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+2
* Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship2008-07-261-0/+30
* remove prototype for soup_signal_connect_once, which is only used byDan Winship2008-02-091-13/+6
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-83/+9
* require glib 2.12. check for timegm().Dan Winship2007-03-171-237/+19
* new method to find a "real" (ie, not comment or whitespace) xml nodeDan Winship2006-11-061-0/+17
* fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship2006-11-031-8/+9
* make this buildDan Winship2005-11-101-2/+2
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-0/+78
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-3/+20
* Do this less kludgefully, using the magic of GClosure, to fix x86_64Dan Winship2004-05-111-16/+23
* fix last fixDan Winship2003-11-181-2/+2
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-2/+2
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-67/+0
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-304/+13
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-25/+0
* Beginnings of improved synchronous API supportDan Winship2003-09-091-13/+0
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-80/+0
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-20/+2
* Remove this. RC doesn't let you configure it, and no one has complained,Dan Winship2003-08-191-1/+1
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-0/+58
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-4/+3
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-1/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-8/+62
* Bump development version to 0.7.99.Alex Graveley2002-03-121-52/+258
* Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley2001-10-301-0/+24