ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r4104
File Last Change
 ../
s_bsd_devpoll.c 3377 (12 years ago) by michael: - Create 8.2.x branch
ircd_signal.c 3377 (12 years ago) by michael: - Create 8.2.x branch
s_bsd.c 3377 (12 years ago) by michael: - Create 8.2.x branch
log.c 3377 (12 years ago) by michael: - Create 8.2.x branch
whowas.c 3377 (12 years ago) by michael: - Create 8.2.x branch
getopt.c 3377 (12 years ago) by michael: - Create 8.2.x branch
restart.c 3377 (12 years ago) by michael: - Create 8.2.x branch
gline.c 3377 (12 years ago) by michael: - Create 8.2.x branch
Makefile.am 3377 (12 years ago) by michael: - Create 8.2.x branch
packet.c 3454 (12 years ago) by michael: - packet.c: style corrections
misc.c 3456 (12 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
s_bsd_poll.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
rsa.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_db.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
modules.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
memory.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
resv.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_class.c 3548 (12 years ago) by michael: - conf_class.c:class_free(): added an assert()
irc_string.c 3566 (12 years ago) by michael: - Style corrections
hook.c 3590 (12 years ago) by michael: - Use sendto_one_numeric() everywhere
motd.c 3590 (12 years ago) by michael: - Use sendto_one_numeric() everywhere
fdlist.c 3603 (12 years ago) by michael: - fdlist.c: style corrections
numeric.c 3766 (12 years ago) by michael: - /INVITE without any parameters now shows a list of channels a client is invited to
hostmask.c 3769 (12 years ago) by michael: - hostmask.c:mask_addr(): ficed compile warnings: hostmask.c: In function ‘mask_addr’: hostmask.c:332:35: warning: declaration of ‘__v’ shadows a previous local [-Wshadow] hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow] hostmask.c:332:35: warning: declaration of ‘__x’ shadows a previous local [-Wshadow] hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
Makefile.in 3839 (12 years ago) by michael: - Update macros in m4/
reslib.c 3853 (12 years ago) by michael: - reslib.c: style corrections
parse.c 3873 (12 years ago) by michael: - parse.c:mod_add_cmd(): no need to reset command counters upon module load
listener.c 3876 (12 years ago) by michael: - Added general::throttle_count idea from p4
rng_mt.c 3880 (12 years ago) by michael: - rng_mt.c: removed trailing whitespaces
match.c 3906 (12 years ago) by michael: - Use 'unsigned' whenever possible
send.c 3946 (12 years ago) by michael: - send.c:sendto_match_servs(): swap function calls; renamed variable
s_bsd_epoll.c 3987 (12 years ago) by michael: - Removed unused header includes
s_bsd_select.c 3987 (12 years ago) by michael: - Removed unused header includes
s_bsd_kqueue.c 3987 (12 years ago) by michael: - Removed unused header includes
version.c 4006 (12 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
server.c 4029 (12 years ago) by michael: - server.c:try_connections(): removed useless test on conf->class to make coverity shut up. There shouldn't ever be a MaskItem on the server_items list that hasn't a class attached to it.
conf_parser.h 4071 (12 years ago) by michael: - Added proper ECDH support
conf_lexer.c 4071 (12 years ago) by michael: - Added proper ECDH support
conf_lexer.l 4071 (12 years ago) by michael: - Added proper ECDH support
watch.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
conf.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
dbuf.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
hash.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
list.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
conf_parser.c 4095 (12 years ago) by michael: - Merged Adam's event system rewrite
client.c 4095 (12 years ago) by michael: - Merged Adam's event system rewrite
auth.c 4095 (12 years ago) by michael: - Merged Adam's event system rewrite
conf_parser.y 4095 (12 years ago) by michael: - Merged Adam's event system rewrite
res.c 4095 (12 years ago) by michael: - Merged Adam's event system rewrite
channel.c 4095 (12 years ago) by michael: - Merged Adam's event system rewrite
mempool.c 4097 (12 years ago) by michael: - mempool.c: run mp_pool_garbage_collect every 3 minutes
event.c 4100 (12 years ago) by michael: - event.c: fixed issue in event_run()
channel_mode.c 4101 (12 years ago) by michael: - Add CHACCESS_REMOTE for servers remote Clients
ircd.c 4104 (12 years ago) by michael: - Removed supported.h
user.c 4104 (12 years ago) by michael: - Removed supported.h
0 directories and 55 files shown