| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Require TLS by default when connecting to Postgres servers. | 2021-08-28 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -7/+6 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -2/+2 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Use emplace_back where possible. | 2021-03-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -4/+4 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+2 | |
| | | | |||||
| * | | Add stdalgo::iterator_range and switch config tag reading to use it. | 2020-10-31 | 1 | -5/+6 | |
| | | | | | | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system. | ||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -64/+59 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| | * | Improve the pgsql connection error messages. | 2020-04-23 | 1 | -15/+18 | |
| | | | |||||
| | * | Fix reconnecting a pgsql connection if it fails. | 2020-04-23 | 1 | -9/+13 | |
| | | | |||||
| | * | Unregister pgsql connection fds when they are deleted. | 2020-04-23 | 1 | -1/+4 | |
| | | | |||||
| | * | Opt-out of pgsql read and write events if polling fails. | 2020-04-23 | 1 | -1/+8 | |
| | | | |||||
| | * | Remove dead code from the pgsql module. | 2020-04-23 | 1 | -36/+14 | |
| | | | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| | * | Remove references to the long dead SQLv2 from the pgsql module. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -5/+5 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -13/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -4/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+10 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+5 | |
| |\| | |||||
| | * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 1 | -1/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix some remaining uses of ato[il]. | 2019-08-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+2 | |
| |\| | |||||
| | * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| | | | |||||
| | * | Log SQL queries at the debug log level. | 2019-06-14 | 1 | -0/+1 | |
| | | | | | | | | | This makes debugging issues easier. | ||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -0/+2 | |
| |\| | |||||
| | * | Silence a fallthrough warning in the pgsql module on newer GCCs. | 2019-05-09 | 1 | -0/+2 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -4/+4 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -15/+15 | |
| |/ | |||||
| * | Fix SQL modules using "provider" in <database> instead of "module". | 2018-09-27 | 1 | -1/+1 | |
| | | | | | This fixes a regression introduced in 97a1d642. | ||||
| * | Fix a few things that should be marked as override but aren't. | 2018-08-21 | 1 | -1/+1 | |
| | | |||||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | |
| | | |||||
| * | SQL: Add HasColumn() to check if a result contains a named column. | 2018-04-07 | 1 | -3/+27 | |
| | | |||||
| * | Improve and modernize the SQL system API. | 2017-12-22 | 1 | -23/+23 | |
| | | | | | | | | | | | | | | - Move everything into the SQL namespace and drop the SQL prefix. - Move SQLProvider::PopulateUserInfo to SQL::PopulateUserInfo. - Rename SQLEntry to SQL::Field and clean up. - Rename SQLEntries to SQL::Row. - Rename SQLerror to SQL::Error and clean up. - Rename SQLerrorNum to SQL::ErrorCode and drop the SQL_ prefix. - Rename ParamL to SQL::ParamList. - Rename ParamM to SQL::ParamMap; - Make implementing SQLQuery::OnError mandatory. - Redo most of the documentation in the sql header. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -4/+4 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add PackageInfo directives for Debian. | 2017-10-21 | 1 | -0/+1 | |
| | | |||||
