summaryrefslogtreecommitdiff
path: root/include/search.h
Commit message (Expand)AuthorAgeFilesLines
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* env: Allow returning errors from hdelete_r()Simon Glass2020-12-041-1/+10
* env: Discern environment coming from external storageMarek Vasut2020-07-311-0/+1
* env: Add H_DEFAULT flagMarek Vasut2020-07-311-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes2020-04-241-0/+2
* env: Drop the double underscores in search.hSimon Glass2019-08-111-28/+24
* env: Drop the ACTION typedefSimon Glass2019-08-111-8/+8
* env: Drop _ENTRYSimon Glass2019-08-111-4/+1
* env: Drop the ENTRY typedefSimon Glass2019-08-111-9/+12
* env: Move callback definitions to env.hSimon Glass2019-08-111-6/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* search.h: Numerous grammatical fixes, comment updatesRobert P. J. Day2016-10-061-15/+13
* env: Distinguish finer between source of env changeJoe Hershberger2015-05-211-0/+2
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-221-1/+2
* Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* "env grep" - add support for regular expression matchesWolfgang Denk2013-05-011-2/+3
* "env grep" - reimplement command using hexport_r()Wolfgang Denk2013-05-011-6/+0
* hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk2013-05-011-1/+7
* env: Add environment variable flagsJoe Hershberger2012-12-131-0/+1
* env: Add support for callbacks to environment varsJoe Hershberger2012-12-131-0/+5
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-2/+3
* env: Refactor apply into change_okJoe Hershberger2012-12-131-4/+9
* env: Refactor do_apply to a flagJoe Hershberger2012-12-131-7/+8
* env: check and apply changes on delete/destroyGerlando Falauto2012-09-181-2/+3
* env: add check/apply logic to himport_r()Gerlando Falauto2012-09-181-1/+13
* env: make himport_r() selective on variablesGerlando Falauto2012-09-181-1/+5
* env: unify logic to check and apply changesGerlando Falauto2012-09-181-1/+2
* env: allow to export only selected variablesWolfgang Denk2011-11-081-1/+2
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-1/+1
* common: add a grepenv commandKim Phillips2011-04-281-0/+6
* env: re-add support for auto-completionMike Frysinger2011-01-091-0/+7
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-17/+1
* Add hash table support as base for new environment codeWolfgang Denk2010-09-191-0/+106