platform/upstream/libsoup.git
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...
2001-07-30 Alex Graveleystrdup response_phrase.
2001-07-26 Joe Shawsigh. I am dumb. SOUP_0_4_1
2001-07-26 Joe ShawDon't display the SOAPAction header if it's either...
2001-07-26 Joe ShawBump the version up to 0.4.1.
2001-07-25 Joe ShawClose a bunch of leaked file descriptors from piping.
2001-07-19 Alex GraveleyAllow override of http version. Only include Content...
2001-07-19 Alex GraveleyBump version to 0.4.0.
2001-07-19 Alex GraveleyRemove -Werror from WSDL_CFLAGS as this ills on so...
2001-07-17 Alex GraveleyAdd querysting to hash. (soup_context_uri_equal): Compa...
2001-07-17 Alex GraveleySet len to 0 before calling callback to handle cases...
2001-07-16 Alex GraveleyRemove the unused digest_data from _SoupMessagePrivate.
2001-07-13 Alex GraveleyAdd windows x86 type alignment defines.
2001-07-10 Alex GraveleyReplace SOUP_PROTOCOL_SHTTP with SOUP_PROTOCOL_HTTPS...
2001-07-10 Alex GraveleyTypo to go to SETUP_ERROR on error.
2001-07-10 Alex GraveleyUse g_strncasecmp.
2001-07-10 Alex GraveleyUse unique Debug output directory.
2001-07-10 Alex GraveleyInitial run of windows build scripts.
2001-07-09 Alex GraveleyNew client authentication (basic/digest) code from...
2001-07-05 Alex GraveleyUse const uris.
2001-07-02 Alex GraveleyFormatting fixes. (digest_md5_challenge): Use string...
2001-07-02 Alex GraveleyRemove _SoupMessagePrivate bits covered by soup-transfer.
2001-06-27 Joe ShawLargely gutted. Made RFC 2617 compliant. Removed RFC...
2001-06-21 Joe ShawDo a g_return_val_if_fail() on the SoupContext being...
2001-06-20 Alex GraveleyUse soup_context_uri_hash and soup_context_uri_equal...
2001-06-18 Alex GraveleyFormatting.
2001-06-18 Alex GraveleyRemove accidental \r's. No more commiting from windows.
2001-06-18 Dick PorterUn-windozed the unistd check
2001-06-15 Alex Graveleyadd check for unistd.h
2001-06-15 Dick Porterreplace 'childs' with 'xmlChildrenNode', 'root' with...
2001-06-15 Joe ShawIf we're passing in NULL (to reset the proxy), don...
2001-06-14 Alex GraveleyDon't start from header_len offset. (soup_finish_read...
2001-06-14 Alex GraveleyRemove redirect handler if option is removed.
2001-06-13 Joe ShawIf SOUP_SYNC_DNS is in the user's environment, use...
2001-06-08 Joe ShawChange msg->priv->flags to msg->priv->msg_flags so...
2001-06-07 Alex GraveleyStop processing if a handler requeues the message.
2001-06-07 Alex Graveleyimplement. (soup_message_add_response_code_handler...
2001-06-06 Joe ShawImplement. Sets the HTTP method for a given message...
2001-06-05 Alex GraveleyAdd these empty Apache method implementations so soup...
2001-06-04 Dick PorterA new error message mechanism for reporting schema...
2001-06-01 Alex GraveleyCorrectly note copyright for soup_base64_encode() to...
2001-06-01 Alex GraveleyTake soup-cgi.c out of rotation until server/client...
2001-06-01 Alex GraveleyOnly mark which custom headers are used, and directly...
2001-06-01 Alex GraveleyAdded.
2001-05-29 Dick PorterPut the generated code into the build directory. Run...
2001-05-25 Dick PorterDocumentation
2001-05-25 Alex GraveleyNo need to free priv->recv_buf as it is now done in
2001-05-24 Alex GraveleyUpdate Licensing section for soup-ssl-proxy.
2001-05-24 Larry Ewinginclude string.h for strlen and strcmp prototypes....
2001-05-24 Dick PorterFix some typos.
2001-05-24 Miguel de Icazareview alex, review
2001-05-23 Dick PorterEliminate the extra layer of indirection for list items...
2001-05-23 Alex GraveleyAdded. All release announcements should be prepended...
2001-05-22 JP Rosevearnull terminate the buffer
2001-05-22 Rodrigo Moyadon't emit code to add the transport headers to the...
2001-05-22 Rodrigo Moyag_strdup the hash table key also (soup_env_set_request_...
2001-05-22 Alex Graveleygtk-doc fixups.
2001-05-21 Rodrigo Moyause the correct XML node to get the headers
2001-05-18 Alex Graveley"Subscribe" not "Subject" in soup-list-request@ximian...
2001-05-18 Alex GraveleyPrune soup-core internal files.
2001-05-17 JP Roseveardo not free the callback data, or the second time the...
2001-05-17 JP RosevearBumping up my commits per week numbers
2001-05-17 JP Rosevearoops
2001-05-17 JP Rosevearprevent leak and check for fault straight away (instead...
2001-05-17 JP Rosevearfind the end of the value and g_strndup only that as...
2001-05-17 Dick PorterFixed all gtk-doc moans in soup-core documentation
2001-05-17 Dick PorterExtract gtk-doc documentation from the code
2001-05-16 Alex GraveleyDocument. Needs more details and descriptions from...
2001-05-16 JP Rosevearg_strdup the response headers when adding them to the...
2001-05-16 Alex GraveleyRemove missed conflict
2001-05-16 Alex Graveleyg_strdup headers from the apache headers table.
2001-05-16 JP Rosevearchange this to something sensible
2001-05-16 Rodrigo MoyaRemoved extra ','
2001-05-16 Rodrigo Moyafully adapted to the new SoupEnv stuff
2001-05-16 Dick PorterBring up-to-date with new API, and test typecode freein...
2001-05-15 JP Rosevearsoup_env_new needed "()" to be a function call
2001-05-15 Rodrigo Moyareplace all SoupFault parameter with SoupEnv, and remov...
2001-05-14 Rodrigo Moyamade the SoupFault structure private, and add accessor...
2001-05-13 Alex Graveleyg_strdup name and value. (soup_message_set_response_hea...
2001-05-12 Alex GraveleyFormat cleanups.
2001-05-12 Rodrigo Moyamoved the SoupFault to its own header file, since it...
2001-05-12 Alex Graveleyhandle SOUP_ERROR_CANT_AUTHENTICATE.
2001-05-12 Alex GraveleyUse NSS_InitReadWrite(). (soup_nss_get_iochannel):...
2001-05-11 alex/tmp/cvsmFCOKf
2001-05-11 alexPrep for move to GNOME CVS.
2001-05-09 JP Rosevearindent the SoupFault parameter when written to the...
2001-05-09 Dick PorterPut the glib namespace prefix back into the typecode...
2001-05-09 Rodrigo Moyaretrieve info about faults when parsing the SOAP messages
2001-05-09 Rodrigo Moyause 'fault' and not '&fault' in call to wsdl_soap_parse
2001-05-09 Rodrigo Moyasome small fixes for compilation
2001-05-09 Rodrigo Moyaadded a basic SOAP messages parser, which easily lets...
2001-05-04 Dick PorterDecide which schema parser to call for a WSDL <types...
2001-05-02 Dick PorterWrite synchronous client stubs
2001-05-02 Dick PorterWrite server skels
2001-04-30 Dick PorterUse the new marshaller instead of a large printf. Drast...
2001-04-29 Dick PorterSome more error checking. Read booleans as "true",...
2001-04-25 JP Rosevearget this script working again and add wsdl
2001-04-24 Rodrigo Moyaadded "gpointer user_data" parameter to generated funct...
next