roadrunner ./ChangeLog ./Makefile.am ./configu ...
[email protected] (Jonas Borgstr?m) Tue, 25 Feb 2003 16:57:18 +0100 (CET)
| Newsgroups | gmane.network.beep.roadrunner.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsrep/roadrunner Module name: roadrunner Changes by: [email protected] 2003-02-25 16:57:18 Modified files: . : ChangeLog Makefile.am configure.ac makefile.msc doc/reference/tmpl: rr.sgml librr : rr-workpool.c rr-workpool.h rr.c rr.h librr/tcp : rr-tcpconnection.c rr-tcpconnection.h rr-tcplistener.c Added files: . : config.h.win32.in Log message: 2003-02-25 Jonas Borgström <[email protected]> * Makefile.am: * config.h.win32.in: * makefile.msc: Added some config.h logic for when building with msvc. * configure.ac: Added "--enable-ipv6" (on as default) option. * doc/reference/tmpl/rr.sgml: * librr/rr-workpool.c: (work_proxy), (rr_work_pool_push): * librr/rr-workpool.h: Improved the thread reuse logic. * librr/rr.c: (rr_add_watch_full), (rr_source_remove): * librr/rr.h: Added these utility functions. * librr/tcp/rr-tcpconnection.c: (enable_input), (disable_input), (disable_output), (enable_output), (out_event), (rr_tcp_connection_connect_fd), (rr_tcp_connection_connect), (real_disconnect), (rr_tcp_connection_get_fd), (rr_tcp_connection_get_iochannel): Use rr_add_watch_full instead of the local add_watch_full function. Added (optional) IPV6 support. * librr/tcp/rr-tcpconnection.h: Added the function rr_tcp_connection_get_iochannel. * librr/tcp/rr-tcplistener.c: (rr_tcp_listener_new), (rr_tcp_listener_unlisten): Added (optional) IPV6 support. Patches: http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/config.h.win32.in.diff?cvsroot=Development&r1=NONE&r2=1.1 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/ChangeLog.diff?cvsroot=Development&r1=1.112&r2=1.113 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/Makefile.am.diff?cvsroot=Development&r1=1.11&r2=1.12 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/configure.ac.diff?cvsroot=Development&r1=1.26&r2=1.27 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/makefile.msc.diff?cvsroot=Development&r1=1.1&r2=1.2 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/doc/reference/tmpl/rr.sgml.diff?cvsroot=Development&r1=1.4&r2=1.5 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-workpool.c.diff?cvsroot=Development&r1=1.12&r2=1.13 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-workpool.h.diff?cvsroot=Development&r1=1.5&r2=1.6 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr.c.diff?cvsroot=Development&r1=1.24&r2=1.25 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr.h.diff?cvsroot=Development&r1=1.32&r2=1.33 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcpconnection.c.diff?cvsroot=Development&r1=1.75&r2=1.76 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcpconnection.h.diff?cvsroot=Development&r1=1.20&r2=1.21 http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcplistener.c.diff?cvsroot=Development&r1=1.20&r2=1.21