summaryrefslogtreecommitdiffstats
path: root/lib/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* env: Allow returning errors from hdelete_r()Simon Glass2020-12-041-6/+6
* lib/hashtable: remove superfluous checkHeinrich Schuchardt2020-10-121-2/+1
* env: Add support for explicit write access listMarek Vasut2020-07-311-1/+4
* env: Add option to only ever append environmentMarek Vasut2020-07-311-0/+4
* lib: Always set errno in hcreate_rSean Anderson2020-07-011-2/+6
* common: Drop log.h from common headerSimon Glass2020-05-181-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-1/+0
* lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes2020-04-241-0/+2
* lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes2020-04-241-8/+15
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* env: Drop the ACTION typedefSimon Glass2019-08-111-9/+9
* env: Drop _ENTRYSimon Glass2019-08-111-3/+4
* env: Drop the ENTRY typedefSimon Glass2019-08-111-22/+23
* hashtable: fix environment variable corruptionRoman Kapl2019-02-091-3/+10
* hashtable: remove caps bufferHeinrich Schuchardt2019-01-261-2/+1
* hashtable: fix length calculation in hexport_rAKASHI Takahiro2018-12-151-1/+1
* hashtable: Fix length calculation in hexport_rZubair Lutfullah Kakakhel2018-07-241-2/+2
* hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz2018-07-201-3/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-081-1/+1
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-061-1/+1
* hashtable: Fix compiler warning on 32-bit sandboxSimon Glass2016-07-251-5/+5
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* env: import: hashtable: Free memory allocated before exiting from himport_r()Lukasz Majewski2015-09-151-1/+4
* env: import: hashtable: Prevent buffer overrun when importing environment fro...Lukasz Majewski2015-09-151-2/+3
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-221-1/+16
* env: fix the env export varnamePierre Aubert2013-11-081-1/+1
* Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day2013-09-201-1/+1
* Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* env: throw an error when an empty key is usedLucian Cojocar2013-05-091-0/+6
* "env grep" - add support for regular expression matchesWolfgang Denk2013-05-011-3/+26
* "env grep" - reimplement command using hexport_r()Wolfgang Denk2013-05-011-36/+28
* hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk2013-05-011-8/+24
* env: Add environment variable flagsJoe Hershberger2012-12-131-0/+4
* env: Add support for callbacks to environment varsJoe Hershberger2012-12-131-4/+63
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-1/+4
* env: Refactor apply into change_okJoe Hershberger2012-12-131-27/+43
* env: Consolidate common code in hsearch_r()Joe Hershberger2012-12-131-34/+37
* env: Refactor do_apply to a flagJoe Hershberger2012-12-131-17/+20
* OMAP: networking support for SPLIlya Yanok2012-10-011-0/+2
* env: delete selected vars not present in imported envGerlando Falauto2012-09-181-8/+42
* env: check and apply changes on delete/destroyGerlando Falauto2012-09-181-6/+10
* env: add check/apply logic to himport_r()Gerlando Falauto2012-09-181-1/+19
* env: make himport_r() selective on variablesGerlando Falauto2012-09-181-1/+26
* sandbox: Fix warnings in hashtable.cSimon Glass2011-11-221-5/+5
* env: allow to export only selected variablesWolfgang Denk2011-11-081-2/+13
* Replace space and tab checks with isblankJason Hobbs2011-10-171-1/+3
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-3/+3
* common: add a grepenv commandKim Phillips2011-04-281-0/+23