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