1. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  2. f0c233b lib: Remove duplicate newlines by Marek Vasut · 4 months ago
  3. a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · 11 months ago
  4. fdf3e7f Correct SPL use of ENV_WRITEABLE_LIST by Simon Glass · 1 year, 10 months ago
  5. 0459c6b Convert CONFIG_ENV_MIN_ENTRIES et al to Kconfig by Tom Rini · 2 years, 5 months ago
  6. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · 4 years, 1 month ago
  7. 468da57 lib/hashtable: remove superfluous check by Heinrich Schuchardt · 4 years, 3 months ago
  8. 803549f env: Add support for explicit write access list by Marek Vasut · 4 years, 5 months ago
  9. a7b8267 env: Add option to only ever append environment by Marek Vasut · 4 years, 5 months ago
  10. b02f055 lib: Always set errno in hcreate_r by Sean Anderson · 4 years, 5 months ago
  11. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  12. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  13. b86180e make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · 4 years, 9 months ago
  14. 3a76d2a lib/hashtable.c: don't test ->callback in SPL by Rasmus Villemoes · 4 years, 9 months ago
  15. 2bd84a7 lib/hashtable.c: create helper for calling env_entry::callback by Rasmus Villemoes · 4 years, 9 months ago
  16. 16ff570 common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  17. 63a2f57 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  18. d2c1ca8 env: Drop _ENTRY by Simon Glass · 5 years ago
  19. 1a23686 env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  20. 07cb4e1 hashtable: fix environment variable corruption by Roman Kapl · 6 years ago
  21. ac23970 hashtable: remove caps buffer by Heinrich Schuchardt · 6 years ago
  22. 1f0f1bd hashtable: fix length calculation in hexport_r by AKASHI Takahiro · 6 years ago
  23. 305ad7a hashtable: Fix length calculation in hexport_r by Zubair Lutfullah Kakakhel · 6 years ago
  24. dceecac hashtable: do not recreate whole hash table if vars are passed to himport_r by Quentin Schulz · 6 years ago
  25. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  26. e94b024 spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  27. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  28. f970ccb hashtable: Fix compiler warning on 32-bit sandbox by Simon Glass · 8 years ago
  29. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  30. 105426b env: import: hashtable: Free memory allocated before exiting from himport_r() by Lukasz Majewski · 9 years ago
  31. 63b2654 env: import: hashtable: Prevent buffer overrun when importing environment from file by Lukasz Majewski · 9 years ago
  32. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  33. d8d51f8 env: fix the env export varname by Pierre Aubert · 11 years ago
  34. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  35. e9ea230 Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  36. 5270bde env: throw an error when an empty key is used by Lucian Cojocar · 12 years ago
  37. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  38. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  39. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  40. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  41. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  42. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  43. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  44. e5611c3 env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  45. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  46. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  47. 6765eb1 env: delete selected vars not present in imported env by Gerlando Falauto · 12 years ago
  48. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  49. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  50. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  51. 60b07a1 sandbox: Fix warnings in hashtable.c by Simon Glass · 13 years ago
  52. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  53. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  54. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  55. f0c9d53 common: add a grepenv command by Kim Phillips · 14 years ago
  56. f73d935 env: fix env var autocompletion by Kim Phillips · 14 years ago
  57. 305775b Fix hash table deletion to prevent lost entries by Peter Barada · 14 years ago
  58. 8d88232 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  59. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  60. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  61. 2638b2b lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES by Andreas Bießmann · 14 years ago
  62. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  63. c9ae986 Add hash table support as base for new environment code by Wolfgang Denk · 14 years ago