2007-01-14 17:15:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.99:
Changes in libsoup from 2.2.98 to 2.2.99:
* Fixed header parsing, including a crash in SoupServer with
certain malformed requests [391970].
* Fixed redirection to other hosts with SoupSessionAsync.
[382251]
* Fixed a small memory leak pointed out by Chris Austin.
|
2006-11-27 22:19:58 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.298
changes:
-xml-rpc parsing fix
-other minor fixes
|
2006-11-13 16:04:23 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.2.97
changes:
-Fixed SOAP and XML-RPC code to handle whitespace and
comments in the XML better
-Fixed lots of typecasting/constness warnings
-Fixed some small leaks in SoupServer
|
2006-08-03 19:33:24 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.2.96
changes:
* SoupServer now works even if you don't explicitly set an
encoding for the response.
* WWW-Authenticate and Proxy-Authenticate responses with no
realm parameter are now ignored
* Added soup_xmlrpc_message_from_string()
* simple-httpd and "get" now support HEAD
|
2006-07-12 15:51:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.95.1:
Changes in libsoup from 2.2.94 to 2.2.95.1:
* Even more fixes to XML-RPC, found by the new XML-RPC
regression test. This includes some API changes that I don't
feel guilty about, because the code totally didn't work at
all before.
* Fixed a bug in soup_mktime_utc()
* (2.2.95 was identical to 2.2.95.1. The only difference is
that the shared library version was belatedly bumped from
8.2.0 to 8.3.0 to reflect the API "additions")
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-07-04 17:18:45 by Matthias Drochner | Files touched by this commit (1) |
Log message:
add some missing entries
|
2006-07-03 23:25:46 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.2.94:
Changes in libsoup from 2.2.93 to 2.2.94:
* Various fixes to the XML-RPC code (which apparently had not
actually ever worked before) from Brent Smith. [343973,
344222, 344458]
* Added client and server API tutorials to the docs
* auth-test now uses a local Apache 2.2 install, if possible,
rather than depending on files that used to be on an old
Ximian web server but haven't been anywhere for a long time.
[311825]
|
2006-06-01 00:55:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.93:
Changes in libsoup from 2.2.92 to 2.2.93:
* Fixed outgoing data corruption caused when SoupServer
started writing out a response a second time after already
having started once. [334469]. Also fixed 342640 and another
bug caused by the workaround for 334469 in 2.2.92. Based on
patches and analysis from William Jon McCann and Armin
Bauer.
* Fixed a deadlock when changing a session's proxy URI.
[309867 / bnc 174255, based on a patch by Veerapuram
Varadhan].
* Fixed https-via-proxies in the synchronous case. [bnc 174255]
* Fixed a crash in evolution-exchange [342545, fix based on an
analysis by Wang Xin].
* Fixed simple-proxy to not crash at startup. Oops. (Alex
Larsson)
|