Skip to content
Snippets Groups Projects
  1. Oct 14, 2014
    • John Crispin's avatar
      scripts: fix wrong usage of '==' operator · 20940138
      John Crispin authored
      
      [base-files] shell-scripting: fix wrong usage of '==' operator
      
      normally the '==' is used for invoking a regex parser and is a bashism.
      all of the fixes just want to compare a string. the used busybox-ash
      will silently "ignore" this mistake, but make it portable/clean at least.
      
      this patch does not change the behavior/logic of the scripts.
      
      Signed-off-by: default avatarBastian Bittorf <bittorf@bluebottle.com>
      
      SVN-Revision: 42911
      20940138
  2. Oct 09, 2014
  3. Oct 08, 2014
  4. Sep 25, 2014
  5. Sep 14, 2014
  6. Aug 18, 2014
  7. Aug 11, 2014
  8. Jul 14, 2014
  9. Jun 19, 2014
  10. Jun 02, 2014
  11. May 16, 2014
  12. Apr 08, 2014
  13. Apr 07, 2014
  14. Jan 23, 2014
  15. Dec 16, 2013
  16. Dec 09, 2013
  17. Jul 15, 2013
  18. Jun 17, 2013
  19. May 06, 2013
  20. Apr 22, 2013
  21. Apr 09, 2013
  22. Feb 18, 2013
  23. Jan 22, 2013
  24. Jan 21, 2013
  25. Jan 15, 2013
  26. Dec 19, 2012
  27. Dec 17, 2012
  28. Dec 16, 2012
    • Jo-Philipp Wich's avatar
      base-files: rework cache handling in network.sh to keep the entire parsed... · 17acf9bf
      Jo-Philipp Wich authored
      base-files: rework cache handling in network.sh to keep the entire parsed ifstatus, use jshn namespaces to support using it concurrently with other jshn users
      
      SVN-Revision: 34725
      17acf9bf
    • Jo-Philipp Wich's avatar
      base-files: various enhancements to network.sh · 1600ba99
      Jo-Philipp Wich authored
      	- support reading inactive gateways and DNS information in
      	  network_get_gateway(), network_get_dnsserver() and network_get_dnssearch()
      	  by passing "true" as optional last argument
      	- internally cache fetched values to speed up subsequent accesses to the same
      	  data, introduce network_flush_cache() to clear them
      	- add some inline function documentation
      
      SVN-Revision: 34722
      1600ba99
  29. Sep 13, 2012
  30. Aug 13, 2012
  31. Jun 29, 2012
  32. Jun 17, 2012
  33. Jun 07, 2012
  34. May 29, 2012
Loading