1. 21 1月, 2013 2 次提交
  2. 18 1月, 2013 1 次提交
  3. 29 12月, 2012 1 次提交
  4. 25 12月, 2012 1 次提交
  5. 19 12月, 2012 1 次提交
  6. 18 12月, 2012 1 次提交
  7. 29 10月, 2012 4 次提交
    • J
      luci-0.11: merge r9399-r9402 and r9412 · 31d76dbb
      Jo-Philipp Wich 提交于
      31d76dbb
    • J
      f450ff8c
    • J
      applications/luci-transmission: fix link to transmission gui if uhttpd runs on... · 5a11da7d
      Jo-Philipp Wich 提交于
      applications/luci-transmission: fix link to transmission gui if uhttpd runs on a non-standard port (#496)
      5a11da7d
    • J
      Fix nixio exece() · 06901331
      Jo-Philipp Wich 提交于
      I had occasion to use nixio.exece() recently and I could not figure out what it
      wanted for the third argument (the environment) as no matter what sort of table
      I passed, even nixio.getenv(), would fail with bad argument #3 to 'exece'
      (invalid environment).
      
      What it should expect is a table full of string values for keys and something
      that can be converted to a string as a value, however it inverts the value of
      lua_type() and compares it against a type, which will never evaluate to true.
      
      Getting past this, the code inserts the KEY=VALUE string before the arg userdata,
      and then forgets to take the env userdata into account when collecting the
      arguments back into a C char**. This patch addresses all these issues and
      provides a working nixio.exece().
      
      [Fixes #500]
      06901331
  8. 13 10月, 2012 1 次提交
  9. 11 10月, 2012 1 次提交
  10. 08 10月, 2012 6 次提交
  11. 07 10月, 2012 5 次提交
  12. 05 10月, 2012 2 次提交
  13. 02 10月, 2012 3 次提交
  14. 29 9月, 2012 7 次提交
  15. 27 9月, 2012 4 次提交