aboutsummaryrefslogtreecommitdiff
path: root/lib/hashtable.c
AgeCommit message (Expand)AuthorFilesLines
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