index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
socket.h
Age
Commit message (
Expand
)
Author
2006-08-01
This might well be the last commit to this dns resolver in its current form. ...
brain
2006-08-01
The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...
brain
2006-08-01
AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6
brain
2006-04-11
Die windows die.
om
2006-04-10
Route some more stuff through socket.h and hash_map.h. Add #define protection...
om
2006-04-10
Routing more socket includes through socket.h
om
2006-04-09
Shuffle some more includes around, const reference a few functions in inspircd.*
om
2006-04-08
Remove uneccessary socket includes now included in socket.h
om
2006-04-08
Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...
om
2006-04-08
- first steps towards a working IPv6 port. I'll work more on this tomorrow. :-P
nenolod
2006-03-26
Regression for buffering of sockets
brain
2006-03-12
Commented a lot of stuff that hasnt been commented since 1.0.2
brain
2006-03-11
Complete removal of all stl stuff here
brain
2006-03-11
Completely removed the deque
brain
2006-03-11
Fixes
brain
2006-03-09
Convert more by-values to const references, optimise ConfigReader a bit
om
2006-03-07
Tweaks to socket engine, faster buffer flush and hopefully more stable
brain
2006-03-07
Check for write errors in inspsocket (this is probably causing excessive cpu...
brain
2006-02-07
Slightly more efficient write buffers
brain
2006-02-02
Extra comments re. nonblocking DNS and use of IP addresses in constructor to ...
brain
2006-02-02
Nonblocking dns for InspSocket class (used by server to server)
brain
2006-02-02
*UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-15
Bigger read buffers on ibuf
brain
2005-12-15
Added Buffer member
brain
2005-12-15
Added FlushWriteBuffer
brain
2005-12-12
Commented more stuff
brain
2005-12-12
Fixed timeout code
brain
2005-12-12
Added module sockets to new engine, MAY NOT WORK
brain
2005-12-06
Made ibuf larger to hold more of a burst
brain
2005-11-27
Added proper administrativia notices to CONNECT and inbound connections
brain
2005-11-27
Added /CONNECT
brain
2005-11-26
Added reading of server link configs
brain
2005-11-26
Added listening socket support for InspSocket
brain
2005-11-25
Added ifndef stuff
brain
2005-11-25
Fixed compile time glitches in new code, removed obselete variables
brain
2005-11-25
Started removal of server linking code from core and implementation of socket...
brain
2005-11-23
Added some stuff to socket classes
brain
2005-11-23
Added start of socket classes used by modular linking
brain