コミット履歴

作者 SHA1 メッセージ 日付
  Simon Tatham 91c2e6b4d5 Permit protocol selection in file transfer tools. 4 年 前
  Simon Tatham fb5da46c48 Make more file-scope variables static. 4 年 前
  Simon Tatham 9729aabd94 Remove the GLOBAL macro itself. 4 年 前
  Simon Tatham ad0c7c99f8 Stop having a global Conf. 4 年 前
  Simon Tatham 6f0adb243a Change PSCP's default protocol to SSH. 4 年 前
  Simon Tatham 46fc31c062 Move default_protocol and default_port into settings.c. 4 年 前
  Simon Tatham 22deebfc3e Move 'loaded_session' into cmdline.c. 4 年 前
  Simon Tatham 575ee4f8fc Make cmdline_tooltype a const int. 4 年 前
  Simon Tatham 9da36bd897 Remove agent_schedule_callback(). 4 年 前
  Simon Tatham 4ea811a0bf Remove 'GLOBAL int flags' completely! 4 年 前
  Simon Tatham e5f85fc269 Remove FLAG_SYNCAGENT. 4 年 前
  Simon Tatham dc59fcf8e3 Remove FLAG_INTERACTIVE. 4 年 前
  Simon Tatham d20d3b20fd Remove FLAG_VERBOSE. 4 年 前
  Simon Tatham 247866a9d3 Fix format string mistakes revealed by new checking. 4 年 前
  Simon Tatham cbfba7a0e9 Greatly improve printf format-string checking. 4 年 前
  Simon Tatham 5891142aee New functions to shrink a strbuf. 4 年 前
  Simon Tatham 1547c9c1ec Make dupcat() into a variadic macro. 5 年 前
  Simon Tatham 00112549bf Convert a few more universal asserts to unreachable(). 5 年 前
  Simon Tatham 5d718ef64b Whitespace rationalisation of entire code base. 5 年 前
  Simon Tatham 70fd577e40 Fall back to not sorting large dirs in pscp -ls or psftp 'ls'. 5 年 前
  Simon Tatham 4135e5d295 pscp: clear act->buf after receiving 'T' command. 5 年 前
  Simon Tatham cddec53a40 pscp: robustness fix in backend cleanup. 5 年 前
  Jacob Nevins 319d4b5075 Fix double space in '-unsafe' message. 5 年 前
  Simon Tatham 1d8b48fd22 pscp -scp: fix spurious newlines at end of filenames. 5 年 前
  Simon Tatham 76d8d363be Seat method to set the current trust status. 5 年 前
  Simon Tatham d049f0ab6c Make stripctrl_string take an existing StripCtrlChars. 5 年 前
  Simon Tatham d60dcc2c82 Add a Seat vtable method to get a stripctrl. 5 年 前
  Simon Tatham e0a76971cc New array-growing macros: sgrowarray and sgrowarrayn. 5 年 前
  Simon Tatham d07d7d66f6 Replace more ad-hoc growing char buffers with strbuf. 5 年 前
  Jacob Nevins 21299b9cd5 Remove duplicate -no-sanitise-stderr from usage(). 5 年 前