2009-04-29Add support for preloading lua modules. This is useful both when
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 29 Apr 2009 17:00:01 +0100] rev 361
Add support for preloading lua modules. This is useful both when
providing lua bindings to applications based on librazor and when
producing static binaries using librazor (where otherwise the lua
POSIX library would need to be included as an additional dynamic
object).

2009-04-22Ensure ssize_t is declared before we use it
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 22 Apr 2009 16:27:11 +0100] rev 360
Ensure ssize_t is declared before we use it

2009-04-22Add support for named roots so that we can understand MS-Windows paths
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 22 Apr 2009 15:09:17 +0100] rev 359
Add support for named roots so that we can understand MS-Windows paths
such as c:/windows. Without this, the user always has to ensure they
are on the correct drive before running razor.

2009-04-17Make 0 a valid hashtable value consistently (and 0xFFFFFFFF invalid).
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Apr 2009 23:08:11 +0100] rev 358
Make 0 a valid hashtable value consistently (and 0xFFFFFFFF invalid).

2009-04-17Add hashtable test to expose confusion as to whether 0 is a valid value or not
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Apr 2009 21:09:55 +0100] rev 357
Add hashtable test to expose confusion as to whether 0 is a valid value or not

2009-03-12Avoid use of legacy rpm library types
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 12 Mar 2009 20:52:12 +0000] rev 356
Avoid use of legacy rpm library types

2009-03-12Don't list libcurl as a requirement in the .pc file
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 12 Mar 2009 20:23:35 +0000] rev 355
Don't list libcurl as a requirement in the .pc file
since it's not needed by librazor.

2009-03-12Generate dynamic library on MS-Windows
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 12 Mar 2009 20:22:52 +0000] rev 354
Generate dynamic library on MS-Windows

2009-02-14Refactor run_script for improved readability
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 14 Feb 2009 11:35:32 +0000] rev 353
Refactor run_script for improved readability

2009-02-05Implement lua scripts with support for standard and posix libraries.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 05 Feb 2009 22:43:29 +0000] rev 352
Implement lua scripts with support for standard and posix libraries.