summaryrefslogtreecommitdiff
path: root/include/search.h
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes
2019-08-11env: Drop the double underscores in search.hSimon Glass
2019-08-11env: Drop the ACTION typedefSimon Glass
2019-08-11env: Drop _ENTRYSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move callback definitions to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename setenv() to env_set()Simon Glass
2016-10-06search.h: Numerous grammatical fixes, comment updatesRobert P. J. Day
2015-05-21env: Distinguish finer between source of env changeJoe Hershberger
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk
2012-12-13env: Add environment variable flagsJoe Hershberger
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger
2012-12-13env: Refactor apply into change_okJoe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-09-18env: make himport_r() selective on variablesGerlando Falauto
2012-09-18env: unify logic to check and apply changesGerlando Falauto
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk
2011-04-28common: add a grepenv commandKim Phillips
2011-01-09env: re-add support for auto-completionMike Frysinger
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-09-19Add hash table support as base for new environment codeWolfgang Denk