David Christenson
bdb722893f
Fix C++11 compliance
...
Fix compiler error when compiling with -std=c++11
"invalid suffix on literal; C++11 requires a space between literal and
identifier [-Wreserved-user-defined-literal]"
2015-02-01 13:32:00 -07:00
sledgehammer999
e750ae3a79
Use boost:bind() as the docs show. Allows compilation with older gcc versions.
2014-10-21 16:28:06 +03:00
sledgehammer999
9b71e4ffc9
Use the correct character encoding for exceptions coming from libtorrent.
2014-10-18 17:22:50 +03:00
Nick Tiskov
6e77d12ac6
Update dialogs
2014-01-22 19:37:32 +04:00
sledgehammer999
b4dca951b2
Drop libtorrent 0.15.x support.
2013-10-23 22:19:58 +03:00
sledgehammer999
22e2bafa7a
Fix compilation with libtorrent 1.x.x v2
2013-06-08 18:21:15 +03:00
sledgehammer999
94b58ca229
Fix compilation with libtorrent 1.x.x.
2013-05-07 22:57:18 +03:00
Nick Tiskov
6debc1e958
Fix unhandled exception when trying to create torrents from files/folder in disk root.
2013-03-21 20:56:39 +04:00
Nick Tiskov
a8f29e51c5
Cosmetic fixes to torrent creator
2013-03-10 20:58:23 +04:00
Nick Tiskov
964b321458
Ignore multiple sequential newlines in torrent creator
2013-03-10 20:41:59 +04:00
Nick Tiskov
025f4f9737
Support tracker mirrors in torrent creator
2013-03-10 20:41:58 +04:00
sledgehammer999
2309c25aa4
Fix null termination of wsave_path.
2013-01-26 20:35:50 +02:00
sledgehammer999
ed26846a54
Null terminate the wide string in torrent creator.
2013-01-23 17:30:44 +02:00
sledgehammer999
e7125d21cb
Fix torrent creator when saving to a non-latin path in Windows.
2013-01-23 14:19:18 +02:00
sledgehammer999
7d1e2e2b2a
Open stream in binary mode. Fixes issue #161
2012-10-17 19:21:27 +03:00
Christophe Dumez
573dac0b91
Do not store created torrent in memory before writing it to a file ( closes #133 )
2012-10-07 15:42:32 +03:00
Christophe Dumez
90373897d6
Fix permission problems on Windows ( closes #1020227 )
2012-07-05 19:10:13 +03:00
Christophe Dumez
0f291629cc
Move FileSystem utility functions out of misc.h
...
Use new fs_utils.h instead.
2012-05-16 21:19:05 +03:00
Christophe Dumez
f3448125c3
Coding style clean up
2012-02-20 19:56:07 +02:00
Christophe Dumez
a8a7b61ea9
Coding style clean up
2012-02-20 19:30:53 +02:00
Christophe Dumez
c25586b500
Remove misc::safeRemove(): shouldn't be needed
2012-02-18 12:49:05 +02:00
Christophe Dumez
f6b7b8bd6e
Get rid of libboost-filesystem dependency if libtorrent >= v0.16.x is used
2011-10-25 20:56:54 +03:00
Christophe Dumez
e7abeb9bd4
Code clean up
2011-03-10 17:42:17 +00:00
Christophe Dumez
c05e6ba580
Fix compilation error on Windows
...
Fix possible encoding problem on Windows (torrent creation tool)
Fix compilation with boost >= v1.46
2011-02-26 15:04:15 +00:00
Christophe Dumez
1fb510b2b0
Fix compilation error
2011-01-02 09:37:56 +00:00
Christophe Dumez
636f9b2912
Fix encoding error in torrent creator
2011-01-01 18:45:38 +00:00
Christophe Dumez
64f4775a81
Code clean up
2010-12-30 19:38:53 +00:00
Christophe Dumez
3b3642bbba
Initial support for libtorrent v0.16 (still a lot of deprecation warning but it compiles...)
2010-11-28 10:29:59 +00:00
Christophe Dumez
3ecc8c8d67
FEATURE: Remember the last trackers used in the torrent creation tool
...
FEATURE: The optimal piece size is now automatically computed in the torrent creation tool
COSMETIC: Improved the torrent creation tool appearance
2010-10-25 19:34:42 +00:00