Subversion Repositories HomeAutomation

Rev

Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1971 5242 d 0 h runge /trunk/PcSoftware/Atom1.5/ Solved the reconnect issue, forgot an accept
Tried to fix a nasty crash when disconnecting a client, like running quit from atomic... did a workaround, but not 100% that it works in every case
Redid logging in control/Manager.cpp to new standard
 
/trunk/PcSoftware/Atom1.5/.kdev4/Atom.kdev4
/trunk/PcSoftware/Atom1.5/src/control/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpServer.cpp
1962 5246 d 1 h runge /trunk/PcSoftware/Atom1.5/ Major refactoring of TcpServer and networking stuff.
Reworked some parts of the socket plugin, now it works again.
Created a lot of debug outputs for new parts, so debug on in the logging will give a lot of output
 
/trunk/PcSoftware/Atom1.5/src/net/TcpServer.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpServer.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/manager/tracker.js
/trunk/PcSoftware/Atom1.5/script/plugin/socket.js
/trunk/PcSoftware/Atom1.5/src/common/log.h
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
/trunk/PcSoftware/Atom1.5/src/net/Client.h
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.h
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/net/types.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp