Skip to content
Snippets Groups Projects
  1. Dec 03, 2016
  2. Dec 01, 2016
    • Alexey Sokolov's avatar
      Don't reset module's attributes to NULL during CALLMOD. · 63a2fbc6
      Alexey Sokolov authored
      It conflicted with nested calls to a module. Such calls usually don't
      happen, but could be triggered using alias module.
      
      In this case m_pClient became NULL while executing the alias, and the
      rest of that alias caused segfault.
      
      Fix #1347
      63a2fbc6
  3. Nov 22, 2016
  4. Nov 20, 2016
  5. Nov 19, 2016
  6. Nov 17, 2016
  7. Nov 16, 2016
    • Will Elwood's avatar
      Fix version.sh for ancient git · 4c7fa1aa
      Will Elwood authored
      I'm not sure when the `format` argument was added to `git log`, but it seems to be an alias for `pretty` (ie both exist in current versions of git). I noticed this was failing on my ancient system that's stuck with git 1.5, this makes it work.
      
      Also, `ignore-submodules` is not understood by ancient `git status` - I believe the expected output would be achieved by simply removing this argument, but it's not important since it fails gracefully enough and fixing it so newer git doesn't fail seems more complicated.
      4c7fa1aa
    • Alexey Sokolov's avatar
  8. Sep 13, 2016
  9. Sep 12, 2016
  10. Sep 08, 2016
  11. Sep 04, 2016
  12. Aug 13, 2016
  13. Jul 31, 2016
  14. Apr 01, 2016
  15. Mar 04, 2016
  16. Feb 23, 2016
  17. Feb 18, 2016
  18. Feb 08, 2016
  19. Feb 04, 2016
  20. Jan 27, 2016
  21. Jan 17, 2016
  22. Jan 09, 2016
  23. Jan 07, 2016
  24. Dec 30, 2015
  25. Nov 15, 2015
Loading