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>