platform/upstream/libsoup.git
2003-02-27 Joe ShawBump up to 1.99.10.
2003-02-26 Joe ShawBump up to 1.99.9.
2003-02-26 Frank Belew... added workaround to link ssl-proxy statically
2003-02-11 Joe ShawBump up to 1.99.8 for snaps.
2003-02-11 Joe Shaw*** empty log message ***
2003-02-11 Joe ShawBump up to 1.99.7 for snaps.
2003-02-04 Joe ShawBump up to 1.99.6 for snaps.
2003-01-22 Joe ShawBump up to 1.99.5 for the snaps.
2003-01-17 Joe ShawIt's not uncommon for us to get a G_IO_ERROR_AGAIN...
2003-01-10 Joe Shawbump up version for snaps
2003-01-10 Joe ShawLoad some X509 and SSL error strings and print out...
2003-01-09 Dan WinshipFix a memcpy overrun noticed by valgrind
2002-12-20 Joe ShawAdded. Starts a server only on the interface specified...
2002-12-16 Jeremy Katzuse $libdir instead of /usr/lib when looking for libraries
2002-12-11 Joe ShawI am an idiot. Don't set a variable to NULL and then...
2002-12-09 Joe ShawPut a timeout on the select()s when we get SSL_ERROR_WA...
2002-12-09 Joe Shaw*** empty log message ***
2002-12-09 Joe ShawWe never want to release the connection on message...
2002-12-03 Joe Shawstfu
2002-12-03 Joe ShawCall g_io_channel_set_close_on_unref() on the second...
2002-12-03 Frank Belew... libsoup/soup-address.c: add signal.h to the list of...
2002-11-25 Joe ShawBuild the tests directory again
2002-11-21 Rodney DawesDon't require autoconf 2.5x, needs to work with 2.13
2002-11-20 Michael Meeksrequire autoconf 2.52 not 2.53.
2002-11-18 Dan WinshipFix spelling of SOUP_ERROR_MOVED_PERMANENTLY and its...
2002-11-18 Dan WinshipDon't use s6_addr32 since it's apparently non-portable...
2002-11-18 Dan WinshipAdd "-6" to listen on the IPv6 local address instead...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-15 Frank Belew... tests/Makefile.am: uncomment lines to make timeserver...
2002-11-14 Joe ShawWhen we get an address from the hash, call our address...
2002-11-13 Dan WinshipOops, commit this.
2002-11-13 Joe ShawReplace the BINDIR define with LIBEXECDIR. (install...
2002-11-12 Dan WinshipCheck for IPv6 support in networking headers.
2002-11-11 Dan WinshipMove the SoupAddress code from soup-socket.c and soup...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-05-31 Jacob Berkmanadd 'typedef'
2002-04-08 Alex GraveleyReturn copied auth context. doh.
2002-03-21 Alex GraveleyHandle forced no-content response codes 204, 205, and...
2002-03-21 Alex GraveleyReturn default handler if none exist. Unregister defaul...
2002-03-21 Alex GraveleyIssue callback directly as we might not be in the reque...
2002-03-14 Alex GraveleyAdd stub so soup-apache modules an be run by soup-httpd.
2002-03-13 Alex GraveleyCheck for transport error.
2002-03-13 Alex Graveley#if 0 out generated code to use overridden URL in requests.
2002-03-13 Alex GraveleyUpdate for new server API.
2002-03-13 Alex GraveleyUse soup_env_add_recv_header to add the new header...
2002-03-12 Alex GraveleyLoop on SSL_connect for some buggy versions of OpenSSL...
2002-03-12 Alex GraveleyBlah. Cvs sucks.
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2002-01-17 Joe ShawAdd a soup_message_get_http_version() function.
2001-11-09 Alex GraveleyUpdate to call renamed SoupHandlerEvents.
2001-11-08 Alex GraveleyBump HEAD version to 0.6.99. Ditto.
2001-11-08 Alex GraveleyVersion 0.6.0. Ditto. SOUP_0_6_0
2001-11-08 Alex GraveleySet debug default to "minimum", which turns off G_ENABL...
2001-11-08 Alex GraveleyAdd cleanup function to avoid leaving context/address...
2001-11-07 Dan WinshipMark the auth completed after sending the response...
2001-11-02 Alex GraveleyAdd death_tag to _SoupConnection.
2001-11-02 Alex GraveleyAdd missing newlines after sections.
2001-11-02 Alex GraveleyRemove NSS-related code, as this is now moved to libsoup.
2001-11-02 Alex GraveleyRename killme to cached in _SoupAddress.
2001-11-02 Alex GraveleyFix typo.
2001-11-02 Alex GraveleyRemove extraneous return.
2001-11-02 Alex GraveleyRemove old fixed FIXME.
2001-11-02 Alex GraveleyWindows build fixes and warning smashes.
2001-11-01 Alex GraveleyNull terminate recv_buf before copying the data pointer.
2001-11-01 Alex GraveleyDrop connection count of connect failed. (soup_context_...
2001-10-31 Dan WinshipFix the popt check so you can pass CPPFLAGS and LDFLAGS...
2001-10-30 Alex GraveleyRemove the existing SoupAuth from the from the server...
2001-10-30 Alex GraveleyConsider existing addresses with a zero refcount valid...
2001-10-30 Alex GraveleyCall soup_auth_fn if we don't have auth data in the...
2001-10-27 Alex GraveleyInclude soup-error.h
2001-10-26 Alex GraveleyUse WUNTRACED, which should fix possible hang situation.
2001-10-26 Alex GraveleyUse soup_uri_set_auth().
2001-10-26 Alex GraveleyHandle redirects when source uri has auth data by copyi...
2001-10-26 Alex GraveleyFixe bug where informational responses were treated...
2001-10-25 Dan WinshipFix up the networking library checks to work on Solaris...
2001-10-22 Joe ShawMake sure we handle G_IO_IN before we handle G_IO_HUP...
2001-10-22 JP Rosevearuse new error api
2001-10-21 Alex GraveleyReorganize.
2001-10-19 Alex GraveleyThis is the first attempt at authentication inheritence...
2001-10-18 Alex GraveleySet encoding out param appropriately. Ditto.
2001-10-18 JP Rosevearthe array length assertion should be >= rather than...
2001-10-17 Alex GraveleyDon't call chunk callback if there is no new data.
2001-10-17 Alex GraveleyAdd some bounds checking.
2001-10-16 Alex GraveleyImpl. (remove_block_at_index): Impl. (decode_chunk...
2001-10-16 Joe ShawA NULL passwd is perfectly valid, so we want to avoid...
2001-10-16 Alex GraveleyFix nasty chunked encoding bug when the message is...
2001-10-09 Alex GraveleyAssign source connection correctly.
2001-10-09 Alex Graveleydon't call __uri_exists as __is_collection should check...
2001-10-06 Alex GraveleyExplicitly add libplc4 and libplds4 which are dependenc...
2001-10-05 Alex GraveleyImpl. Use instead of custom header free funcs throughout.
2001-10-04 Alex GraveleyUgg. Don't call waitpid with NOHANG. Avoid zombies...
2001-10-04 Alex GraveleyCall soup_message_get_header_list.
2001-10-04 Alex GraveleyFix const warnings.
2001-10-04 Alex GraveleyDon't create response_headers. This is done in soup_mes...
2001-10-04 Alex GraveleyHandle multiple values in header hash tables. (free_hea...
2001-10-03 Dan WinshipThe @ in foo/bar@baz is part of the path, not the usern...
2001-10-02 Alex GraveleyFix HAVE_OPENSSL and HAVE_NSS checks as these were...
2001-10-02 Alex GraveleyAdd defines for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETA...
2001-09-29 Alex GraveleyRemove redundant alloca define.
2001-09-29 Alex GraveleyFix copyright notice. Ditto. Ditto.
next