Pull over some new test programs from the soup-refactoring branch,
[platform/upstream/libsoup.git] / libsoup / soup-queue.c
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...
2003-08-11 Dan WinshipThese are all really SoupContext functions, so move... libsoup-2-0-branch-base
2003-06-23 Dan Winshipunref the old read_tag before changing/clearing it.
2003-06-17 Dan Winshipadd a ref_count field. (soup_transfer_read, create_writ...
2003-06-02 Chris Toshokalways force a reconnect when there's an error with...
2003-05-21 Dan WinshipClear the write_tag as well so we don't double-cancel...
2003-05-09 Joe ShawBump version to 1.99.21
2003-05-09 Dan WinshipIf the auth status is PENDING, return an NTLM request...
2003-04-25 Dan Winshipif an old connection suddenly gets an io error while...
2003-04-11 Dan WinshipNew function to close all idle connections. (Needed...
2003-04-10 Joe Shaw*** empty log message ***
2003-03-24 Joe ShawAdd SOUP_ERROR_SSL_FAILED which gives a slightly better...
2003-03-07 Joe ShawBump up to 1.99.13.
2002-12-11 Joe ShawI am an idiot. Don't set a variable to NULL and then...
2002-12-09 Joe ShawWe never want to release the connection on message...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-21 Alex GraveleyHandle forced no-content response codes 204, 205, and...
2002-03-21 Alex GraveleyIssue callback directly as we might not be in the reque...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-11-09 Alex GraveleyUpdate to call renamed SoupHandlerEvents.
2001-10-27 Alex GraveleyInclude soup-error.h
2001-10-26 Alex GraveleyFixe bug where informational responses were treated...
2001-10-22 JP Rosevearuse new error api
2001-10-19 Alex GraveleyThis is the first attempt at authentication inheritence...
2001-10-18 Alex GraveleySet encoding out param appropriately. Ditto.
2001-10-17 Alex GraveleyAdd some bounds checking.
2001-10-05 Alex GraveleyImpl. Use instead of custom header free funcs throughout.
2001-10-04 Alex GraveleyCall soup_message_get_header_list.
2001-10-04 Alex GraveleyDon't create response_headers. This is done in soup_mes...
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-28 Alex GraveleyRemove mega FIXME.
2001-08-25 Alex GraveleyAlways regenerate req->priv->req_header.
2001-08-17 Alex GraveleyInitial WebDAV server support.
2001-08-09 Alex GraveleyHandle entity headers after chunk body, closes bug...
2001-07-31 Alex GraveleyRemove special case for GET and HEAD when adding conten...
2001-07-30 Alex GraveleyContent-length should be avoided for HEAD requests.
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-19 Alex GraveleyAllow override of http version. Only include Content...
2001-07-09 Alex GraveleyNew client authentication (basic/digest) code from...
2001-07-05 Alex GraveleyUse const uris.
2001-07-02 Alex GraveleyRemove _SoupMessagePrivate bits covered by soup-transfer.
2001-06-18 Alex GraveleyRemove accidental \r's. No more commiting from windows.
2001-06-15 Alex Graveleyadd check for unistd.h
2001-06-14 Alex GraveleyDon't start from header_len offset. (soup_finish_read...
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-01 Alex GraveleyOnly mark which custom headers are used, and directly...
2001-05-25 Alex GraveleyNo need to free priv->recv_buf as it is now done in
2001-05-22 Alex Graveleygtk-doc fixups.
2001-05-16 Alex GraveleyDocument. Needs more details and descriptions from...
2001-05-11 alex/tmp/cvsmFCOKf
2001-04-23 Alex GraveleySoupSocketConnectFn no longer takes a SoupAddress argum...
2001-03-30 Dick PorterRewrote much of the glib schema code to handle structs...
2001-03-22 Alex Graveleyremove hack to look at internals of GNET by using the...
2001-03-13 JP Roseveardon't escape the SoapAction header, this makes things...
2001-03-09 Alex Graveleydemonstrate correct behavior here by unref'ing the...
2001-03-07 Alex Graveleycreated. moved cgi-related request processing here...
2001-02-28 Alex Graveleyglib idle callback which calls waitpid (nonblockingousl...
2001-02-15 Alex Graveleyupdate to return void from the callback. (main): do...
2001-02-13 Alex Graveleywork around fact that data available in the socket...
2001-02-12 alexadd items left before a release.
2001-02-06 alexremove some cruft.
2001-02-06 alexuse absolute paths for soup headers
2001-01-23 alexcheck environment for SOUP_NO_ASYNC_CONNECT, and if...
2001-01-15 alexUmm, ya. So I was like umm, sleepy last night and stuff...
2001-01-14 alexSOCKS version 4 and version 5 support. This code is...
2001-01-12 alexsimple config file loading. Passing NULL as the config...
2001-01-11 alexappend a '?' between path and query string in request...
2001-01-08 alexmake ssl work. pass the ssl iochannel to the underlying...
2001-01-08 alexRenamed SoupRequest to SoupMessage, as it contains...
2001-01-08 alexchunked encoding support finalized, fixed a few small...
2000-12-27 alexContent length is now a guint.
2000-12-26 alexMade SoupConnection wrap Gnet's TcpSocket. This means...
2000-12-20 alexHeader parsing works according to spec, including multi...
2000-12-13 alexBeginnings of test-suite added.
2000-12-12 alexAlso changed the passing of a gchar** to a gchar* in
2000-12-12 alexInternal rehash of handling cases where the connection...
2000-12-12 alexDon't use glibc sscanf extensions.
2000-12-11 alexBetter error checking on HTTP response line.
2000-12-11 alexRewrote the connection pool logic, and cleaned up the...
2000-12-07 alexReplaced CVS gnet feature for setting TCP_NODELAY
2000-12-06 alexInitial version