summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
...
* I am an idiot. Don't set a variable to NULL and then immediately try toJoe Shaw2002-12-111-5/+5
* *** empty log message ***Joe Shaw2002-12-092-12/+11
* We never want to release the connection on message free, even if theJoe Shaw2002-12-091-5/+5
* Call g_io_channel_set_close_on_unref() on the second half of the socketJoe Shaw2002-12-031-0/+1
* libsoup/soup-address.c: add signal.h to the list of headers to pick up SIGKILLFrank Belew (Myth)2002-12-031-0/+1
* Fix spelling of SOUP_ERROR_MOVED_PERMANENTLY and its description.Dan Winship2002-11-182-2/+2
* Don't use s6_addr32 since it's apparently non-portable. Use s6_addrDan Winship2002-11-189-149/+14
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-1539-87/+53
* When we get an address from the hash, call our address lookup callback orJoe Shaw2002-11-141-0/+1
* Replace the BINDIR define with LIBEXECDIR. (install-exec-hook): InstallJoe Shaw2002-11-134-5/+8
* Check for IPv6 support in networking headers.Dan Winship2002-11-127-747/+619
* Move the SoupAddress code from soup-socket.c and soup-socket-unix.c toDan Winship2002-11-115-664/+661
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-0536-1280/+1497
* add 'typedef'Jacob Berkman2002-05-311-1/+1
* Return copied auth context. doh.Alex Graveley2002-04-081-0/+2
* Handle forced no-content response codes 204, 205, and 304. CheckAlex Graveley2002-03-211-18/+25
* Return default handler if none exist. Unregister default handler beforeAlex Graveley2002-03-211-23/+30
* Issue callback directly as we might not be in the request processing loop.Alex Graveley2002-03-211-7/+14
* Loop on SSL_connect for some buggy versions of OpenSSL that still returnAlex Graveley2002-03-121-4/+18
* Blah. Cvs sucks.Alex Graveley2002-03-124-0/+740
* Bump development version to 0.7.99.Alex Graveley2002-03-1227-1452/+3236
* Add a soup_message_get_http_version() function.Joe Shaw2002-01-172-0/+10
* Update to call renamed SoupHandlerEvents.Alex Graveley2001-11-094-327/+423
* Bump HEAD version to 0.6.99. Ditto.Alex Graveley2001-11-081-1/+1
* Version 0.6.0. Ditto.SOUP_0_6_0Alex Graveley2001-11-081-1/+1
* Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and theAlex Graveley2001-11-081-8/+10
* Add cleanup function to avoid leaving context/address references around.Alex Graveley2001-11-081-9/+55
* Mark the auth completed after sending the response string.Dan Winship2001-11-071-1/+3
* Add death_tag to _SoupConnection.Alex Graveley2001-11-024-52/+88
* Remove NSS-related code, as this is now moved to libsoup.Alex Graveley2001-11-021-22/+4
* Rename killme to cached in _SoupAddress.Alex Graveley2001-11-022-16/+17
* Fix typo.Alex Graveley2001-11-021-3/+4
* Remove extraneous return.Alex Graveley2001-11-021-1/+0
* Remove old fixed FIXME.Alex Graveley2001-11-022-17/+12
* Windows build fixes and warning smashes.Alex Graveley2001-11-021-2/+2
* Null terminate recv_buf before copying the data pointer.Alex Graveley2001-11-011-6/+6
* Drop connection count of connect failed. (soup_context_get_connection):Alex Graveley2001-11-013-7/+13
* Remove the existing SoupAuth from the from the server's valid_auths hash.Alex Graveley2001-10-301-9/+16
* Consider existing addresses with a zero refcount valid to return (with anAlex Graveley2001-10-303-28/+94
* Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley2001-10-307-87/+185
* Include soup-error.hAlex Graveley2001-10-274-34/+109
* Use WUNTRACED, which should fix possible hang situation.Alex Graveley2001-10-262-11/+1
* Use soup_uri_set_auth().Alex Graveley2001-10-265-16/+58
* Handle redirects when source uri has auth data by copying auth to new url.Alex Graveley2001-10-261-11/+35
* Fixe bug where informational responses were treated as an unknownAlex Graveley2001-10-261-1/+7
* Fix up the networking library checks to work on Solaris. Check forDan Winship2001-10-251-1/+7
* Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't loseJoe Shaw2001-10-221-2/+2
* use new error apiJP Rosevear2001-10-222-4/+4
* Reorganize.Alex Graveley2001-10-215-244/+308
* This is the first attempt at authentication inheritence, it still needsAlex Graveley2001-10-197-130/+205