lp:roxen

Owned by Ken VanDine
Get this repository:
git clone https://git.launchpad.net/roxen

Import details

Import Status: Failed

This repository is an import of the Git repository at git://pike-git.lysator.liu.se/Roxen.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 3 minutes — see the log
Import started on alnitak and finished taking 3 minutes — see the log
Import started on alnitak and finished taking 3 minutes — see the log
Import started on izar and finished taking 3 minutes — see the log

Branches

Name Last Modified Last Commit
devel 2021-03-10 00:02:44 UTC
Version bumped to 6.4.54 by buildsystem.

Author: Automatic Build
Author Date: 2021-03-10 00:02:44 UTC

Version bumped to 6.4.54 by buildsystem.

6.3 2021-03-09 21:29:55 UTC
Merge branch 'patches/rep99' into 6.3

Author: Henrik Grubbström (Grubba)
Author Date: 2021-03-09 21:29:55 UTC

Merge branch 'patches/rep99' into 6.3

* patches/rep99:
  Testsuite: Fix parameters.

rxnpatch/rxnpatch 2021-03-04 14:18:33 UTC
New repository subtree prefix: server/.

Author: Henrik Grubbström (Grubba)
Author Date: 2021-03-04 14:18:33 UTC

New repository subtree prefix: server/.

rxnpatch/6.3 2021-03-04 11:37:52 UTC
Version bumped to 6.3.818 by buildsystem.

Author: Henrik Grubbström (Grubba)
Author Date: 2021-03-04 11:37:52 UTC

Version bumped to 6.3.818 by buildsystem.

rxnpatch/6.2 2021-02-05 09:25:02 UTC
Fix compile error.

Author: Jonas Walldén
Author Date: 2020-12-12 09:27:49 UTC

Fix compile error.

6.2 2021-02-05 09:25:02 UTC
Fix compile error.

Author: Jonas Walldén
Author Date: 2020-12-12 09:27:49 UTC

Fix compile error.

rxnpatch/6.1 2021-01-04 15:23:00 UTC
Merge branch 'patches/ws5' into 6.1

Author: Henrik Grubbström (Grubba)
Author Date: 2021-01-04 15:23:00 UTC

Merge branch 'patches/ws5' into 6.1

* patches/ws5:
  Configuration Interface [SNMP]: Fix display of SNMP for modules.

6.1 2021-01-04 15:23:00 UTC
Merge branch 'patches/ws5' into 6.1

Author: Henrik Grubbström (Grubba)
Author Date: 2021-01-04 15:23:00 UTC

Merge branch 'patches/ws5' into 6.1

* patches/ws5:
  Configuration Interface [SNMP]: Fix display of SNMP for modules.

grubba/patchsystem 2020-08-13 12:45:48 UTC
Testsuite: RXPs need to be gzipped.

Author: Henrik Grubbström (Grubba)
Author Date: 2020-08-13 12:45:48 UTC

Testsuite: RXPs need to be gzipped.

patches/ws583 2020-01-13 08:52:43 UTC
CREATE TABLE dbs: path VARCHAR(255) NOT NULL (Fixup of previous commit). [WS-...

Author: Karl Gustav Sterneberg
Author Date: 2020-01-13 08:44:39 UTC

CREATE TABLE dbs: path VARCHAR(255) NOT NULL (Fixup of previous commit). [WS-583]

Set CHARACTER_MAXIMUM_LENGTH of column path in table dbs from 100 to 255
also when creating table (not only when updating already existing
table).

patches/ws581 2020-01-09 10:53:36 UTC
Fixed day and month length to 2 digits in roxenloader.pike

Author: Eduardo Rodes Pastor
Author Date: 2020-01-09 10:53:36 UTC

Fixed day and month length to 2 digits in roxenloader.pike

6.0 2019-11-12 11:03:04 UTC
Merge branch 'patches/ws576' into 6.0

Author: Karl Gustav Sterneberg
Author Date: 2019-11-12 11:03:04 UTC

Merge branch 'patches/ws576' into 6.0

* patches/ws576:
  CGI: Filter proxy header from HTTP_-variables.

rxnpatch/6.0 2019-11-12 11:03:04 UTC
Merge branch 'patches/ws576' into 6.0

Author: Karl Gustav Sterneberg
Author Date: 2019-11-12 11:03:04 UTC

Merge branch 'patches/ws576' into 6.0

* patches/ws576:
  CGI: Filter proxy header from HTTP_-variables.

patches/ep1502 2019-10-18 09:04:11 UTC
site_templates: Don't call Configuration->call_low_start_callbacks() twice fo...

Author: Karl Gustav Sterneberg
Author Date: 2019-10-18 09:04:11 UTC

site_templates: Don't call Configuration->call_low_start_callbacks() twice for same module. [EP-1502]

patches/ws558 2019-10-02 11:13:40 UTC
Merge branch 'patches/ws562' into patches/ws558

Author: Karl Gustav Sterneberg
Author Date: 2019-10-02 11:13:40 UTC

Merge branch 'patches/ws562' into patches/ws558

* patches/ws562: (9454 commits)
  VFS: find_above(): Don't add to cache if no cache key. [WS-562]
  Perform negative caching of (typically) htaccess files for 5 seconds.
  Fixed request trace nesting inconsistency.
  FTP: Allow anonymous ftp without TLS even when TLS required.
  FTP: Added support for the CCC command.
  FTP: Default to PROT P for FTPS.
  FTP: Allow FEAT before login.
  FTP: Fixed bug in MLSD/MLST handling.
  FTP: Extended AUTH TLS config option.
  FTP: Fixed SSL data connection.
  Pike 8.0: Temporary workaround for SSL/TLS API change.
  FTP: Fixed typo in PBSZ error message.
  FTP: Support ending the TLS control connection with REIN.
  FTP: Added configuration flag to require AUTH TLS.
  FTP: Support AUTH TLS (RFC 4217).
  FTP: The ftp server is always the server side of TLS.
  FTP: Splitted send() into low_send() and send().
  Pike 8.0: More SSL/TLS API changes.
  FTP: Prepare for supporting AUTH TLS (RFC 4217).
  Protocols: Added StartTLSProtocol.
  ...

patches/ws562 2019-10-02 11:12:41 UTC
VFS: find_above(): Don't add to cache if no cache key. [WS-562]

Author: Karl Gustav Sterneberg
Author Date: 2019-10-02 11:12:41 UTC

VFS: find_above(): Don't add to cache if no cache key. [WS-562]

patches/ws553 2019-10-02 09:14:05 UTC
HTTP 401: Removed non supported arg to <emit#path>. [WS-553]

Author: Karl Gustav Sterneberg
Author Date: 2019-10-02 09:14:05 UTC

HTTP 401: Removed non supported arg to <emit#path>. [WS-553]

patches/ws559 2019-10-02 08:45:04 UTC
RXML: Fixed bug in <emit#path> in the code handling longer paths. [WS-559]

Author: Karl Gustav Sterneberg
Author Date: 2019-10-02 08:45:04 UTC

RXML: Fixed bug in <emit#path> in the code handling longer paths. [WS-559]

patches/WS-527-fixing-image-cache-data-storing-issue 2019-09-20 12:06:37 UTC
Image cache: Log info if generated image data is too big for image cache. [WS...

Author: Karl Gustav Sterneberg
Author Date: 2019-09-17 09:35:36 UTC

Image cache: Log info if generated image data is too big for image cache. [WS-527]

feature/WS-489-var-multiplechoice-allow-save-none 2019-05-22 09:37:01 UTC
Variable MultipleChoice: Allow saving emtpy selection. [WS-489]

Author: Karl Gustav Sterneberg
Author Date: 2019-05-22 09:37:01 UTC

Variable MultipleChoice: Allow saving emtpy selection. [WS-489]

patches/EP-1288-var-multiplechoice-allow-save-none 2019-05-07 09:23:20 UTC
Variable MultipleChoice: Allow saving emtpy selection. [EP-1288]

Author: Karl Gustav Sterneberg
Author Date: 2019-05-07 09:23:20 UTC

Variable MultipleChoice: Allow saving emtpy selection. [EP-1288]

feature/WS-444-emit-cimg-improve-error-handling 2019-04-29 12:14:50 UTC
Image cache: Added access modifier to functions create and destroy.

Author: Karl Gustav Sterneberg
Author Date: 2019-04-29 12:07:00 UTC

Image cache: Added access modifier to functions create and destroy.

patches/EP-1209-earlier-creation-of-handler-threads 2019-04-23 13:19:34 UTC
Fixed bug in roxen.transfer_handler_queue() that made code hang on Thread.Que...

Author: Karl Gustav Sterneberg
Author Date: 2019-04-23 13:19:34 UTC

Fixed bug in roxen.transfer_handler_queue() that made code hang on Thread.Queue->read().

feature/EP-1227-cache-tuning 2019-03-27 09:40:57 UTC
Cache: Use HeapElement::value consistently.

Author: Henrik Grubbström (Grubba)
Author Date: 2019-03-27 09:40:57 UTC

Cache: Use HeapElement::value consistently.

Do not use a mix of HeapElement::value and Element::value
to refer to the same variable.

Fixes QA note.

5.5 2019-01-04 10:35:43 UTC
Merge branch 'patches/ws390' into 5.5

Author: Henrik Grubbström (Grubba)
Author Date: 2019-01-04 10:35:43 UTC

Merge branch 'patches/ws390' into 5.5

* patches/ws390:
  UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

5.4 2019-01-04 10:34:52 UTC
Merge branch 'patches/ws390' into 5.4

Author: Henrik Grubbström (Grubba)
Author Date: 2019-01-04 10:34:52 UTC

Merge branch 'patches/ws390' into 5.4

* patches/ws390:
  UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

rxnpatch/5.4 2019-01-04 10:34:52 UTC
Merge branch 'patches/ws390' into 5.4

Author: Henrik Grubbström (Grubba)
Author Date: 2019-01-04 10:34:52 UTC

Merge branch 'patches/ws390' into 5.4

* patches/ws390:
  UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

5.2 2019-01-04 10:33:41 UTC
Merge branch 'patches/ws390' into 5.2

Author: Henrik Grubbström (Grubba)
Author Date: 2019-01-04 10:33:41 UTC

Merge branch 'patches/ws390' into 5.2

* patches/ws390:
  UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

5.1 2019-01-04 10:33:17 UTC
Merge branch 'patches/ws390' into 5.1

Author: Henrik Grubbström (Grubba)
Author Date: 2019-01-04 10:33:17 UTC

Merge branch 'patches/ws390' into 5.1

* patches/ws390:
  UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

ponost/admin-if-17 2018-10-31 19:54:06 UTC
I dunno why these lines were missing

Author: Pontus Östlund
Author Date: 2018-10-31 19:54:06 UTC

I dunno why these lines were missing

feature/EP-801 2018-10-31 18:49:47 UTC
Testsuite [WebDAV] [NT]: Special characters take 3.

Author: Henrik Grubbström (Grubba)
Author Date: 2018-10-31 18:49:47 UTC

Testsuite [WebDAV] [NT]: Special characters take 3.

NT doesn't like the less-than character either...

Fixes [WS-380] even more.

kg/WS-168-webdav 2018-10-16 10:02:29 UTC
Testsuite [WebDAV]: Complain if Connection: keep-alive is lost.

Author: Henrik Grubbström (Grubba)
Author Date: 2018-10-16 10:02:29 UTC

Testsuite [WebDAV]: Complain if Connection: keep-alive is lost.

agehall/websocket 2018-10-16 08:41:12 UTC
Testsuite [WebSockets]: Improved robustness.

Author: Henrik Grubbström (Grubba)
Author Date: 2018-10-16 08:41:12 UTC

Testsuite [WebSockets]: Improved robustness.

Survive glob hostname.

feature/ARCH-356-increase-performance 2018-10-15 09:52:22 UTC
protocols/http.pike: Protection against aynchronous self destruction. [ARCH-356]

Author: Karl Gustav Sterneberg
Author Date: 2018-10-11 14:27:15 UTC

protocols/http.pike: Protection against aynchronous self destruction. [ARCH-356]

...that sometimes caused Internal server error.

patches/ws119 2018-09-03 06:46:03 UTC
FTP: HOST command (RFC 7151): Respond with 504 if hostname is unknown. [WS-119]

Author: Karl Gustav Sterneberg
Author Date: 2018-09-03 06:46:03 UTC

FTP: HOST command (RFC 7151): Respond with 504 if hostname is unknown. [WS-119]

patches/EP-809 2018-06-20 12:45:48 UTC
Added an "Elasticsearch client" to test modules. Will be used by Archive and ...

Author: Karl Gustav Sterneberg
Author Date: 2018-06-20 12:45:48 UTC

Added an "Elasticsearch client" to test modules. Will be used by Archive and Print test (setup) code. [EP-809]

feature/xml-tests-assert-modules 2018-05-25 07:49:24 UTC
Self tests / XML: Added support for specifying required modules.

Author: Karl Gustav Sterneberg
Author Date: 2018-05-25 07:49:24 UTC

Self tests / XML: Added support for specifying required modules.

feature/CMS-439-xml-test-tag-testsuite 2018-05-16 07:32:59 UTC
XML Test Tags: Added tag "testsuite". [CMS-439]

Author: Karl Gustav Sterneberg
Author Date: 2018-05-15 13:15:51 UTC

XML Test Tags: Added tag "testsuite". [CMS-439]

feature/CMS-439-dissable-sass-test 2018-05-15 13:15:51 UTC
Tests: New tag "testsuite". [CMS-439]]

Author: Karl Gustav Sterneberg
Author Date: 2018-05-15 13:15:51 UTC

Tests: New tag "testsuite". [CMS-439]]

feature/WS-276-auto-log-file-removal 2018-05-08 09:11:52 UTC
Merge branch 'devel' into feature/WS-276-auto-log-file-removal

Author: Karl Gustav Sterneberg
Author Date: 2018-05-08 09:11:52 UTC

Merge branch 'devel' into feature/WS-276-auto-log-file-removal

* devel:
  Version bumped to 6.2.126 by buildsystem.
  Version bumped to 6.2.125 by buildsystem.
  Version bumped to 6.2.124 by buildsystem.
  Version bumped to 6.2.123 by buildsystem.
  Version bumped to 6.2.122 by buildsystem.
  Version bumped to 6.2.121 by buildsystem.
  Version bumped to 6.2.120 by buildsystem.
  Added support for pike-modules in test directory.
  Version bumped to 6.2.119 by buildsystem.
  Set MIME message boundary prefix when starting Roxen. [WS-252]

kg/WS-252-mime-message-boundary 2018-04-24 11:24:58 UTC
Set MIME message boundary prefix when starting Roxen. [WS-252]

Author: Karl Gustav Sterneberg
Author Date: 2018-04-24 09:43:00 UTC

Set MIME message boundary prefix when starting Roxen. [WS-252]

Hopefully solves WS-252...

feature/module-hot-reload 2018-04-18 22:37:54 UTC
Hot reload: Support a list of comma separated modules.

Author: Pontus Östlund
Author Date: 2018-04-18 22:37:54 UTC

Hot reload: Support a list of comma separated modules.

It's also possible to specify for which configuration the module/s should be hot reloaded.

  --module-hot-reload=mod1[,mod2[,mod3[, ...]]]
  --module-hot-reload-conf=conf1[,conf2[,conf3[ ...]]]

feature/ARCH-263-edition-purger 2018-02-23 09:10:23 UTC
Added more verifications in test base class. [WS-168]

Author: Karl Gustav Sterneberg
Author Date: 2018-02-22 13:50:33 UTC

Added more verifications in test base class. [WS-168]

patches/WS-168 2018-02-22 14:05:44 UTC
Added more verifications in test base class. [WS-168]

Author: Karl Gustav Sterneberg
Author Date: 2018-02-22 13:50:33 UTC

Added more verifications in test base class. [WS-168]

feature/PIKE-63-thread-id-number-issue 2018-02-07 11:02:23 UTC
.

Author: Karl Gustav Sterneberg
Author Date: 2018-02-07 11:02:23 UTC

.

patches/WS-143-RoxenWizardId-cookie 2018-01-19 08:31:22 UTC
Wizards: Adjustments after QA. [WS-143 / WS-135]

Author: Karl Gustav Sterneberg
Author Date: 2018-01-19 08:31:22 UTC

Wizards: Adjustments after QA. [WS-143 / WS-135]

feature/configuration-rest-api-v2 2018-01-18 13:37:36 UTC
config_json: Fixed some types.

Author: Henrik Grubbström (Grubba)
Author Date: 2018-01-18 13:37:36 UTC

config_json: Fixed some types.

patches/WS-135 2018-01-08 15:41:32 UTC
Wizards: Set the secure flag on RoxenWizardId cookie if https (QA rework).

Author: Karl Gustav Sterneberg
Author Date: 2018-01-08 15:41:32 UTC

Wizards: Set the secure flag on RoxenWizardId cookie if https (QA rework).

[WS-135]

feature/WS-1-copy-rename-database 2018-01-02 11:15:19 UTC
Translations: Removed some redundant whitespace.

Author: Henrik Grubbström (Grubba)
Author Date: 2018-01-02 11:15:19 UTC

Translations: Removed some redundant whitespace.

feature/WS-128-update-translations 2017-12-28 14:49:18 UTC
Updated translations.

Author: Karl Gustav Sterneberg
Author Date: 2017-12-20 12:59:49 UTC

Updated translations.

patches/ws85 2017-12-28 14:29:07 UTC
Updated translations.

Author: Karl Gustav Sterneberg
Author Date: 2017-12-20 12:59:49 UTC

Updated translations.

stewa/config-api-databases-test2 2017-11-24 11:56:07 UTC
Removed test code

Author: Stefan Wallström
Author Date: 2017-11-24 11:56:07 UTC

Removed test code

feature/pike81 2017-11-24 10:49:13 UTC
Merge remote-tracking branch 'refs/remotes/origin/feature/pike81' into featur...

Author: Martin Karlgren
Author Date: 2017-11-24 10:49:13 UTC

Merge remote-tracking branch 'refs/remotes/origin/feature/pike81' into feature/pike81

* refs/remotes/origin/feature/pike81:
  Pike 8.1: Ad-hoc class syntax fix.
  Pike 8.1: Locale.Charset -> Charset.
  Pike 8.1: Make built-in Dims wrapper backwards compatible with 8.0 convention.

kg/archive-client-2 2017-11-17 10:42:29 UTC
HTTPClient: Now supports setting follow_redirects.

Author: Karl Gustav Sterneberg
Author Date: 2017-04-25 11:23:21 UTC

HTTPClient: Now supports setting follow_redirects.
You can now specify the max number of times redirects will be
followed.

patches/ep302 2017-11-17 10:19:58 UTC
FSGC: Avoid using DefaultMonitor implementation [EP-329]

Author: Anders Johansson
Author Date: 2017-11-17 10:19:58 UTC

FSGC: Avoid using DefaultMonitor implementation [EP-329]

kg/archive-client 2017-11-17 10:17:43 UTC
Merge branch 'devel' into kg/archive-client

Author: Karl Gustav Sterneberg
Author Date: 2017-11-17 10:17:43 UTC

Merge branch 'devel' into kg/archive-client

feature/acme 2017-10-23 10:14:12 UTC
ACME: Added some tentative DB table definitions.

Author: Henrik Grubbström (Grubba)
Author Date: 2017-10-23 09:58:59 UTC

ACME: Added some tentative DB table definitions.

Fixes some of [WS-66]/[WS-13].

feature/CMS-297-secure-sitebuilder-cookie 2017-10-16 11:48:26 UTC
Fixed NPE in RequestID->client_scheme() [CMS-297]

Author: Karl Gustav Sterneberg
Author Date: 2017-10-16 11:48:26 UTC

Fixed NPE in RequestID->client_scheme() [CMS-297]

feature/WS-63-custom-header-filter-module 2017-10-13 12:04:38 UTC
Custom Headers Filter Module. [WS-63]

Author: Karl Gustav Sterneberg
Author Date: 2017-10-13 12:04:38 UTC

Custom Headers Filter Module. [WS-63]

Adjustments after QA.

feature/CMS-205-js-css-cache-busting 2017-10-09 13:17:50 UTC
RoxenPatch: Make the module usable stand-alone again.

Author: Henrik Grubbström (Grubba)
Author Date: 2017-10-09 13:17:50 UTC

RoxenPatch: Make the module usable stand-alone again.

This module is used by stand-alone scripts (like bin/rxnpatch.pike),
ant that means that it MUST guard any use of Roxen-specific modules
(like eg Roxen).

Fixes testsuite failures, where bin/rxnpatch.pike won't compile.

feature/CMS-274-redirect-module 2017-10-04 09:28:59 UTC
Redirect Module [CMS-274]:

Author: Karl Gustav Sterneberg
Author Date: 2017-10-04 09:28:59 UTC

Redirect Module [CMS-274]:

Added support for redirect files accessible from Roxen's virtual file
system. For example for redirect files residing in SiteBuilder or in a
File system module.

kg/redirect-module-WIP 2017-09-28 13:14:08 UTC
WIP...

Author: Karl Gustav Sterneberg
Author Date: 2017-09-28 13:14:08 UTC

WIP...

grubba/chaining_http 2017-08-31 13:46:45 UTC
HTTP: Simplify hand over of connection to other protocols.

Author: Henrik Grubbström (Grubba)
Author Date: 2017-08-31 13:46:45 UTC

HTTP: Simplify hand over of connection to other protocols.

The variable chained_to is now the notification function instead
of an object containing a my_fd_released() function.

feature/CMS-247-prevent-full-local-path-as-filename 2017-08-29 06:39:44 UTC
AFS post_files: Prevent full local path as filename. [CMS-247]

Author: Karl Gustav Sterneberg
Author Date: 2017-08-29 06:39:44 UTC

AFS post_files: Prevent full local path as filename. [CMS-247]

Update of minified files. Should have been included in commit
e8ea8cef129b3175ae8144a1bb4fde0960c38b24.

feature/ws-47 2017-08-04 07:34:59 UTC
Replaced ' with " in href attribute when linkifying.

Author: Tobias Liin
Author Date: 2017-08-04 07:34:59 UTC

Replaced ' with " in href attribute when linkifying.

[WS-47]

rxnpatch/5.5 2017-03-21 16:28:39 UTC
RXML Tags: No internal path for relative redirects

Author: Anders Johansson
Author Date: 2017-03-21 16:15:11 UTC

RXML Tags: No internal path for relative redirects

If request was internally redirected when encountering a relative
<redirect/> the internal path would previously be exposed to the
browser. Fixes [WS-26].

patches/ws19 2017-02-28 12:55:35 UTC
Update cache_register() to accept new prefs object for existing caches. Use

Author: Jonas Walldén
Author Date: 2016-12-22 00:53:08 UTC

Update cache_register() to accept new prefs object for existing caches. Use
the new setting to avoid warning in RXML <cache> eval.

patches/ws20 2017-02-23 14:09:25 UTC
RAM-cache: Fixed size calculation bug when replacing an entry.

Author: Marcus Wellhardh
Author Date: 2017-02-23 13:26:39 UTC

RAM-cache: Fixed size calculation bug when replacing an entry.

Fixes [WS-20].

marty/streamingput 2016-12-16 21:10:54 UTC
HTTP: Fix some post-merge breakage.

Author: Martin Karlgren
Author Date: 2016-12-16 21:10:54 UTC

HTTP: Fix some post-merge breakage.

rxnpatch/5.2 2016-07-06 13:24:50 UTC
Merge branch 'patches/bug7746' into 5.2

Author: Henrik Grubbström (Grubba)
Author Date: 2016-07-06 13:24:50 UTC

Merge branch 'patches/bug7746' into 5.2

* patches/bug7746:
  ABS: Fix listing of call_outs.

agehall/jslog 2016-03-21 13:12:35 UTC
Fixed doc string.

Author: Marcus Agehall
Author Date: 2016-03-21 13:12:35 UTC

Fixed doc string.

marty/rxml-garb-fixes-5.2 2014-06-30 06:55:14 UTC
1000 iterations doesn't seem to be enough when collecting PCode objects.

Author: Martin Karlgren
Author Date: 2014-06-27 14:24:23 UTC

1000 iterations doesn't seem to be enough when collecting PCode objects.

marty/rxml-garb-fixes-5.4 2014-06-30 06:51:08 UTC
1000 iterations doesn't seem to be enough when collecting PCode objects.

Author: Martin Karlgren
Author Date: 2014-06-27 14:24:23 UTC

1000 iterations doesn't seem to be enough when collecting PCode objects.

marty/sloppydomgarbage 2014-06-02 10:04:32 UTC
Add SloppyDOM.DocumentWrapper to avoid cyclic garbage.

Author: Martin Karlgren
Author Date: 2014-06-02 10:04:32 UTC

Add SloppyDOM.DocumentWrapper to avoid cyclic garbage.

4.5 2013-01-02 09:46:00 UTC
Version bumped to 4.5.500-git.

Author: Henrik Grubbström (Grubba)
Author Date: 2013-01-02 09:46:00 UTC

Version bumped to 4.5.500-git.

5.0 2010-11-30 11:55:11 UTC
Fixed missing propagation of state update events in the cache tag.

Author: Martin Stjernholm
Author Date: 2010-11-30 11:55:11 UTC

Fixed missing propagation of state update events in the cache tag.

This bug could cause p-code updates to not be saved when there is a
nested update inside a cache hit in an existing persistently saved
cache entry. The nested update must affect the result p-code for this
bug to have effect - typically it's adding a new entry in a nested
cache tag that saves the cache persistently.

This is a regression from RXML.pmod/module.pmod rev 1.392, i.e. since
Roxen 4.5. In cases with nested persistent cache tags, it looks like
there have been a severe performance degradation since then, because
only the first cache entry in such caches got saved.

Creds to Wellhardh for finding this.

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

4.0 2007-08-22 15:00:46 UTC
Fixed problem with some short OIDs causing backtraces.

Author: Henrik Grubbström (Grubba)
Author Date: 2007-08-22 15:00:46 UTC

Fixed problem with some short OIDs causing backtraces.
Fixed some minor typos.

Rev: server/base_server/snmpagent.pike:1.22

4.6 2007-04-20 15:01:05 UTC
Bug fix.

Author: Jonas Wallden
Author Date: 2007-04-20 15:01:05 UTC

Bug fix.

Rev: server/protocols/http.pike:1.520

3.4 2007-01-17 12:45:22 UTC
Earlier fix for OPTIMIZE TABLE in ImageCache was oblivious to the fact that

Author: Jonas Wallden
Author Date: 2007-01-17 12:45:22 UTC

Earlier fix for OPTIMIZE TABLE in ImageCache was oblivious to the fact that
restarting the cimg module reset the timer and triggered an immediate db
operation. We now preserve the cache object instance if possible. [RT#8705]
and [RT#8707].

Rev: server/modules/graphics/cimg.pike:1.64

ChiliMoon/2004 2006-04-19 22:29:56 UTC
m_delete bug.

Author: dirixmjm
Author Date: 2006-04-19 22:29:56 UTC

m_delete bug.

Rev: server/server_core/core.pike:1.878

4.1 2005-12-19 13:14:51 UTC
Some more button spacing.

Author: Jonas Wallden
Author Date: 2005-12-19 13:14:51 UTC

Some more button spacing.

Rev: server/config_interface/sites/add_module.pike:1.81

randstad_ad_work_2005.11 2005-11-14 13:09:27 UTC
Ported the Randstad AD/LDAP importer module improvements from 3.4.

Author: Martin Stjernholm
Author Date: 2005-11-14 13:09:27 UTC

Ported the Randstad AD/LDAP importer module improvements from 3.4.

Rev: server/modules/ldap/ldaptag.pike:2.33.2.1

randstad_ad_work_2005.03 2005-05-20 12:35:38 UTC
Improved reporting of attribute and filter parse errors.

Author: Martin Stjernholm
Author Date: 2005-05-20 12:35:38 UTC

Improved reporting of attribute and filter parse errors.

Rev: server/modules/ldap/ldaptag.pike:2.29.2.2

3.3 2004-09-27 14:09:11 UTC
Clear local function pointer in <emit> to avoid creating memory garbage.

Author: Jonas Wallden
Author Date: 2004-09-27 14:09:11 UTC

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

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

Aphoto_2.0_beta3 2004-06-06 17:02:16 UTC
Initial binary version.

Author: norrby
Author Date: 2004-06-06 17:02:16 UTC

Initial binary version.

Rev: local/fonts/9JULIUST.TTF:1.3
Rev: local/fonts/aggstock.ttf:1.3

2.4 2004-05-07 14:42:43 UTC
Fixed a case where a failed handler thread could cause busy_threads to

Author: Martin Stjernholm
Author Date: 2004-05-07 14:42:43 UTC

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.809

2.2 2004-02-04 17:57:18 UTC
Restore the truth state after <then>. Fixes [bug 3565] and the second part

Author: Martin Stjernholm
Author Date: 2004-02-04 17:57:18 UTC

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

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

Contrib/advert 2004-01-14 12:35:48 UTC
Now knows about the use of pike-modules.

Author: Henrik Grubbström (Grubba)
Author Date: 2004-01-14 12:35:48 UTC

Now knows about the use of pike-modules.

Rev: Advert.pmod/Ad.pmod:1.1(DEAD)
Rev: Advert.pmod/Campaign.pmod:1.1(DEAD)
Rev: Advert.pmod/Group.pmod:1.1(DEAD)
Rev: Advert.pmod/Run.pmod:1.2(DEAD)
Rev: advert.pike:1.3
Rev: pike-modules/Advert.pmod/Ad.pmod:1.1
Rev: pike-modules/Advert.pmod/Campaign.pmod:1.1
Rev: pike-modules/Advert.pmod/Group.pmod:1.1
Rev: pike-modules/Advert.pmod/Run.pmod:1.2

AutoSite 2003-12-16 12:09:14 UTC
Some updates to support Protocols.LysKOM.

Author: Henrik Grubbström (Grubba)
Author Date: 2003-12-16 12:09:14 UTC

Some updates to support Protocols.LysKOM.
Still doesn't compile.

Rev: modules/mail/lyskomrcpt.pike:1.7

3.5 2003-12-16 09:36:07 UTC
Version bumped to 3.5.2 by buildsystem.

Author: Build system
Author Date: 2003-12-16 09:36:07 UTC

Version bumped to 3.5.2 by buildsystem.

Rev: server/etc/include/version.h:1.706

2.1 2003-09-25 11:00:33 UTC
A missing ',' caused trim and regexp attributes to be passed on to the browse...

Author: Anders Johansson
Author Date: 2003-09-25 11:00:33 UTC

A missing ',' caused trim and regexp attributes to be passed on to the browser. [bug 3513]

Rev: server/modules/tags/vform.pike:1.19

ChiliMoon/2003 2003-03-09 19:40:01 UTC
Should work with Pike 7.5 again.

Author: Martin Nilsson
Author Date: 2003-03-09 19:40:01 UTC

Should work with Pike 7.5 again.

Rev: server/server_core/core.pike:1.851

2.0 2003-02-05 16:37:59 UTC
Fix for [bug 3344].

Author: Henrik Grubbström (Grubba)
Author Date: 2003-02-05 16:37:59 UTC

Fix for [bug 3344].

Rev: server/protocols/ftp.pike:2.41

ChiliMoon/2002 2003-01-07 18:34:07 UTC
Added some more ftp data size stats in places where it might (and might not) ...

Author: Johan Sundström
Author Date: 2003-01-07 18:34:07 UTC

Added some more ftp data size stats in places where it might (and might not) be useful.

Rev: server/plugins/protocols/ftp.pike:2.86

patch_2.2.230.1 2002-03-19 09:24:27 UTC
Patch 2.2.230.1

Author: Henrik Grubbström (Grubba)
Author Date: 2002-03-19 09:24:27 UTC

Patch 2.2.230.1
Fixes [bug 2748].

Rev: server/protocols/ftp.pike:2.70.2.1

1.3 2002-02-13 10:05:17 UTC
Fix for [bug 2742].

Author: Henrik Grubbström (Grubba)
Author Date: 2002-02-13 10:05:17 UTC

Fix for [bug 2742].

Rev: server/protocols/ftp.pike:1.104

roxen-modules/javascript-support 2001-05-15 14:31:15 UTC
Workaround for popups in MSIE 5.0/Mac where FileLoader object needs to be

Author: Jonas Wallden
Author Date: 2001-05-15 14:31:15 UTC

Workaround for popups in MSIE 5.0/Mac where FileLoader object needs to be
reinitialized every time. This browser bug seems to be fixed in MSIE 5.1/Mac
but unfortunately that browser also identifies itself as 5.0.

Rev: server/modules/tags/javascript_support/scripts/CrossPlatform.js:1.7
Rev: server/modules/tags/javascript_support/scripts/DynamicLoading.js:1.5

sitebuilder_2.1_workflow 2000-11-03 15:36:31 UTC
Jonas' additions to let external code register callbacks for dynamic

Author: Johan Sundström
Author Date: 2000-11-03 15:36:31 UTC

Jonas' additions to let external code register callbacks for dynamic
javascript generation.

Rev: server/modules/tags/javascript_support/javascript_support.pike:1.22

sitebuilder_2.1_replicate 2000-08-19 15:35:25 UTC
Added an offset to bound_me_nicely so popups will be placed inside the window.

Author: Marcus Wellhardh
Author Date: 2000-08-19 15:35:25 UTC

Added an offset to bound_me_nicely so popups will be placed inside the window.

Rev: server/modules/tags/javascript_support/scripts/Render.js:1.8

1.4 2000-02-02 04:10:53 UTC
Version bumped to 1.4.1 by buildsystem.

Author: Peter Bortas
Author Date: 2000-02-02 04:10:53 UTC

Version bumped to 1.4.1 by buildsystem.

Rev: server/etc/include/version.h:1.2

1100 of 108 results
This repository contains Public information 
Everyone can see this information.

Subscribers