roadrunner ./ChangeLog examples/simple-profile ...

[email protected] (Jonas Borgstr?m) Sat, 28 Sep 2002 20:11:28 +0200 (CEST)
Newsgroups gmane.network.beep.roadrunner.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsrep/roadrunner
Module name:	roadrunner
Changes by:	[email protected]	2002-09-28 20:11:28

Modified files:
	.              : ChangeLog 
	examples       : simple-profile.c 
	librr          : rr-channel.c rr-channel.h rr-connection.c 

Log message:
	2002-09-28  Jonas Borgström  <[email protected]>
	
	* examples/simple-profile.c: (frame_available), (rr_simple_start):
	Send a RPY.
	
	* librr/rr-channel.c: (rr_channel_init), (finalize),
	(rr_channel_get_active_item), (rr_channel_remove_active_item),
	(send_helper), (do_frame_available), (rr_channel_flush),
	(rr_channel_unlock), (out_queue_free), (find_queue_item),
	(queue_item_free), (queue_item_new), (out_queue_insert_rpy_slot),
	(out_queue_push_frame), (out_queue_push_message),
	(out_queue_peek_item), (out_queue_pop), (out_queue_ready):
	Added sorting functionality to the out queue. So replies are now
	always sent in the same order as the MSG arrives.
	
	* librr/rr-channel.h:
	
	* librr/rr-connection.c: (rr_connection_register_sender),
	(rr_connection_close_all), (rr_connection_get_next_frame),
	(rr_connection_language_supported):
	Some cleanup.

Patches:
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/ChangeLog.diff?cvsroot=Development&r1=1.87&r2=1.88
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/simple-profile.c.diff?cvsroot=Development&r1=1.6&r2=1.7
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.c.diff?cvsroot=Development&r1=1.38&r2=1.39
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.h.diff?cvsroot=Development&r1=1.36&r2=1.37
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.c.diff?cvsroot=Development&r1=1.55&r2=1.56