- Dec 03, 2016
-
-
Alexey Sokolov authored
This is properly fixed already in 1.7 branch.
- Dec 01, 2016
-
-
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
-
- Nov 22, 2016
-
-
Alexey Sokolov authored
Cherry-pick of 34db7be4
-
- Nov 20, 2016
-
-
Alexey Sokolov authored
Close #1342
- Nov 19, 2016
-
-
Alexey Sokolov authored
-
Alexey Sokolov authored
Cloning a user caused a non-immediate segfault. This was fixed already in 1.7 branch (by refactoring). Fix #1340
-
- Nov 17, 2016
-
-
Alexey Sokolov authored
It's fixed properly for 1.7 already. Fix #1321
-
- Nov 16, 2016
-
-
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.
-
Alexey Sokolov authored
-
- Sep 13, 2016
-
-
Alexey Sokolov authored
OpenSSL 1.1 compatibility
-
William Elwood authored
If OpenSSL 1.1 is configured in such a way that features deprecated in 1.1.0 are not built, then compile errors would result here.
-
William Elwood authored
If OpenSSL 1.1 is configured in such a way that features deprecated in 0.9.8 are not built, then compile errors would result here. I also noticed a potential memory leak where pRSA was not always freed before early return from this function - fixed by using C++11 unique_ptr.
-
- Sep 12, 2016
-
-
William Elwood authored
-
- Sep 08, 2016
-
-
Alexey Sokolov authored
-
Alexey Sokolov authored
-
Alexey Sokolov authored
-
- Sep 04, 2016
-
-
Alexey Sokolov authored
Fix `make test` in 1.6.x
-
William Elwood authored
-
- Aug 13, 2016
-
-
Alexey Sokolov authored
(cherry picked from commit f1ef8c79)
-
- Jul 31, 2016
-
-
Alexey Sokolov authored
They were silently not called. Close #1283
-
- Apr 01, 2016
-
-
Alexey Sokolov authored
-
- Mar 04, 2016
-
-
Alexey Sokolov authored
Thanks to Kult for reporting this.
-
- Feb 23, 2016
-
-
Alexey Sokolov authored
-
- Feb 18, 2016
-
-
Alexey Sokolov authored
Introduce one more string for ExpandString. Fix #1244
- Feb 08, 2016
-
-
Alexey Sokolov authored
- Feb 04, 2016
-
-
Alexey Sokolov authored
Fix #1163
-
Alexey Sokolov authored
Calling PrintErrorPage twice doesn't work very well. See #1163
-
- Jan 27, 2016
-
-
Alexey Sokolov authored
-
Alexey Sokolov authored
Cygwin's gcc requires -lznc to be after .o which needs symbols from -lznc It's already fixed in 1.7.x in a better way, but that way requires more changes...
-
- Jan 17, 2016
-
-
Alexey Sokolov authored
Fix #770
-
- Jan 09, 2016
-
-
Alexey Sokolov authored
-
- Jan 07, 2016
-
-
dgw authored
Fixes #1226 Close #1227
-
Alexey Sokolov authored
The reason is the same as it was for modpython in #1017
-
- Dec 30, 2015
-
-
Alexey Sokolov authored
Thanks, txtsd
-
- Nov 15, 2015
-
-
Alexey Sokolov authored
-