summaryrefslogtreecommitdiff
path: root/include/search.h
AgeCommit message (Expand)AuthorFilesLines
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