platform/upstream/libsoup.git
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...
2001-08-28 Alex GraveleySet the compare func on the returned object.
2001-08-28 Joe ShawJust return NULL from this function for now. There...
2001-08-27 Joe Shawforgot to commit this
2001-08-27 Alex GraveleyFormat fixes. Format fixes.
2001-08-26 Alex Graveleyimpl. (soup_config_ssl_ca_directory): impl. (soup_confi...
2001-08-26 Alex Graveleyimpl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_f...
2001-08-25 Alex GraveleyAlways regenerate req->priv->req_header.
2001-08-23 Alex GraveleyFix under-allocation. (ntlm_parse): Comment out the...
2001-08-23 Alex GraveleyAdd SoupAuth.compare_func and call this from here,...
2001-08-23 Alex GraveleyTake an old_auth argument, if auth_types do not match...
2001-08-23 Alex GraveleyMicrosoft NTLM authentication support compliments of...
2001-08-23 Alex GraveleyUpdate Chris Blizzard's email address.
2001-08-20 Joe ShawBump up version to 0.4.4 Ditto.
2001-08-17 Alex GraveleyUpdate for DAV methods.
2001-08-17 Alex GraveleyOops.
2001-08-17 Alex GraveleyInitial WebDAV server support.
2001-08-12 Alex GraveleyConnect to HUP signal to avoid indefinate hangs. Remove...
2001-08-11 Alex GraveleyFix typo causes O_NONBLOCK to to be set.
2001-08-10 Alex GraveleyInclude sys/socket.h for sa in SoupAddress.
2001-08-09 Alex GraveleyBump version to 0.4.3.
2001-08-09 Alex GraveleyHandle entity headers after chunk body, closes bug...
2001-08-07 Alex GraveleyOops.
2001-08-07 Alex GraveleyDefine VERSION to "Win/0.4.2" for Windows clients.
2001-08-06 Alex GraveleyRemove warning used for testing. (soup_transfer_write_c...
2001-08-06 Alex GraveleyRead speedup to read all available data before processi...
2001-07-31 Alex GraveleyRemove special case for GET and HEAD when adding conten...
2001-07-31 Alex GraveleyBump version to 0.4.2.
2001-07-30 Alex GraveleyContent-length should be avoided for HEAD requests.
2001-07-30 Alex GraveleyFix bug where only the first valid config token is...
2001-07-30 Alex GraveleyFix dangling pointer error where a resolved SoupAddress...
next