Branch: Tag:

2022-11-05

2022-11-05 12:00:40 by Martin Nilsson <nilsson@fastmail.com>

Show fallthrough.

2022-10-22

2022-10-22 09:56:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Hash: Deprecate use of negative lengths to hash().

2022-09-17

2022-09-17 10:07:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.HMAC: Fix some warnings.

2022-09-17 10:05:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Adjust type of block_size() to match __builtin.Nettle.Hash.

2022-09-15

2022-09-15 08:45:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Improved integer types for several math functions.

Improves the return types for predef::sqrt(), predef::min(),
predef::max(), predef::limit(), predef::abs() and predef::sgn()
when called with integer types.

2022-06-18

2022-06-18 11:59:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Password: Fix support for Django-style pbkdf2_sha256.

2022-06-11

2022-06-11 09:08:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Changed API for apply_type_attribute() et al.

They now get a mapping that they may use to keep state between arguments.

2022-06-02

2022-06-02 08:33:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Fix multiple warnings about passing of zero values.

2022-06-01

2022-06-01 11:42:47 by Martin Nilsson <nilsson@fastmail.com>

Updated types where documentation said 'or zero'.

2022-03-09

2022-03-09 11:02:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

GC: Support remaining types in Pike.count_memory().

Users of Pike.count_memory() typically do not want to bother
filtering its arguments, so perform filtering in count_memory()
rather than throwing errors.

Also adds support for counting memory for objects referenced
via functions.

2021-10-29

2021-10-29 16:48:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc [Nettle.BlockCipher16.KW]: Add note from RFC 6931.

Also removes obsolete note about using the AEAD APIs.

Minor code clean up.

2021-10-20

2021-10-20 16:03:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc [Traditional]: More sections and move around stuff.

2021-09-17

2021-09-17 13:54:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

System.Memory: Updated API for lfun::`[]=() to current.

It now no longer complains about getting the context.

Removed support for assigning to ranges as it (AFAIK)
never has worked, and there is no corresponding lfun.

Fixes some testsuite failures.

2021-09-14

2021-09-14 16:14:04 by Martin Nilsson <nilsson@fastmail.com>

Make it possible to not load dumped files.

2021-07-26

2021-07-26 07:01:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc [Stdio]: Document some more constants.

2021-07-20

2021-07-20 11:11:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc: Fixed AutoDoc markup typo.

2021-07-18

2021-07-18 11:51:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc [Builtin.__master]: Document the class.

2021-07-02

2021-07-02 20:42:19 by Tobias S. Josefowitz <tobij@tobij.de>

Merge branch 'security/decode_value'

* security/decode_value:
decode_value(): Allow to restrict decoding to simple types

2021-07-02 20:27:26 by Tobias S. Josefowitz <tobij@tobij.de>

decode_value(): Allow to restrict decoding to simple types

The encoded value has quite a bit of control over our process. Allow to
restrict decoding to primitive types by passing coding as -1.

2021-07-02 11:34:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MIME: Stricter types.

2021-06-30

2021-06-30 13:19:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc [Ffmpeg]: Fixed some markup issues.

2021-06-17

2021-06-17 10:32:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Charset: Strict types.

2021-06-16

2021-06-16 20:59:18 by Chris Angelico <rosuav@gmail.com>

Protocols.DNS: Add host_to_ips (plural) to parallel host_to_ip

2021-06-09

2021-06-09 13:32:58 by Chris Angelico <rosuav@gmail.com>

Val.Range: Fix autodoc markup

2021-06-07

2021-06-07 13:16:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Add __cast().

2021-06-01

2021-06-01 10:40:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Runtime: Adjusted some more return types to include zero.

2021-05-30

2021-05-30 15:16:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Runtime: Adjusted return types for lots of functions to include zero.

2021-05-24

2021-05-24 17:11:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc [Gmp.mpf]: Fix AutoDoc markup typo.

2021-05-12

2021-05-12 14:52:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CPP: Added #elifdef and #elifndef from C2x.

2021-05-08

2021-05-08 16:23:35 by Martin Nilsson <nilsson@fastmail.com>

Improved documentation.

2021-05-07

2021-05-07 04:09:31 by Martin Nilsson <nilsson@fastmail.com>

async_connect using promises.

2021-05-01

2021-05-01 14:18:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc: Fix some documentation typos.

2021-04-24

2021-04-24 10:57:40 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: Add freerun parameter, to avoid bulkmode/TCP_CORK.

2021-04-21

2021-04-21 09:22:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.DSA: Fix a few warnings.

2021-04-18

2021-04-18 23:35:43 by Martin Nilsson <nilsson@fastmail.com>

Fixed warnings.

2021-03-30

2021-03-30 09:05:37 by Stephen R. van den Berg <srb@cuci.nl>

Stdio.Buffer: Fix docs.

2021-03-29

2021-03-29 13:00:17 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: Update docs.

2021-03-28

2021-03-28 15:52:17 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: done_cb is called on every pause.

2021-03-27

2021-03-27 09:39:42 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: dup() the filedescriptor to avoid conflicts with a read-fd_box.

2021-03-19

2021-03-19 23:39:43 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: Support wrap_cb on array sources.

2021-03-18

2021-03-18 11:11:11 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: Add support for a single-byte source.

2021-03-18 11:11:11 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: Add support for array sources.

2021-03-18 11:11:11 by Stephen R. van den Berg <srb@cuci.nl>

Debug: Add map_all_strings() to trace memory leaks.

2021-03-18 11:11:11 by Stephen R. van den Berg <srb@cuci.nl>

Fix typos.

2021-03-18 11:11:11 by Stephen R. van den Berg <srb@cuci.nl>

Stdio.Buffer: Autocopy it when reallocing a locked buffer.

2021-03-18 11:11:11 by Stephen R. van den Berg <srb@cuci.nl>

Shuffler: Add autopause mode.

2021-02-23

2021-02-23 12:08:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Master: Added predef::zero.

2021-02-03

2021-02-03 15:35:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'patches/bug10059'

* patches/bug10059:
Inotify: add_watch() now returns -1 on some failures.

2021-02-03 15:34:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Inotify: add_watch() now returns -1 on some failures.

This is to simplify differentiation between failures due to
the filesystem being in flux (eg races), and failures due to
resource limits.

Fixes race condition (time of check, time of use) in
Filesystem.Monitor.basic.InotifyMonitor()->register_path().

Fixes #10059.

2020-11-29

2020-11-29 14:59:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Added efuns for accessing iterator state.

2020-11-21

2020-11-21 13:49:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Iterators: Use the new LFUN names.

Fixes lots of warnings.

2020-11-09

2020-11-09 17:39:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Add predef::atomic_get_set().

2020-10-31

2020-10-31 18:50:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Sass]: Fixed AutoDoc mk II markup.

2020-10-22

2020-10-22 20:46:16 by Marcus Comstedt <marcus@mc.pp.se>

Gettext: Prevent argument of textdomain from being empty

2020-10-22 20:12:11 by Marcus Comstedt <marcus@mc.pp.se>

strftime: Remove non-standard conversions %k and %l from doc and testsuite

These are not part of any C standard, not even C2x. Thus libc can
not be expected to implement them.

2020-09-08

2020-09-08 20:50:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Concurrent: Move handling of aggregated promises to AggregatePromise.

This simplifies the code for promises that do not use aggregation,
and avoids bugs when aggregation functions are used in combination
with non-aggregation functions.

2020-08-26

2020-08-26 15:44:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Concurrent.Promise: Refactored the dependency handling.

Get rid of multiple cases of circular referencing via AggregateState.

Removes the AggregateState class.

The folding function no longer gets called with failure values.

The successful array result no longer contains failed values.

References between Promises and Futures should now strictly be only
in the result notification direction.

API-compatible, user level code should not notice any differences.

2020-07-29

2020-07-29 10:00:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Val.Range: Fixed multiple warnings.

Also adds some FIXMEs regarding the API.

2020-06-10

2020-06-10 21:48:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.Fd: Convert read() into a PIKEFUN.

2020-06-07

2020-06-07 14:03:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.Buffer: Reduce run-time argument strictness in _search().

Searching for values that aren't possible isn't an error,
so avoid the precompiler generating errors for such parameters.

Fixes testsuite failure searching for character -1.

2020-06-07 06:57:38 by Stephen R. van den Berg <srb@cuci.nl>

HTTP.Server: Expose filename_to_extension().

2020-06-03

2020-06-03 14:38:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.Fd: This is now a PIKECLASS.

2020-06-01

2020-06-01 15:15:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Termios]: Minor namespace adjustment.

2020-05-29

2020-05-29 07:38:37 by Chris Angelico <rosuav@gmail.com>

Move Markdown into Parser and leave a stub behind in Tools

2020-05-28

2020-05-28 23:49:01 by Tobias S. Josefowitz <tobij@tobij.de>

SSL.Context: Context commits to tickets via offers_tickets()

In certain situations, i.e. after receiving an empty Session Ticket
extension (client supports, but does not yet have a ticket), by
including the Session Ticket extension in the server hello commits us to
providing a ticket later.

As SSL.Context would simply return 0 in encode_ticket() when use_cache
was zero (not the default), we used to break the protocol on such
occasions. Instead, we now use SSL.Context()->offers_tickets() to signal
whether Session Tickets should be supported on the connection (and
whether the Context commits to encoding a session as ticket later on).

2020-05-25

2020-05-25 07:38:16 by Stephen R. van den Berg <srb@cuci.nl>

MIME: Move decode_/encode_headerfield_params functions here.

2020-05-24

2020-05-24 00:54:10 by Stephen R. van den Berg <srb@cuci.nl>

Val.Inet: Add >> and << operators modeled after PostgreSQL.

2020-05-24 00:18:39 by Stephen R. van den Berg <srb@cuci.nl>

Arg: Document the help/usage system.

2020-05-23

2020-05-23 13:10:51 by Marcus Comstedt <marcus@mc.pp.se>

Thread.ResourceCount: Provide fallback implementation

2020-05-19

2020-05-19 17:45:16 by Stephen R. van den Berg <srb@cuci.nl>

Arg: Fix docs.

2020-05-17

2020-05-17 10:52:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [_Stdio]: Added some doc.

2020-05-15

2020-05-15 15:09:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Stdio.Buffer]: Fixed markup typo.

2020-05-13

2020-05-13 13:27:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Stdio]: Document low-level classes.

2020-03-22

2020-03-22 15:28:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Inotify: Improved handling of invalid event callbacks.

The events are now buffered until the callback becomes valid.

Fixes #8042.

2020-02-25

2020-02-25 13:21:05 by Per Hedbor <ph@opera.com>

Addressed code review issues

Forward port from Pike 8.0 as noted in #10012.

2020-02-25 12:40:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Standards.X509]: Fixed some typos.

Fixes #10012.

2020-02-24

2020-02-24 00:10:59 by Tobias S. Josefowitz <tobij@tobij.de>

Standard.X509: Make signature algorithms configurable

2020-02-19

2020-02-19 16:58:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'grubba/pty-handling'

* grubba/pty-handling:
Process.Process [NT]: Added modifier "conpty".

2020-02-07

2020-02-07 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio: Some pty-handling cleanup.

Add wrappers emulating missing libc functions.

2020-02-07 10:39:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'grubba/pty-handling'

* grubba/pty-handling:
Process [NT]: Support UTF-8 in create_process().
I/O [NT]: Added low_dwim_utf8_to_utf16().

2020-01-20

2020-01-20 15:44:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio: Some pty-handling cleanup.

Add wrappers emulating missing libc functions.

2020-01-01

2020-01-01 22:13:56 by Peter Bortas <bortas@gmail.com>

Fix documentation for next_prime

2019-12-31

2019-12-31 21:55:04 by Peter Bortas <bortas@gmail.com>

Fix function definition for next_prime and the documentation for next_prime and probably_prime_p

2019-11-21

2019-11-21 10:41:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MIME: Added decode_crypt64().

This is the inverse of encode_crypt64().

2019-11-20

2019-11-20 19:13:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>

LFUNs: Added lfun::_reverse().

This is a function that is called by reverse() to generate
a reversed object.

2019-11-19

2019-11-19 14:27:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MIME: Added encode_crypt64().

This is an encoding similar to base64 that is used by several
password hashing algorithms.

2019-11-17

2019-11-17 17:18:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Charset]: Fixed markup typo.

2019-11-16

2019-11-16 13:28:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [DVB]: Fixed some markup issues.

2019-11-08

2019-11-08 15:58:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MIME: Added {de,en}code_base32{,hex}().

2019-11-07

2019-11-07 14:43:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MIME: Added optional third argument to encode_base64{,url}().

The third argument controls use of padding.

2019-11-03

2019-11-03 22:24:48 by Mateusz Krawczuk <krawczukmat@gmail.com>

Debugger: add WIP debugger pmod.

The module contains:
* High-level debugger logic,
* breakpoint representation,
* Debug Adapter Protocol object models,
* a debug server handling communication between the debugger and
an IDE via DAP

There are numerous TODOs, among them being:
* introduce autodoc-compliant documentation,
* untangle debugger logic from the server,
* extract the debugger interface that could be shared between other
* interfaces - DAP,gdb, ...

2019-11-03 18:43:44 by Mateusz Krawczuk <krawczukmat@gmail.com>

Make Profiling.pmod doc reflect the real state of things.

2019-11-02

2019-11-02 12:20:15 by Tobias S. Josefowitz <tobij@tobij.de>

Nettle.Hash: Fix typo in autodoc

2019-11-02 12:17:04 by Tobias S. Josefowitz <tobij@tobij.de>

ADT.CritBit.BigNumTree: Disable autodoc more robustly.

CExtractor now actually errors about spurious @endclass directives,
which means we need to use DOCSTART() and DOCEND() around them in
{tree,iterator}_source.H as we define DOCSTART() to /* in
bignumtree.cmod to disable autodoc generation.

2019-11-01

2019-11-01 12:27:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle.Hash: crypt_php() is now API-compatible with crypt_hash().

2019-10-31

2019-10-31 12:45:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle.Hash: Added crypt_php().

This is a password hashing algorithm compatible with
PHP Portable Passwords (when used with Crypto.MD5).

2019-10-25

2019-10-25 16:19:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Password: Added support for PBKDF2 password hashes.

These are hashes generated by Python PassLib and Phpass.

2019-10-16

2019-10-16 08:58:31 by Marcus Comstedt <marcus@mc.pp.se>

Thread.ResourceCountKey: Make destruct immediate

2019-09-26

2019-09-26 11:10:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'grubba/sprintf-linebreak-mode-fixes'

* grubba/sprintf-linebreak-mode-fixes:
Sprintf: Cleanup linebreak mode.

2019-09-26 11:03:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Cleanup linebreak mode.

The sprintf "%/s" and "%=s" modes now break at the column width
(defaulting it to the field width) and not the field width. This
makes it possible to use formats like eg "%;*-=s" (instead of
"%*-=s") to not get every line padded to the full column width.

2019-09-23

2019-09-23 14:10:28 by Kevin O'Rourke <kevinor@opera.com>

TURBO2-1398: Allow disabling of wrapping of describe_backtrace output.

The wrapping can add lots of spaces to the end of lines to pad
them, resulting in enormous backtrace files in some circumstances.

2019-09-12

2019-09-12 10:03:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [generators]: Added yield().

2019-09-08

2019-09-08 11:25:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Concurrent.Future: Added try_get().

2019-08-28

2019-08-28 13:38:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed some AutoDoc markup errors.

The documentation for String.Replace et al should now be in the
correct place again, and the documentation for System.Time et al
should no longer get lost.

2019-08-17

2019-08-17 10:08:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Traditional]: Added Compression chapter.

2019-08-07

2019-08-07 10:09:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Traditional]: Added chapter regarding introspection.

2019-08-05

2019-08-05 10:41:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Traditional]: Added chapter about cryptography.

2019-07-15

2019-07-15 10:22:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql.Result: Update the index counter when fetching rows.

Call Sql.Result::increment_index() at relevant places.

Fixes testsuite failure.

Fixes PIKE-197 (#8197).

2019-07-07

2019-07-07 10:57:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Dokumentation [Traditional]: Added chapter "Threads".

2019-07-04

2019-07-04 12:45:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Traditional]: Added some structure to the I/O chapter.

2019-03-14

2019-03-14 10:39:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap

* commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits)
Removed the old typechecker.
...

2018-02-15

2018-02-15 15:54:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63

* commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e': (19587 commits)
...

2017-07-21

2017-07-21 11:36:32 by Pontus Östlund <ponost@roxen.com>

There was an XML syntax error in this file.

2017-07-10

2017-07-10 10:30:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Manual: Extended the data types chapter with void & mixed.

Added some elaboration on the difference between compile-time
and run-time types, as well as some about the types void & mixed
and how they are used.

Fixes [bug 1656 (#1656)].

2016-11-14

2016-11-14 07:59:26 by Pontus Östlund <ponost@roxen.com>

Major redesign of the refdoc. Also removed some obsolete stuff.

2016-11-14 07:59:26 by Pontus Östlund <ponost@roxen.com>

Major redesign of the refdoc. Also removed some obsolete stuff.

2016-02-08

2016-02-08 17:24:47 by Peter Bortas <bortas@gmail.com>

Revert "Added the Markdown module and the standalone pike_to_html.pike from 8.1."

This reverts commit 2706a62c3c72b296a0c77b418f1e186c682c7ac5.

2016-02-03

2016-02-03 17:22:22 by Martin Nilsson <nilsson@fastmail.com>

Added creation method raw to put binary data directly in an image object without adaptation.

2016-01-20

2016-01-20 22:36:32 by Pontus Östlund <ponost@roxen.com>

Merge branch 'new-pikedoc' into 8.1

* new-pikedoc:
New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.
Start of new layout for the Pike refdoc

2016-01-20 22:36:32 by Pontus Östlund <ponost@roxen.com>

Merge branch 'new-pikedoc' into 8.1

* new-pikedoc:
New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.
Start of new layout for the Pike refdoc

2016-01-20 18:09:54 by Pontus Östlund <ponost@roxen.com>

New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.

2016-01-20 18:09:54 by Pontus Östlund <ponost@roxen.com>

New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.

2015-10-14

2015-10-14 12:23:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Let the IV be set through Nettle.Proxy (aka Crypto.Buffer).

2015-09-18

2015-09-18 14:43:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Filesystem.Monitor: Added check_all().

2015-09-15

2015-09-15 14:18:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.HTTP2: Added Frame class.

2014-01-05

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2013-11-21

2013-11-21 17:50:41 by Tobias S. Josefowitz <tobij@tobij.de>

MIME: getencoded() should probably never return a StringRange.

(cherry picked from commit 87b47190e06ff9b0f253c1db0350e135f2595a71)

2013-11-21 14:36:54 by Build system <distmaker@roxen.com>

release number bumped to 798 by export.pike

2013-11-17

2013-11-17 21:36:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

System.TM: Some AutoDoc markup fixes.

2008-06-28

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2008-06-28 21:52:33 by Martin Nilsson <mani@lysator.liu.se>

Updated keyword documentation

Rev: refdoc/chapters/autodoc.xml:1.2
Rev: refdoc/chapters/compatibility.xml:1.3
Rev: refdoc/chapters/data_types.xml:1.9
Rev: refdoc/inlining.txt:1.4
Rev: refdoc/xml.txt:1.6

2005-06-10

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2005-06-10 17:16:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the compatibility chapter.

Rev: refdoc/structure/traditional.xml:1.23

2003-11-07

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91

2003-11-07 05:41:14 by Martin Nilsson <mani@lysator.liu.se>

No more appendices

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58
Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28
Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD)
Rev: refdoc/presentation/make_html.pike:1.64
Rev: refdoc/presentation/tree-split-autodoc.pike:1.54
Rev: refdoc/structure/onepage.xml:1.4
Rev: refdoc/structure/traditional.xml:1.21
Rev: src/modules/Image/colors.c:1.68
Rev: src/modules/Image/layers.c:1.91