CVSROOT: /cvsrep/roadrunner
Module name: roadrunner
Changes by: jonas@xxxxxxxxxxxxxxxxxx 2002-07-15 22:07:37
Modified files:
. : ChangeLog
doc/reference : roadrunner.types
examples : simple-profile.c simple-profile.h
librr : Makefile.am rr-channel.c rr-channel.h
rr-connection.c rr-manager.c rr-manager.h
rr-profileregistry.c rr-profileregistry.h rr.c
rr.h
librr/message : rr-message-start.c rr-message-start.h
profiles/null_echo: echo.c echo.h
profiles/rot13 : rot13.c rot13.h
tests : rr-client.c
Removed files:
librr : rr-profile.c rr-profile.h
Log message:
2002-07-15 Jonas Borgström <jonas@xxxxxxxxxxxxxx>
* doc/reference/roadrunner.types: Removed RRProfile
* examples/simple-profile.c: (rr_simple_get_type),
(rr_simple_close): use rr_channel_close instead of
rr_manager_close_channel
* examples/simple-profile.h:
* librr/Makefile.am: Removed rr-profile.[ch]
* librr/message/rr-message-start.c:
(rr_message_start_get_channel_list),
(rr_message_start_add_channel), (append_channel), (get_frame),
(rr_message_start_done), (rr_message_start_wait_for_reply):
Updated to use the new profile API
* librr/message/rr-message-start.h:
* librr/rr-channel.c: (rr_channel_initiator_init),
(rr_channel_listener_init), (rr_channel_initiator_confirmation),
(rr_channel_listener_confirmation), (rr_channel_get_aggregate),
(rr_channel_get_uri), (rr_channel_set_uri),
(rr_channel_get_piggyback), (rr_channel_set_piggyback),
(rr_channel_close):
Updated to use the new profile API
* librr/rr-channel.h:
* librr/rr-connection.c: (rr_connection_peer_supports_profile):
* librr/rr-manager.c: (find_channel), (handle_incoming_startrpy),
(handle_incoming_start), (rr_manager_start_multi):
* librr/rr-manager.h:
Updated to use the new profile API
* librr/rr-profileregistry.c: (rr_profile_registry_init),
(rr_profile_registry_get_type), (rr_profile_registry_add_profile),
(rr_profile_registry_remove_profile),
(rr_profile_registry_get_global_config):
Updated to use the new profile API
* librr/rr-profileregistry.h:
* librr/rr.c: (gobject_bug_workaround):
* librr/rr.h: removed rr-profile.h
* profiles/null_echo/echo.c: (rr_null_echo_get_type):
* profiles/null_echo/echo.h:
Updated to use the new profile API
* profiles/rot13/rot13.c: (rr_rot13_class_init),
(rr_rot13_get_type), (initiator_init):
* profiles/rot13/rot13.h:
Updated to use the new profile API
* tests/rr-client.c: (do_tests):
Updated to use the new profile API
Patches:
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/ChangeLog.diff?cvsroot=Development&r1=1.75&r2=1.76
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/doc/reference/roadrunner.types.diff?cvsroot=Development&r1=1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/simple-profile.c.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/simple-profile.h.diff?cvsroot=Development&r1=1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/Makefile.am.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.33&r2=1.34
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.h.diff?cvsroot=Development&r1=1.32&r2=1.33
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.c.diff?cvsroot=Development&r1=1.49&r2=1.50
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-manager.c.diff?cvsroot=Development&r1=1.61&r2=1.62
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-manager.h.diff?cvsroot=Development&r1=1.23&r2=1.24
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-profileregistry.c.diff?cvsroot=Development&r1=1.6&r2=1.7
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-profileregistry.h.diff?cvsroot=Development&r1=1.4&r2=1.5
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr.c.diff?cvsroot=Development&r1=1.20&r2=1.21
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr.h.diff?cvsroot=Development&r1=1.27&r2=1.28
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-profile.c.diff?cvsroot=Development&r1=1.12&r2=NONE
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-profile.h.diff?cvsroot=Development&r1=1.8&r2=NONE
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-start.c.diff?cvsroot=Development&r1=1.18&r2=1.19
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-start.h.diff?cvsroot=Development&r1=1.6&r2=1.7
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/null_echo/echo.c.diff?cvsroot=Development&r1=1.22&r2=1.23
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/null_echo/echo.h.diff?cvsroot=Development&r1=1.5&r2=1.6
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/rot13/rot13.c.diff?cvsroot=Development&r1=1.15&r2=1.16
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/rot13/rot13.h.diff?cvsroot=Development&r1=1.3&r2=1.4
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/tests/rr-client.c.diff?cvsroot=Development&r1=1.29&r2=1.30
|