Call soup_message_io_stop so we don't get a callback on the io after it's
[platform/upstream/libsoup.git] / libsoup / soup-message-io.c
2004-02-03 Dan WinshipCall soup_message_io_stop so we don't get a callback...
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
2003-12-10 Dan Winshipif we receive an HTTP/1.0 response to an HTTP/1.1 reque...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
2003-08-26 Dan WinshipDefine SoupMessage signal stuff (READ_HEADERS, READ_CHU...
2003-08-25 Dan WinshipAdd a "user_data" arg, pass it to the callbacks.
2003-08-22 Dan WinshipNew file containing SoupMessagePrivate and some other