2004-06-30 04:41:07 +00:00
|
|
|
Wed Jun 30 05:40:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GNUmakefile: Use ./obj as location for library to link,
|
|
|
|
for initial case where we link the bundles before installing
|
|
|
|
the library.
|
2004-06-30 04:43:38 +00:00
|
|
|
* WebServer.m: Add casts to prevent compiler warning.
|
2004-06-30 09:44:35 +00:00
|
|
|
* Postgres.m: Commented out NSLog() left over from debugging.
|
2004-06-30 04:41:07 +00:00
|
|
|
|
2004-06-29 17:11:10 +00:00
|
|
|
Tue Jun 29 18:10:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* SQLClient.m: Fix code for retrieving reference name ... look in
|
|
|
|
the config dictionary first, and in user defaults if not found
|
|
|
|
there.
|
|
|
|
* SQLClient.h: Document change.
|
|
|
|
* GNUmakefile: Link bundles with the library to ensure that they
|
|
|
|
find the SQLRecord class when loaded.
|
|
|
|
|
2004-06-28 11:55:09 +00:00
|
|
|
Mon Jun 28 12:55:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* WebServer.h: New file.
|
|
|
|
* WebServer.m: New file.
|
|
|
|
* WebServerBundles.m: New file.
|
|
|
|
* SQLClient.h: Mention WebServer.
|
|
|
|
* GNUmakefile: Build WebServer classes.
|
|
|
|
Added framework to make it easy to use SQLClient to produce
|
|
|
|
standalone http/https applications, such as accepting POST'ed
|
|
|
|
records for addition to a database.
|
|
|
|
|
2004-05-07 08:16:16 +00:00
|
|
|
Fri May 07 09:15:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
Add methods to log duration of any statements over a certain
|
|
|
|
limit.
|
|
|
|
Tidy instance variables ... prefix mprivate ones with underscore.
|
2004-05-07 09:34:10 +00:00
|
|
|
Install header!
|
2004-05-07 08:16:16 +00:00
|
|
|
|
2004-04-29 14:19:51 +00:00
|
|
|
Thu Apr 29 15:20:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* SQLClient.h: Fix URLs in documentation as suggested by Adam.
|
|
|
|
* SQLClient.html: regenerate
|
|
|
|
|
2004-04-26 15:20:46 +00:00
|
|
|
Mon Apr 26 16:20:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
Initial checkin of library.
|