aboutsummaryrefslogtreecommitdiff
path: root/lib/hashtable.c
AgeCommit message (Expand)AuthorFilesLines
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-06Various, 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-08env: 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-09env: throw an error when an empty key is usedLucian Cojocar1-0/+6
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk1-3/+26
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk1-36/+28
2013-05-01hashtable: 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-17Replace 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
2011-04-28env: fix env var autocompletionKim Phillips1-1/+1
2011-03-22Fix hash table deletion to prevent lost entriesPeter Barada1-5/+13
2011-01-09env: re-add support for auto-completionMike Frysinger1-0/+20
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-38/+2
2010-10-27Coding Style cleanupWolfgang Denk1-6/+6
2010-10-06lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIESAndreas Bießmann1-4/+8
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-9/+23
2010-09-19Add hash table support as base for new environment codeWolfgang Denk1-0/+721