roadrunner ./configure.ac librr/rr-channel.c l ...

[email protected] (Jonas Borgstr?m) Sun, 6 Oct 2002 20:17:03 +0200 (CEST)
Newsgroups gmane.network.beep.roadrunner.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsrep/roadrunner
Module name:	roadrunner
Changes by:	[email protected]	2002-10-06 20:17:03

Modified files:
	.              : configure.ac 
	librr          : rr-channel.c rr-channel.h rr-connection.c 
	                 rr-connection.h rr-profileregistry.c 
	                 rr-workpool.c 
	librr/tcp      : rr-tcpconnection.c 

Log message:
	2002-10-06  Jonas Borgström  <[email protected]>
	
	* configure.ac: removed duplicate librr/message/Makefile entry
	
	* librr/rr-channel.c: (rr_channel_out_queue_empty), (send_helper),
	(out_queue_peek_item), (out_queue_pop):
	Removed a race condition and some compiler warnings.
	
	* librr/rr-channel.h:
	
	* librr/rr-connection.c: (rr_connection_register_sender):
	* librr/rr-connection.h: Check for empty channel out queue here instead
	of in rr-channel.c to avoid a race condition.
	
	* librr/rr-profileregistry.c: (finalize):
	plugged a memory leak.
	
	* librr/rr-workpool.c: (rr_work_pool_new):
	Don't forget to initialize a flag.
	
	* librr/tcp/rr-tcpconnection.c: (frame_divider):
	Fixed a compile warning.

Patches:
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/configure.ac.diff?cvsroot=Development&r1=1.20&r2=1.21
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.c.diff?cvsroot=Development&r1=1.40&r2=1.41
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.h.diff?cvsroot=Development&r1=1.37&r2=1.38
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.c.diff?cvsroot=Development&r1=1.56&r2=1.57
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.h.diff?cvsroot=Development&r1=1.29&r2=1.30
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-profileregistry.c.diff?cvsroot=Development&r1=1.7&r2=1.8
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-workpool.c.diff?cvsroot=Development&r1=1.9&r2=1.10
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcpconnection.c.diff?cvsroot=Development&r1=1.68&r2=1.69