2008-02-01 |
Dan Winship | new |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Dan Winship | post-release bump to 2.3.1 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Dan Winship | Bump version to 2.3.0.1 LIBSOUP_2_3_0_1 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Dan Winship | Use soup_message_headers_replace(), not soup_message_he... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Wouter Bolsterlee | Changed section titles so that they actually show somet... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Dan Winship | Fix leak introduced by patch for 511980. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Dan Winship | fix mutex use to avoid a race condition |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Dan Winship | fix to not sometimes read beyond the end of the string. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Dan Winship | Fix session ids by using weak refs for the logger clean... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Dan Winship | Don't run the queue again if the callback destroyed... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Srinivasa Ragavan | ** Fix for bug #511980 |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Tor Lillqvist | Allow autogening even without AM_PATH_LIBGCRYPT available |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Dan Winship | test SOUP_AUTH_DOMAIN_REMOVE_PATH |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Dan Winship | require glib 2.15.3, not 2.15.0, since AM_PATH_GLIB_2_0... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Dan Winship | add a new generic auth callback that can be used with... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Dan Winship | cast the second arg to g_checksum_update to (guchar... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Dan Winship | Deal with Shoutcast servers, which return "ICY 200... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Dan Winship | Allow the session authenticate signal to be handled... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Dan Winship | Bomb out if glib 2.15.0 isn't found. (AM_PATH_GLIB_2_0... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Dan Winship | Replaces SoupConnectionNTLM; now works as a SoupSession... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Dan Winship | Merge libsoup-2.4 branch to trunk |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Benjamin Otte | clarify docs for new-connetion signal. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Dan Winship | wait for apache to exit, to avoid spurious test failures |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Dan Winship | 2.2.104 |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Dan Winship | fix docs |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Dan Winship | make this non-static. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Dan Winship | add bug reference to previous commit: |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Dan Winship | don't leak the async_context |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Dan Winship | don't leak the SoupAddress. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Dan Winship | Fix the guards around the got_chunk emission so that... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Dan Winship | 2.2.103 LIBSOUP_2_2_103 |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Dan Winship | remove the g_return_if_fail()s from the last patch... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Dan Winship | ref the socket around the processing of the message... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Dan Winship | free proxy-related stuff |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Dan Winship | Make these less verbose by default (to make it easier... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Winship | 2.2.102 LIBSOUP_2_2_102 |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Winship | update |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Dan Winship | Update for current soup-ssl.h prototypes |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Winship | srcdir != builddir fixes LIBSOUP_2_2_101 |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Winship | 2.2.101 |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Winship | Don't crash if the authenticate callback returns a... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Winship | add "realm" field to the struct. (SoupAuthClass) remove... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Winship | minor rfc850-date parsing improvement suggested by... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Winship | remove a mysterious partial sentence in the ::wrote... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Winship | update |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Winship | Only remove the Authorization / Proxy-Authorization... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Winship | Make "make check" pass on Fedora 7: |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dan Winship | update for new maintainers format (and remove old email... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Dan Winship | fix. noted by "cascardo" on libsoup-list. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Jonathon Jongsma | add G_BEGIN_DECLS / G_END_DECLS to all installed header... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Dan Winship | Make a real SoupSSLCredentials type rather than just... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Dan Winship | Implement this by sending the message (synchronously... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Dan Winship | get/set auth/proxy_auth info for a message. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Dan Winship | require glib 2.12. check for timegm(). |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Dan Winship | update the handling of CONNECT: it has no response... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Dan Winship | add <sys/socket.h> for solaris. #418919, from Wang Xin |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Dan Winship | add $(LIBGNUTLS_CFLAGS) for ssl-test. #417617, patch... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Dan Winship | if soup_connection_connect_sync() returns SOUP_STATUS_T... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Dan Winship | don't return G_IO_STATUS_AGAIN if we're doing blocking... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Dan Winship | Get gcrypt libs/cflags. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Dan Winship | Fixed soup_headers_parse_status_line() so WebDAV respon... LIBSOUP_2_2_100 SOUP_2_2_100 |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Dan Winship | Fix this to handle "\0"-terminated status lines (eg... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Dan Winship | initialize "errors" to 0. duh. Pointed out by Michael... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Dan Winship | 2.2.99 LIBSOUP_2_2_99 |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Dan Winship | Rewrite this to be easier to understand and more correc... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Dan Winship | Free ssl_creds. Pointed out by Chris Austin. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Dan Winship | Remove the calls to soup_message_io_stop() here; the... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Dan Winship | 2.2.98 LIBSOUP_2_2_98 |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Dan Winship | Patch from Andrew W. Nosenko: |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Dan Winship | Add some missing "static"s. Patch from Matthias Clasen... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Dan Winship | <value>foo</value> should mean the same thing as |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Dan Winship | Bump version to 2.2.97. Bump AGE and CURRENT for additi... LIBSOUP_2_2_97 |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Dan Winship | new method to find a "real" (ie, not comment or whitesp... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Dan Winship | misc minor updates |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Dan Winship | document this (in particular, point out that str+len... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | Fix an off by one pointed out by Andrew W. Nosenko. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | fix lots of warnings. Partially from patches from Andre... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | remove gnutls stuff (we're using pkg-config now) |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | uninstall the pkgconfig file. Based on #356809 from... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | Fix leaks pointed out by Paolo Borelli. #351500 |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | Use pkgconfig to find gnutls. Remove old static linking... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | fix build on cygwin. From "Cygwin Ports maintainer... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Dan Winship | update |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Dan Winship | 2.2.96. bump AGE and CURRENT for new API LIBSOUP_2_2_96 |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Dan Winship | New, from Fernando Herrera, bug 348532. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Dan Winship | if the constructed auth doesn't have a realm, it's... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Dan Winship | update to mention mailing list and bugzilla |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Dan Winship | If the server handler set a Content-Length header on... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Dan Winship | initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Dan Winship | sync to xmlrpc changes |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Dan Winship | 2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this time... LIBSOUP_2_2_95_1 |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Dan Winship | don't build xmlrpc-test unless we have apache/php/xmlrp... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Dan Winship | add tests for apache mod_php5 and xmlrpc-epi-php |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Dan Winship | 2.2.94 LIBSOUP_2_2_94 |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Dan Winship | make auth-test distcheck |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Dan Winship | dist client-howto.xml and server-howto.xml |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Dan Winship | s/SOAP/XMLRPC/ in one place where it was missed long ago |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Dan Winship | New client and server API tutorials. |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Dan Winship | Further fixes from Brent Smith. #344458. (soup_xmlrpc_v... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Dan Winship | Add tests for apache, output tests/httpd.conf |
commit | commitdiff | tree | snapshot |
next |