summaryrefslogtreecommitdiff
path: root/contrib/command-not-found
AgeCommit message (Expand)AuthorFilesLines
2020-08-24Fix setting libexecdir for command-not-found helper.Elliott Sales de Andrade1-1/+1
2020-08-11command-not-found: fix handling arguments with spacesFernando Herrera1-13/+16
2020-01-10trivial: Remove the I_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE requ...Richard Hughes1-1/+0
2020-01-10Port to the meson build systemCorentin Noël2-52/+29
2020-01-08command-not-found: Don't use a bash regex to fix other shellsRichard Hughes1-1/+1
2019-03-08cnf: zsh command_not_found_handler should return the same as its bash equivalentTim Speetjens1-1/+1
2018-09-25pk-command-not-found: trivial: Fix a compiler warningKalev Lember1-0/+1
2018-09-21Remove a lot of useless internal gtk-doc headersRichard Hughes1-41/+0
2018-08-21command-not-found: If we get uninstalled while running, don't complainAdam Jackson1-0/+3
2018-02-19Rename "Software Sources" to "Software Repositories"Kalev Lember2-2/+2
2017-11-14command-not-found: Be more explicit when ignoring path componentsRichard Hughes1-1/+3
2016-11-22trivial: Fix an impossible-to-hit issue spotted by coverityRichard Hughes1-0/+2
2016-11-01command-not-found: Ignore commands of only one characterRichard Hughes1-0/+4
2016-08-25command-not-found: Look for dbus socket in /run instead of /var/runDominique Leuenberger1-1/+1
2016-08-10trivial: Use g_autofreeKalev Lember1-4/+2
2016-01-29Drop compat ifdefs for older glib versionsKalev Lember1-8/+0
2016-01-28Port to g_autoptr()Richard Hughes1-18/+16
2015-12-10cnf: quote @LIBEXECDIR@Carsten Hey1-2/+2
2015-12-07cnf: use the [[ compound command all aroundCarsten Hey1-3/+3
2015-12-07cnf: minor fixes in command_not_found_handle{,r}() for bash and zshCarsten Hey1-5/+4
2015-07-08Revert the yum backend removalRichard Hughes1-8/+43
2015-06-23CNF: Don't run if bash command completion is being runVille Skyttä1-0/+3
2015-04-20CNF: print correct shell name in mimiced messagesWill Thompson2-2/+10
2015-04-18CNF: define command_not_found_handler for zshWill Thompson1-0/+5
2014-11-26command-not-found: Do not attempt to run for anything prefixed with '.'Richard Hughes1-0/+2
2014-09-03Use _cleanup_free in contrib/*Richard Hughes2-64/+36
2014-09-02yum: Remove the yum backendRichard Hughes1-43/+8
2014-04-05cnf: Only search for packages when shell is interactiveDan Nicholson1-0/+3
2014-04-05cnf: Quote the arguments passed to pk-command-not-foundDan Nicholson1-1/+1
2014-04-05cnf: Use local variables in the shell handlerDan Nicholson1-2/+2
2013-12-03trivial: Remove three AC_SUBST entries from configureRichard Hughes1-1/+1
2013-09-29contrib/cnf: check for packagekitd in the right locationDominique Leuenberger1-1/+1
2013-05-07Use PIE to better secure installed tools and also use full RELRO in the daemonRichard Hughes1-0/+4
2013-01-20trivial: Coding-style adjustmentMatthias Klumpp1-1/+1
2013-01-20Don't initialize GType system on newer GLib versionsMatthias Klumpp1-1/+3
2013-01-14Don't use the deprecated INCLUDES in Makefile.amRichard Hughes1-1/+1
2012-11-06cnf: Don't search for packages if backend is known to be too slowElad Alfassa1-3/+38
2012-11-06cnf: Fall back to MaxSearchTime=5000 if the config file is missingElad Alfassa1-1/+2
2012-11-06cnf: Check for ctrl-d when the user selects a package to installRichard Hughes1-2/+5
2012-10-05trivial: Fix up the whitespace of some loopsRichard Hughes1-11/+11
2012-10-03cnf: Ignore InvalidInput errors from the daemonRichard Hughes1-2/+4
2012-10-01cnf: Return with exit code 127 if we cancelled the PackageKit transactionRichard Hughes1-14/+2
2012-09-27cnf: Suggest a Linux binary name if the Solaris binary name is usedRichard Hughes1-0/+79
2012-01-11Fix builddir != srcdir issueRyan Lortie1-0/+1
2011-12-03remove deprecated g_thread_init() on GLib < 2.31Per Øyvind Karlsen1-0/+2
2011-07-20trivial: get rid of some spurious dbus/dbus-glib.h includesRichard Hughes2-4/+0
2011-07-20pk-command-not-found: An ellipsis has three dots, not twoAdam Jackson1-1/+1
2011-07-15trivial: remove some #ifdef code that is always TRUERichard Hughes1-2/+0
2011-07-13trivial: Remove egg-string and move the shared stuff to pk-sharedRichard Hughes4-7/+1
2011-06-17Do not try to parse any arguments in command-not-foundRichard Hughes1-12/+0