MaxXor
e4757b87a2
Improved File Manager
...
- Added blocking send, this is important when transfering files to
prevent allocation of all blocks at once which pumps the memory with the
files contents
2015-07-23 13:31:45 +02:00
MaxXor
b46b57e602
Added enum for dirs and files in File Manager
2015-07-15 11:45:45 +02:00
MaxXor
45dccb69e0
Added consistent packet names
2015-07-14 19:00:31 +02:00
MaxXor
70618e91cb
Improved memory management in server
...
- Fixed handling packets wih payload bigger than the buffersize of the
receiving socket
- Added locks to FileSplit class
2015-06-07 16:28:33 +02:00
MaxXor
3bdd5aa294
Implemented pooled buffer manager to socket
2015-06-05 23:07:37 +02:00
MaxXor
381dad6a24
Fix #205 (Uninstall fix)
...
- Moved some Command-Handling methods to their correct location
2015-05-26 18:14:24 +02:00
yankejustin
4bda01a98c
Separated the CommandHandler
...
Divided the client's CommandHandler class into partial classes.
2015-05-15 21:42:05 -04:00