The blank database is now saved when first created. |
|
More...
|
over 16 years ago
|
Removed implementations that are no longer used. |
|
More...
|
over 16 years ago
|
Changed the way that integer type coercion is done to use a templated coerce that promotes to int64_t for lesser integer types. |
|
More...
|
over 16 years ago
|
The HTTP user agent has now gone back to using a socket rather an iostream. The Boost.Asio wrapper requirements are starting to take shape. |
|
More...
|
over 16 years ago
|
Re-enabled a couple of extra tests for the URL handling. |
|
More...
|
over 16 years ago
|
A URL will now always have a path specification. |
|
More...
|
over 16 years ago
|
Extended the Boost.Asio wrappers to make them more composable. |
|
More...
|
over 16 years ago
|
Now does the string allocation in one hit rather than per character. |
|
More...
|
over 16 years ago
|
Removed some debug printing. |
|
More...
|
over 16 years ago
|
Removed display of data as it is read. |
|
More...
|
over 16 years ago
|
Aspects of both the HTTP server and the user agent are now working, but a lot of the code is very ugly. |
|
More...
|
over 16 years ago
|
Started to add in the HTTP user agent code, but it doesn't really work very well. Probably because the TCP/IP stream isn't being read from and written to properly. |
|
More...
|
over 16 years ago
|
The user agent is now able to open the socket and fget tries to read the headers, but as there are no headers read from the socket yet it doesn't display anything. |
|
More...
|
over 16 years ago
|
Started to structure the HTTP user agent class and how it will respond. |
|
More...
|
over 16 years ago
|
These tests reflect the use of the text attachment in a HTTP context. |
|
More...
|
over 16 years ago
|
Removed parts that are now in a common header. |
|
More...
|
over 16 years ago
|
Started to add in a simple HTTP client. |
|
More...
|
over 16 years ago
|
Split out basic HTTP handling classes from the server. |
|
More...
|
over 16 years ago
|
The port number is now a setting. |
|
More...
|
over 16 years ago
|
Updated implementation with a note about the handling of MIME types in different contexts. |
|
More...
|
over 16 years ago
|
Exception options are now only set for Windows builds. |
|
More...
|
over 16 years ago
|
Merged changes from trunk. |
|
More...
|
over 16 years ago
|
Merged changes from trunk. |
|
More...
|
over 16 years ago
|
The database name is now fetched from the JSON object rather than the connection object. |
|
More...
|
over 16 years ago
|
Write permission is now handled by the database driver, not the driver abstraction. |
|
More...
|
over 16 years ago
|
The database connection isn't going to expose whether it is read only or not. At least not yet it isn't. I want to see a good use case before that gets enabled. |
|
More...
|
over 16 years ago
|
Removed a no-op exception catcher. |
|
More...
|
over 16 years ago
|
Corrected typo in exception text. |
|
More...
|
over 16 years ago
|
Turned the banner display back on so we can see the tests have run. |
|
More...
|
over 16 years ago
|
The primary database configuration is now a JSON object rather than separate read/write DSNs. |
|
More...
|
over 16 years ago
|