]> git.donarmstrong.com Git - debbugs.git/history - bin
Handle RFC1522 escaped commas in structured headers (#1041638)
[debbugs.git] / bin /
2020-03-22 Don Armstrongdebugs-spam: output all of folded X-Spam headers
2019-11-24 Don Armstrongthe libraries are now in the lib directory
2019-08-11 Don Armstrong$config{database} is the config option, not debbugs_db
2019-07-06 Don ArmstrongMerge branch 'mouseify'
2018-08-19 Don Armstronginclude function in instalsql for bin ver/src pkg linking
2018-04-12 Don Armstrongimport getbuglocation in loadsql
2018-04-12 Don Armstrongskip debinfos with undefined binarch too.
2018-04-11 Don Armstrongallow dropping tables in installsql
2018-04-11 Don Armstrongavoid creating unknown packages when loading bugs
2018-04-10 Don Armstrongfor installsql and loadsql, use the git INC if run...
2018-04-10 Don Armstrongmove walk_bugs to Debbugs::Common; add bugs option...
2018-03-30 Don Armstrongthe postgres_version parser is broken; use 8.1 instead...
2018-03-19 Don Armstrongswitch all uses of MoreUtils to AllUtils
2018-03-16 Don ArmstrongMerge branch 'database'
2018-03-13 Don Armstrongskip bad .debinfo files when loading them database
2018-03-09 Don ArmstrongMerge branch 'text_xslate_templates'
2018-02-27 Don Armstrongthe developer prepare option to debbugs-installsql...
2018-02-27 Don Armstrongonly update the progress bar if it exists
2018-02-27 Don Armstrongallow providing a directory of debinfo files to loadsql
2018-02-27 Don Armstrongsupport --dsn option in debbugs-loadsql
2018-02-27 Don Armstrongallow debbugs-installsql to take a --dsn option
2018-02-21 Don Armstrongallow the regex to really be a regex
2018-02-21 Don Armstrongscores can be negative
2018-02-21 Don Armstrongparse headers directly for spam score
2018-02-21 Don Armstrongfix function typo
2018-02-21 Don Armstrongadd learn subcommand and examples
2018-02-09 Don Armstrongremove useless $time and $start_time variables
2018-02-09 Don Armstrongadd bugs_and_logs command to debbugs-loadsql
2017-12-14 Don Armstrongsave log::spam after changing it don/dancer
2017-12-14 Don Armstrongfix $is_match of mark_it
2017-12-14 Don Armstrongfix foreachmsg debug messages
2017-12-14 Don Armstrongpass default ham-threshold to auto-scan
2017-12-14 Don Armstrongadd support for --skip-seen
2017-12-14 Don Armstrongextract subject before hashref
2017-12-14 Don Armstrongclose out pipe at the right timec
2017-12-14 Don Armstrongspamc is in options now
2017-12-14 Don Armstrongadd subcommands to debbugs-spam
2017-12-08 Don Armstrongrename debbugs-spamscan-log to debbugs-spam
2017-10-30 Don Armstrongput sources/maintainer files into mirror location in...
2017-08-12 Don ArmstrongMerge remote-tracking branch 'local/master' into database
2017-08-11 Don Armstrongset indent level and tabs mode
2017-08-11 Don Armstrongbecause pkgreport.cgi uses taint, use perl -I to set...
2017-08-11 Don Armstrongdocument the synopsis slightly better
2017-08-11 Don Armstrongautomatically identify if local-debbugs is being run...
2017-08-10 Don Armstrongadd bugs listed in the config file to the mirrored...
2017-08-10 Don Armstronguse return, not next inside of sub
2017-08-10 Don Armstrongid is the column in bug which has the bug number, not id
2017-08-09 Don Armstrongallow codename or suite to match in updatesqlcache
2017-08-09 Don Armstrongallow specifying suites for bug status cache
2017-08-08 Don Armstrongskip undefined source versions
2017-08-08 Don Armstronguse get_src_pkg_id when loading versions
2017-08-08 Don Armstrongskip undefined src versions
2017-08-08 Don Armstrongpurge cache every 100 files
2017-08-08 Don Armstronguse get_*_id in load_debinfo; handle -0 correctly there too
2017-08-07 Don Armstrongfix syntax error in bug
2017-08-07 Don Armstronghashrefinflator uses subhashes, not .
2017-08-07 Don Armstrongimport uniq from List::MoreUtils into updatesqlcache
2017-08-07 Don Armstrongthe column for the bug id is bug, not id
2017-08-07 Don Armstrongfix plural of {src,bin}packages? in updatesql
2017-08-07 Don Armstrongbinver goes to bin_pkg
2017-08-07 Don Armstrongfix the bin->bin_ver join in updatesqlcache
2017-08-07 Don Armstrongfix wrong plural in join relationships
2017-08-07 Don ArmstrongBinAssociation is not plural
2017-08-07 Don Armstrongonly update the @bugs_to_update
2017-08-07 Don Armstrongmtime should be <= to skip during --quick, not just <
2017-08-07 Don Armstronguse COALESCE indexes for bug_status_cache
2017-08-06 Don Armstrongopen_compressed_file is in Debbugs::Common
2017-08-06 Don Armstronguse postgres_version of 9 for deployment (fixes missing...
2017-08-05 Don ArmstrongMerge remote-tracking branch 'origin/master' into database
2017-07-06 Don Armstrongparse the status before outputting it
2017-07-06 Don Armstrongwrite out config local files
2017-07-06 Don Armstronghandle --stop --exit or --quit
2017-07-03 Don Armstronghandle SIGPIPE in spamc by skipping the message
2017-07-02 Don Armstrongadd debbugs-spamscan-log to run spamc on log files
2017-05-14 Don ArmstrongUse natatime instead of page in update-bugs
2017-04-16 Don Armstrongwe want paged results even while using --quick in updat...
2017-04-16 Don Armstrongfix developer-prepare option of installsql
2017-04-15 Don Armstrongthe quick bug method was searching on bug not id
2017-04-13 Don Armstrongmake updatesqlcache executable
2017-04-13 Don Armstrongsupport the --quick option to updatesqlcache
2017-04-12 Don Armstrongwalk through multiple bugs at a time
2017-04-12 Don Armstrongdocument subcommands
2017-04-12 Don Armstrongpaginate updatesqlcache properly and fix missing table...
2017-03-25 Don Armstrongfix extraneous one
2017-03-24 Don Armstrongdocument debbugs-loadsql more
2017-03-24 Don Armstrongadd initial code for updating bug status cache
2017-03-09 Don Armstrongremove developer-prepare option
2017-03-09 Don Armstrongimplement load bug logs
2017-03-08 Don Armstronginclude all of :load_bug
2017-02-26 Don Armstrongpreload bugs on initial insert
2017-02-26 Don Armstronguse get_maintainers while loading maintainers
2017-02-25 Don Armstrongload_packages now only changes rows it has to
2017-01-09 Don Armstrongswitch load_packages to use gzip -dc
2017-01-09 Don Armstrongadd load_suite
2016-08-29 Don Armstrongallow specifying the database using the DSN
2016-08-29 Don Armstrongstop double printing in run_rsync
2016-08-29 Don Armstrongadd load_package support
2016-08-11 Don Armstrongallow debinfo to be null separated
2016-08-10 Don Armstrongif the upload date is not defined, update it
2016-08-10 Don Armstrongfix wrong calling of from_epoch
next