| Commit message (Expand) | Author | Age | Files | Lines |
* | First draft at the new object to maintain formerly-global state. (Not yet | Dan Winship | 2003-09-02 | 1 | -365/+0 |
* | Major rewrite. There is now only a single IO state object (instead of one | Dan Winship | 2003-08-29 | 1 | -113/+37 |
* | New header with typedefs, to avoid #include loops among other headers. | Dan Winship | 2003-08-27 | 1 | -1/+2 |
* | Higher-than-soup-message-io-level functions to do client-side IO. (Code | Dan Winship | 2003-08-26 | 1 | -259/+15 |
* | Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY, | Dan Winship | 2003-08-26 | 1 | -52/+38 |
* | Add a "user_data" arg, pass it to the callbacks. | Dan Winship | 2003-08-25 | 1 | -15/+17 |
* | Take a uri string instead of a context. Also, swap the args (so the method | Dan Winship | 2003-08-25 | 1 | -62/+14 |
* | New file containing SoupMessagePrivate and some other | Dan Winship | 2003-08-22 | 1 | -108/+60 |
* | Make this a GObject. (Note that since SoupMessage was not refcounted | Dan Winship | 2003-08-20 | 1 | -22/+15 |
* | New API for doing socket IO. Works both synchronously and asynchronously, | Dan Winship | 2003-08-19 | 1 | -24/+27 |
* | Remove this. RC doesn't let you configure it, and no one has complained, | Dan Winship | 2003-08-19 | 1 | -9/+0 |
* | Make this more like a struct sockaddr again (like it used to be). In | Dan Winship | 2003-08-18 | 1 | -25/+11 |
* | New, split out from soup-context and made into a GObject. | Dan Winship | 2003-08-14 | 1 | -57/+22 |
* | Fix a spelling mistake. | Dan Winship | 2003-08-14 | 1 | -2/+2 |
* | Make this an abstract GObject. Tweak some of the interfaces around a | Dan Winship | 2003-08-12 | 1 | -2/+2 |
* | Pull over some new test programs from the soup-refactoring branch, | Dan Winship | 2003-08-12 | 1 | -12/+7 |
* | These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-base | Dan Winship | 2003-08-11 | 1 | -17/+16 |
* | unref the old read_tag before changing/clearing it. | Dan Winship | 2003-06-23 | 1 | -2/+5 |
* | add a ref_count field. (soup_transfer_read, create_writer): Set initial | Dan Winship | 2003-06-17 | 1 | -5/+5 |
* | always force a reconnect when there's an error with ssl connection. This | Chris Toshok | 2003-06-02 | 1 | -0/+2 |
* | Clear the write_tag as well so we don't double-cancel it. #43395. | Dan Winship | 2003-05-21 | 1 | -4/+4 |
* | Bump version to 1.99.21 | Joe Shaw | 2003-05-09 | 1 | -0/+7 |
* | If the auth status is PENDING, return an NTLM request string. Otherwise | Dan Winship | 2003-05-09 | 1 | -0/+5 |
* | if an old connection suddenly gets an io error while reading or writing, | Dan Winship | 2003-04-25 | 1 | -1/+6 |
* | New function to close all idle connections. (Needed for #41117 or else | Dan Winship | 2003-04-11 | 1 | -1/+3 |
* | *** empty log message *** | Joe Shaw | 2003-04-10 | 1 | -0/+6 |
* | Add SOUP_ERROR_SSL_FAILED which gives a slightly better error message on | Joe Shaw | 2003-03-24 | 1 | -9/+16 |
* | Bump up to 1.99.13. | Joe Shaw | 2003-03-07 | 1 | -3/+0 |
* | I am an idiot. Don't set a variable to NULL and then immediately try to | Joe Shaw | 2002-12-11 | 1 | -5/+5 |
* | We never want to release the connection on message free, even if the | Joe Shaw | 2002-12-09 | 1 | -5/+5 |
* | Change old Helix Code refs to Ximian (and update copyright dates). | Dan Winship | 2002-11-15 | 1 | -2/+2 |
* | Split libsoup out of soup. ChangeLog.old contains the original soup | Dan Winship | 2002-11-05 | 1 | -11/+18 |
* | Handle forced no-content response codes 204, 205, and 304. Check | Alex Graveley | 2002-03-21 | 1 | -18/+25 |
* | Issue callback directly as we might not be in the request processing loop. | Alex Graveley | 2002-03-21 | 1 | -7/+14 |
* | Bump development version to 0.7.99. | Alex Graveley | 2002-03-12 | 1 | -146/+317 |
* | Update to call renamed SoupHandlerEvents. | Alex Graveley | 2001-11-09 | 1 | -4/+4 |
* | Include soup-error.h | Alex Graveley | 2001-10-27 | 1 | -10/+11 |
* | Fixe bug where informational responses were treated as an unknown | Alex Graveley | 2001-10-26 | 1 | -1/+7 |
* | use new error api | JP Rosevear | 2001-10-22 | 1 | -1/+1 |
* | This is the first attempt at authentication inheritence, it still needs | Alex Graveley | 2001-10-19 | 1 | -11/+11 |
* | Set encoding out param appropriately. Ditto. | Alex Graveley | 2001-10-18 | 1 | -5/+10 |
* | Add some bounds checking. | Alex Graveley | 2001-10-17 | 1 | -1/+24 |
* | Impl. Use instead of custom header free funcs throughout. | Alex Graveley | 2001-10-05 | 1 | -12/+1 |
* | Call soup_message_get_header_list. | Alex Graveley | 2001-10-04 | 1 | -3/+8 |
* | Don't create response_headers. This is done in soup_message_new. Use | Alex Graveley | 2001-10-04 | 1 | -29/+29 |
* | Rewritten for the new apis, and to be more clean, and to have many | Alex Graveley | 2001-09-08 | 1 | -158/+167 |
* | Remove mega FIXME. | Alex Graveley | 2001-08-28 | 1 | -3/+8 |
* | Always regenerate req->priv->req_header. | Alex Graveley | 2001-08-25 | 1 | -12/+18 |
* | Initial WebDAV server support. | Alex Graveley | 2001-08-17 | 1 | -0/+1 |
* | Handle entity headers after chunk body, closes bug #6846. | Alex Graveley | 2001-08-09 | 1 | -6/+16 |