1. 105426b env: import: hashtable: Free memory allocated before exiting from himport_r() by Lukasz Majewski · 9 years ago
  2. 63b2654 env: import: hashtable: Prevent buffer overrun when importing environment from file by Lukasz Majewski · 9 years ago
  3. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  4. d8d51f8 env: fix the env export varname by Pierre Aubert · 11 years ago
  5. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  6. e9ea230 Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  7. 5270bde env: throw an error when an empty key is used by Lucian Cojocar · 12 years ago
  8. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  9. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  10. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  11. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  12. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  13. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  14. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  15. e5611c3 env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  16. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  17. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  18. 6765eb1 env: delete selected vars not present in imported env by Gerlando Falauto · 12 years ago
  19. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  20. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  21. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  22. 60b07a1 sandbox: Fix warnings in hashtable.c by Simon Glass · 13 years ago
  23. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  24. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  25. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  26. f0c9d53 common: add a grepenv command by Kim Phillips · 14 years ago
  27. f73d935 env: fix env var autocompletion by Kim Phillips · 14 years ago
  28. 305775b Fix hash table deletion to prevent lost entries by Peter Barada · 14 years ago
  29. 8d88232 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  30. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  31. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  32. 2638b2b lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES by Andreas Bießmann · 14 years ago
  33. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  34. c9ae986 Add hash table support as base for new environment code by Wolfgang Denk · 14 years ago