2003-09-09 |
Dan Winship | Beginnings of improved synchronous API support |
blob | commitdiff |
2003-09-05 |
Dan Winship | Move a bunch of logic here from soup-context. Now the... |
blob | commitdiff | diff to current |
2003-08-27 |
Dan Winship | New header with typedefs, to avoid #include loops among... |
blob | commitdiff | diff to current |
2003-08-22 |
Dan Winship | New file containing SoupMessagePrivate and some other |
blob | commitdiff | diff to current |
2003-08-20 |
Dan Winship | Make this a GObject. (Note that since SoupMessage was... |
blob | commitdiff | diff to current |
2003-08-19 |
Dan Winship | Make this a GObject. Remove SoupServerMessage code (to |
blob | commitdiff | diff to current |
2003-08-18 |
Dan Winship | Make this more like a struct sockaddr again (like it... |
blob | commitdiff | diff to current |
2003-08-14 |
Dan Winship | New, split out from soup-context and made into a GObject. |
blob | commitdiff | diff to current |
2003-08-12 |
Dan Winship | add gobject-2.0 to the PKG_CHECK_MODULES call |
blob | commitdiff | diff to current |
2003-08-11 |
Dan Winship | These are all really SoupContext functions, so move... libsoup-2-0-branch-base |
blob | commitdiff | diff to current |
2003-06-11 |
Dan Winship | Change all functions to take a SoupReader * or SoupWrit... |
blob | commitdiff | diff to current |
2003-05-09 |
Dan Winship | If the auth status is PENDING, return an NTLM request... |
blob | commitdiff | diff to current |
2002-11-15 |
Dan Winship | Change old Helix Code refs to Ximian (and update copyri... |
blob | commitdiff | diff to current |
2002-11-12 |
Dan Winship | Check for IPv6 support in networking headers. |
blob | commitdiff | diff to current |
2002-11-05 |
Dan Winship | Split libsoup out of soup. ChangeLog.old contains the... |
blob | commitdiff | diff to current |
2002-03-12 |
Alex Graveley | Bump development version to 0.7.99. |
blob | commitdiff | diff to current |
2001-11-09 |
Alex Graveley | Update to call renamed SoupHandlerEvents. |
blob | commitdiff | diff to current |
2001-11-08 |
Alex Graveley | Bump HEAD version to 0.6.99. Ditto. |
blob | commitdiff | diff to current |
2001-11-08 |
Alex Graveley | Version 0.6.0. Ditto. SOUP_0_6_0 |
blob | commitdiff | diff to current |
2001-11-02 |
Alex Graveley | Add death_tag to _SoupConnection. |
blob | commitdiff | diff to current |
2001-11-02 |
Alex Graveley | Rename killme to cached in _SoupAddress. |
blob | commitdiff | diff to current |
2001-10-30 |
Alex Graveley | Consider existing addresses with a zero refcount valid... |
blob | commitdiff | diff to current |
2001-10-30 |
Alex Graveley | Call soup_auth_fn if we don't have auth data in the... |
blob | commitdiff | diff to current |
2001-10-19 |
Alex Graveley | This is the first attempt at authentication inheritence... |
blob | commitdiff | diff to current |
2001-10-16 |
Alex Graveley | Fix nasty chunked encoding bug when the message is... |
blob | commitdiff | diff to current |
2001-10-02 |
Alex Graveley | Add defines for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETA... |
blob | commitdiff | diff to current |
2001-09-12 |
Alex Graveley | Pass protocol to soup_server_new. Ditto. |
blob | commitdiff | diff to current |
2001-09-11 |
Alex Graveley | Remove windows \r newlines |
blob | commitdiff | diff to current |
2001-09-11 |
Alex Graveley | Build fixes for Windows. |
blob | commitdiff | diff to current |
2001-09-08 |
Alex Graveley | Rewritten for the new apis, and to be more clean, and... |
blob | commitdiff | diff to current |
2001-08-29 |
Alex Graveley | Fix headers for new layout. Ditto. |
blob | commitdiff | diff to current |
2001-08-20 |
Joe Shaw | Bump up version to 0.4.4 Ditto. |
blob | commitdiff | diff to current |
2001-08-17 |
Alex Graveley | Initial WebDAV server support. |
blob | commitdiff | diff to current |
2001-08-10 |
Alex Graveley | Include sys/socket.h for sa in SoupAddress. |
blob | commitdiff | diff to current |
2001-08-07 |
Alex Graveley | Define VERSION to "Win/0.4.2" for Windows clients. |
blob | commitdiff | diff to current |
2001-07-19 |
Alex Graveley | Allow override of http version. Only include Content... |
blob | commitdiff | diff to current |
2001-07-16 |
Alex Graveley | Remove the unused digest_data from _SoupMessagePrivate. |
blob | commitdiff | diff to current |
2001-07-09 |
Alex Graveley | New client authentication (basic/digest) code from... |
blob | commitdiff | diff to current |
2001-07-02 |
Alex Graveley | Remove _SoupMessagePrivate bits covered by soup-transfer. |
blob | commitdiff | diff to current |
2001-06-18 |
Alex Graveley | Remove accidental \r's. No more commiting from windows. |
blob | commitdiff | diff to current |
2001-06-15 |
Alex Graveley | add check for unistd.h |
blob | commitdiff | diff to current |
2001-06-14 |
Alex Graveley | Don't start from header_len offset. (soup_finish_read... |
blob | commitdiff | diff to current |
2001-06-07 |
Alex Graveley | implement. (soup_message_add_response_code_handler... |
blob | commitdiff | diff to current |
2001-06-01 |
Alex Graveley | Added. |
blob | commitdiff | diff to current |
2001-05-11 |
alex | /tmp/cvsmFCOKf |
blob | commitdiff | diff to current |
2001-04-23 |
Alex Graveley | SoupSocketConnectFn no longer takes a SoupAddress argum... |
blob | commitdiff | diff to current |
2001-04-18 |
Alex Graveley | Added SoupServerBasicToken, SoupServerDigestToken, |
blob | commitdiff | diff to current |
2001-03-30 |
Dick Porter | Rewrote much of the glib schema code to handle structs... |
blob | commitdiff | diff to current |
2001-03-22 |
Alex Graveley | remove hack to look at internals of GNET by using the... |
blob | commitdiff | diff to current |
2001-03-09 |
Alex Graveley | demonstrate correct behavior here by unref'ing the... |
blob | commitdiff | diff to current |
2001-03-07 |
Alex Graveley | add allowable authentication types mask. (soup_server_s... |
blob | commitdiff | diff to current |
2001-03-07 |
Alex Graveley | created. moved cgi-related request processing here... |
blob | commitdiff | diff to current |
2001-02-15 |
Alex Graveley | update to return void from the callback. (main): do... |
blob | commitdiff | diff to current |
2001-02-13 |
Alex Graveley | work around fact that data available in the socket... |
blob | commitdiff | diff to current |
2001-02-06 |
alex | use absolute paths for soup headers |
blob | commitdiff | diff to current |
2001-01-14 |
alex | SOCKS version 4 and version 5 support. This code is... |
blob | commitdiff | diff to current |
2001-01-12 |
alex | simple config file loading. Passing NULL as the config... |
blob | commitdiff | diff to current |
2001-01-08 |
alex | Renamed SoupRequest to SoupMessage, as it contains... |
blob | commitdiff | diff to current |
2001-01-08 |
alex | chunked encoding support finalized, fixed a few small... |
blob | commitdiff | diff to current |
2000-12-27 |
alex | Content length is now a guint. |
blob | commitdiff | diff to current |
2000-12-26 |
alex | Made SoupConnection wrap Gnet's TcpSocket. This means... |
blob | commitdiff | diff to current |
2000-12-20 |
alex | Header parsing works according to spec, including multi... |
blob | commitdiff | diff to current |
2000-12-13 |
alex | Beginnings of test-suite added. |
blob | commitdiff | diff to current |
2000-12-11 |
alex | Rewrote the connection pool logic, and cleaned up the... |
blob | commitdiff | diff to current |
2000-12-06 |
alex | Initial version |
blob | commitdiff | diff to current |
|