2004-08-26 |
Dan Winship | add/fix lots of gtk-doc comments |
commit | commitdiff | tree | snapshot |
2004-08-13 |
JP Rosevear | bump version, libtool number LIBSOUP_2_1_13 |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Dan Winship | Don't use conn after emitting the "connect_result"... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Dan Winship | Add flag "broken_encoding" to SoupUri. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
JP Rosevear | bump version, libtool number LIBSOUP_2_1_12 |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Dan Winship | Simplify this. If the message comes back from soup_conn... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Dan Winship | If the connection attempt succeeded, reserve the connec... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Dan Winship | signal the "connections available" condition after... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Dan Winship | Revert previous change for now; it breaks the build... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Dan Winship | Basic SOAP test, using Aonaware's SOAP->DICT gateway |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Dan Winship | if the protocol is http or https, require a hostname... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Dan Winship | updated todo ideas |
commit | commitdiff | tree | snapshot |
2004-06-03 |
JP Rosevear | bump version to 2.1.11, libtool number LIBSOUP_2_1_11 |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Dan Winship | Redo the various IPv4/IPv6-abstracting macros to not... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Dan Winship | Simple test of the dns code |
commit | commitdiff | tree | snapshot |
2004-05-19 |
JP Rosevear | bump version, libtool numbers LIBSOUP_2_1_10 |
commit | commitdiff | tree | snapshot |
2004-05-18 |
Dan Winship | define some GError codes and stuff |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Dan Winship | Do this less kludgefully, using the magic of GClosure... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Sivaiah Nallagatla | free the elements of priv structure before freeing... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Dan Winship | if re-sending the message, call soup_message_restarted... |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Dan Winship | Connect to the socket's "disconnect" signal. (We were... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
JP Rosevear | bump version, libtool number LIBSOUP_2_1_9 |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Dan Winship | Fix up types to kill a warning with -Wall -O2 |
commit | commitdiff | tree | snapshot |
2004-03-05 |
JP Rosevear | bump version, libtool number LIBSOUP_2_1_8 |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Dan Winship | Only loop on EINTR if bytes_read is -1, since the value... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Rodrigo Moya | removed not-implemented function's prototype. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Rodney Dawes | Use a different variable for linking to the static... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Dan Winship | Pass gsize *, not guint *, to soup_socket_read/write... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Dan Winship | update this a bunch libsoup-hacking-branch-base |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Rodrigo Moya | Fixes #54512 |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Dan Winship | Likewise |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Dan Winship | Fix a typo. #54433, from Mariano Suarez-Alvarez. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Rodney Dawes | HTTP connections require a hostname, and we also hash... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Dan Winship | Use POSIX-compliant "test $foo = bar", rather than... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Joe Shaw | Call read() in a do-while loop to prevent DNS errors... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Joe Shaw | Bumped version number to 2.1.7 and libtool current. LIBSOUP_2_1_7 |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Dan Winship | Update Joe's comment here with a gory explanation of... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Joe Shaw | Add a workaround for SSL connections which time-out... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
JP Rosevear | Bump libtool numbers LIBSOUP_2_1_6 |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Dan Winship | Ref the filter when adding it. (soup_session_remove_fil... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Joe Shaw | Don't try to free the hostent if it's NULL. (soup_dns_e... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Dan Winship | Always remove the WWW-Authenticate headers before retur... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Dan Winship | Call soup_message_io_stop so we don't get a callback... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Dan Winship | Use memmove rather than memcpy here, since the source... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Joe Shaw | Call gnutls_bye() with the GNUTLS_SHUT_WR flag (instead... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Rodrigo Moya | bumped version number to 2.1.6. |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Rodrigo Moya | new function. |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Rodrigo Moya | removed 'const' from return type. |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Joe Shaw | Initialize the certificate before we try to use it... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Joe Shaw | forgot these on friday |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Joe Shaw | Require at least GnuTLS 1.0.0. LIBSOUP_2_1_5 |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Joe Shaw | gnutls_bye() doesn't close the socket itself, so we... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Jacob Leach | builddir != srcdir fix. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Joe Shaw | Remove the check for GNUTLS_CERT_CORRUPTED, it's not... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
JP Rosevear | bump version and libtool revision LIBSOUP_2_1_4 |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Dan Winship | Add a g_thread_init() so this works again. |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Larry Ewing | use LIBGNUTLS_LIBS in the substitution string. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Joe Shaw | Include the libgnutls.m4 file. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Harish Krishnaswamy | allow soup_soap_response_from_string to ignore header... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Harish Krishnaswamy | added code to soup_soap_response_from_string to ignore... |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Dan Winship | Remove no-longer-relevant socklen_t check |
commit | commitdiff | tree | snapshot |
2003-12-29 |
JP Rosevear | bump version and libtool number LIBSOUP_2_1_3 |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Dan Winship | Update these |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Dan Winship | Lots of thread-safety stuff, primarly so you can discon... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Joe Shaw | If const_path is NULL un the non-proxy case, then use... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Dan Winship | New. An interface for objects that want to act on every... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Dan Winship | Actually disconnect the socket rather than just unreffi... |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Dan Winship | comment out some code that doesn't work currently |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Rodrigo Moya | install soup-message-queue.h with the rest |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Dan Winship | remove some dead code to make this compile |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Dan Winship | Add gthread to glib check |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Rodrigo Moya | new function. |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Rodrigo Moya | new function. |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Joe Shaw | Only set up a tunnel if the destination protocol is... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Dan Winship | s/guint/gsize/ to match the definitions in soup-socket... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Rodrigo Moya | removed debugging of the messages here. |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Rodrigo Moya | added information for SOAP-ENV namespace. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Dan Winship | if we receive an HTTP/1.0 response to an HTTP/1.1 reque... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Tambet Ingo | Use autoconfig to check for socklen_t ... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Rodrigo Moya | print out request/response's contents, if in debug... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
JP Rosevear | Bump version LIBSOUP_2_1_2 |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Rodrigo Moya | new functions to manage SoupSoapParameter's children. |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Rodrigo Moya | new function. |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Rodrigo Moya | added SoupSoapParameter structure, to "hide" the usage... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Rodrigo Moya | fixed typo. |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Rodrigo Moya | new functions. (finalize): NULL out new private fields. |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Rodrigo Moya | new class for managing SOAP responses. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Rodney Dawes | Add gtk-doc.make to cvs for systems without gtk-doc |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Rodney Dawes | Add GTK_DOC_CHECK |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Dan Winship | Replace old gtk-doc test with GTK_DOC_CHECK() (AC_OUTPU... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Dan Winship | fix last fix |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Dan Winship | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Dan Winship | fix |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Dan Winship | Fix up the SSL checks some. Remove some useless old... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Dan Winship | declare soup_ssl_supported. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Rodrigo Moya | new functions from old SoupSerializer. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Rodrigo Moya | added a bunch of initialization parameters. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Joe Shaw | Add in the --enable-libgpg-error flag from the 2.0... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Rodrigo Moya | new class to make it easier to build SOAP messages. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Joe Shaw | Call soup_dns_entry_get_hostent() on the SoupAddress... |
commit | commitdiff | tree | snapshot |
next |