summaryrefslogtreecommitdiff
path: root/include/search.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-05env: Allow returning errors from hdelete_r()Simon Glass1-1/+10
2020-07-31env: Discern environment coming from external storageMarek Vasut1-0/+1
2020-07-31env: Add H_DEFAULT flagMarek Vasut1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes1-0/+2
2019-08-11env: Drop the double underscores in search.hSimon Glass1-28/+24
2019-08-11env: Drop the ACTION typedefSimon Glass1-8/+8
2019-08-11env: Drop _ENTRYSimon Glass1-4/+1
2019-08-11env: Drop the ENTRY typedefSimon Glass1-9/+12
2019-08-11env: Move callback definitions to env.hSimon Glass1-6/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-10-07search.h: Numerous grammatical fixes, comment updatesRobert P. J. Day1-15/+13
2015-05-21env: Distinguish finer between source of env changeJoe Hershberger1-0/+2
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler1-1/+2
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-05-02"env grep" - add support for regular expression matchesWolfgang Denk1-2/+3
2013-05-02"env grep" - reimplement command using hexport_r()Wolfgang Denk1-6/+0
2013-05-02hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk1-1/+7
2012-12-13env: Add environment variable flagsJoe Hershberger1-0/+1
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger1-0/+5
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-2/+3
2012-12-13env: Refactor apply into change_okJoe Hershberger1-4/+9
2012-12-13env: Refactor do_apply to a flagJoe Hershberger1-7/+8
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto1-2/+3
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-1/+13
2012-09-18env: make himport_r() selective on variablesGerlando Falauto1-1/+5
2012-09-18env: unify logic to check and apply changesGerlando Falauto1-1/+2
2011-11-08env: allow to export only selected variablesWolfgang Denk1-1/+2
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-1/+1
2011-04-28common: add a grepenv commandKim Phillips1-0/+6
2011-01-09env: re-add support for auto-completionMike Frysinger1-0/+7
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-17/+1
2010-09-19Add hash table support as base for new environment codeWolfgang Denk1-0/+106