Commit Graph

71 Commits

Author SHA1 Message Date
Andrew Resch 5457cdcd80 Fix #503 change the boost lib detection logic to first look for -mt
and if not available, fall back to regular boost lib (non-multithreaded)
2008-09-25 03:30:08 +00:00
Andrew Resch e64595120e Include GeoIP database for country look-ups 2008-09-19 20:11:50 +00:00
Andrew Resch 015350dc04 Fix typo in [3766] 2008-08-28 04:03:39 +00:00
Andrew Resch 570b2df000 Have setup use boost-mt libraries if boost libs are not found 2008-08-28 01:53:17 +00:00
Marcos Pinto 6fa31d1dc0 change copyright notices to gpl3 2008-08-08 05:59:07 +00:00
Martijn Voncken 520dab70d0 remove ajax_demo from setup 2008-08-03 20:08:50 +00:00
Marcos Pinto 8c57d2dc37 add ico file so we can make '.torrent' files use our icon instead of python's in windows 2008-07-29 03:35:54 +00:00
Andrew Resch 98899d7ba5 Include LICENSE file
Change license type in setup.py to GPLv3
2008-07-21 00:58:10 +00:00
Andrew Resch e73edcef8d Change version to '1.1.0_dev' 2008-07-20 22:41:04 +00:00
Marcos Pinto 13f67b609b finally finish lt sync 2008-07-20 18:46:41 +00:00
Andrew Resch 9f1c536eb1 Remove 'mapped_storage.cpp' from the sources list 2008-07-18 22:50:30 +00:00
Marcos Pinto a218f0e6a2 begin transition to print being a function 2008-07-18 06:14:15 +00:00
Marcos Pinto c1622b23aa version up 2008-07-15 05:24:03 +00:00
Martijn Voncken a2b2b4c3f4 webui:fix setup.py 2008-07-14 20:42:11 +00:00
Andrew Resch bfe4cb0f71 Fix last 2008-07-13 03:40:22 +00:00
Andrew Resch e600eae544 Update package description and authors 2008-07-13 03:33:56 +00:00
Andrew Resch e1fb908f6e Update version to 0.9.01 for RC 2008-07-13 03:24:49 +00:00
Andrew Resch 5d53128d92 Add '-D_UNICODE' to windows compile args. On windows, this will cause the file IO use wide character API, to properly support non-ansi characters. 2008-07-10 05:15:36 +00:00
Marcos Pinto 1c576164e8 cleanup/reorder a bit 2008-07-10 04:40:13 +00:00
Andrew Resch ad45c6b658 Windows fixes 2008-07-06 00:47:08 +00:00
Marcos Pinto e91943d72b win updates for setup 2008-07-05 00:25:04 +00:00
Andrew Resch b15608252c libtorrent sync 2347 2008-05-20 06:23:48 +00:00
Andrew Resch ff837215e3 Fix compiling of 'GeoIP.c' on some systems. 2008-04-23 21:13:53 +00:00
Andrew Resch 809007d77c Define '_FILE_OFFSET_BITS=64' 2008-04-16 03:52:08 +00:00
Andrew Resch 70bb78b833 Update libtorrent to 0.14 trunk.
A few minor touch ups regarding torrent state and queue.
2008-04-16 01:15:06 +00:00
Marcos Pinto ff2d7ba7f8 add deluge.js to setup 2008-04-14 00:49:31 +00:00
Andrew Resch 0b63f0b3b4 Add more webui files 2008-04-13 04:45:05 +00:00
Andrew Resch 0f4895ee6a Update webui paths 2008-04-13 03:42:05 +00:00
Andrew Resch ed4389fe65 Show country flags in peers tab. 2008-04-08 04:46:01 +00:00
Andrew Resch f18b42b64d Include all .svg files in data/pixmaps. 2008-03-12 06:27:10 +00:00
Andrew Resch 22f6477d69 Fix another typo. 2008-02-03 22:50:06 +00:00
Andrew Resch cc38bbdfbf Fix typo. 2008-02-03 22:45:23 +00:00
Marcos Pinto 5e46ac1b42 fix library names for vc71 2008-02-03 09:05:55 +00:00
Marcos Pinto f005a5d869 remove file.cpp in win 2008-02-03 05:37:10 +00:00
Marcos Pinto d40387ada9 forgot z has to be zlib in windows 2008-02-03 05:12:47 +00:00
Marcos Pinto 586543917a add proper boost path for windows 2008-02-03 03:24:36 +00:00
Andrew Resch 684c3098d9 Touch-up setup.py. 2008-02-03 01:12:46 +00:00
Marcos Pinto 34fd115051 add windows support to setup.py 2008-02-03 01:04:26 +00:00
Andrew Resch 93e631d893 Add hack to determine svn revision on Gentoo with svn ebuild. 2008-01-22 05:20:20 +00:00
Andrew Resch b64393d096 Get some error output when trying to get svn revision. 2008-01-22 04:27:33 +00:00
Andrew Resch e092619d64 Remove hack to set revision to "". 2008-01-22 04:11:29 +00:00
Andrew Resch 10d7f86f6f Reset revision file to "" after build and install. 2008-01-21 22:39:10 +00:00
Andrew Resch b950d28781 Handle setting the revision in a different way. 2008-01-21 09:25:21 +00:00
Andrew Resch fdb07b4929 Try to include svn revision number in version if available. 2008-01-21 03:14:24 +00:00
Marcos Pinto e5f9a313c2 fix missing icon 2008-01-20 00:30:43 +00:00
Marcos Pinto 071a0cdbaa fix path oops in last 2008-01-20 00:11:50 +00:00
Marcos Pinto 3a102189cf add missing pixmap 2008-01-19 23:58:03 +00:00
Andrew Resch 5a90f48ccb Include deluge_icon.gif for WebUI. 2008-01-14 05:40:40 +00:00
Andrew Resch a5d3444fd8 Initial commit of WebUI support for 0.6. The WebUI revision is 187.
You can start the webui by doing: $ deluge --ui web
2008-01-11 01:42:47 +00:00
Andrew Resch 2e895795b6 Force '-DNDEBUG'. 2008-01-09 07:12:04 +00:00