Replaces the three previous soup_connection_new* functions and uses
[platform/upstream/libsoup.git] / libsoup /
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
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-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...
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-25 Dan Winshipfix a doc comment
2003-08-25 Dan WinshipTake a uri string instead of a context. Also, swap...
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 WinshipNew API for doing socket IO. Works both synchronously...
2003-08-19 Dan WinshipRemove this. RC doesn't let you configure it, and no...
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-14 Antonio XuAdd signal.h to solve the problem of building on Solaris 8
2003-08-14 Dan WinshipFix a spelling mistake.
2003-08-12 Dan WinshipMake this an abstract GObject. Tweak some of the interf...
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...
2003-08-12 Dan WinshipBump API version to 2.2 and package version to 2.1...
2003-08-11 Dan WinshipThese are all really SoupContext functions, so move... libsoup-2-0-branch-base
2003-07-29 Dan Winship1.99.25 ("Potato and Leek Soup") LIBSOUP_1_99_25
2003-06-24 Dan WinshipCheck pkgconfig for openssl, since 0.9.7 (a) uses it...
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-11 Dan WinshipChange all functions to take a SoupReader * or SoupWrit...
2003-06-02 Chris Toshokremove #include for soup-nss.h LIBSOUP_1_99_23
2003-06-02 Chris Toshokremove NSS_CFLAGS. (libsoup_2_0_la_LIBADD): remove...
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-05-06 Dan WinshipChange the redirect handler to be a RESPONSE_ERROR_CLAS...
2003-04-29 Dan Winship1.99.20 LIBSOUP_1_99_20
2003-04-25 Dan Winshipif an old connection suddenly gets an io error while...
2003-04-24 Dan WinshipDon't set up the soup-transfer callbacks to keep readin...
2003-04-21 Rodney DawesUp version to 1.99.18 Line separator after GNUTLS_CFLAGS
2003-04-11 Dan WinshipNew function to close all idle connections. (Needed...
2003-04-10 Joe Shaw*** empty log message ***
2003-04-07 Dan WinshipRevert Joe's changes. We can't release the connection...
2003-04-03 JP Rosevearguard against EINTR error during waitpid
2003-04-02 Joe ShawOnly drop the connection if we get an error condition...
2003-04-02 Joe ShawJust call soup_connection_release() from here and retur...
2003-03-31 Ian Peters(soup_gnutls_close): loop on gnutls_bye in
2003-03-31 Dan WinshipIf the new context points to a different server from...
2003-03-24 Joe ShawAdd SOUP_ERROR_SSL_FAILED which gives a slightly better...
2003-03-21 Joe ShawUse non-deprecated g_main_loop_* calls throughout....
2003-03-18 Dan WinshipBump the timeout to 10 seconds (and get rid of the...
2003-03-12 Ian Petersbecause creating client credentials is
2003-03-10 Joe ShawAdd support for GnuTLS. Patch from Ian Peters.
2003-03-07 Joe ShawBump up to 1.99.13.
2003-02-28 Joe ShawBump up to 1.99.12.
2003-02-27 Joe ShawTry to apply some order to the iochannel refcounting...
2003-02-27 Joe ShawBump up to 1.99.10.
2003-02-26 Joe ShawBump up to 1.99.9.
2003-02-26 Frank Belew (Myth)added workaround to link ssl-proxy statically
2003-02-11 Joe Shaw*** empty log message ***
2003-02-11 Joe ShawBump up to 1.99.7 for snaps.
2003-02-04 Joe ShawBump up to 1.99.6 for snaps.
2003-01-22 Joe ShawBump up to 1.99.5 for the snaps.
2003-01-17 Joe ShawIt's not uncommon for us to get a G_IO_ERROR_AGAIN...
2003-01-10 Joe ShawLoad some X509 and SSL error strings and print out...
2003-01-09 Dan WinshipFix a memcpy overrun noticed by valgrind
2002-12-20 Joe ShawAdded. Starts a server only on the interface specified...
2002-12-11 Joe ShawI am an idiot. Don't set a variable to NULL and then...
2002-12-09 Joe Shaw*** empty log message ***
2002-12-09 Joe ShawWe never want to release the connection on message...
2002-12-03 Joe ShawCall g_io_channel_set_close_on_unref() on the second...
2002-12-03 Frank Belew (Myth)libsoup/soup-address.c: add signal.h to the list of...
2002-11-18 Dan WinshipFix spelling of SOUP_ERROR_MOVED_PERMANENTLY and its...
2002-11-18 Dan WinshipDon't use s6_addr32 since it's apparently non-portable...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-14 Joe ShawWhen we get an address from the hash, call our address...
2002-11-13 Joe ShawReplace the BINDIR define with LIBEXECDIR. (install...
2002-11-12 Dan WinshipCheck for IPv6 support in networking headers.
2002-11-11 Dan WinshipMove the SoupAddress code from soup-socket.c and soup...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-05-31 Jacob Berkmanadd 'typedef'
2002-04-08 Alex GraveleyReturn copied auth context. doh.
2002-03-21 Alex GraveleyHandle forced no-content response codes 204, 205, and...
2002-03-21 Alex GraveleyReturn default handler if none exist. Unregister defaul...
2002-03-21 Alex GraveleyIssue callback directly as we might not be in the reque...
2002-03-12 Alex GraveleyLoop on SSL_connect for some buggy versions of OpenSSL...
2002-03-12 Alex GraveleyBlah. Cvs sucks.
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2002-01-17 Joe ShawAdd a soup_message_get_http_version() function.
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-08 Alex GraveleySet debug default to "minimum", which turns off G_ENABL...
2001-11-08 Alex GraveleyAdd cleanup function to avoid leaving context/address...
2001-11-07 Dan WinshipMark the auth completed after sending the response...
2001-11-02 Alex GraveleyAdd death_tag to _SoupConnection.
next