Beginnings of improved synchronous API support
[platform/upstream/libsoup.git] / libsoup / soup-private.h
2003-09-09 Dan Winship Beginnings of improved synchronous API support
2003-09-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-22 Dan WinshipNew file containing SoupMessagePrivate and some other
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2003-08-19 Dan WinshipMake this a GObject. Remove SoupServerMessage code (to
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-08-11 Dan WinshipThese are all really SoupContext functions, so move... libsoup-2-0-branch-base
2003-06-11 Dan WinshipChange all functions to take a SoupReader * or SoupWrit...
2003-05-09 Dan WinshipIf the auth status is PENDING, return an NTLM request...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-12 Dan WinshipCheck for IPv6 support in networking headers.
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-11-09 Alex GraveleyUpdate to call renamed SoupHandlerEvents.
2001-11-08 Alex GraveleyBump HEAD version to 0.6.99. Ditto.
2001-11-08 Alex GraveleyVersion 0.6.0. Ditto. SOUP_0_6_0
2001-11-02 Alex GraveleyAdd death_tag to _SoupConnection.
2001-11-02 Alex GraveleyRename killme to cached in _SoupAddress.
2001-10-30 Alex GraveleyConsider existing addresses with a zero refcount valid...
2001-10-30 Alex GraveleyCall soup_auth_fn if we don't have auth data in the...
2001-10-19 Alex GraveleyThis is the first attempt at authentication inheritence...
2001-10-16 Alex GraveleyFix nasty chunked encoding bug when the message is...
2001-10-02 Alex GraveleyAdd defines for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETA...
2001-09-12 Alex GraveleyPass protocol to soup_server_new. Ditto.
2001-09-11 Alex GraveleyRemove windows \r newlines
2001-09-11 Alex GraveleyBuild fixes for Windows.
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-29 Alex GraveleyFix headers for new layout. Ditto.
2001-08-20 Joe ShawBump up version to 0.4.4 Ditto.
2001-08-17 Alex GraveleyInitial WebDAV server support.
2001-08-10 Alex GraveleyInclude sys/socket.h for sa in SoupAddress.
2001-08-07 Alex GraveleyDefine VERSION to "Win/0.4.2" for Windows clients.
2001-07-19 Alex GraveleyAllow override of http version. Only include Content...
2001-07-16 Alex GraveleyRemove the unused digest_data from _SoupMessagePrivate.
2001-07-09 Alex GraveleyNew client authentication (basic/digest) code from...
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 Graveleyimplement. (soup_message_add_response_code_handler...
2001-06-01 Alex GraveleyAdded.
2001-05-11 alex/tmp/cvsmFCOKf
2001-04-23 Alex GraveleySoupSocketConnectFn no longer takes a SoupAddress argum...
2001-04-18 Alex GraveleyAdded SoupServerBasicToken, SoupServerDigestToken,
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-09 Alex Graveleydemonstrate correct behavior here by unref'ing the...
2001-03-07 Alex Graveleyadd allowable authentication types mask. (soup_server_s...
2001-03-07 Alex Graveleycreated. moved cgi-related request processing here...
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-06 alexuse absolute paths for soup headers
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-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-11 alexRewrote the connection pool logic, and cleaned up the...
2000-12-06 alexInitial version