1. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 3 years, 11 months ago
  2. 34ca77c lib/hashtable: remove superfluous check by Heinrich Schuchardt · 4 years, 1 month ago
  3. d045cba env: Add support for explicit write access list by Marek Vasut · 4 years, 3 months ago
  4. 47f3b1f env: Add option to only ever append environment by Marek Vasut · 4 years, 3 months ago
  5. 60ffcf2 lib: Always set errno in hcreate_r by Sean Anderson · 4 years, 3 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  7. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  8. 080019b make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · 4 years, 7 months ago
  9. 3428497 lib/hashtable.c: don't test ->callback in SPL by Rasmus Villemoes · 4 years, 7 months ago
  10. 7f529f6 lib/hashtable.c: create helper for calling env_entry::callback by Rasmus Villemoes · 4 years, 7 months ago
  11. 8bef79b common: Move sorting functions to their own header file by Simon Glass · 4 years, 10 months ago
  12. 3f0d680 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  13. 25e51e9 env: Drop _ENTRY by Simon Glass · 5 years ago
  14. dd2408c env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  15. 9dfdbd9 hashtable: fix environment variable corruption by Roman Kapl · 6 years ago
  16. 320194a hashtable: remove caps buffer by Heinrich Schuchardt · 6 years ago
  17. 4bca324 hashtable: fix length calculation in hexport_r by AKASHI Takahiro · 6 years ago
  18. f1b20ac hashtable: Fix length calculation in hexport_r by Zubair Lutfullah Kakakhel · 6 years ago
  19. d9fc907 hashtable: do not recreate whole hash table if vars are passed to himport_r by Quentin Schulz · 6 years ago
  20. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  21. d2d9bdf spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  22. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  23. c55d02b hashtable: Fix compiler warning on 32-bit sandbox by Simon Glass · 8 years ago
  24. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  25. 0226d87 env: import: hashtable: Free memory allocated before exiting from himport_r() by Lukasz Majewski · 9 years ago
  26. 817e48d env: import: hashtable: Prevent buffer overrun when importing environment from file by Lukasz Majewski · 9 years ago
  27. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  28. 9a83233 env: fix the env export varname by Pierre Aubert · 11 years ago
  29. 1bce2ae Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  30. eee479c Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  31. e4fdcad env: throw an error when an empty key is used by Lucian Cojocar · 11 years ago
  32. be29df6 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  33. 5a31ea0 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  34. ea009d4 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  35. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  36. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  37. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  38. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  39. 3d3b52f env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  40. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  41. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  42. d5370fe env: delete selected vars not present in imported env by Gerlando Falauto · 12 years ago
  43. 152874b env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  44. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  45. 348b1f1 env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  46. ff85628 sandbox: Fix warnings in hashtable.c by Simon Glass · 13 years ago
  47. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  48. 4d91a6e Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  49. 84b5e80 Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  50. a000b79 common: add a grepenv command by Kim Phillips · 13 years ago
  51. af4d907 env: fix env var autocompletion by Kim Phillips · 13 years ago
  52. c81c122 Fix hash table deletion to prevent lost entries by Peter Barada · 14 years ago
  53. 560d424 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  54. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  55. 071bc92 Coding Style cleanup by Wolfgang Denk · 14 years ago
  56. fc5fc76 lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES by Andreas Bießmann · 14 years ago
  57. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  58. a6826fb Add hash table support as base for new environment code by Wolfgang Denk · 14 years ago