platform/upstream/libsoup.git
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.
2001-09-29 Alex GraveleyForget to commit.
2001-09-29 Alex GraveleyAdd soup-socket-win.c.
2001-09-27 Alex GraveleyFix typo.
2001-09-27 Alex GraveleyRemove Glib workarounds for Windows socket io.
2001-09-27 Alex Graveley#ifdef protect the ptrace attach/detach code until...
2001-09-27 Alex GraveleyUpdate for new exports.
2001-09-27 Alex GraveleyFix constness for get_dav_prop and get_custom_prop.
2001-09-19 Dan WinshipFix this to not return immediately after parsing the...
2001-09-17 Vladimir VukicevicAdded soup_address_copy(). Changed soup_address_new...
2001-09-14 Alex GraveleyReturn const string.
2001-09-13 Alex GraveleyImpl.
2001-09-12 Alex GraveleyPass protocol to soup_server_new. Ditto.
2001-09-11 Alex GraveleyRewrite to correctly handle rollback and propstat resul...
2001-09-11 Alex GraveleyRemove windows \r newlines
2001-09-11 Alex GraveleyBuild fixes for Windows.
2001-09-11 Alex GraveleyRename from mod-server-test to be obvious that its...
2001-09-11 Alex GraveleyFix typo.
2001-09-11 Alex GraveleyAdd src/libsoup/soup-ntlm.[ch]
2001-09-10 Alex GraveleyReplace opt_search with opt_other. Remove SOUP_DAV_SEARCH.
2001-09-10 Alex GraveleyRemvoe newly added features
2001-09-10 Alex GraveleyShuffle features
2001-09-10 Alex GraveleyFix typo
2001-09-10 Alex GraveleyPass authtypes param to soup_server_register. Ditto...
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-30 Alex GraveleyLink with libwsdl.so and libwsdl-build.a.
2001-08-29 Alex GraveleyUpdate for new layout.
2001-08-29 Alex GraveleyFix headers for new layout. Ditto.
2001-08-28 Alex GraveleyPerform deep unix magic in order to identify if we... SOUP_0_4 SOUP_0_5
2001-08-28 Alex GraveleyRemove mega FIXME.
2001-08-28 Alex GraveleyRewrite HEX decoding to hopefully be easier to understa...
next