Markus Bröker <mbroeker@volpe.spectre.org> [Wed, 18 Aug 2010 16:15:18 +0200] rev 141
getbits: calculates the proper value but showed a different one
Markus Bröker <mbroeker@volpe.spectre.org> [Wed, 18 Aug 2010 16:14:40 +0200] rev 140
Comments corrected: misspellings and other trivial things
Markus Brökers <mbroeker@largo.homelinux.org> [Tue, 17 Aug 2010 18:57:57 +0200] rev 139
execve returns a value on error and this catches it
Markus Brökers <mbroeker@largo.homelinux.org> [Tue, 17 Aug 2010 14:47:41 +0200] rev 138
Compatibility: We support Linux and BSD
Markus Brökers <mbroeker@largo.homelinux.org> [Mon, 09 Aug 2010 12:12:55 +0200] rev 137
From a 'C-Professional' :) Take a look at the source and pray
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 21 Jun 2010 21:58:00 +0200] rev 136
getdir errors: avoid unneeded memory leaks
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 21 Jun 2010 01:09:18 +0200] rev 135
DBClient: update, query and metadata
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 19 Jun 2010 22:33:54 +0200] rev 134
simple corrections
make both jni functions invisible to others
use platform independent separators
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 07 Jun 2010 23:21:56 +0200] rev 133
little typo in sudoku.c
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 07 Jun 2010 23:20:47 +0200] rev 132
Adjusted to show side effects and their handling
When dealing with static buffers, successive calls point
to the same memory location and overwrite formers ones...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 02 Jun 2010 00:22:32 +0200] rev 131
check for the return values
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 01 Jun 2010 23:40:56 +0200] rev 130
getbits added
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 01 Jun 2010 14:50:45 +0200] rev 129
PMC goes fullscreen ...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 01 Jun 2010 13:13:34 +0200] rev 128
That's the proper way to use crypt.h
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 14:57:53 +0200] rev 127
view/.gitignore: ignore the projects binary
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 14:56:44 +0200] rev 126
mysql_db: get not more than num_fields fields from a row
I haven't tested the old approach, because i have never installed
or used mysql. But it's nice to see that it actually works with
this small patch.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 13:38:53 +0200] rev 125
postgresql_db: check connection status
During startup, check for a successfull connection to the db
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 13:08:42 +0200] rev 124
md5rec: the location of the header has changed
i have moved the lsf.h header to lsf/lsf.h in the lsflib project
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 27 Apr 2010 14:51:02 +0200] rev 123
ClientDriver for remote access and EmbeddedDriver for local access
The default constructor should always use the simplest, possible way
to connect to an embedded database.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 09 Mar 2010 12:58:27 +0100] rev 122
GNU Make and GNU Indent
The Makefile depends on GNU tools and the user may choose the location
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 08 Mar 2010 18:30:04 +0100] rev 121
step 2) Header seperation
cpuid, bits, list and maybe lsf are too common names
and have to reside in a seperate folder to avoid clashes
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 08 Mar 2010 18:30:04 +0100] rev 120
step 1) move all headers to include/lsf
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 23:16:32 +0100] rev 119
crypt.h seems to be broken on many systems.
The manpage tells me that i have to include unistd.h...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:16:39 +0100] rev 118
wrong header: it's just ncurses.h
committer: Markus Bröker <mbroeker@largo.homelinux.org>