CVS log for bittornado/btdownloadgui.py |
 |
|
Up to [Development] / bittornado
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.92
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jan 4 06:53:07 2007 UTC (3 years, 6 months ago) by theshadow
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.91: +2 -10 lines
Diff to previous 1.91
got fast protocol extensions working, threaded some data display through the client, still needs some work
Revision
1.91
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Dec 27 23:00:34 2006 UTC (3 years, 7 months ago) by theshadow
Branch:
MAIN
Changes since 1.90: +6 -1 lines
Diff to previous 1.90
fixed exception in launching tracker info page
Revision
1.90
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 6 04:38:13 2006 UTC (4 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.89: +0 -10 lines
Diff to previous 1.89
no longer try to deallocate the tray icon; the latest wxPython seems to do it all by itself. Hopefully the user isn't running a version that sticks in memory when the icon isn't deleted.
Revision
1.89
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 4 20:52:38 2006 UTC (4 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.88: +4 -4 lines
Diff to previous 1.88
tweaked font sizes for new wxPython version
Revision
1.88
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 4 05:53:58 2006 UTC (4 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.87: +5 -6 lines
Diff to previous 1.87
sets tray icon to complete when all selected downloads are complete; also minor fix
Revision
1.87
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Feb 22 21:23:18 2006 UTC (4 years, 5 months ago) by theshadow
Branch:
MAIN
Changes since 1.86: +12 -8 lines
Diff to previous 1.86
version-specific code to prevent crashing on close
Revision
1.86
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Oct 11 22:48:31 2005 UTC (4 years, 9 months ago) by theshadow
Branch:
MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
boosted widths slightly for new wxPython version
Revision
1.85
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Oct 4 02:48:28 2005 UTC (4 years, 9 months ago) by theshadow
Branch:
MAIN
Changes since 1.84: +36 -37 lines
Diff to previous 1.84
should fix hanging problem; thanks Tim Tucker
Revision
1.84
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Aug 20 02:20:59 2005 UTC (4 years, 11 months ago) by theshadow
Branch:
MAIN
Changes since 1.83: +8 -6 lines
Diff to previous 1.83
now no longer crashes when the file selector is disabled
Revision
1.83
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Aug 20 02:11:40 2005 UTC (4 years, 11 months ago) by theshadow
Branch:
MAIN
Changes since 1.82: +21 -15 lines
Diff to previous 1.82
made changes to try and prevent crashes
Revision
1.82
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Apr 12 14:33:33 2005 UTC (5 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.81: +4 -1 lines
Diff to previous 1.81
tray icon seed color fixed
Revision
1.81
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Apr 9 16:45:19 2005 UTC (5 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.80: +1 -3 lines
Diff to previous 1.80
arrrgh...
Revision
1.80
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Apr 9 16:12:51 2005 UTC (5 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.79: +39 -31 lines
Diff to previous 1.79
changes that should hopefully prevent the client from sticking in the task list
Revision
1.79
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jan 20 18:28:50 2005 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.78: +5 -6 lines
Diff to previous 1.78
now blanks estimated time when paused
Revision
1.78
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jan 19 18:18:27 2005 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
modified error time display
Revision
1.77
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jan 19 06:14:11 2005 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.76: +0 -24 lines
Diff to previous 1.76
removed some commented-out crap
Revision
1.76
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jan 19 06:11:09 2005 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.75: +0 -2 lines
Diff to previous 1.75
no longer tries to unpause before shutting down; no longer necessary
Revision
1.75
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jan 5 23:22:42 2005 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.74: +73 -38 lines
Diff to previous 1.74
new pause system, allows engine to run while up/downloading is paused. update will help with launchmany gui, fixes some problems w/ new connections coming in while the engine is paused going beyond the max connections setting. Also new behavior for status (and other) icon handling for OS X and other OSes that have problems with icons.
Revision
1.74
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jan 4 18:06:51 2005 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.73: +8 -8 lines
Diff to previous 1.73
changed icon handling internally to bitmaps to accommodate OS X, thanks Robin Dunn
Revision
1.73
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 31 20:52:28 2004 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.72: +0 -4 lines
Diff to previous 1.72
doesn't try to destroy icon on taskbaractivate
Revision
1.72
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Dec 30 17:40:06 2004 UTC (5 years, 6 months ago) by theshadow
Branch:
MAIN
Changes since 1.71: +8 -0 lines
Diff to previous 1.71
thanks again Tim Tucker
Revision
1.71
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Dec 22 04:52:53 2004 UTC (5 years, 7 months ago) by theshadow
Branch:
MAIN
Changes since 1.70: +2 -0 lines
Diff to previous 1.70
fix to stupid versions of wxPython
Revision
1.70
/
(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.69: +10 -17 lines
Diff to previous 1.69
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.69
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Nov 22 04:43:17 2004 UTC (5 years, 8 months ago) by theshadow
Branch:
MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68
sleep(10e10) too large... Whoda thunk?
Revision
1.68
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Nov 19 17:01:56 2004 UTC (5 years, 8 months ago) by theshadow
Branch:
MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67
fix to exit code in wxPython test
Revision
1.67
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Oct 6 02:24:37 2004 UTC (5 years, 9 months ago) by theshadow
Branch:
MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
changes to support new wxPython version
Revision
1.66
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Sep 3 18:07:39 2004 UTC (5 years, 10 months ago) by theshadow
Branch:
MAIN
Changes since 1.65: +2 -1 lines
Diff to previous 1.65
added manual pages - thanks jamuraa and micah
Revision
1.65
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Jul 11 20:59:37 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.64: +4 -4 lines
Diff to previous 1.64
fix for some versions of wxWindows
Revision
1.64
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Jul 11 15:13:02 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.63: +4 -4 lines
Diff to previous 1.63
fix for rate slider getting stuck
Revision
1.63
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Jul 11 01:15:37 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.62: +61 -31 lines
Diff to previous 1.62
shoehorned automatic rate limiting system in -- what a hack :-P
Revision
1.62
/
(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.61: +1 -1 lines
Diff to previous 1.61
added randomization to port choice, expanded default port range enormously, bound to piss some people off, but it's necessary...
Revision
1.61
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jul 2 17:50:03 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
fix to handling exceptions in the start-up of the gui class
Revision
1.60
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jul 2 17:38:23 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.59: +5 -0 lines
Diff to previous 1.59
fix for wxPython pre-2.5, thanks sundance
Revision
1.59
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 1 21:11:41 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58
oops
Revision
1.58
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 1 20:44:26 2004 UTC (6 years ago) by theshadow
Branch:
MAIN
Changes since 1.57: +5 -2 lines
Diff to previous 1.57
hack to make an error window on termination hang up the thread; otherwise, the window disappears and is never reported. Makes the thread stick until it's killed in the task manager, so this will have to be corrected in the future
Revision
1.57
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Jun 26 14:00:03 2004 UTC (6 years, 1 month ago) by theshadow
Branch:
MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
now properly displays file completion percentages
Revision
1.56
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Jun 26 13:44:37 2004 UTC (6 years, 1 month ago) by theshadow
Branch:
MAIN
Changes since 1.55: +18 -9 lines
Diff to previous 1.55
fixed display glitches
Revision
1.55
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jun 22 21:39:44 2004 UTC (6 years, 1 month ago) by theshadow
Branch:
MAIN
Changes since 1.54: +6 -3 lines
Diff to previous 1.54
fix to some behavior I can't figure out why it's happening
Revision
1.54
/
(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.53: +4 -0 lines
Diff to previous 1.53
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.53
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Jun 5 07:33:21 2004 UTC (6 years, 1 month ago) by theshadow
Branch:
MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
icon background color fix
Revision
1.52
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 31 18:44:25 2004 UTC (6 years, 1 month ago) by theshadow
Branch:
MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
fixes to people clicking things when the engine is dead
Revision
1.51
/
(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.50: +15 -8 lines
Diff to previous 1.50
retries w/o UPnP forwarding if forwarding fails
Revision
1.50
/
(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.49: +8 -8 lines
Diff to previous 1.49
fixed time display code
Revision
1.49
/
(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.48: +2 -4 lines
Diff to previous 1.48
updated to new style of UPnP testing
Revision
1.48
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 16 20:45:23 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.47: +11 -10 lines
Diff to previous 1.47
text value entered in download rate spinner will now be entered when Ok is hit
Revision
1.47
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 16 00:09:08 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.46: +33 -19 lines
Diff to previous 1.46
rewrote gauge color setting routines to reflect new functionality
Revision
1.46
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat May 15 17:32:48 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.45: +6 -2 lines
Diff to previous 1.45
added option to automate file saving (oops)
Revision
1.45
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat May 15 17:25:23 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.44: +5 -1 lines
Diff to previous 1.44
added option to automate file saving
Revision
1.44
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat May 15 04:15:23 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
now displays saved prefs as defaults
Revision
1.43
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 19:33:24 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42
Clears progress for any disabled file
Revision
1.42
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 17:52:10 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
*** empty log message ***
Revision
1.41
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 16:13:04 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.40: +105 -41 lines
Diff to previous 1.40
made u/d stats, ul/dl settings, save directory persistent
Revision
1.40
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 13 17:32:54 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.39: +22 -1 lines
Diff to previous 1.39
added download rate control to gui, config
Revision
1.39
/
(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.38: +6 -15 lines
Diff to previous 1.38
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.38
/
(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.37: +2 -1 lines
Diff to previous 1.37
Whoops! time.clock() doesn't behave how I thought it did under Unix. Here's a replacement.
Revision
1.37
/
(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.36: +21 -21 lines
Diff to previous 1.36
replaced time() with clock() for most functions, because the system time can change...
Revision
1.36
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 12 19:11:02 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.35: +15 -4 lines
Diff to previous 1.35
added more statistics
Revision
1.35
/
(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.34: +5 -1 lines
Diff to previous 1.34
added auto-disabling for UPnP if not available (fails silently)
Revision
1.34
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 12 02:40:45 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.33: +6 -5 lines
Diff to previous 1.33
fix for graph colors, spurious "connectiong to peers" message
Revision
1.33
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 12 02:16:22 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.32: +11 -26 lines
Diff to previous 1.32
stores fast resume and partials in their proper place
Revision
1.32
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 12 01:48:47 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.31: +56 -44 lines
Diff to previous 1.31
adapted to new ConfigDir
Revision
1.31
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 10 21:52:49 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.30: +32 -3 lines
Diff to previous 1.30
pickling code added
Revision
1.30
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 10 13:29:54 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.29: +15 -0 lines
Diff to previous 1.29
added code for profiling the GUI thread
Revision
1.29
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 9 03:24:00 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
slight color changes
Revision
1.28
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat May 8 23:44:39 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.27: +44 -14 lines
Diff to previous 1.27
spiffed up file selection
Revision
1.27
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 6 22:04:36 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.26: +6 -1 lines
Diff to previous 1.26
bugs fixed, system doesn't quite work right, but it's getting there...
Revision
1.26
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 6 14:13:05 2004 UTC (6 years, 2 months ago) by theshadow
Branch:
MAIN
Changes since 1.25: +58 -15 lines
Diff to previous 1.25
more bugs fixed, file selector functionality added to gui, more added functionality, file allocation mods still to be tested
Revision
1.25
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Apr 19 13:57:13 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.24: +4 -1 lines
Diff to previous 1.24
wrapped icon text setting to prevent exceptions while Explorer is down
Revision
1.24
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Apr 13 15:13:35 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
bugfix
Revision
1.23
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Apr 6 19:21:18 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.22: +14 -16 lines
Diff to previous 1.22
fix to crashes when un-iconizing under wxPython 2.5.1.5
Revision
1.22
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Apr 6 01:08:44 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
centralized location for email address to report to
Revision
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Apr 5 13:39:35 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20
added discarded data statistic
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Apr 3 22:55:50 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
another stupid fix for stupid people. When a download is failed, clicking around trying to do something about it don't help...
Revision
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Apr 2 17:54:15 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
changes required for wxPython 2.5.1.5
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 31 19:08:35 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.17: +5 -1 lines
Diff to previous 1.17
gives warning if wxPython isn't available
Revision
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 31 14:08:33 2004 UTC (6 years, 3 months ago) by theshadow
Branch:
MAIN
Changes since 1.16: +7 -1 lines
Diff to previous 1.16
stupid fixes for stupid people
Revision
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 31 00:55:19 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.15: +4 -1 lines
Diff to previous 1.15
bug fixes galore!
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 29 18:41:40 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
fixed upload rate setting
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 28 18:14:00 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13
several bug fixes (it's False now, not false!) and made peer ID more easily readable
Revision
1.13
/
(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.12: +67 -64 lines
Diff to previous 1.12
Now uses True/False instead of true/false
Revision
1.12
/
(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.11: +2 -0 lines
Diff to previous 1.11
Modified to support hash-checking, allocation and data movement in the rawserver loop (whew!)
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 24 21:32:36 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10
fixed displayed peer IDs for kicked/banned clients
Revision
1.10
/
(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.9: +1 -0 lines
Diff to previous 1.9
stats separated out to allow external operation - completed
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 15 19:35:28 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
bugfix
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 15 18:22:55 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.7: +33 -28 lines
Diff to previous 1.7
fixed threading isolation problem, revamped usage window, added email link to exception window, et. al.
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 14 01:16:11 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.6: +63 -21 lines
Diff to previous 1.6
new OO core and various changes needed to support it (known bug in file/url detection)
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 13 22:40:11 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
updated web page, now made email categorized by version
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 13 17:28:58 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
bug fix
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Mar 13 17:14:50 2004 UTC (6 years, 4 months ago) by theshadow
Branch:
MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
fix for odd behavior w/ some torrents
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 11 14:55:30 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: +6 -6 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.