[vyatta-svn] xorp: Changes to 'icsi-cvsimport'
Tom Grennan
tgrennan at suva.vyatta.com
Thu Mar 29 14:59:52 PST 2007
bgp/harness/test_peer.cc | 2
bgp/socket.cc | 2
cli/cli_node_net.cc | 13 +-
fea/.cvsignore | 1
fea/Makefile.in | 39 ++++++-
fea/test_xrl_sockets4_tcp.cc | 29 +++--
fea/xrl_socket_cmds.cc | 11 +-
fea/xrl_socket_server.cc | 229 +++++++++++++++++++++++--------------------
fea/xrl_socket_server.hh | 6 -
libcomm/comm_api.h | 6 -
libcomm/comm_sock.c | 5
libcomm/test_comm.c | 2
libxipc/finder_tcp.cc | 2
libxipc/xrl_pf_stcp.cc | 2
14 files changed, 208 insertions(+), 141 deletions(-)
New commits:
commit 803f294bce89cd576c12b3bb8e20c3263ff4a1df
Author: pavlin <pavlin>
Date: Thu Mar 29 22:45:45 2007 +0000
* Don't use return (XrlSocketServer::destroy_socket()), because this
method has a void return value.
* Use a dummy_addr as an argument to XrlSocketServer::destroy_socket()
as a work-around to fix a compilation problem with gcc-2.9x.
commit 3abfebb07600a7737a45ab3cd347e756e61d84f1
Author: pavlin <pavlin>
Date: Thu Mar 29 22:19:52 2007 +0000
Added new methods XrlSocketServer::v4sockets() and v6sockets()
and use them instead of accessing directly the corresponding
XrlSocketServer::_v4sockets and _v6sockets fields.
This fixes a compilation error on FreeBSD-4.10 with gcc-2.95.4.
commit 6814110f3235cea846f7d0ec0ee61354c47f70ea
Author: pavlin <pavlin>
Date: Thu Mar 29 22:07:25 2007 +0000
[Forced editorial commit]
The previous commit for this file fixes Bugzilla entry #703.
Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=703
commit 1f2b0b0b3355cbcdf6a6e8b35f2131fad2daef1e
Author: pavlin <pavlin>
Date: Thu Mar 29 21:58:55 2007 +0000
Bug fix related to viewing long output in page mode while the
child program printing the output is still running.
If the output was paged (e.g., if longer than a single page),
then the page mode keys (like SPACE to print the next page)
weren't working.
This is a bug that was introduced between Release 1.3 and 1.4.
Bug found by: Vyatta
commit 80236295f566bdb39018284c8011c5a3ba5e9ec5
Author: pavlin <pavlin>
Date: Thu Mar 29 02:03:06 2007 +0000
Added test_xrl_sockets4_tcp to the list of files ignored by CVS.
commit 92b89ff9744aaddee4ddfac73eacf90d58b562ae
Author: pavlin <pavlin>
Date: Wed Mar 28 22:56:41 2007 +0000
Compilation fix for FreeBSD-6.2 on amd64.
commit a152036be1a09c44a1674f6fd9cd923a923de635
Author: pavlin <pavlin>
Date: Wed Mar 28 19:31:13 2007 +0000
Editorial nits:
* Renamed COMM_DEFAULT_BACKLOG to COMM_LISTEN_DEFAULT_BACKLOG
to reflect better its purpose.
* Changed the copyright year of a new file (test_xrl_sockets4_tcp.cc)
from 2001-2006 to 2007
* Replaced C comments with C++ comments
* Replaced while() loops with iterator with the more natural for() loops.
* Replaced if...else if...else statements with a single
switch() statement which is easier to read.
* Spacing nits, minor tweaks in comments, etc.
commit 6625830b64a6aa6bac1d776b3b9f04fcddeeb5aa
Author: pavlin <pavlin>
Date: Wed Mar 28 19:24:03 2007 +0000
Regenerate.
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=803f294bce89cd576c12b3bb8e20c3263ff4a1df
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3abfebb07600a7737a45ab3cd347e756e61d84f1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6814110f3235cea846f7d0ec0ee61354c47f70ea
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1f2b0b0b3355cbcdf6a6e8b35f2131fad2daef1e
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=80236295f566bdb39018284c8011c5a3ba5e9ec5
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=92b89ff9744aaddee4ddfac73eacf90d58b562ae
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=a152036be1a09c44a1674f6fd9cd923a923de635
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6625830b64a6aa6bac1d776b3b9f04fcddeeb5aa
More information about the svn
mailing list