1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The blank database is now saved when first created.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Removed implementations that are no longer used.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Re-enabled a couple of extra tests for the URL handling.
KayEss
as Kirit Sælensminde
More... over 16 years ago
A URL will now always have a path specification.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Extended the Boost.Asio wrappers to make them more composable.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Now does the string allocation in one hit rather than per character.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Removed some debug printing.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Removed display of data as it is read.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to structure the HTTP user agent class and how it will respond.
KayEss
as Kirit Sælensminde
More... over 16 years ago
These tests reflect the use of the text attachment in a HTTP context.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Removed parts that are now in a common header.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to add in a simple HTTP client.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Split out basic HTTP handling classes from the server.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The port number is now a setting.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Updated implementation with a note about the handling of MIME types in different contexts.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Exception options are now only set for Windows builds.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Merged changes from trunk.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Merged changes from trunk.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The database name is now fetched from the JSON object rather than the connection object.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Write permission is now handled by the database driver, not the driver abstraction.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Removed a no-op exception catcher.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Corrected typo in exception text.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Turned the banner display back on so we can see the tests have run.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The primary database configuration is now a JSON object rather than separate read/write DSNs.
KayEss
as Kirit Sælensminde
More... over 16 years ago