2008-02-09 |
Dan Winship | Add an iterator type for SoupMessageHeaders. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Dan Winship | Ref the auth domain when adding it. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Dan Winship | New method that lets the application set a callback... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Dan Winship | clamp the result to the time_t range, and document... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Dan Winship | Fix the handling of soup-enum-types.h to ensure that... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Benjamin Otte | update documentation to new API |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Dan Winship | fix default connections-per-host again; it was defined... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Dan Winship | if the request headers contain an unrecognized Expect... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Dan Winship | Misc fixes: don't redirect on "300 Multiple Choices... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Dan Winship | Fix these so that direct comparisons against them actua... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Dan Winship | Use GObject properties. (soup_address_new, soup_address... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Dan Winship | Reorganize this; emitting DISCONNECTED may cause the... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Dan Winship | override this to include the API version, to fix the... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Dan Winship | don't use "stdout" as a variable name; it's allowed... |
commit | commitdiff | tree | snapshot |
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 |
next |