CVS log for bittornado/btdownloadheadless.py |
 |
|
Up to [Development] / bittornado
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.28
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Nov 5 23:08:54 2008 UTC (20 months, 3 weeks ago) by theshadow
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.27: +74 -9 lines
Diff to previous 1.27
removed curses dependency; display width need is deprecated anyway.
Revision
1.27
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 29 22:10:17 2006 UTC (3 years, 7 months ago) by theshadow
Branch:
MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
changed argument formatting so they will display in groups
Revision
1.26
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Dec 13 04:12:23 2004 UTC (5 years, 7 months ago) by theshadow
Branch:
MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
changed statistics so an external data structure is passed rather than the original; added an event flag to the downloader feedback system so it won't queue additional updates to the gui thread when the gui update is still being processed
Revision
1.25
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Nov 11 20:04:53 2004 UTC (5 years, 8 months ago) by theshadow
Branch:
MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
fix to version display
Revision
1.24
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Jul 10 17:45:54 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
added randomization to port choice, expanded default port range enormously, bound to piss some people off, but it's necessary...
Revision
1.23
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Jun 5 14:49:33 2004 UTC (6 years, 1 month ago) by theshadow
Branch:
MAIN
Changes since 1.22: +4 -1 lines
Diff to previous 1.22
delayed running SocketHandler.shutdown() 'til very end, to allow torrent data to be written more quickly even if shutting down UPnP delays the engine's operation
Revision
1.22
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 30 14:03:01 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.21: +15 -8 lines
Diff to previous 1.21
retries w/o UPnP forwarding if forwarding fails
Revision
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 24 15:48:25 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.20: +8 -8 lines
Diff to previous 1.20
fixed time display code
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 24 01:29:22 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.19: +2 -4 lines
Diff to previous 1.19
updated to new style of UPnP testing
Revision
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 18 01:58:09 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
bugfix
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat May 15 22:49:09 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.17: +1 -0 lines
Diff to previous 1.17
added cache cleanup code
Revision
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat May 15 04:11:33 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.16: +15 -4 lines
Diff to previous 1.16
added support for --save_options
Revision
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 16:07:47 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
made handling more robust, doesn't leak file handles when shut down during hash-checking
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 13 16:24:30 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.14: +1 -4 lines
Diff to previous 1.14
moved ConfigDir handling largely into download_bt1, added options for enabling the file selector and for specifying file priority on the command line. (Also reverted StorageWrapper's "old_style_init" hash-checking to run the check then and there.)
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 13 14:14:58 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
Whoops! time.clock() doesn't behave how I thought it did under Unix. Here's a replacement.
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 13 13:09:13 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
replaced time() with clock() for most functions, because the system time can change...
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 12 18:17:41 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.11: +5 -2 lines
Diff to previous 1.11
added auto-disabling for UPnP if not available (fails silently)
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 12 02:42:23 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
fix for spurious "connectiong to peers" message
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 10 21:53:14 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
updated to new storagewrapper hash-check call method
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Apr 6 21:11:20 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
added "shutting down" message
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 31 05:49:57 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.7: +16 -2 lines
Diff to previous 1.7
added profiling option
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 28 16:35:29 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.6: +9 -6 lines
Diff to previous 1.6
Now uses True/False instead of true/false
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 26 23:03:44 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5
Modified to support hash-checking, allocation and data movement in the rawserver loop (whew!)
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 18 02:46:47 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4
stats separated out to allow external operation - completed
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 15 19:42:14 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.3: +57 -2 lines
Diff to previous 1.3
uses new core
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 13 20:07:01 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
moved directory from BitTorrent to BT1
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 24 17:53:47 2004 UTC (6 years, 5 months ago) by theshadow
Branch:
MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
refactored for new folder structure
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 24 17:22:05 2004 UTC (6 years, 5 months ago) by theshadow
Branch:
MAIN
initial check-in, files from S-5.8.10
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.