- Timestamp:
- 12/26/07 20:45:03 (13 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/7z Halite Source.bat
r350 r358 1 " D:\Program Files\7-Zip\7zG.exe" a -r -t7z Halite.src.7z -mx=7 ../Halite/* -x!test -x!bin-x!.svn -x!tools -x!*.7z -x!*.suo -x!*.ncb -x!*x64 -x!debug -x!Debug -x!release -x!Release1 "C:\Program Files\7-Zip\7zG.exe" a -r -t7z Halite.src.7z -mx=7 ../trunk/* -x!test -x!bin -x!out -x!.svn -x!tools -x!*.7z -x!*.suo -x!*.ncb -x!*x64 -x!debug -x!Debug -x!release -x!Release -
trunk/Halite.iss
r355 r358 2 2 3 3 #define MyAppName "Halite" 4 #define MyAppVerName "Halite 0. 2.9 dev 344"4 #define MyAppVerName "Halite 0.3" 5 5 #define MyAppPublisher "BinaryNotions.com" 6 6 #define MyAppURL "http://www.binarynotions.com/halite.php" … … 19 19 AllowNoIcons=yes 20 20 LicenseFile=LICENSE_1_0.txt 21 OutputBaseFilename=Halite.0_ 2_9_dev344.setup21 OutputBaseFilename=Halite.0_3.setup 22 22 Compression=lzma 23 23 SolidCompression=true … … 38 38 Source: bin\msvc-8.0\release\asynch-exceptions-on\optimization-space\runtime-link-static\threading-multi\Halite.exe; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 39 39 40 Source: lang\ bin\x86\Dutch.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit41 Source: lang\ bin\x86\French.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit42 Source: lang\ bin\x86\German.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit43 Source: lang\ bin\x86\Italian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit44 Source: lang\ bin\x86\Norwegian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit45 Source: lang\ bin\x86\Polish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit46 Source: lang\ bin\x86\Russian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit47 Source: lang\ bin\x86\Slovenian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit48 Source: lang\ bin\x86\Spanish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit49 Source: lang\ bin\x86\Turkish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit40 Source: lang\out\x86\Dutch.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 41 Source: lang\out\x86\French.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 42 Source: lang\out\x86\German.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 43 Source: lang\out\x86\Italian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 44 Source: lang\out\x86\Norwegian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 45 Source: lang\out\x86\Polish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 46 Source: lang\out\x86\Russian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 47 Source: lang\out\x86\Slovenian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 48 Source: lang\out\x86\Spanish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 49 Source: lang\out\x86\Turkish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 50 50 51 51 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\optimization-space\runtime-link-static\threading-multi\Halite.exe; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 52 52 53 Source: lang\ bin\x64\Dutch.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit54 Source: lang\ bin\x64\French.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit55 Source: lang\ bin\x64\German.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit56 Source: lang\ bin\x64\Italian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit57 Source: lang\ bin\x64\Norwegian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit58 Source: lang\ bin\x64\Polish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit59 Source: lang\ bin\x64\Russian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit60 Source: lang\ bin\x64\Slovenian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit61 Source: lang\ bin\x64\Spanish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit62 Source: lang\ bin\x64\Turkish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit53 Source: lang\out\x64\Dutch.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 54 Source: lang\out\x64\French.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 55 Source: lang\out\x64\German.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 56 Source: lang\out\x64\Italian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 57 Source: lang\out\x64\Norwegian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 58 Source: lang\out\x64\Polish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 59 Source: lang\out\x64\Russian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 60 Source: lang\out\x64\Slovenian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 61 Source: lang\out\x64\Spanish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 62 Source: lang\out\x64\Turkish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 63 63 64 64 Source: Readme.txt; DestDir: {app}; Flags: ignoreversion isreadme -
trunk/Readme.txt
r355 r358 1 1 Halite: A Free Open-Source BitTorrent client 2 2 3 Version: 0.2.9 Revision 344 Snapshot released 2nd December 2007 4 5 NOTE! This is a snapshot build, as such there are incomplete features. 6 Please see the forum for the most up to date details. 3 Version: 0.3 released 26th December 2007 7 4 8 5 WWW: http://www.binarynotions.com/halite.php Forum: … … 23 20 That said, it supports: 24 21 25 + Multiple downloads. 26 + Displays more detailed information for the selected torrent. 27 + Connection limits both global and per-torrent. 28 + Transfer rate limits again global and per-torrent. 22 + File selection and/or file priority specifications. 23 + Trackerless torrents (using the Mainline kademlia DHT protocol). 24 + IP filtering with eMule style ipfilter.dat import. 25 + Protocol Encryption support. 26 + Translations of the UI into a number of languages through the help 27 of volunteers. (if you wish to help with a translation then please do) 29 28 + Minimize to tray with transfer rate summary. 30 + Trackerless torrents (using the Mainline kademlia DHT protocol). 31 + IP filtering with eMule ipfilter.dat import. 32 + Association with ".torrent" files. 33 + Option to limit the number of instances to one. 34 + Estimated time remaining indicator. 35 + Full Unicode support through UTF-8 and native Windows wide-char 36 strings. 29 + Full Unicode support through UTF-8 and native Windows wide-char strings. 37 30 + Login support where tracker requires it. 38 31 + Ability to edit trackers specified in the torrent. 39 40 Planned in near future: 41 42 Listed here is what is being worked on in the short term; for a more 43 detailed list see [http://www.binarynotions.com/halite/roadmap.php]. 44 45 + Translations of the UI into a number of languages through the help 46 of volunteers. 47 + Improved and extended information on the details given for 48 connected peers. 32 + Transfer rate and connection limits both global and per-torrent. 49 33 50 34 Requirements: Windows 2000, XP, Server 2003 and Vista (Note currently … … 65 49 Changes: 66 50 51 - from v 0.2.9 to 0.3: 52 1) File selection and/or priority settings. 53 2) Protocol Encryption. 54 3) New tabbed interface makes better use of screen real estate. 55 4) Updated to recent versions of Boost (1.34.1) and libtorrent. 56 5) Numerous bug fixes. 57 67 58 - from v 0.2.8 to 0.2.9: 68 59 1) Full Unicode support! … … 72 63 5) Comprehensive logging for diagnosing problems. 73 64 6) Windows 2000 and Server 2003 supported fully. 74 7) Updated to recent versions of Boost and libtorrent. 75 8) Numerous bug fixes. 76 9) Switched to MSVC 2005 compiler (8.0) for improved reliability 65 7) Switched to MSVC 2005 compiler (8.0) for improved reliability 77 66 though at the cost of slightly bigger executables. 78 67 … … 113 102 Subversion: svn://svn.geekisp.com/halite 114 103 115 In addition you can check out the Trac site (trac.geekisp.com/halite)104 In addition you can check out the Trac site (trac.geekisp.com/halite) 116 105 but I haven't really done much with it ... yet. 117 106 -
trunk/lang/Build.bat
r337 r358 1 1 convert.bat Halite Dutch German Italian Slovenian Spanish Turkish Norwegian Polish Russian French 2 3 pause -
trunk/lang/convert.bat
r337 r358 10 10 call tools\rc ..\res\%1.rc 11 11 call tools\cvtres /MACHINE:X86 ..\res\%1.res 12 call tools\link /NOENTRY /DLL /MACHINE:X86 /OUT:.\ bin\x86\%1.dll ..\res\%1.obj12 call tools\link /NOENTRY /DLL /MACHINE:X86 /OUT:.\out\x86\%1.dll ..\res\%1.obj 13 13 call tools\cvtres /MACHINE:AMD64 ..\res\%1.res 14 call tools\link /NOENTRY /DLL /MACHINE:AMD64 /OUT:.\ bin\x64\%1.dll ..\res\%1.obj14 call tools\link /NOENTRY /DLL /MACHINE:AMD64 /OUT:.\out\x64\%1.dll ..\res\%1.obj 15 15 del %1.out 16 16 del ..\res\%1.rc -
trunk/sln/libtorrent/libtorrent.vcproj
r325 r358 364 364 </File> 365 365 <File 366 RelativePath="..\..\lib\libtorrent\src\magnet_uri.cpp" 367 > 368 </File> 369 <File 370 RelativePath="..\..\lib\libtorrent\src\mapped_storage.cpp" 371 > 372 </File> 373 <File 366 374 RelativePath="..\..\lib\libtorrent\src\metadata_transfer.cpp" 367 375 > … … 400 408 </File> 401 409 <File 410 RelativePath="..\..\lib\libtorrent\src\smart_ban.cpp" 411 > 412 </File> 413 <File 402 414 RelativePath="..\..\lib\libtorrent\src\socks4_stream.cpp" 403 415 > … … 432 444 </File> 433 445 <File 446 RelativePath="..\..\lib\libtorrent\src\udp_socket.cpp" 447 > 448 </File> 449 <File 434 450 RelativePath="..\..\lib\libtorrent\src\udp_tracker_connection.cpp" 435 451 > … … 437 453 <File 438 454 RelativePath="..\..\lib\libtorrent\src\upnp.cpp" 455 > 456 </File> 457 <File 458 RelativePath="..\..\lib\libtorrent\src\ut_metadata.cpp" 439 459 > 440 460 </File> -
trunk/src/HaliteDialog.cpp
r356 r358 66 66 WMB_ROW(_gap, IDC_DETAILS_GROUP, _r, _r, _r, _r), 67 67 WMB_ROW(_auto, _d, TORRENT_STATUS_LAYOUT, TORRENT_LIMITS_LAYOUT, TORRENT_BUTTON_LAYOUT), 68 WMB_ROW(_gap, _d), 68 69 WMB_ROWMIN(_auto, 8, _d, TORRENTPROG, _r, _r), 69 70 WMB_ROW(_gap, _d), -
trunk/src/halTorrent.cpp
r356 r358 6 6 7 7 8 #define HALITE_VERSION 0, 2,9,3449 #define HALITE_VERSION_STRING "v 0. 2.9 dev 344"8 #define HALITE_VERSION 0,3,0,354 9 #define HALITE_VERSION_STRING "v 0.3" 10 10 11 11 #ifndef HAL_NA … … 616 616 private: 617 617 BitTorrent_impl() : 618 theSession(lbt::fingerprint("HL", 0, 2, 9, 6)),618 theSession(lbt::fingerprint("HL", 0, 3, 0, 0)), 619 619 timer_(io_), 620 620 keepChecking_(false),
Note: See TracChangeset
for help on using the changeset viewer.