Age | Commit message (Expand) | Author |
2005-05-19 | Kill fixes | brain |
2005-05-18 | *** empty log message *** | brain |
2005-05-18 | *** empty log message *** | brain |
2005-05-18 | Removed unncessary sched_yield calls | brain |
2005-05-17 | Added configurable SOMAXCONN size | brain |
2005-05-17 | Moved a load of servers-only stuff into serverrec out of the way of userrec | brain |
2005-05-17 | Mass-connect speedups, also now uses less processor time | brain |
2005-05-17 | Fine-tuning epoll parameters | brain |
2005-05-17 | Changed epoll_wait timeout | brain |
2005-05-17 | Changed from SOMAXCONN to 32 | brain |
2005-05-17 | Epoll tweaks | brain |
2005-05-17 | Experimental: Epoll support | brain |
2005-05-16 | Increased listen backlog from 5 to use SOMAXCONN, system defined constant max... | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |
2005-05-15 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-15 | Added idea from ircu: /invite with too few params shows the channels youve be... | brain |
2005-05-14 | Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco... | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |
2005-05-12 | Structure optimizations, changed a lot of bools into binary bitmasks | brain |
2005-05-12 | Honking great memory leak fixed that's been there since the early alphas :/ | brain |
2005-05-12 | Customizable by-byte-size recvq stuff | brain |
2005-05-12 | Updated default sendq size to 256k | brain |
2005-05-11 | added sendq stuff, see example config | brain |
2005-05-11 | Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al... | brain |
2005-05-11 | Fixed weird bug where on mass join/part flood, the channel would be | brain |
2005-05-11 | Dns poll not called often enough | brain |
2005-05-10 | Made ping check loop less regular in kqueue version | brain |
2005-05-10 | Added ability to accept() up to 32 pending sockets at once | brain |
2005-05-10 | Added server-listen-sockets to kqueue support (all sockets are now kqueue) | brain |
2005-05-10 | Added kqueue for listening sockets | brain |
2005-05-10 | Fixed crash when socket reads 0 whilst in kqueue mode | brain |
2005-05-10 | Added socket engine to version response | brain |
2005-05-10 | Cannot initialize kqueue BEFORE the daemon fork! | brain |
2005-05-09 | Hit dns with spork. Repeat until crispy. | brain |
2005-05-09 | Basics of kqueue() implementation for socket engine | brain |
2005-05-09 | Changed pool size from 64 to 1024 | brain |
2005-05-09 | Fixes to way allocations are handled | brain |
2005-05-09 | Optimized userlist() (a lot faster with many users online) | brain |
2005-05-09 | Optimised strlower (much faster, uses a lookup table) | brain |
2005-05-08 | Changed the final bunch of udp_* vars to server_*/tcp_* | brain |
2005-05-06 | Removal of some pointless debug | brain |
2005-05-06 | Removed debug output associated with fix of bug #63 | brain |
2005-05-06 | Fixed park crash bug #63 reported by ViaraiX | brain |
2005-05-05 | Fixes to: | brain |
2005-05-04 | Fix to a mode parsing bug (eating wrong version of parameter?) | brain |
2005-05-03 | Fixed off-by-one error in client read() (improbable due to size of buffer but... | brain |