ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r4368
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
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
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()
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()
reslib.c 3853 (12 years ago) by michael: - reslib.c: style corrections
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
s_bsd_epoll.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
watch.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
mempool.c 4097 (12 years ago) by michael: - mempool.c: run mp_pool_garbage_collect every 3 minutes
event.c 4131 (12 years ago) by michael: - event.c, event.h: update copyright headers
channel_mode.c 4175 (12 years ago) by michael: - channel_mode.c:clear_ban_cache(): use locmembers list
send.c 4212 (12 years ago) by michael: - Renamed serv_list to local_server_list
rsa.c 4253 (12 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.
parse.c 4299 (12 years ago) by michael: - Fixed typos all over the place
irc_string.c 4310 (11 years ago) by michael: - Backported auth code related cleanups from newio branch
numeric.c 4314 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_parser.h 4314 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_lexer.c 4314 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_lexer.l 4314 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
res.c 4318 (11 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)
Makefile.am 4334 (11 years ago) by michael: - Removed select() support
listener.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
hostmask.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
conf_parser.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
s_bsd.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
client.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
packet.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
log.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
fdlist.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
server.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
ircd.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
auth.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
conf_parser.y 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
gline.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
user.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
channel.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
conf.c 4342 (11 years ago) by michael: - Removed unused ConfigServerInfo structure member
motd.c 4350 (11 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
Makefile.in 4363 (11 years ago) by michael: - Moved ax_check_openssl.m4 to ax_arg_openssl.m4
ipcache.c 4368 (11 years ago) by michael: - ipcache.c: minor cleanup
0 directories and 54 files shown