- Mar 28, 2013
-
-
Alexander Chernyakhovsky authored
-
- Mar 27, 2013
-
-
Alexander Chernyakhovsky authored
When attempting to build againt EPEL 5, it was noticed that human_readable_duration expects an int, but time_elapsed is an integer. Explicitly static_cast<int>( time_elapsed ) to appease older compilers.
-
Keith Winstein authored
-
Keith Winstein authored
-
- Mar 11, 2013
-
-
Keith Winstein authored
-
Keith Winstein authored
(Failed on Perl 5.8 with OS X 10.5)
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #390.
-
Anders Kaseorg authored
Found by cppcheck Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
cppcheck found an exception safety bug in the old code, but like, really now. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
In the old code, cppcheck complained about throwing in the destructor, but like, seriously? Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #392.
-
Anders Kaseorg authored
The configure --enable-tests flag is no longer needed because check_PROGRAMS are not built until you run ‘make check’. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #384. Closes #2.
-
Anders Kaseorg authored
Closes #2 Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #385.
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
sqweek authored
Fixes the "window title being clobbered" issue raised in issue 137. Signed-off-by:sqweek <sqweek@gmail.com> Closes #380. Closes #137.
-
sqweek authored
For interoperability's sake, accept OSCs of the form ESC];title^G treating them the same as ESC]0;title^G Signed-off-by:sqweek <sqweek@gmail.com>
-
- Jan 19, 2013
-
-
Keith Winstein authored
-
Alexander von Gernler authored
A perror() message flanking an open() call was reading "dup2" where it should read "open". [closes #377]
-
Keith Winstein authored
-
Anton Lundin authored
Now when we don't need some fancy pty for sending on window-size and reading proxy-output from, just use a regular pipe to drop dependency on IO::Pty [closes #378]
-
Anton Lundin authored
Somehow we still need to have a real pty on stdin to ssh so window-size-thingie works.
-
Anton Lundin authored
-
- Jan 17, 2013
-
-
Anton Lundin authored
Make the whole extra curses/ncurses/ncursesw only check if we didn't find tinfo the "old" way.
-