ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r1833
File Last Change
 ../
s_bsd_devpoll.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_reslib.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
version.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
ircd_signal.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_epoll.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
whowas.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
getopt.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_select.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_kqueue.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
restart.c 1631 (11 years ago) by michael: - restart.c: since save_all_databases may generate server traffic and log activity, it makes more sense to save the databases _before_ flushing the sendqueue/closing file descriptors
s_gline.c 1644 (11 years ago) by michael: - More config subsystem cleanups
hook.c 1646 (11 years ago) by michael: - First pass of conf parser stabilization/cleanup
s_bsd.c 1649 (11 years ago) by michael: - minor MaskItem structure cleanup
dbuf.c 1654 (11 years ago) by michael: - Implemented memory pool allocator which basically is taken from Tor's mempool allocator for Tor cells - Fixed compile warnings in conf_class.c - ./configure --enable-assert works again
list.c 1654 (11 years ago) by michael: - Implemented memory pool allocator which basically is taken from Tor's mempool allocator for Tor cells - Fixed compile warnings in conf_class.c - ./configure --enable-assert works again
rng_mt.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
mempool.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
memory.c 1664 (11 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
match.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
event.c 1671 (11 years ago) by michael: - event.c: fixed bug spotted by Jakub S. where timed events stopped from working if the system's clock is running backwards
s_bsd_poll.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
fdlist.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
modules.c 1737 (11 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
rsa.c 1752 (11 years ago) by michael: - Forward-port -r1740 [Fixed yyerror() not reporting configuration errors in some cases]
conf_class.c 1783 (11 years ago) by michael: - Forward-port -r1774: - Configuration parser now does support 'year' and 'month' units - Add support for fake idle times to /whois. Known from csircd, this adds min_idle, and max_idle configuration directives to class{} blocks
hostmask.c 1786 (11 years ago) by michael: - Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom
s_misc.c 1793 (11 years ago) by michael: - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
packet.c 1798 (11 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
s_auth.c 1798 (11 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
irc_string.c 1801 (11 years ago) by michael: - myctime(): replaced strcpy() with strlcpy()
conf_db.c 1825 (11 years ago) by michael: - Quarantined/reserved channels may now contain wildcards
log.c 1831 (11 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
ircd.c 1831 (11 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
Makefile.in 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
irc_res.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
numeric.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
watch.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
listener.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
client.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
channel_mode.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
conf_lexer.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
conf_lexer.l 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
s_user.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
conf.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
conf_parser.y 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
hash.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
s_serv.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
motd.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
Makefile.am 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
channel.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
send.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
resv.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
parse.c 1832 (10 years ago) by michael: - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
conf_parser.c 1833 (10 years ago) by michael: - bison 2.7.1
conf_parser.h 1833 (10 years ago) by michael: - bison 2.7.1
0 directories and 55 files shown