summaryrefslogtreecommitdiff
path: root/libsoup/soup-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Push SoupContext into the background in preparation for itssoup-refactoringDan Winship2003-06-031-19/+0
* Add a "connected" signal and use that rather than a callback. UpdateDan Winship2003-05-151-1/+10
* Remove. Proxies must be dealt with at the connection level, not globally.Dan Winship2003-04-111-152/+4
* 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
* Rewritten for the new apis, and to be more clean, and to have manyAlex Graveley2001-09-081-0/+1
* impl. (soup_config_ssl_ca_directory): impl. (soup_config_ssl_certificate):Alex Graveley2001-08-261-0/+31
* impl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_files): impl.Alex Graveley2001-08-261-0/+41
* Update Chris Blizzard's email address.Alex Graveley2001-08-231-1/+1
* Fix bug where only the first valid config token is loaded from the configAlex Graveley2001-07-301-3/+5
* Use g_strncasecmp.Alex Graveley2001-07-101-47/+49
* If we're passing in NULL (to reset the proxy), don't try toJoe Shaw2001-06-151-1/+3
* Implement. Sets the HTTP method for a given message. (soup_message_new):Joe Shaw2001-06-061-1/+1
* Correctly note copyright for soup_base64_encode() to the FSF, and creditAlex Graveley2001-06-011-4/+5
* Fixed all gtk-doc moans in soup-core documentationDick Porter2001-05-171-2/+1
* Document. Needs more details and descriptions from the SOAP spec.Alex Graveley2001-05-161-1/+78
* SoupSocketConnectFn no longer takes a SoupAddress argument, as it can beAlex Graveley2001-04-231-1/+6
* remove hack to look at internals of GNET by using the new forked GNET :)Alex Graveley2001-03-221-0/+6
* glib idle callback which calls waitpid (nonblockingously) on all theAlex Graveley2001-02-281-1/+15
* cleaned up to no longer link with an SSL library. Added optionsAlex Graveley2001-02-201-7/+49
* add items left before a release.alex2001-02-121-1/+1
* use absolute paths for soup headersalex2001-02-061-3/+1
* warn the user if a config file entry is not allowed by system config.alex2001-01-171-1/+7
* Fix a typoalex2001-01-151-5/+5
* hacked to support permissions in the global config file on which optionsalex2001-01-151-25/+108
* oops, forgot to mention that user local config file (~/.souprc) is nowalex2001-01-141-1/+1
* SOCKS version 4 and version 5 support. This code is not very simplealex2001-01-141-4/+18
* simple config file loading. Passing NULL as the config file name will loadalex2001-01-121-2/+53
* Made SoupConnection wrap Gnet's TcpSocket. This means there are no gnetalex2000-12-261-0/+78
* Beginnings of test-suite added.alex2000-12-131-1/+27
* Rewrote the connection pool logic, and cleaned up the request queueingalex2000-12-111-0/+44