Mark de Wever
7788adc8d4
Initialize all members.
2012-06-30 20:28:19 +00:00
Sergey Popov
4ebe6a850f
Fix bug #19687
...
Convert to async i/o the use of asio::write() in connection::transfer()
when sending data size. That'll prevent exceptions from escaping through
connection::transfer().
2012-05-06 19:18:05 +00:00
Sergey Popov
8875369bc2
Ensure that connection::cancel() can't throw a boost::system::system_error
2012-03-03 17:32:24 +00:00
Ignacio R. Morelle
cfcf345242
New year copyright update, part 2
2012-02-03 20:18:33 +00:00
Sergey Popov
b6071e7f56
Convert std::cout uses to wesnoth logger
2011-09-29 21:37:58 +00:00
Sergey Popov
f7da87291a
Made the network transmission dialog track upload progress when uploading addons
...
instead of tracking the progress of downloading the server's responce.
2011-08-07 20:17:29 +00:00
Sergey Popov
d171f5cd57
Reorganized exception handling.
2011-07-07 15:10:43 +00:00
Sergey Popov
2ca299052e
Fully switched the addon manager to the new network subsystem.
2011-07-06 23:32:13 +00:00
Sergey Popov
af71e0fa2e
Change network_asio::connection::bytes_to_read_'s type to plain size_t
...
Since using boost::optional is kinda overkill.
2011-06-23 16:29:05 +00:00
Sergey Popov
c684881bd5
Fixed incorrect initialization of boost::optional<size_t>...
...
...class member and resulting floating point error.
network_asio::connection::bytes_to_read_ should be default
initialized, not zero initalized.
2011-06-23 15:39:31 +00:00
Mark de Wever
8bb9766e4c
Initialize all members.
2011-06-23 05:54:36 +00:00
Sergey Popov
05ebefffbf
Finished implementing network_asio::connection::transfer
2011-06-21 15:13:04 +00:00
Sergey Popov
d066552a95
Added missing copyright notices.
2011-06-20 22:21:18 +00:00
Sergey Popov
16e9e547b8
Made the GUI2 network transmission dialog...
...
...actually track download progress.
2011-06-20 22:10:42 +00:00
Sergey Popov
88bed58f48
Add conditional compilation to support boost < 1.37
2011-06-20 20:34:33 +00:00
Sergey Popov
47d6e3b0a5
New network subsystem: implemented the handshake...
...
...and started implementing reading/writing WML.
2011-06-20 20:34:22 +00:00
Sergey Popov
301427f778
Started working on the new asio based network subsystem.
2011-06-18 23:10:55 +00:00