index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stable
/
server.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2023-08-01
Updated copyright date.
Mike Buland
2023-08-01
Fixed issues around disconnected sockets.
Mike Buland
2023-07-31
Seems to work.
Mike Buland
2023-07-31
Issue found with recycled fds.
Mike Buland
2023-07-31
Debugging yet, but the new server works.
Mike Buland
2023-07-31
It actually works. Now to make it fast fast.
Mike Buland
2023-07-29
Many bugfixes. It's almost working!
Mike Buland
2023-07-28
Completely redesigned Server and Client.
Mike Buland
2023-07-26
Added a profiler and investageted Server.
Mike Buland
2019-05-24
Updated copyright date.
Mike Buland
2018-02-02
Update
Mike Buland
2018-02-02
Include real error messages on error?
Mike Buland
2014-02-03
Changed copyright to 2007-2014.
Mike Buland
2013-02-11
Updated the copyright for 2013.
Mike Buland
2012-11-05
Converted tabs to spaces with tabconv.
Mike Buland
2012-08-28
Loads of win32 compilation issues fixed. Most are fairly minor unsigned/signed
Mike Buland
2012-08-07
Nevermind, windows has no poll, and it's select sucks...
Mike Buland
2012-08-07
Adding filesystem access classes, and converting Bu::Server to using ppoll.
Mike Buland
2012-04-15
Updated copyright, packaging, makefile, etc.
Mike Buland
2012-03-25
Code is all reorganized. We're about ready to release. I should write up a
Mike Buland