summaryrefslogtreecommitdiff
path: root/lib/hashtable.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes
2020-04-24lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes
2020-04-24lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-08-11env: Drop the ACTION typedefSimon Glass
2019-08-11env: Drop _ENTRYSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-02-09hashtable: fix environment variable corruptionRoman Kapl
2019-01-26hashtable: remove caps bufferHeinrich Schuchardt
2018-12-15hashtable: fix length calculation in hexport_rAKASHI Takahiro
2018-07-24hashtable: Fix length calculation in hexport_rZubair Lutfullah Kakakhel
2018-07-20hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-07-25hashtable: Fix compiler warning on 32-bit sandboxSimon Glass
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day
2015-09-15env: import: hashtable: Free memory allocated before exiting from himport_r()Lukasz Majewski
2015-09-15env: import: hashtable: Prevent buffer overrun when importing environment fro...Lukasz Majewski
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler
2013-11-08env: fix the env export varnamePierre Aubert
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-09env: throw an error when an empty key is usedLucian Cojocar
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk
2012-12-13env: Add environment variable flagsJoe Hershberger
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger
2012-12-13env: Refactor apply into change_okJoe Hershberger
2012-12-13env: Consolidate common code in hsearch_r()Joe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-09-18env: delete selected vars not present in imported envGerlando Falauto
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-09-18env: make himport_r() selective on variablesGerlando Falauto
2011-11-22sandbox: Fix warnings in hashtable.cSimon Glass
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-10-17Replace space and tab checks with isblankJason Hobbs
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk
2011-04-28common: add a grepenv commandKim Phillips
2011-04-28env: fix env var autocompletionKim Phillips
2011-03-22Fix hash table deletion to prevent lost entriesPeter Barada
2011-01-09env: re-add support for auto-completionMike Frysinger
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-10-27Coding Style cleanupWolfgang Denk