From: Andre Noll Date: Sun, 24 Jun 2012 18:53:23 +0000 (+0200) Subject: Merge branch 't/sb' X-Git-Tag: v0.4.11~14 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1745a87654ce08b57c46ce0870d8571eacbe27c9 Merge branch 't/sb' Was cooking in next for several weeks with no problems so far. fd864c Fix documentation of pass_buffer_as_shm(). 32ffc0 Pass command exit status via sideband to client. 7dc1b5 Send command output via sideband. 0229d7 Introduce send_strerror(). d5a9e8 Simplify pass_buffer_as_shm(). 3667d7 command.c: Improve get_status(). aa3fe7 Pass command via sideband. 9c2a26 Use sideband also for "proceed" handshake. 4744d9 Use sideband also for challenge response. fa9e0e Send and receive challenge via sideband. 2830b9 Add sideband implementation. e151db Implement client-server feature negotiation. e31d5d afs: Rename sc_send_result() to afs_cb_result_handler(). 68cb0a Introduce afs_max_size_handler_data and afs_max_size_handler(). d04b83 client: Improve error diagnostics. --- 1745a87654ce08b57c46ce0870d8571eacbe27c9 diff --cc NEWS index 0ac2240e,0ac2240e..fa8e0249 --- a/NEWS +++ b/NEWS @@@ -2,6 -2,6 +2,8 @@@ 0.4.11 (to be announced) "mutual diversity" ------------------------------------------- ++ - Sideband connections: If both para_server and para_client ++ support this feature, data is sent as a multiplexed stream. - The --no_default_filters option of para_filter has been removed. - Documentation improvements.