Commit History

Author SHA1 Message Date
  Simon Tatham 2675f9578d File transfer tools: sanitise remote filenames and stderr. 6 years ago
  Simon Tatham 0cda34c6f8 Make lots of 'int' length fields into size_t. 6 years ago
  Simon Tatham 0aa8cf7b0d Add some missing 'const'. 6 years ago
  Simon Tatham 0b14e7376e Replace all 'sizeof(x)/sizeof(*x)' with lenof. 6 years ago
  Simon Tatham 85fbb4216e pscp: replace crash with diagnostic on opendir failure. 6 years ago
  Simon Tatham e9b49fdced psftp: stop checking the return of canonify() for NULL. 6 years ago
  Simon Tatham 144b738f31 pscp, psftp: use a bufchain in ssh_scp_recv. 6 years ago
  Pavel I. Kryukov a4b5f66d93 Remove 'static' qualifier from Conf pointer 6 years ago
  Simon Tatham 91d16881ab Add missing 'static' on file-internal declarations. 6 years ago
  Simon Tatham 3214563d8e Convert a lot of 'int' variables to 'bool'. 6 years ago
  Simon Tatham 1378bb049a Switch some Conf settings over to being bool. 6 years ago
  Simon Tatham a6f1709c2f Adopt C99 <stdbool.h>'s true/false. 6 years ago
  Simon Tatham a647f2ba11 Adopt C99 <stdint.h> integer types. 6 years ago
  Simon Tatham a081dd0a4c Add an SFTP server to the SSH server code. 6 years ago
  Simon Tatham 99c215e761 Change Seat's get_char_cell_size to get_window_pixel_size. 6 years ago
  Simon Tatham b4c8fd9d86 New abstraction 'Seat', to pass to backends. 6 years ago
  Simon Tatham ad0c502cef Refactor the LogContext type. 6 years ago
  Simon Tatham 6c0f22bb9f Give fxp_mkdir_send an attrs parameter. 6 years ago
  Simon Tatham f4fbaa1bd9 Rework special-commands system to add an integer argument. 6 years ago
  Simon Tatham e230751853 Remove FLAG_STDERR completely. 6 years ago
  Simon Tatham 63a14f26f7 Rework handling of untrusted terminal data. 6 years ago
  Simon Tatham 8dfb2a1186 Introduce a typedef for frontend handles. 6 years ago
  Simon Tatham eefebaaa9e Turn Backend into a sensible classoid. 6 years ago
  Simon Tatham 3814a5cee8 Make 'LogContext' a typedef visible throughout the code. 6 years ago
  Simon Tatham e72e8ebe59 Expose the Ldisc structure tag throughout the code. 6 years ago
  Simon Tatham 7babe66a83 Make lots of generic data parameters into 'void *'. 6 years ago
  Simon Tatham 4f3f4ed691 Get rid of fatalbox() completely. 7 years ago
  Simon Tatham d61897414c Fixes spotted by Coverity. 7 years ago
  Ilya Shipitsin 5efee18356 resolve couple of issues found by cppcheck: 7 years ago
  Owen Dunn 988e26068e Regard dir/ls on non-existent directory as an error. 8 years ago