]> andersk Git - test.git/log
test.git
13 years agoAllow changing of font sizes in the user CSS.
Markus Gutschke [Fri, 3 Sep 2010 18:00:25 +0000 (18:00 +0000)] 
Allow changing of font sizes in the user CSS.

13 years agoFix some scaling related issues. This fix is thanks to some
Markus Gutschke [Fri, 3 Sep 2010 17:24:57 +0000 (17:24 +0000)] 
Fix some scaling related issues. This fix is thanks to some
excellent detective work by Jan <siev...@zedat.fu-berlin.de>.

13 years agoForce a zero pixel margin on the <body> tag. Without this change, ShellInABox
Markus Gutschke [Thu, 2 Sep 2010 23:42:42 +0000 (23:42 +0000)] 
Force a zero pixel margin on the <body> tag. Without this change, ShellInABox
would occasionally think that it was in "embedded" mode, whenever the user
applied a scaling factor (e.g. by pressing CTRL-Minus).

13 years agoFixed a check() failure that was caused by incorrect handling of partially
Markus Gutschke [Fri, 27 Aug 2010 22:22:15 +0000 (22:22 +0000)] 
Fixed a check() failure that was caused by incorrect handling of partially
processed buffers. I believe, this could only be triggered by clients that
enabled HTTP pipelining. That might explain why we haven't seen bug reports
any earlier.

13 years agoFixed lintian warnings. Tested on Debian Sid (x86-64)
Markus Gutschke [Tue, 24 Aug 2010 22:29:11 +0000 (22:29 +0000)] 
Fixed lintian warnings. Tested on Debian Sid (x86-64)

13 years agoFixed some lintian warnings
Markus Gutschke [Tue, 24 Aug 2010 22:26:41 +0000 (22:26 +0000)] 
Fixed some lintian warnings

13 years agoThanks to lotr44's excellent analysis of the problem, we now have
Markus Gutschke [Thu, 19 Aug 2010 19:09:33 +0000 (19:09 +0000)] 
Thanks to lotr44's excellent analysis of the problem, we now have
a fix for the problem with typing "!" on French keyboards.

13 years agoAllow users to disable blinking cursor from context menu.
Markus Gutschke [Fri, 6 Aug 2010 22:15:35 +0000 (22:15 +0000)] 
Allow users to disable blinking cursor from context menu.

13 years agoAdd automatic notification about new releases.
Markus Gutschke [Fri, 16 Jul 2010 16:20:52 +0000 (16:20 +0000)] 
Add automatic notification about new releases.

13 years agoAnother attempt at coming up with Makefile rules that work for
Markus Gutschke [Fri, 9 Jul 2010 17:22:26 +0000 (17:22 +0000)] 
Another attempt at coming up with Makefile rules that work for
both Linux and BSD.

13 years agoFixed assertion failure, when loading empty style files and using a more modern
Markus Gutschke [Fri, 9 Jul 2010 16:10:21 +0000 (16:10 +0000)] 
Fixed assertion failure, when loading empty style files and using a more modern
version of glibc.

Fixed incorrect autoconf detection of isnan() support when using glibc and more
recent versions of gcc.

13 years agoRemoved non-standard fields from updwtmpx() wrapper function. This should improve
Markus Gutschke [Fri, 9 Jul 2010 15:48:51 +0000 (15:48 +0000)] 
Removed non-standard fields from updwtmpx() wrapper function. This should improve
compatibility with systems that implement updwtmp() but not updwtmpx().

Also, changed Makefile rules in an attempt to improve compatibility with BSD
make utilities.

13 years agoAdded support for systems that have utmpx.h, but don't implement updwtmpx().
Markus Gutschke [Thu, 8 Jul 2010 17:54:15 +0000 (17:54 +0000)] 
Added support for systems that have utmpx.h, but don't implement updwtmpx().

13 years agoFixed a NULL pointer dereference that can occur when hostnames
Markus Gutschke [Fri, 2 Jul 2010 19:00:33 +0000 (19:00 +0000)] 
Fixed a NULL pointer dereference that can occur when hostnames
do not resolve. Thanks to <vmagerya> for pointing out this problem.

14 years agoAdd -lm to the linker flags so that we always pick up isnan(), even when
Markus Gutschke [Thu, 1 Apr 2010 19:16:56 +0000 (19:16 +0000)] 
Add -lm to the linker flags so that we always pick up isnan(), even when
compiling with runtime libraries other than glibc.

14 years agoThanks to some more testing and additional information provided by Jan Jaeger,
Markus Gutschke [Wed, 31 Mar 2010 16:07:06 +0000 (16:07 +0000)] 
Thanks to some more testing and additional information provided by Jan Jaeger,
we now have a much cleaner solution for building ShellInABox on OpenWRT.

14 years agoOpenWRT builds with a toolchain that doesn't set correct entries in the ELF
Markus Gutschke [Tue, 30 Mar 2010 17:16:49 +0000 (17:16 +0000)] 
OpenWRT builds with a toolchain that doesn't set correct entries in the ELF
headers, giving us no way to auto-detect the architecture. We have to
hard-code the flags that we pass to objcopy. Unfortunately, we have to do
this for all MIPS targets. This could conceivably break building the code
on other MIPS targets. If that happens, we'll deal with it at that time.

14 years agoStarted working on support for WebSockets.
Markus Gutschke [Mon, 29 Mar 2010 16:40:17 +0000 (16:40 +0000)] 
Started working on support for WebSockets.

Fixed some compiler warnings when compiling with -Wextra

Thanks to Jan Jaeger's excellent bug report, made some changes
that should make it easier to build ShellInABox for OpenWRT.

14 years agoAvoid compiler warnings with some versions of GCC.
Markus Gutschke [Thu, 4 Feb 2010 00:33:37 +0000 (00:33 +0000)] 
Avoid compiler warnings with some versions of GCC.

14 years agoAdd .note.GNU-stack to all object files so that the generated binary doesn't erroneou...
Markus Gutschke [Thu, 10 Dec 2009 18:44:28 +0000 (18:44 +0000)] 
Add .note.GNU-stack to all object files so that the generated binary doesn't erroneously request an executable stack.

14 years agoAllow retrieval of the user's default login shell from /etc/passwd.
Markus Gutschke [Fri, 4 Dec 2009 06:33:36 +0000 (06:33 +0000)] 
Allow retrieval of the user's default login shell from /etc/passwd.

Allow the code to be built without support for the LOGIN service, as
calling /bin/login does not work well on Fedora.

14 years agoAdded fallback code that dynamically computes the correct commandline
Markus Gutschke [Wed, 2 Dec 2009 20:26:07 +0000 (20:26 +0000)] 
Added fallback code that dynamically computes the correct commandline
arguments for "objcopy" if building for an otherwise unknown target
platform.

Fixed a lintian "informational" message.

14 years agoCorrected URL in debian/watch file
Markus Gutschke [Wed, 2 Dec 2009 08:26:23 +0000 (08:26 +0000)] 
Corrected URL in debian/watch file

14 years agoFixed lintian errors.
Markus Gutschke [Wed, 2 Dec 2009 08:21:03 +0000 (08:21 +0000)] 
Fixed lintian errors.

14 years ago* Added checks that the debian/changelog file is up-to-date
Markus Gutschke [Wed, 2 Dec 2009 04:32:09 +0000 (04:32 +0000)] 
* Added checks that the debian/changelog file is up-to-date

* Added debian/watch file

* Updated the Standards-Version in debian/control. Still need to
  review whether we are in full compliance, though.

14 years ago Added some basic sanity checks to the commit script that now makes
Markus Gutschke [Wed, 2 Dec 2009 02:45:48 +0000 (02:45 +0000)] 
 Added some basic sanity checks to the commit script that now makes
 sure we at least attempt to keep copyright dates updated whenever we
 make changes.

14 years agoPreparations for packaging ShellInABox in a way that makes it easy for Debian package...
Markus Gutschke [Mon, 30 Nov 2009 18:26:43 +0000 (18:26 +0000)] 
Preparations for packaging ShellInABox in a way that makes it easy for Debian package maintainers to pick it up.

14 years agoLock the Debian compatibility level a 6, so that the packages can easily be
Markus Gutschke [Thu, 26 Nov 2009 21:05:46 +0000 (21:05 +0000)] 
Lock the Debian compatibility level a 6, so that the packages can easily be
built on Hardy.

14 years agoEnable switching between 80 and 132 column mode, if the browser supports
Markus Gutschke [Wed, 25 Nov 2009 23:56:56 +0000 (23:56 +0000)] 
Enable switching between 80 and 132 column mode, if the browser supports
CSS transforms.

14 years agoThanks to Rudolf Spring's help, added support for building on PowerPC architectures.
Markus Gutschke [Mon, 23 Nov 2009 04:57:27 +0000 (04:57 +0000)] 
Thanks to Rudolf Spring's help, added support for building on PowerPC architectures.

14 years agoAdded some documentation explaining how to configure ShellInABox on Fedora.
Markus Gutschke [Mon, 23 Nov 2009 04:53:38 +0000 (04:53 +0000)] 
Added some documentation explaining how to configure ShellInABox on Fedora.

14 years agoRemoved compiler warning when building without SSL support.
Markus Gutschke [Sun, 22 Nov 2009 03:05:09 +0000 (03:05 +0000)] 
Removed compiler warning when building without SSL support.

14 years agoReleased version 2.10
Markus Gutschke [Sat, 21 Nov 2009 22:48:34 +0000 (22:48 +0000)] 
Released version 2.10

14 years agoDocument the --user-css command line option. Added an example on how to
Markus Gutschke [Sat, 21 Nov 2009 21:01:32 +0000 (21:01 +0000)] 
Document the --user-css command line option. Added an example on how to
configure Apache for reverse proxy operation.

14 years agoAdd dependency on lsb-base for the Debian package
Markus Gutschke [Fri, 20 Nov 2009 18:51:42 +0000 (18:51 +0000)] 
Add dependency on lsb-base for the Debian package

14 years agoFix handling of control and capslock keys.
Markus Gutschke [Wed, 18 Nov 2009 22:58:06 +0000 (22:58 +0000)] 
Fix handling of control and capslock keys.

14 years agoSome minor tweaks to make newer versions of gcc and glibc compile without warnings.
Markus Gutschke [Wed, 18 Nov 2009 17:17:56 +0000 (17:17 +0000)] 
Some minor tweaks to make newer versions of gcc and glibc compile without warnings.

14 years agoFixed the escape sequences for VT100 transparent printing support.
Markus Gutschke [Wed, 26 Aug 2009 06:49:38 +0000 (06:49 +0000)] 
Fixed the escape sequences for VT100 transparent printing support.

14 years agoEscape potentially problematic characters in ${url}
Markus Gutschke [Mon, 24 Aug 2009 02:19:43 +0000 (02:19 +0000)] 
Escape potentially problematic characters in ${url}

14 years agoMake "${url}" include the URL parameters.
Markus Gutschke [Sun, 23 Aug 2009 15:27:15 +0000 (15:27 +0000)] 
Make "${url}" include the URL parameters.
Cleanup the transparent printing HTML a little bit.

14 years agoAdded transparent printing support. The development of this feature is sponsored...
Markus Gutschke [Thu, 20 Aug 2009 08:16:28 +0000 (08:16 +0000)] 
Added transparent printing support. The development of this feature is sponsored by De Bortoli Wines Pty Limited and by Eternity Technologies.

14 years agoAdded a ${url} parameter that can be used in the service description
Markus Gutschke [Wed, 19 Aug 2009 19:08:30 +0000 (19:08 +0000)] 
Added a ${url} parameter that can be used in the service description

14 years agoApparently, CGI mode is hard to figure out. Added an example showing how to
Markus Gutschke [Mon, 17 Aug 2009 17:14:32 +0000 (17:14 +0000)] 
Apparently, CGI mode is hard to figure out. Added an example showing how to
use it.

14 years agoInternet Explorer still doesn't properly support CSS. In particular, it has
Markus Gutschke [Sun, 16 Aug 2009 05:20:09 +0000 (05:20 +0000)] 
Internet Explorer still doesn't properly support CSS. In particular, it has
problems dealing with "inherit" styles. This prevented proper switching
between color and monochrome.

Implemented a work-around.

14 years agoSimplify the code that compresses HTTP replies. This also gives us the ability
Markus Gutschke [Sat, 15 Aug 2009 22:55:02 +0000 (22:55 +0000)] 
Simplify the code that compresses HTTP replies. This also gives us the ability
to manipulate headers more easily. We now add "Connection: close" in more cases
where we force a closing of the connection.

14 years agoFor Debian packages, install user CSS style options in /etc/shellinabox and
Markus Gutschke [Sat, 15 Aug 2009 05:24:31 +0000 (05:24 +0000)] 
For Debian packages, install user CSS style options in /etc/shellinabox and
automatically pick them up when the service starts.

Persist preferences when the user changes them in the context menu.

14 years agoFixed a potential assertion failure in the daemon, if a user manages to type keys...
Markus Gutschke [Thu, 13 Aug 2009 01:55:44 +0000 (01:55 +0000)] 
Fixed a potential assertion failure in the daemon, if a user manages to type keys before he had a chance to establish a session.

14 years agoAllow quotes in SHELLINABOX_ARGS (for Debian packages)
Markus Gutschke [Wed, 12 Aug 2009 19:55:25 +0000 (19:55 +0000)] 
Allow quotes in SHELLINABOX_ARGS (for Debian packages)

14 years agoIncluded example style sheets that allow switching to white-on-black or to
Markus Gutschke [Wed, 12 Aug 2009 02:32:26 +0000 (02:32 +0000)] 
Included example style sheets that allow switching to white-on-black or to
monochrome mode from the right click context menu. This required a couple of
architectural changes to the JavaScript code.

14 years agoFixed support for Swedish keyboards
Markus Gutschke [Tue, 11 Aug 2009 18:37:12 +0000 (18:37 +0000)] 
Fixed support for Swedish keyboards

Some more tweaks for IE6 support. Overall, IE6 is still pretty
broken. Not sure if we can do much about this.

14 years agoInitial version of code that allows users to interactively select from
Markus Gutschke [Tue, 11 Aug 2009 07:21:51 +0000 (07:21 +0000)] 
Initial version of code that allows users to interactively select from
different style sheet options. This code is still incomplete and subject to
change (e.g. the command line syntax might still change). But it is good
enough to demonstrate the concept on simple style sheets (such as selecting
between normal and reverse video).

14 years agoSanitize the SSH command line a little more.
Markus Gutschke [Sun, 9 Aug 2009 19:08:40 +0000 (19:08 +0000)] 
Sanitize the SSH command line a little more.
Show the real host name in the SSH password prompt, if available.
Add some commented-out debugging helpers for tracking down problems with non-US keyboards.

14 years agoRemoved incorrectly added duplicate HTML header from root HTML page.
Markus Gutschke [Sat, 8 Aug 2009 22:49:31 +0000 (22:49 +0000)] 
Removed incorrectly added duplicate HTML header from root HTML page.

14 years agoEven if ShellInABox is running with SSL support disabled, if the user connected
Markus Gutschke [Sat, 8 Aug 2009 22:07:42 +0000 (22:07 +0000)] 
Even if ShellInABox is running with SSL support disabled, if the user connected
to it over HTTPS (e.g. because the SSL encryption is done by a reverse proxy
in front of the daemon), we should not redirect away from the HTTPS session.

14 years agoAdded an example for the SSH service option.
Markus Gutschke [Thu, 30 Jul 2009 18:12:54 +0000 (18:12 +0000)] 
Added an example for the SSH service option.

14 years ago- Added the --css command line option to make incremental changes to the style sheet...
Markus Gutschke [Thu, 30 Jul 2009 17:40:54 +0000 (17:40 +0000)] 
- Added the --css command line option to make incremental changes to the style sheet without having to load a full replacement with the --static-file option. Added an example that enables white text on a black background.

- Added Debian specific documentation to the manual page.

14 years agoUpdated examples in manual page.
Markus Gutschke [Wed, 29 Jul 2009 21:27:01 +0000 (21:27 +0000)] 
Updated examples in manual page.

14 years agoUpdated manual page to show new SSH service.
Markus Gutschke [Wed, 29 Jul 2009 21:08:06 +0000 (21:08 +0000)] 
Updated manual page to show new SSH service.

14 years agoAllow unprivileged users to run the daemon. This requires calling "ssh" instead of...
Markus Gutschke [Wed, 29 Jul 2009 18:30:03 +0000 (18:30 +0000)] 
Allow unprivileged users to run the daemon. This requires calling "ssh" instead of "login".

14 years ago- Perform all URL rewriting before loading the first resource (e.g. style sheets).
Markus Gutschke [Mon, 27 Jul 2009 20:09:33 +0000 (20:09 +0000)] 
- Perform all URL rewriting before loading the first resource (e.g. style sheets).
- Allow reverse proxies to do their own SSL encryption even if ShellInABox explicitly disabled encryption.

14 years agoUse JavaScript redirection for attaching the missing slash to
Markus Gutschke [Mon, 27 Jul 2009 18:31:05 +0000 (18:31 +0000)] 
Use JavaScript redirection for attaching the missing slash to
the URL. This should make it easier to use reverse proxies. It was
already possible to run shellinaboxd behind a proxy, but a lot of
users got the configuration wrong.

14 years agoOn Debian systems, library dependencies and overall compatibility is improved
Markus Gutschke [Mon, 13 Jul 2009 16:51:09 +0000 (16:51 +0000)] 
On Debian systems, library dependencies and overall compatibility is improved
if we do not load libssl and libpam dynamically with dlopen(). Instead,
directly link against these libraries.

14 years agoClarified the suggested use case when running with a dedicated user and group
Markus Gutschke [Sun, 12 Jul 2009 19:33:09 +0000 (19:33 +0000)] 
Clarified the suggested use case when running with a dedicated user and group

14 years agoFor Debian packages, added a missing build dependency on zlib.
Markus Gutschke [Fri, 10 Jul 2009 16:28:11 +0000 (16:28 +0000)] 
For Debian packages, added a missing build dependency on zlib.

14 years agoFixed typo
Markus Gutschke [Thu, 9 Jul 2009 07:51:10 +0000 (07:51 +0000)] 
Fixed typo

14 years agoMake 'update' warn about merge conflicts
Markus Gutschke [Wed, 8 Jul 2009 20:11:40 +0000 (20:11 +0000)] 
Make 'update' warn about merge conflicts

14 years agoAdded an 'update' script that should make it easier for people to track SVN
Markus Gutschke [Wed, 8 Jul 2009 19:16:53 +0000 (19:16 +0000)] 
Added an 'update' script that should make it easier for people to track SVN
even if they have mismatching versions of the autotools

14 years agoInclude some more of the autotools dependencies. This might make it easier for
Markus Gutschke [Wed, 8 Jul 2009 17:34:55 +0000 (17:34 +0000)] 
Include some more of the autotools dependencies. This might make it easier for
users that want to track development with 'svn update', but who use a different
version of autotools than the one that is checked into SVN.

14 years agoTreat a few more types of trailing characters as not forming part of a URL.
Markus Gutschke [Wed, 8 Jul 2009 17:24:21 +0000 (17:24 +0000)] 
Treat a few more types of trailing characters as not forming part of a URL.

14 years agoMore fine tuning of the regular expressions that detect URLs. We now allow '.' and...
Markus Gutschke [Wed, 8 Jul 2009 17:08:47 +0000 (17:08 +0000)] 
More fine tuning of the regular expressions that detect URLs. We now allow '.' and ',' in URLs, as long as they are not at the very end of the URL, where they would probably be part of the enclosing sentence and not actually part of the URL.

14 years agoOptionally compress large responses, if the browser accepts deflate compression....
Markus Gutschke [Wed, 8 Jul 2009 08:33:36 +0000 (08:33 +0000)] 
Optionally compress large responses, if the browser accepts deflate compression. This mainly improves start up time.

14 years agoRun-time testing for availability of libpthread functions does not
Markus Gutschke [Tue, 7 Jul 2009 00:40:51 +0000 (00:40 +0000)] 
Run-time testing for availability of libpthread functions does not
work reliably on some platforms. So, avoid doing so on anything other
than Linux/i386. For all other platforms, assume that the code is not
linked against libpthread. For ShellInABox, this is always the correct
assumption. But if the code gets embedded into other projects, this
might have to be changed.

14 years agoMaking it easier to host the terminal on non-root URLs by always redirecting to a...
Markus Gutschke [Mon, 6 Jul 2009 16:27:11 +0000 (16:27 +0000)] 
Making it easier to host the terminal on non-root URLs by always redirecting to a URL that includes a trailing slash.

14 years agoReleased version 2.9
Markus Gutschke [Mon, 6 Jul 2009 04:28:59 +0000 (04:28 +0000)] 
Released version 2.9

14 years ago- Refined regular expressions for finding URLs.
Markus Gutschke [Sun, 5 Jul 2009 02:45:49 +0000 (02:45 +0000)] 
- Refined regular expressions for finding URLs.
- Show new terminal size when resizing the browser.
- Restored compatibility with IE5 and IE6.

14 years agoFixed a null pointer dereference that could be triggered by using non-standard
Markus Gutschke [Sat, 4 Jul 2009 08:46:28 +0000 (08:46 +0000)] 
Fixed a null pointer dereference that could be triggered by using non-standard
service definitions.

14 years agoFixed vt100.jspp so that it can be used without shell_in_a_box.jspp. This
Markus Gutschke [Sat, 4 Jul 2009 08:31:39 +0000 (08:31 +0000)] 
Fixed vt100.jspp so that it can be used without shell_in_a_box.jspp. This
broke demo.jspp.

14 years agoAdded --linkify option. Default settings cause the terminal to recognize fully qualif...
Markus Gutschke [Sat, 4 Jul 2009 08:16:07 +0000 (08:16 +0000)] 
Added --linkify option. Default settings cause the terminal to recognize fully qualified URLs and to make them clickable.

14 years agoAdditional fixes for dealing with keyboard layouts that need AltGr as a
Markus Gutschke [Tue, 30 Jun 2009 17:14:35 +0000 (17:14 +0000)] 
Additional fixes for dealing with keyboard layouts that need AltGr as a
second level chooser.

14 years agoAdded support for keyboards that have a dedicated "<" / ">" key.
Markus Gutschke [Sun, 28 Jun 2009 20:22:29 +0000 (20:22 +0000)] 
Added support for keyboards that have a dedicated "<" / ">" key.

14 years agoDocument the "--localhost-only" option
Markus Gutschke [Sun, 21 Jun 2009 20:06:21 +0000 (20:06 +0000)] 
Document the "--localhost-only" option

14 years agoAdded new "--localhost-only" command line option.
Markus Gutschke [Sun, 21 Jun 2009 19:55:20 +0000 (19:55 +0000)] 
Added new "--localhost-only" command line option.

14 years agoAdded code so that "objcopy" picks an appropriate target architecture when
Markus Gutschke [Sun, 21 Jun 2009 19:41:32 +0000 (19:41 +0000)] 
Added code so that "objcopy" picks an appropriate target architecture when
building for ARM.

14 years agoRespect "Connection: close" if sent by the browser.
Markus Gutschke [Sun, 21 Jun 2009 18:51:14 +0000 (18:51 +0000)] 
Respect "Connection: close" if sent by the browser.

15 years agoAdded SSL support for OpenBSD
Markus Gutschke [Mon, 25 May 2009 06:03:26 +0000 (06:03 +0000)] 
Added SSL support for OpenBSD

15 years agoReleased version 2.8
Markus Gutschke [Sat, 23 May 2009 19:53:09 +0000 (19:53 +0000)] 
Released version 2.8

15 years agoImproved support for entering non-ASCII characters.
Markus Gutschke [Sat, 23 May 2009 05:56:16 +0000 (05:56 +0000)] 
Improved support for entering non-ASCII characters.

15 years agoFixed various issues with building on OpenBSD
Markus Gutschke [Thu, 21 May 2009 07:50:22 +0000 (07:50 +0000)] 
Fixed various issues with building on OpenBSD

15 years agoFixed variable expansion in service descriptions.
Markus Gutschke [Tue, 28 Apr 2009 07:12:55 +0000 (07:12 +0000)] 
Fixed variable expansion in service descriptions.

15 years agoReleased version 2.7
Markus Gutschke [Mon, 27 Apr 2009 16:54:17 +0000 (16:54 +0000)] 
Released version 2.7

15 years agoAdded support for END and GOTO. GOTO allows computed line numbers, so technically...
Markus Gutschke [Mon, 27 Apr 2009 15:45:34 +0000 (15:45 +0000)] 
Added support for END and GOTO. GOTO allows computed line numbers, so technically, the language is now Turing complete.

15 years ago- Make the code actually do, what the comments say (i.e. skip PAM account
Markus Gutschke [Thu, 16 Apr 2009 20:54:08 +0000 (20:54 +0000)] 
- Make the code actually do, what the comments say (i.e. skip PAM account
  management, if we don't have the privileges to do so, anyway)
- Make ssl.h compile again, even if OpenSSL is not found at compile time.

15 years ago- Add support for commands that want to read before they write anything.
Markus Gutschke [Thu, 16 Apr 2009 05:33:05 +0000 (05:33 +0000)] 
- Add support for commands that want to read before they write anything.
- A couple of changes to avoid false error messages in valgrind.
- Fixed a bug that could potentially lead to a double-free()

15 years agoReleased version 2.6
Markus Gutschke [Sun, 12 Apr 2009 17:26:58 +0000 (17:26 +0000)] 
Released version 2.6

15 years agoAdded support for arrays and integer variables.
Markus Gutschke [Sun, 12 Apr 2009 17:00:21 +0000 (17:00 +0000)] 
Added support for arrays and integer variables.

15 years agoAdded initial support for numeric and string variables.
Markus Gutschke [Wed, 8 Apr 2009 17:12:07 +0000 (17:12 +0000)] 
Added initial support for numeric and string variables.

15 years agoCompleted list of intrisics.
Markus Gutschke [Fri, 3 Apr 2009 07:30:04 +0000 (07:30 +0000)] 
Completed list of intrisics.

15 years agoAdded support for some intrinsic functions.
Markus Gutschke [Fri, 3 Apr 2009 05:58:23 +0000 (05:58 +0000)] 
Added support for some intrinsic functions.

15 years agoCompleted arithmetic support, added initial incomplete code for intrinsic functions.
Markus Gutschke [Thu, 2 Apr 2009 17:48:33 +0000 (17:48 +0000)] 
Completed arithmetic support, added initial incomplete code for intrinsic functions.

15 years agoImproved error handling.
Markus Gutschke [Wed, 1 Apr 2009 19:51:14 +0000 (19:51 +0000)] 
Improved error handling.

This page took 0.079965 seconds and 4 git commands to generate.