Branch: Tag:

2023-06-01

2023-06-01 10:43:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Fix AutoDoc syntax for balloon().

Also adds some related headerfile/lib paranoia.

2023-06-01 09:32:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.ECC: Add curves GOST_GC256B and GOST_GC512A.

2019-03-19

2019-03-19 12:33:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '722771973bd' into patches/lyslyskom22891031

* commit '722771973bd': (6177 commits)
Verify that callablep responses are aligned with reality.
...

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-12-11

2017-12-11 21:31:18 by Martin Nilsson <nilsson@fastmail.com>

Added SHA512/224 and SHA512/256

2016-12-21

2016-12-21 23:08:40 by Jonas Walldén <jonasw@roxen.com>

Add _sprintf() to Thread.Mutex() that prints current locking thread. Switch to
hex-based thread IDs in _sprintf() for Thread.Thread() for easier reading.

2016-12-10

2016-12-10 17:44:16 by Martin Nilsson <nilsson@fastmail.com>

Documentation fixes. No need to push 0 on void functions.

2016-12-05

2016-12-05 13:42:16 by Martin Nilsson <nilsson@fastmail.com>

Added Nettle.version()

2016-11-15

2016-11-15 16:44:13 by Pontus Östlund <ponost@roxen.com>

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

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-10-04

2016-10-04 15:29:06 by Pontus Östlund <ponost@roxen.com>

Query: timed_async_fetch() didn't support chunked transfer encoding.

Promise: Some pikedoc fixes.

2016-05-04

2016-05-04 13:19:28 by Martin Nilsson <nilsson@fastmail.com>

Implemented HMAC jwa with a little less code.

2016-05-04 13:19:28 by Martin Nilsson <nilsson@fastmail.com>

Implemented HMAC jwa with a little less code.

2016-04-30

2016-04-30 11:07:37 by Pontus Östlund <poppanator@gmail.com>

Refdoc: Added modfiers to methods, variables and constants. Fixed a Pike doc error in Nettle.Sign.

2016-04-27

2016-04-27 21:05:54 by Martin Nilsson <nilsson@fastmail.com>

Implemented HMAC jwa with a little less code.

2016-04-27 14:34:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added algorithm identifiers from JWA (RFC 7518:3.1).

Fixes some of [bug 7671 (#7671)].

2016-04-27 14:34:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added algorithm identifiers from JWA (RFC 7518:3.1).

Fixes some of [bug 7671 (#7671)].

2016-04-19

2016-04-19 10:31:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.RSA: Add some support for JOSE JWS signatures.

2016-04-14

2016-04-14 10:12:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added algorithm identifiers from JWA (RFC 7518:3.1).

Fixes some of [bug 7671 (#7671)].

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.

2016-01-15

2016-01-15 17:32:31 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.

2016-01-05

2016-01-05 10:21:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Added support for multiple results.

Adds Sql.sql_result()->next_result().

2016-01-04

2016-01-04 14:58:57 by Per Hedbor <ph@opera.com>

strlen is for strings only these days

2015-10-19

2015-10-19 15:28:15 by Arne Goedeke <el@laramies.com>

Crypto: Added SHA 224, 384 and 512.

Also adjusts the ASN.1 identifier for SHA256 to make Pike 8.0 happy.

2015-10-19 15:28:15 by Arne Goedeke <el@laramies.com>

Crypto: Added SHA 224, 384 and 512.

Also adjusts the ASN.1 identifier for SHA256 to make Pike 8.0 happy.

2015-10-19 15:28:15 by Arne Goedeke <el@laramies.com>

Crypto: Added SHA 224, 384 and 512.

Also adjusts the ASN.1 identifier for SHA256 to make Pike 8.0 happy.

2015-10-12

2015-10-12 20:46:59 by Pontus Östlund <ponost@roxen.com>

Start of new layout for the Pike refdoc

2015-10-12 20:46:59 by Pontus Östlund <ponost@roxen.com>

Start of new layout for the Pike refdoc

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.

2015-01-24

2015-01-24 14:19:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.ECC: Added initial implementation of Curve.Point.

This is to simplify handling of points on ECC curves.

Currently the code is sufficient to perform ECDSA, but
eg encode and decode would be nice.

TODO: Other code needs to be updated to accept Points.

2015-01-24 14:19:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.ECC: Added initial implementation of Curve.Point.

This is to simplify handling of points on ECC curves.

Currently the code is sufficient to perform ECDSA, but
eg encode and decode would be nice.

TODO: Other code needs to be updated to accept Points.

2015-01-02

2015-01-02 14:28:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Some more KeyShare-related API changes.

The API now seems to be usable for TLS 1.3.

2015-01-02 14:28:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Some more KeyShare-related API changes.

The API now seems to be usable for TLS 1.3.

2014-04-20

2014-04-20 11:50:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle: Added __Hash and MAC.

This moves the base hash API to __Hash, and adds a common
API for Message Authentication Codes (MACs) analogous to
the APIs for hashes and ciphers.

2014-04-20 11:50:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle: Added __Hash and MAC.

This moves the base hash API to __Hash, and adds a common
API for Message Authentication Codes (MACs) analogous to
the APIs for hashes and ciphers.

2014-04-20 11:50:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle: Added __Hash and MAC.

This moves the base hash API to __Hash, and adds a common
API for Message Authentication Codes (MACs) analogous to
the APIs for hashes and ciphers.

2014-04-20 11:50:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle: Added __Hash and MAC.

This moves the base hash API to __Hash, and adds a common
API for Message Authentication Codes (MACs) analogous to
the APIs for hashes and ciphers.

2014-04-20 11:50:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle: Added __Hash and MAC.

This moves the base hash API to __Hash, and adds a common
API for Message Authentication Codes (MACs) analogous to
the APIs for hashes and ciphers.

2014-04-20 11:50:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle: Added __Hash and MAC.

This moves the base hash API to __Hash, and adds a common
API for Message Authentication Codes (MACs) analogous to
the APIs for hashes and ciphers.

2014-04-20 11:50:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__builtin.Nettle: Added __Hash and MAC.

This moves the base hash API to __Hash, and adds a common
API for Message Authentication Codes (MACs) analogous to
the APIs for hashes and ciphers.

2014-01-05

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

2014-01-01

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2013-11-14

2013-11-14 19:23:37 by Martin Nilsson <nilsson@opera.com>

Added SHA-3.

2013-11-14 19:23:37 by Martin Nilsson <nilsson@opera.com>

Added SHA-3.

2013-11-14 19:23:37 by Martin Nilsson <nilsson@opera.com>

Added SHA-3.

2013-11-14 19:23:37 by Martin Nilsson <nilsson@opera.com>

Added SHA-3.

2013-11-14 19:23:37 by Martin Nilsson <nilsson@opera.com>

Added SHA-3.

2013-11-14 19:23:37 by Martin Nilsson <nilsson@opera.com>

Added SHA-3.

2013-11-14 19:23:37 by Martin Nilsson <nilsson@opera.com>

Added SHA-3.

2013-10-05

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.HashInfo: Inherit __builtin.Nettle.Hash.

First step in refactoring the Nettle hash functions.

2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.HashInfo: Inherit __builtin.Nettle.Hash.

First step in refactoring the Nettle hash functions.

2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.HashInfo: Inherit __builtin.Nettle.Hash.

First step in refactoring the Nettle hash functions.

2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.HashInfo: Inherit __builtin.Nettle.Hash.

First step in refactoring the Nettle hash functions.

2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.HashInfo: Inherit __builtin.Nettle.Hash.

First step in refactoring the Nettle hash functions.

2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.HashInfo: Inherit __builtin.Nettle.Hash.

First step in refactoring the Nettle hash functions.

2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.HashInfo: Inherit __builtin.Nettle.Hash.

First step in refactoring the Nettle hash functions.

2013-06-21

2013-06-21 09:18:55 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/7.9' into pdf

2013-06-21 09:18:55 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/7.9' into pdf

2013-06-21 09:18:55 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/7.9' into pdf

2013-01-24

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-04

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2012-06-15

2012-06-15 09:54:06 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into rblock_alloc

Conflicts:
src/post_modules/CritBit/floattree.cmod
src/post_modules/CritBit/inttree.cmod
src/post_modules/CritBit/stringtree.cmod

2012-05-11

2012-05-11 18:06:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Include inherited symbols in the navigation.

2012-05-08

2012-05-08 22:52:32 by Arne Goedeke <el@laramies.com>

ADT.List: fixed iterators and tail()

2012-04-01

2012-04-01 16:15:04 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into breaking_into_pieces

2012-04-01 16:15:04 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into breaking_into_pieces

2012-04-01 16:15:04 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into breaking_into_pieces

2012-04-01 15:09:18 by Marcus Comstedt <marcus@mc.pp.se>

GI: Upper case all enum identifiers

2012-03-11

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-10

2012-03-10 12:55:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Added hook for adding extra html headers.

2012-03-10 12:55:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Added hook for adding extra html headers.

2012-03-10 12:55:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Added hook for adding extra html headers.

2012-02-09

2012-02-09 13:28:42 by Arne Goedeke <el@laramies.com>

Tools.Shoot: gauge ->perform(), not test create().

2012-02-09 13:28:42 by Arne Goedeke <el@laramies.com>

Tools.Shoot: gauge ->perform(), not test create().

2012-02-09 13:28:42 by Arne Goedeke <el@laramies.com>

Tools.Shoot: gauge ->perform(), not test create().

2012-02-05

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-04

2012-02-04 19:50:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: Moved lots of modref inline styling to the css file.

Also changed color scheme to be closer to the Pike site.

2012-02-04 19:50:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: Moved lots of modref inline styling to the css file.

Also changed color scheme to be closer to the Pike site.

2012-02-04 19:50:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: Moved lots of modref inline styling to the css file.

Also changed color scheme to be closer to the Pike site.

2012-02-04 17:14:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: The modref is now more HTML 5.

2012-02-04 17:14:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: The modref is now more HTML 5.

2012-02-04 17:14:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: The modref is now more HTML 5.

2012-01-08

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2011-12-20

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.

2011-12-20 17:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.SHA{1,256,384,512}: Added SHA384 and SHA512. Updated ASN.1 ids from RFC 4055.