2003-11-18 |
Dan Winship | fix last fix |
tree | commitdiff |
2003-11-18 |
Dan Winship | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. |
tree | commitdiff |
2003-11-18 |
Dan Winship | declare soup_ssl_supported. |
tree | commitdiff |
2003-11-18 |
Rodrigo Moya | new functions from old SoupSerializer. |
tree | commitdiff |
2003-11-17 |
Rodrigo Moya | added a bunch of initialization parameters. |
tree | commitdiff |
2003-11-17 |
Rodrigo Moya | new class to make it easier to build SOAP messages. |
tree | commitdiff |
2003-10-24 |
Joe Shaw | *** empty log message *** |
tree | commitdiff |
2003-10-23 |
Dan Winship | Initialize flags to default values. |
tree | commitdiff |
2003-09-23 |
Dan Winship | Remove refcounting, but note whether or not the CA... |
tree | commitdiff |
2003-09-22 |
Dan Winship | Move RESPONSE_BLOCK_SIZE #define here from soup-private.h |
tree | commitdiff |
2003-09-19 |
Dan Winship | free the hostent. |
tree | commitdiff |
2003-09-18 |
Dan Winship | Add wrote_informational and got_informational signals. |
tree | commitdiff |
2003-09-17 |
Dan Winship | (soup_session_abort): New, to cancel all pending requests. |
tree | commitdiff |
2003-09-17 |
Dan Winship | Fix two bugs (one that pruned too little, one that... |
tree | commitdiff |
2003-09-17 |
Dan Winship | Replaces the three previous soup_connection_new* functi... |
tree | commitdiff |
2003-09-10 |
Dan Winship | Add "authenticate" and "reauthenticate" signals. (inval... |
tree | commitdiff |
2003-09-10 |
Dan Winship | Remove the "status" field from here, since it's mostly... |
tree | commitdiff |
2003-09-09 |
Dan Winship | Beginnings of improved synchronous API support |
tree | commitdiff |
2003-09-05 |
Dan Winship | Move a bunch of logic here from soup-context. Now the... |
tree | commitdiff |
2003-09-03 |
Dan Winship | Renamed from soup-error.h, with types and defines renam... |
tree | commitdiff |
2003-09-02 |
Dan Winship | First draft at the new object to maintain formerly... |
tree | commitdiff |
2003-08-29 |
Dan Winship | Major rewrite. There is now only a single IO state... |
tree | commitdiff |
2003-08-27 |
Dan Winship | New header with typedefs, to avoid #include loops among... |
tree | commitdiff |
2003-08-26 |
Dan Winship | Higher-than-soup-message-io-level functions to do clien... |
tree | commitdiff |
2003-08-26 |
Dan Winship | Define SoupMessage signal stuff (READ_HEADERS, READ_CHU... |
tree | commitdiff |
2003-08-25 |
Dan Winship | Add a "user_data" arg, pass it to the callbacks. |
tree | commitdiff |
2003-08-25 |
Dan Winship | fix a doc comment |
tree | commitdiff |
2003-08-25 |
Dan Winship | Take a uri string instead of a context. Also, swap... |
tree | commitdiff |
2003-08-22 |
Dan Winship | New file containing SoupMessagePrivate and some other |
tree | commitdiff |
2003-08-20 |
Dan Winship | Make this a GObject. (Note that since SoupMessage was... |
tree | commitdiff |
2003-08-19 |
Dan Winship | New API for doing socket IO. Works both synchronously... |
tree | commitdiff |
2003-08-19 |
Dan Winship | Remove this. RC doesn't let you configure it, and no... |
tree | commitdiff |
2003-08-19 |
Dan Winship | Make this a GObject. Remove SoupServerMessage code (to |
tree | commitdiff |
2003-08-18 |
Dan Winship | Make this more like a struct sockaddr again (like it... |
tree | commitdiff |
2003-08-14 |
Dan Winship | New, split out from soup-context and made into a GObject. |
tree | commitdiff |
2003-08-14 |
Antonio Xu | Add signal.h to solve the problem of building on Solaris 8 |
tree | commitdiff |
2003-08-14 |
Dan Winship | Fix a spelling mistake. |
tree | commitdiff |
2003-08-12 |
Dan Winship | Make this an abstract GObject. Tweak some of the interf... |
tree | commitdiff |
2003-08-12 |
Dan Winship | add gobject-2.0 to the PKG_CHECK_MODULES call |
tree | commitdiff |
2003-08-12 |
Dan Winship | Pull over some new test programs from the soup-refacto... |
tree | commitdiff |
2003-08-12 |
Dan Winship | Bump API version to 2.2 and package version to 2.1... |
tree | commitdiff |
2003-08-11 |
Dan Winship | These are all really SoupContext functions, so move... libsoup-2-0-branch-base |
tree | commitdiff |
2003-07-29 |
Dan Winship | 1.99.25 ("Potato and Leek Soup") LIBSOUP_1_99_25 |
tree | commitdiff |
2003-06-24 |
Dan Winship | Check pkgconfig for openssl, since 0.9.7 (a) uses it... |
tree | commitdiff |
2003-06-23 |
Dan Winship | unref the old read_tag before changing/clearing it. |
tree | commitdiff |
2003-06-17 |
Dan Winship | add a ref_count field. (soup_transfer_read, create_writ... |
tree | commitdiff |
2003-06-11 |
Dan Winship | Change all functions to take a SoupReader * or SoupWrit... |
tree | commitdiff |
2003-06-02 |
Chris Toshok | remove #include for soup-nss.h LIBSOUP_1_99_23 |
tree | commitdiff |
2003-06-02 |
Chris Toshok | remove NSS_CFLAGS. (libsoup_2_0_la_LIBADD): remove... |
tree | commitdiff |
2003-06-02 |
Chris Toshok | always force a reconnect when there's an error with... |
tree | commitdiff |
2003-05-21 |
Dan Winship | Clear the write_tag as well so we don't double-cancel... |
tree | commitdiff |
2003-05-09 |
Joe Shaw | Bump version to 1.99.21 |
tree | commitdiff |
2003-05-09 |
Dan Winship | If the auth status is PENDING, return an NTLM request... |
tree | commitdiff |
2003-05-06 |
Dan Winship | Change the redirect handler to be a RESPONSE_ERROR_CLAS... |
tree | commitdiff |
2003-04-29 |
Dan Winship | 1.99.20 LIBSOUP_1_99_20 |
tree | commitdiff |
2003-04-25 |
Dan Winship | if an old connection suddenly gets an io error while... |
tree | commitdiff |
2003-04-24 |
Dan Winship | Don't set up the soup-transfer callbacks to keep readin... |
tree | commitdiff |
2003-04-21 |
Rodney Dawes | Up version to 1.99.18 Line separator after GNUTLS_CFLAGS |
tree | commitdiff |
2003-04-11 |
Dan Winship | New function to close all idle connections. (Needed... |
tree | commitdiff |
2003-04-10 |
Joe Shaw | *** empty log message *** |
tree | commitdiff |
2003-04-07 |
Dan Winship | Revert Joe's changes. We can't release the connection... |
tree | commitdiff |
2003-04-03 |
JP Rosevear | guard against EINTR error during waitpid |
tree | commitdiff |
2003-04-02 |
Joe Shaw | Only drop the connection if we get an error condition... |
tree | commitdiff |
2003-04-02 |
Joe Shaw | Just call soup_connection_release() from here and retur... |
tree | commitdiff |
2003-03-31 |
Ian Peters | (soup_gnutls_close): loop on gnutls_bye in |
tree | commitdiff |
2003-03-31 |
Dan Winship | If the new context points to a different server from... |
tree | commitdiff |
2003-03-24 |
Joe Shaw | Add SOUP_ERROR_SSL_FAILED which gives a slightly better... |
tree | commitdiff |
2003-03-21 |
Joe Shaw | Use non-deprecated g_main_loop_* calls throughout.... |
tree | commitdiff |
2003-03-18 |
Dan Winship | Bump the timeout to 10 seconds (and get rid of the... |
tree | commitdiff |
2003-03-12 |
Ian Peters | because creating client credentials is |
tree | commitdiff |
2003-03-10 |
Joe Shaw | Add support for GnuTLS. Patch from Ian Peters. |
tree | commitdiff |
2003-03-07 |
Joe Shaw | Bump up to 1.99.13. |
tree | commitdiff |
2003-02-28 |
Joe Shaw | Bump up to 1.99.12. |
tree | commitdiff |
2003-02-27 |
Joe Shaw | Try to apply some order to the iochannel refcounting... |
tree | commitdiff |
2003-02-27 |
Joe Shaw | Bump up to 1.99.10. |
tree | commitdiff |
2003-02-26 |
Joe Shaw | Bump up to 1.99.9. |
tree | commitdiff |
2003-02-26 |
Frank Belew (Myth) | added workaround to link ssl-proxy statically |
tree | commitdiff |
2003-02-11 |
Joe Shaw | *** empty log message *** |
tree | commitdiff |
2003-02-11 |
Joe Shaw | Bump up to 1.99.7 for snaps. |
tree | commitdiff |
2003-02-04 |
Joe Shaw | Bump up to 1.99.6 for snaps. |
tree | commitdiff |
2003-01-22 |
Joe Shaw | Bump up to 1.99.5 for the snaps. |
tree | commitdiff |
2003-01-17 |
Joe Shaw | It's not uncommon for us to get a G_IO_ERROR_AGAIN... |
tree | commitdiff |
2003-01-10 |
Joe Shaw | Load some X509 and SSL error strings and print out... |
tree | commitdiff |
2003-01-09 |
Dan Winship | Fix a memcpy overrun noticed by valgrind |
tree | commitdiff |
2002-12-20 |
Joe Shaw | Added. Starts a server only on the interface specified... |
tree | commitdiff |
2002-12-11 |
Joe Shaw | I am an idiot. Don't set a variable to NULL and then... |
tree | commitdiff |
2002-12-09 |
Joe Shaw | *** empty log message *** |
tree | commitdiff |
2002-12-09 |
Joe Shaw | We never want to release the connection on message... |
tree | commitdiff |
2002-12-03 |
Joe Shaw | Call g_io_channel_set_close_on_unref() on the second... |
tree | commitdiff |
2002-12-03 |
Frank Belew (Myth) | libsoup/soup-address.c: add signal.h to the list of... |
tree | commitdiff |
2002-11-18 |
Dan Winship | Fix spelling of SOUP_ERROR_MOVED_PERMANENTLY and its... |
tree | commitdiff |
2002-11-18 |
Dan Winship | Don't use s6_addr32 since it's apparently non-portable... |
tree | commitdiff |
2002-11-15 |
Dan Winship | Change old Helix Code refs to Ximian (and update copyri... |
tree | commitdiff |
2002-11-14 |
Joe Shaw | When we get an address from the hash, call our address... |
tree | commitdiff |
2002-11-13 |
Joe Shaw | Replace the BINDIR define with LIBEXECDIR. (install... |
tree | commitdiff |
2002-11-12 |
Dan Winship | Check for IPv6 support in networking headers. |
tree | commitdiff |
2002-11-11 |
Dan Winship | Move the SoupAddress code from soup-socket.c and soup... |
tree | commitdiff |
2002-11-05 |
Dan Winship | Split libsoup out of soup. ChangeLog.old contains the... |
tree | commitdiff |
2002-05-31 |
Jacob Berkman | add 'typedef' |
tree | commitdiff |
2002-04-08 |
Alex Graveley | Return copied auth context. doh. |
tree | commitdiff |
next |