summaryrefslogtreecommitdiff
path: root/lib/hashtable.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-05env: Allow returning errors from hdelete_r()Simon Glass1-6/+6
2020-10-13lib/hashtable: remove superfluous checkHeinrich Schuchardt1-2/+1
2020-07-31env: Add support for explicit write access listMarek Vasut1-1/+4
2020-07-31env: Add option to only ever append environmentMarek Vasut1-0/+4
2020-07-01lib: Always set errno in hcreate_rSean Anderson1-2/+6
2020-05-19common: Drop log.h from common headerSimon Glass1-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-1/+0
2020-04-24lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes1-0/+2
2020-04-24lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes1-8/+15
2019-12-03common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-08-11env: Drop the ACTION typedefSimon Glass1-9/+9
2019-08-11env: Drop _ENTRYSimon Glass1-3/+4
2019-08-11env: Drop the ENTRY typedefSimon Glass1-22/+23
2019-02-09hashtable: fix environment variable corruptionRoman Kapl1-3/+10
2019-01-26hashtable: remove caps bufferHeinrich Schuchardt1-2/+1
2018-12-15hashtable: fix length calculation in hexport_rAKASHI Takahiro1-1/+1
2018-07-24hashtable: Fix length calculation in hexport_rZubair Lutfullah Kakakhel1-2/+2
2018-07-20hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz1-3/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi1-1/+1
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-07-25hashtable: Fix compiler warning on 32-bit sandboxSimon Glass1-5/+5
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2015-09-15env: import: hashtable: Free memory allocated before exiting from himport_r()Lukasz Majewski1-1/+4
2015-09-15env: import: hashtable: Prevent buffer overrun when importing environment fro...Lukasz Majewski1-2/+3
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler1-1/+16
2013-11-09env: fix the env export varnamePierre Aubert1-1/+1
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-05-10env: throw an error when an empty key is usedLucian Cojocar1-0/+6
2013-05-02"env grep" - add support for regular expression matchesWolfgang Denk1-3/+26
2013-05-02"env grep" - reimplement command using hexport_r()Wolfgang Denk1-36/+28
2013-05-02hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk1-8/+24
2012-12-13env: Add environment variable flagsJoe Hershberger1-0/+4
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger1-4/+63
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-1/+4
2012-12-13env: Refactor apply into change_okJoe Hershberger1-27/+43
2012-12-13env: Consolidate common code in hsearch_r()Joe Hershberger1-34/+37
2012-12-13env: Refactor do_apply to a flagJoe Hershberger1-17/+20
2012-10-01OMAP: networking support for SPLIlya Yanok1-0/+2
2012-09-18env: delete selected vars not present in imported envGerlando Falauto1-8/+42
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto1-6/+10
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-1/+19
2012-09-18env: make himport_r() selective on variablesGerlando Falauto1-1/+26
2011-11-22sandbox: Fix warnings in hashtable.cSimon Glass1-5/+5
2011-11-08env: allow to export only selected variablesWolfgang Denk1-2/+13
2011-10-18Replace space and tab checks with isblankJason Hobbs1-1/+3
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-3/+3
2011-04-28common: add a grepenv commandKim Phillips1-0/+23