aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* Prepare for release of 1.0.0HEAD1.0.0trunkWolfgang Müller2024-03-08-1/+1
* Update package dependenciesWolfgang Müller2024-03-08-216/+225
* Prepare for release of 0.2.00.2.0Wolfgang Müller2023-03-30-1/+1
* Migrate to psycopg3Wolfgang Müller2023-03-30-80/+130
* main: Fix alignmentWolfgang Müller2023-03-30-1/+1
* Migrate to SQLAlchemy 2.0Wolfgang Müller2023-03-30-57/+71
* pyproject.toml: Ignore E501 (line-too-long) for ruffWolfgang Müller2023-03-30-0/+1
* Perform initial linting with ruffWolfgang Müller2023-03-30-5/+19
* Get rid of pylint directivesWolfgang Müller2023-03-30-10/+0
* poetry: Add ruffWolfgang Müller2023-03-30-1/+32
* Migrate to poetryWolfgang Müller2023-03-30-28/+290
* Prepare for release of 0.1.30.1.3Wolfgang Müller2021-10-21-1/+1
* main: Order by messageid instead of timeWolfgang Müller2021-10-21-2/+2
* quarg.1: Explain how to escape '%' with -eWolfgang Müller2021-05-08-1/+5
* main: Allow intermixing optional with positional argumentsWolfgang Müller2021-05-08-1/+1
* Prepare for release of 0.1.20.1.2Wolfgang Müller2021-05-07-1/+1
* tables: Indicate that the DateTimeUTC TypeDecorator may be cachedWolfgang Müller2021-05-07-0/+2
* setup.py: Don't include quarg.1 in data_files0.1.1Wolfgang Müller2021-05-06-4/+0
* Prepare for release of 0.1.00.1.0Wolfgang Müller2021-05-06-1/+1
* Add LICENSEWolfgang Müller2021-05-06-0/+21
* setup.py: Change description slightly and add more metadataWolfgang Müller2021-05-06-1/+7
* Add the manual pageWolfgang Müller2021-05-06-0/+363
* gitignore: Ignore all *.egg-info/Wolfgang Müller2021-05-05-1/+1
* setup.py: Add comma to final blockWolfgang Müller2021-05-05-1/+1
* setup.py: Lock to dateutil versions at or above 2.8.1Wolfgang Müller2021-05-05-1/+1
* setup.py: Remove hard dependency on psycopg2Wolfgang Müller2021-05-05-1/+0
* setup.py: Add descriptionWolfgang Müller2021-05-05-0/+1
* main: Make sure to parse arguments before reading configWolfgang Müller2021-05-05-3/+3
* tables: Correctly handle Integer timestamps from the SQLite backendWolfgang Müller2021-05-05-6/+22
* main: Handle BrokenPipeError cleanlyWolfgang Müller2021-05-04-1/+1
* Revert "Rename 'prefix' to 'umode'"Wolfgang Müller2021-05-04-4/+4
* main: Handle user interrupts more nicelyWolfgang Müller2021-05-03-0/+4
* main: Handle SQLAlchemy errors more nicelyWolfgang Müller2021-05-03-6/+9
* main: Split run_query into prepare_query and time_queryWolfgang Müller2021-05-03-7/+8
* formatter: Use custom time format when printing message timestampsWolfgang Müller2021-05-03-3/+4
* Remove the INFO message typeWolfgang Müller2021-05-03-2/+2
* Add option to specify the order for printed messagesWolfgang Müller2021-05-02-5/+18
* Add option to limit the number of matchesWolfgang Müller2021-05-02-3/+8
* Handle timezones correctlyWolfgang Müller2021-05-02-3/+25
* tables: Fix up a note, add another for the Network tableWolfgang Müller2021-05-01-2/+4
* actions: Have ParseEnum print a list of possible values on errorWolfgang Müller2021-05-01-1/+3
* actions: Allow specifying a unit suffix for --aroundWolfgang Müller2021-05-01-4/+16
* actions: Specify where a parse error happened for --aroundWolfgang Müller2021-05-01-1/+1
* actions: Error out when the range for --around is missingWolfgang Müller2021-05-01-0/+3
* main: Improve help messageWolfgang Müller2021-05-01-19/+21
* Rename 'prefix' to 'umode'Wolfgang Müller2021-04-29-4/+4
* main: Adjust help message for -u to match the restWolfgang Müller2021-04-29-1/+1
* types: Ignore unused or nonsensical types and flagsWolfgang Müller2021-04-28-13/+9
* actions: Remove FIXME regarding / as separator in --aroundWolfgang Müller2021-04-28-1/+0
* filters: Rename time_from and time_toWolfgang Müller2021-04-28-6/+6