ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r4378
File Last Change
 ../
Makefile.am 4334 (9 years ago) by michael: - Removed select() support
Makefile.in 4363 (9 years ago) by michael: - Moved ax_check_openssl.m4 to ax_arg_openssl.m4
auth.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
channel.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
channel_mode.c 4175 (9 years ago) by michael: - channel_mode.c:clear_ban_cache(): use locmembers list
client.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
conf.c 4342 (9 years ago) by michael: - Removed unused ConfigServerInfo structure member
conf_class.c 3548 (9 years ago) by michael: - conf_class.c:class_free(): added an assert()
conf_db.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_lexer.c 4314 (9 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_lexer.l 4314 (9 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_parser.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
conf_parser.h 4314 (9 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_parser.y 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
dbuf.c 4087 (9 years ago) by michael: - Let mp_pool_get() clear memory
event.c 4131 (9 years ago) by michael: - event.c, event.h: update copyright headers
fdlist.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
getopt.c 3377 (9 years ago) by michael: - Create 8.2.x branch
gline.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
hash.c 4087 (9 years ago) by michael: - Let mp_pool_get() clear memory
hostmask.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
ipcache.c 4368 (9 years ago) by michael: - ipcache.c: minor cleanup
irc_string.c 4310 (9 years ago) by michael: - Backported auth code related cleanups from newio branch
ircd.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
ircd_signal.c 3377 (9 years ago) by michael: - Create 8.2.x branch
list.c 4087 (9 years ago) by michael: - Let mp_pool_get() clear memory
listener.c 4374 (9 years ago) by michael: - listener.h, listener.c: use HOSTIPLEN for Listener::name; update documentation
log.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
match.c 3906 (9 years ago) by michael: - Use 'unsigned' whenever possible
memory.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
mempool.c 4097 (9 years ago) by michael: - mempool.c: run mp_pool_garbage_collect every 3 minutes
misc.c 3456 (9 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
modules.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
motd.c 4350 (9 years ago) by michael: - motd.h, motd.c: renamed Motd::hostmask to just Motd::mask just because it's kinda missleading since the mask can also be a class name
numeric.c 4378 (9 years ago) by michael: - Fixed ERR_NICKTOOFAST numeric string to make more sense and to comply with other ircds
packet.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
parse.c 4299 (9 years ago) by michael: - Fixed typos all over the place
res.c 4318 (9 years ago) by michael: - res.c:res_readreply(): read as many packets as possible from kernel buffer in a single run. This might increase performance for heavy loaded servers doing lots of dns requests. As side-effect it fixes issues with edge-triggered epoll (we're only doing level-triggered right now)
reslib.c 3853 (9 years ago) by michael: - reslib.c: style corrections
restart.c 3377 (9 years ago) by michael: - Create 8.2.x branch
resv.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
rng_mt.c 3880 (9 years ago) by michael: - rng_mt.c: removed trailing whitespaces
rsa.c 4253 (9 years ago) by michael: - Cleaned up and sanitized /challenge related code - rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
s_bsd.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
s_bsd_devpoll.c 3377 (9 years ago) by michael: - Create 8.2.x branch
s_bsd_epoll.c 3987 (9 years ago) by michael: - Removed unused header includes
s_bsd_kqueue.c 3987 (9 years ago) by michael: - Removed unused header includes
s_bsd_poll.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
send.c 4212 (9 years ago) by michael: - Renamed serv_list to local_server_list
server.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
user.c 4341 (9 years ago) by michael: - Renamed structures to meet code conventions
version.c 4006 (9 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
watch.c 4087 (9 years ago) by michael: - Let mp_pool_get() clear memory
whowas.c 3377 (9 years ago) by michael: - Create 8.2.x branch
0 directories and 54 files shown