roxen:3.3

Last commit made on 2004-09-27
Get this branch:
git clone -b 3.3 https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
3.3
Repository:
lp:roxen

Recent commits

b251037... by Jonas Wallden <email address hidden>

Clear local function pointer in <emit> to avoid creating memory garbage.
Should help fixing RT #5567.

Rev: server/modules/tags/rxmltags.pike:1.426

bc4f788... by Martin Stjernholm <email address hidden>

Fixed a case where a failed handler thread could cause busy_threads to
be too high and thereby causing frequent 30 second busy loops in the
background_run stuff.

Rev: server/base_server/roxen.pike:1.822

f857769... by Martin Stjernholm <email address hidden>

Fixed handling of RXML.nil in skiprows attribute to <emit>.

Rev: server/modules/tags/rxmltags.pike:1.425

41beffd... by Martin Stjernholm <email address hidden>

Fixed bug in XML incorrectness warning that I introduced in the
previous revision.

Rev: server/modules/configuration/roxen_test.pike:1.56

35fb17b... by Martin Stjernholm <email address hidden>

Fixed a bug in invalidate_cache that caused the security level cache
mapping to become strong. This fixes the permanent leak in [bug 3367].

Fixed the security level cache to only contain module objects. Previously
temporary objects like rxml tags or frames could end up in it which caused
them to become garbage. This affected user defined tags in particular, as
noted in [bug 3367].

Rev: server/base_server/configuration.pike:1.531

a1de99e... by Martin Stjernholm <email address hidden>

Fixed bug in handling of comments which caused errors in the second pass.
This bug was previously hidden by the bug in the html parser where quote tag
redefinitions in cloned parsers contaminated the source parser returned by
Roxen.get_xml_parser.

Rev: server/modules/configuration/roxen_test.pike:1.55

328e176... by Martin Stjernholm <email address hidden>

Restore the truth state after <then>. Fixes [bug 3565] and the second part
of [bug 3313].

Rev: server/modules/tags/rxmltags.pike:1.424

bc18566... by Anders Johansson <email address hidden>

<if#time> always returned true then the inclusive attribute was used without until.

Rev: server/modules/tags/rxmltags.pike:1.423

d776382... by Martin Stjernholm <email address hidden>

Fixed bug in handling of subvariables (foo.bar.gnu etc) in
Context.set_var and delete_var. That code has probably not been used
much..

Rev: server/etc/modules/RXML.pmod/module.pmod:1.307

c348e2a... by Martin Stjernholm <email address hidden>

Fixed unsafe macro expansion causing 404:s everywhere in the last checkin.
Grmbl.

Rev: server/protocols/http.pike:1.397