Commit Graph

  • 4b77724b3b read_state: clear the state variable better Daniel Stenberg 2011-09-21 16:16:27 +02:00
  • 33865b8936 sftp_read: remove leftover fprintf Daniel Stenberg 2011-09-17 00:20:14 +02:00
  • 16dd675f4d sftp.h: fix the #ifdef to prevent multiple inclusions Daniel Stenberg 2011-09-16 22:08:55 +02:00
  • 30e28817f2 sftp_read: use a state variable to avoid bad writes Daniel Stenberg 2011-09-13 20:16:59 +02:00
  • 03ca902075 window_size: explicit adjustments only Daniel Stenberg 2011-09-09 13:54:12 +02:00
  • 7d58994571 libssh2.h: bump the default window size to 256K Daniel Stenberg 2011-09-09 13:53:30 +02:00
  • 6d9d44a550 libssh2_userauth_keyboard_interactive.3: fix man warning Daniel Stenberg 2011-09-12 15:41:28 +02:00
  • d343e3405a Add missing .gitignore entries Mikhail Gusarov 2011-09-10 15:57:13 +02:00
  • 8d3709f57a Add manpage syntax checker to 'check' target Mikhail Gusarov 2011-09-10 15:57:12 +02:00
  • d2dc600be7 libssh2_banner_set.3: fix nroff syntax mistake Daniel Stenberg 2011-09-11 19:25:03 +02:00
  • 0f9e81c6f3 Use predefined resource compiler macro. Guenter Knauf 2011-09-10 16:53:47 +02:00
  • 46792a9fca Added casts to silent compiler warnings. Guenter Knauf 2011-09-10 16:38:51 +02:00
  • b5cd8fe120 Fixed uint64_t printf. Guenter Knauf 2011-09-10 16:29:29 +02:00
  • 8faefc0a8a Fixed macro function signatures. Guenter Knauf 2011-09-10 15:57:46 +02:00
  • f9afe854d3 NetWare makefile tweaks. Guenter Knauf 2011-09-10 15:31:25 +02:00
  • 26a9aca598 Removed unused var. Guenter Knauf 2011-09-10 15:24:08 +02:00
  • bff91fe2a0 Added 2 samples not mentioned. Guenter Knauf 2011-09-10 15:20:06 +02:00
  • e0e8d3b0b7 Dont build x11 sample with MinGW. Guenter Knauf 2011-09-10 15:09:38 +02:00
  • 52d24bc9d2 Fixed executable file description. Guenter Knauf 2011-09-10 14:51:35 +02:00
  • e399a852b9 Removed unused var. Guenter Knauf 2011-09-10 14:48:06 +02:00
  • 3fb3ba571b Kill stupid gcc 3.x uninitialized warning. Guenter Knauf 2011-09-10 14:22:08 +02:00
  • 1f2c1f9e09 Build all examples. Guenter Knauf 2011-09-10 14:21:05 +02:00
  • c75ae587c0 More MinGW makefile tweaks. Guenter Knauf 2011-09-10 14:10:45 +02:00
  • 2e12cfaa23 Removed forgotten WINSOCK_VERSION defines. Guenter Knauf 2011-09-10 13:40:27 +02:00
  • 7ed53e21fd libssh2_session_startup(3) => libssh2_session_handshake(3) Daniel Stenberg 2011-09-09 23:17:04 +02:00
  • 7229d989e7 libssh2_banner_set => libssh2_session_banner_get Daniel Stenberg 2011-09-09 23:11:42 +02:00
  • f2c21f6f84 new function: libssh2_session_banner_get Daniel Stenberg 2011-09-09 22:59:26 +02:00
  • a6ebc6f9fd libssh2.h: bump version to 1.4.0 for new function(s) Daniel Stenberg 2011-09-09 22:49:35 +02:00
  • 87f79f177f remove embedded CVS/svn tags Daniel Stenberg 2011-09-09 16:08:07 +02:00
  • 30ac056cb0 API add:libssh2_sftp_get_channel liuzl 2011-09-08 08:50:24 +02:00
  • c45de9176b _libssh2_channel_read: react on errors from receive_window_adjust Daniel Stenberg 2011-09-09 10:30:43 +02:00
  • ff40c58743 sftp_read: extend and clarify the documentation Daniel Stenberg 2011-09-08 23:02:58 +02:00
  • 10b66cef08 sftp_read: cap the read ahead maximum amount Daniel Stenberg 2011-09-08 22:47:38 +02:00
  • 81bdcf61f3 _libssh2_channel_read: fix non-blocking window adjusting Daniel Stenberg 2011-09-08 14:25:25 +02:00
  • 50d451e307 Fix for systems which need sys/select.h. Guenter Knauf 2011-09-08 13:53:05 +02:00
  • 3f2b1dea5e The files were not gone but renamed ... Guenter Knauf 2011-09-08 11:59:49 +02:00
  • 7c9b84d1d1 sftp_read: added documenting comment Daniel Stenberg 2011-09-06 23:31:07 +02:00
  • 1ba42ea847 1.3.1: start the work Daniel Stenberg 2011-09-06 23:27:50 +02:00
  • 507d5f96cf Makefile.am: the Makefile.win32 files are gone libssh2-1.3.0 Daniel Stenberg 2011-09-06 22:54:23 +02:00
  • 84d8728835 RELEASE-NOTES: updated for 1.3.0 Daniel Stenberg 2011-09-06 22:47:34 +02:00
  • 296d57bb2c sftp_read: a short read is not end of file Daniel Stenberg 2011-09-06 22:43:26 +02:00
  • 9e79031ad7 _libssh2_packet_add: adjust window size when truncating liuzl 2011-08-30 23:56:50 +02:00
  • 689fc5c596 Silent compiler warning with MinGW64. Guenter Knauf 2011-08-29 15:30:18 +02:00
  • 31a9e8860d Fixed link to native Win32 awk tool. Guenter Knauf 2011-08-29 14:05:15 +02:00
  • b26c3e7cce Renamed MinGW makefiles. Guenter Knauf 2011-08-29 13:59:43 +02:00
  • e4eeb85f01 Some MinGW makefile tweaks. Guenter Knauf 2011-08-29 13:54:51 +02:00
  • 7de77e94bf Fixed aes_ctr_do_cipher() signature. Guenter Knauf 2011-08-29 13:27:46 +02:00
  • 8c0294db66 libssh2_sftp_seek64: flush packetlist and buffered data liuzl 2011-08-26 13:47:35 +02:00
  • 900c90ccbe sftp_read: advance offset correctly for buffered copies Daniel Stenberg 2011-08-26 11:45:48 +02:00
  • d5eec4aad9 wrap some long lines < 80 columns Daniel Stenberg 2011-08-25 22:41:17 +02:00
  • 19864f0f64 LIBSSH2_RECV: fix typo, use the RECV_FD macro Daniel Stenberg 2011-08-25 22:38:46 +02:00
  • 420f0b7793 subsystem_netconf.c: fix compiler warnings Daniel Stenberg 2011-08-21 15:24:55 +02:00
  • 7aa4bfc671 Custom callbacks for performing low level socket I/O Henrik Nordstrom 2011-08-11 22:26:56 +02:00
  • 462996b064 version bump: start working towards 1.3.0 Daniel Stenberg 2011-08-16 23:03:52 +02:00
  • 07d7a85bdb RELEASE-NOTES: synced with 95d69d3a81 libssh2-1.2.9 Daniel Stenberg 2011-08-16 10:30:13 +02:00
  • 95d69d3a81 Document prototypes for macro defined functions Henrik Nordstrom 2011-08-06 13:44:00 +02:00
  • 2fe1770d9f Avoid reuse after free when closing X11 channels Henrik Nordstrom 2011-08-06 13:43:11 +02:00
  • 3c71ad4fce _libssh2_channel_write: handle window_size == 0 better Daniel Stenberg 2011-08-11 14:32:05 +02:00
  • 79f48e4881 gettimeofday: fix name space pollution Daniel Stenberg 2011-08-05 23:46:12 +02:00
  • 49453c9ae2 libssh2.pc.in: Fixed spelling in pkgconfig file Dan Fandrich 2011-08-05 14:33:07 -07:00
  • b232eeb598 example/subsystem_netconf.c: Add missing #include <string.h> Peter Stuge 2011-07-17 08:04:52 +02:00
  • f922df9e1b example/subsystem_netconf.c: Discard ]]>]]> and return only XML response Peter Stuge 2011-07-17 07:52:37 +02:00
  • 7e47bd6640 example/subsystem_netconf.c: Fix uninitialized variable bug Peter Stuge 2011-07-17 07:18:39 +02:00
  • 4ae907cdef example: Add subsystem_netconf.c Peter Stuge 2011-07-17 06:16:11 +02:00
  • 01d199180a man page cleanups: non-existing functions need no man pages Daniel Stenberg 2011-07-16 00:22:00 +02:00
  • 7e18862eae libssh2_new_host_entry.3: removed Daniel Stenberg 2011-07-16 00:17:12 +02:00
  • 45ffdcfe3c userauth_keyboard_interactive: fix buffer overflow Daniel Stenberg 2011-06-29 21:30:22 +02:00
  • dadc05fdfd keyboard-interactive man page: cleaned up Daniel Stenberg 2011-06-29 20:49:35 +02:00
  • 733bf877f8 _libssh2_recv(): handle ENOENT error as EAGAIN Alfred Gebert 2011-06-28 22:43:50 +02:00
  • 2db7d9c655 agent_list_identities: fix out of scope access Daniel Stenberg 2011-06-20 00:05:18 +02:00
  • 9a24b03402 _libssh2_wait_socket: fix timeouts for poll() uses Daniel Stenberg 2011-05-31 23:49:32 +02:00
  • 81d53de4dc windows: inclusion fix Daniel Stenberg 2011-06-04 22:23:59 +02:00
  • 5b004a4b67 keyb-interactive: add the fixed buffer Daniel Stenberg 2011-05-31 23:35:49 +02:00
  • da64618c9a code cleanup: don't use C99/c++ comments Daniel Stenberg 2011-05-31 23:35:06 +02:00
  • 566894494b keyb-interactive: allow zero length fields Daniel Stenberg 2011-05-31 23:33:56 +02:00
  • 0723dab4d7 libssh2_channel_process_startup.3: clean up Daniel Stenberg 2011-05-30 09:28:31 +02:00
  • 67ba8713a6 man page: fix .BR lines Daniel Stenberg 2011-05-30 09:26:34 +02:00
  • dade304c47 userauth_keyboard_interactive: skip code on zero length auth Daniel Stenberg 2011-05-25 22:39:25 +02:00
  • 6e8229a221 libssh2_channel_forward_accept.3: mention how to get error Daniel Stenberg 2011-05-17 19:32:56 +02:00
  • 821fb6ca71 timeout docs: mention they're added in 1.2.9 Daniel Stenberg 2011-05-13 22:47:22 +02:00
  • 59673a111e sftp_write_sliding.c: indent fix Daniel Stenberg 2011-05-10 10:17:32 +02:00
  • 5b66a5f38d sftp_write_sliding: send the complete file zl liu 2011-05-10 10:16:05 +02:00
  • ce8f0b29a4 session_startup: init state properly Douglas Masterson 2011-05-05 23:16:47 +02:00
  • 26dad4590b timeout: added man pages Daniel Stenberg 2011-05-04 23:26:26 +02:00
  • 4ed1e9d96b BLOCK_ADJUST_ERRNO: move rc to right level Daniel Stenberg 2011-05-04 23:06:13 +02:00
  • c5ec167881 adds a timeout to blocking calls Matt Lilley 2011-05-03 11:20:24 +12:00
  • e652b4c7b8 SCP: fix incorrect error code Daniel Stenberg 2011-05-02 22:25:14 +02:00
  • cc84d875eb Updated default (recommended) dependency versions. Guenter Knauf 2011-04-19 14:21:49 +02:00
  • c01737e679 libssh2_session_block_directions: fix mistake Daniel Stenberg 2011-04-17 12:39:50 +02:00
  • 4825171919 msvcproj: added libs and debug stuff Daniel Stenberg 2011-04-15 14:29:30 +02:00
  • d881e7e8ef sftp_write: clean offsets on error Daniel Stenberg 2011-04-13 13:53:07 +02:00
  • 5dc5c80a39 example/.gitignore: ignore built binaries Daniel Stenberg 2011-04-13 11:29:08 +02:00
  • 9f477073bc sftp_write: flush the packetlist on error Daniel Stenberg 2011-04-13 10:30:30 +02:00
  • 78498e0588 keepalive: add first basic man pages Daniel Stenberg 2011-04-13 00:11:41 +02:00
  • 0b0aa209f6 scp_write_nonblock.c: remove pointless check Daniel Stenberg 2011-04-12 10:45:39 +02:00
  • aa07cdee9a s/\.NF/.nf/ to fix wrong macro name caught by man --warnings Mikhail Gusarov 2011-04-09 16:25:19 +02:00
  • 274fb2169c version: bump to 1.2.9_dev Daniel Stenberg 2011-04-06 12:06:22 +02:00
  • f0a37bdadc configure: fix $VERSION Daniel Stenberg 2011-04-06 12:03:11 +02:00
  • 1249dd2272 maketgz: use git2news.pl by the correct name Daniel Stenberg 2011-04-05 19:19:49 +02:00
  • 5633bb4a3b RELEASE-NOTES: synced with fabf1a45ee libssh2-1.2.8 Daniel Stenberg 2011-04-04 13:32:58 +02:00