summaryrefslogtreecommitdiff
path: root/libsoup/soup-queue.c
Commit message (Expand)AuthorAgeFilesLines
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-365/+0
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-113/+37
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-1/+2
* Higher-than-soup-message-io-level functions to do client-side IO. (CodeDan Winship2003-08-261-259/+15
* Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY,Dan Winship2003-08-261-52/+38
* Add a "user_data" arg, pass it to the callbacks.Dan Winship2003-08-251-15/+17
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-62/+14
* New file containing SoupMessagePrivate and some otherDan Winship2003-08-221-108/+60
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-22/+15
* New API for doing socket IO. Works both synchronously and asynchronously,Dan Winship2003-08-191-24/+27
* Remove this. RC doesn't let you configure it, and no one has complained,Dan Winship2003-08-191-9/+0
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-25/+11
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-57/+22
* Fix a spelling mistake.Dan Winship2003-08-141-2/+2
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-2/+2
* Pull over some new test programs from the soup-refactoring branch,Dan Winship2003-08-121-12/+7
* These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-baseDan Winship2003-08-111-17/+16
* unref the old read_tag before changing/clearing it.Dan Winship2003-06-231-2/+5
* add a ref_count field. (soup_transfer_read, create_writer): Set initialDan Winship2003-06-171-5/+5
* always force a reconnect when there's an error with ssl connection. ThisChris Toshok2003-06-021-0/+2
* Clear the write_tag as well so we don't double-cancel it. #43395.Dan Winship2003-05-211-4/+4
* Bump version to 1.99.21Joe Shaw2003-05-091-0/+7
* If the auth status is PENDING, return an NTLM request string. OtherwiseDan Winship2003-05-091-0/+5
* if an old connection suddenly gets an io error while reading or writing,Dan Winship2003-04-251-1/+6
* New function to close all idle connections. (Needed for #41117 or elseDan Winship2003-04-111-1/+3
* *** empty log message ***Joe Shaw2003-04-101-0/+6
* Add SOUP_ERROR_SSL_FAILED which gives a slightly better error message onJoe Shaw2003-03-241-9/+16
* Bump up to 1.99.13.Joe Shaw2003-03-071-3/+0
* I am an idiot. Don't set a variable to NULL and then immediately try toJoe Shaw2002-12-111-5/+5
* We never want to release the connection on message free, even if theJoe Shaw2002-12-091-5/+5
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-2/+2
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-11/+18
* Handle forced no-content response codes 204, 205, and 304. CheckAlex Graveley2002-03-211-18/+25
* Issue callback directly as we might not be in the request processing loop.Alex Graveley2002-03-211-7/+14
* Bump development version to 0.7.99.Alex Graveley2002-03-121-146/+317
* Update to call renamed SoupHandlerEvents.Alex Graveley2001-11-091-4/+4
* Include soup-error.hAlex Graveley2001-10-271-10/+11
* Fixe bug where informational responses were treated as an unknownAlex Graveley2001-10-261-1/+7
* use new error apiJP Rosevear2001-10-221-1/+1
* This is the first attempt at authentication inheritence, it still needsAlex Graveley2001-10-191-11/+11
* Set encoding out param appropriately. Ditto.Alex Graveley2001-10-181-5/+10
* Add some bounds checking.Alex Graveley2001-10-171-1/+24
* Impl. Use instead of custom header free funcs throughout.Alex Graveley2001-10-051-12/+1
* Call soup_message_get_header_list.Alex Graveley2001-10-041-3/+8
* Don't create response_headers. This is done in soup_message_new. UseAlex Graveley2001-10-041-29/+29
* Rewritten for the new apis, and to be more clean, and to have manyAlex Graveley2001-09-081-158/+167
* Remove mega FIXME.Alex Graveley2001-08-281-3/+8
* Always regenerate req->priv->req_header.Alex Graveley2001-08-251-12/+18
* Initial WebDAV server support.Alex Graveley2001-08-171-0/+1
* Handle entity headers after chunk body, closes bug #6846.Alex Graveley2001-08-091-6/+16