summaryrefslogtreecommitdiff
path: root/lib/hashtable.c
AgeCommit message (Expand)Author
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
2010-10-06lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIESAndreas Bießmann
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-09-19Add hash table support as base for new environment codeWolfgang Denk