aboutsummaryrefslogtreecommitdiff
path: root/ag
Commit message (Expand)AuthorAgeFilesLines
* ElasticSearch: try to monkeypatch Elasticsearch::UnsupportedProductErrorRobin H. Johnson2023-04-091-0/+1
* Stop using bundlerMichał Górny2017-10-141-1/+1
* Add missing require for ostruct, needed for ruby22Michał Górny2017-10-141-0/+1
* ag: allow manual flush of index.Robin H. Johnson2017-05-231-0/+16
* Rubocop cleanup.Robin H. Johnson2017-05-211-37/+35
* Implement hidden messages to block out spam.Robin H. Johnson2017-05-211-2/+40
* Always raise problems from create/delete if calling from maildir indexing calls.Robin H. Johnson2015-02-251-3/+3
* Improve error handling.Robin H. Johnson2015-02-251-7/+12
* Refactor to simplify for a quick bug I hit.Robin H. Johnson2015-02-251-10/+13
* Fix function name.Robin H. Johnson2015-02-251-1/+1
* Document that this deletes the index normally.Robin H. Johnson2015-02-251-2/+2
* Incremental was not doing new messages!.Robin H. Johnson2015-02-231-1/+1
* Make a rethread command.Robin H. Johnson2015-02-231-2/+13
* We do not want to catch NoMethodError from deeper in the stack.Robin H. Johnson2015-02-231-2/+2
* Fix vim.Robin H. Johnson2015-02-231-0/+1
* Debugging.Robin H. Johnson2015-02-231-1/+1
* Fix arg.Robin H. Johnson2015-02-231-1/+1
* Prepare real wait for status.Robin H. Johnson2015-02-231-0/+17
* Leave a note about reindex.Robin H. Johnson2015-02-231-0/+1
* Correct action.Robin H. Johnson2015-02-231-1/+1
* Improve delete code paths.Robin H. Johnson2015-02-231-14/+23
* Remove dead code.Robin H. Johnson2015-02-231-2/+0
* My ruby is rusty.Robin H. Johnson2015-02-231-2/+2
* Ability to turn off the progress bar.Robin H. Johnson2015-02-231-2/+18
* Expose delete index.Robin H. Johnson2015-02-231-4/+19
* Properly shut up encoding errorsAlex Legler2015-02-241-1/+1
* Ensure job count is an integer.Robin H. Johnson2015-02-231-1/+1
* Include key.Robin H. Johnson2015-02-231-1/+1
* Include a --jobs parameter.Robin H. Johnson2015-02-231-0/+7
* hello linuxAlex Legler2015-02-231-1/+3
* Only occupy 3/4 of the processorsAlex Legler2015-02-231-3/+3
* Silence encoding warningsAlex Legler2015-02-231-1/+1
* Don't store the flags in raw_filename.Alex Legler2015-02-231-2/+2
* use more threads!Alex Legler2015-02-231-3/+9
* Implement --deleteAlex Legler2015-02-231-1/+7
* Implement --infoAlex Legler2015-02-231-1/+22
* Show more filenames when rendering failsAlex Legler2015-02-211-2/+2
* Print filename for failed filesAlex Legler2015-02-211-1/+1
* Whitespace.Robin H. Johnson2015-02-211-1/+1
* cleanup usage.Robin H. Johnson2015-02-211-1/+1
* readonly mode for processing new as well.Robin H. Johnson2015-02-211-1/+6
* Remove do_fix/--fix for now, it should be done externally to this.Robin H. Johnson2015-02-211-16/+1
* Hotfix the Maildir handling to not need our --fix renaming of files.Robin H. Johnson2015-02-211-0/+1
* Allow 0-9 in list namesAlex Legler2015-02-211-2/+2
* Do some basic mailing list name validationAlex Legler2015-02-191-1/+5
* Initial versionAlex Legler2015-02-191-0/+161