|
|
@2874
|
15 years |
charles |
cleaner shutdown
|
|
|
@2873
|
15 years |
charles |
fix FMR on shutdown
|
|
|
@2872
|
15 years |
charles |
better fix for the leak in r2870
|
|
|
@2871
|
15 years |
charles |
send libevent's warning messages to our logging framework instead of …
|
|
|
@2870
|
15 years |
charles |
...and, yet another memory leak, this time when trying to add a …
|
|
|
@2869
|
15 years |
livings124 |
get rid of an unnecessry string additions method
|
|
|
@2868
|
15 years |
charles |
fix crash-on-shutdown bug reported by BentMyWookie?
|
|
|
@2867
|
15 years |
livings124 |
add a title to the Creator's open panel
|
|
|
@2866
|
15 years |
charles |
accidentally checked in a debugging statement
|
|
|
@2865
|
15 years |
charles |
fix win32 build. (#304, lubomir.marinov)
|
|
|
@2864
|
15 years |
charles |
upnp.c needs platform.h if VERBOSE_LOG is defined (ticket #305, mtolman)
|
|
|
@2863
|
15 years |
charles |
improve cli-driven torrent creation. (Danez, #309 & #310
|
|
|
@2861
|
15 years |
charles |
version.sh fix reported by Danez
|
|
|
@2860
|
15 years |
charles |
fix a couple of more memory leaks that valgrind found
|
|
|
@2859
|
15 years |
charles |
tracker tweaks
|
|
|
@2858
|
15 years |
charles |
shut up a compiler warning
|
|
|
@2857
|
15 years |
charles |
fix minor memory leaks introduced in the last couple of days
|
|
|
@2856
|
15 years |
charles |
highlight error torrents in red in the main window
|
|
|
@2854
|
15 years |
livings124 |
make credits match authors
|
|
|
@2853
|
15 years |
charles |
added mirek's slovakian translation. added mirek, Niels Provos, and …
|
|
|
@2852
|
15 years |
livings124 |
kill some compile warnings
|
|
|
@2851
|
15 years |
charles |
find . -type f \! -path \*.svn\* | xargs grep '\$Id\$'
|
|
|
@2850
|
15 years |
livings124 |
missed 2
|
|
|
@2849
|
15 years |
charles |
svn propset svn:keywords 'Date Rev Author Id' filename
|
|
|
@2848
|
15 years |
livings124 |
part 2 of setting svn keywords
|
|
|
@2847
|
15 years |
livings124 |
just a return
|
|
|
@2846
|
15 years |
charles |
$Id$
|
|
|
@2845
|
15 years |
livings124 |
rearrange project a bit
|
|
|
@2844
|
15 years |
livings124 |
set properties on a whole bunch of mac files
|
|
|
@2843
|
15 years |
charles |
update version.sh to exclude third-party. add $Id:$ to the new files …
|
|
|
@2842
|
15 years |
livings124 |
add missing license info
|
|
|
@2841
|
15 years |
livings124 |
tidy up the filter bar code a little
|
|
|
@2840
|
15 years |
livings124 |
remove some warnings
|
|
|
@2838
|
15 years |
charles |
add the content-length header. I'm not getting any tracker errors …
|
|
|
@2837
|
15 years |
charles |
* more work on the tracker... getting closer.
* oops! make sure …
|
|
|
@2836
|
15 years |
charles |
push event_del() through the libevent pipe too.
|
|
|
@2835
|
15 years |
charles |
better error reporting in the new tracker code
|
|
|
@2834
|
15 years |
livings124 |
disable top-level file items when applicable
|
|
|
@2833
|
15 years |
livings124 |
dynamically show the files for file selection in the top-level action menu
|
|
|
@2832
|
15 years |
livings124 |
move scrape info in inspector a bit more to the left to allow display …
|
|
|
@2831
|
15 years |
livings124 |
get mac version building again
|
|
|
@2830
|
15 years |
charles |
before the first scrape, set leechers/seeders/downloads to -1 to …
|
|
|
@2829
|
15 years |
charles |
do all the libevent enqueuing from a single thread.
|
|
|
@2828
|
15 years |
livings124 |
attempt to fix stuck overlay window
|
|
|
@2827
|
15 years |
livings124 |
clean code up a little
|
|
|
@2826
|
15 years |
livings124 |
add ratio settings to the individual torrent menu
|
|
|
@2825
|
15 years |
livings124 |
add preset limits to torrent action menu speed limits
|
|
|
@2824
|
15 years |
livings124 |
preliminary support for setting speed limits through the action menu
|
|
|
@2822
|
15 years |
livings124 |
update credits
|
|
|
@2821
|
15 years |
charles |
don't cache the connection; these are one-shot requests
|
|
|
@2820
|
15 years |
charles |
this seems to fix the double-start bug reported by joshe
|
|
|
@2819
|
15 years |
charles |
try backing out from -Os to -O3 and seeing if that changes anything
|
|
|
@2818
|
15 years |
joshe |
Shut down ipc server on fatal signal, not just torrent client.
|
|
|
@2817
|
15 years |
charles |
fix tr_init()
|
|
|
@2816
|
15 years |
charles |
shut down the libevent thread gracefully on shutdown
|
|
|
@2815
|
15 years |
charles |
whee
|
|
|
@2814
|
15 years |
charles |
fix shutdown error in the new tracker code, reported by joshe
|
|
|
@2813
|
15 years |
charles |
make the build quieter
|
|
|
@2812
|
15 years |
livings124 |
don't resize the inspector unnecessarily
|
|
|
@2811
|
15 years |
livings124 |
again by popular demand, allow peers and files tabs to be resized …
|
|
|
@2810
|
15 years |
livings124 |
allow folders of files to be enabled/disabled from the action button
|
|
|
@2809
|
15 years |
joshe |
Add new libevent files to xcode project.
|
|
|
@2808
|
15 years |
joshe |
Fix osx build.
|
|
|
@2807
|
15 years |
joshe |
Properly protect pidfile creation and deletion with the lockfile.
|
|
|
@2806
|
15 years |
charles |
fix crash-on-startup bug reported by Lacrocivious
|
|
|
@2805
|
15 years |
charles |
the new tracker code seems to be working, so now it's time for me to …
|
|
|
@2804
|
15 years |
charles |
no need for `verbose' mode, and no need to include paths that don't exist
|
|
|
@2803
|
15 years |
joshe |
I'm an idiot. Base 2 is not the same thing as base 16.
|
|
|
@2802
|
15 years |
joshe |
Catch up with version.sh renaming.
|
|
|
@2801
|
15 years |
charles |
move version.sh to the old mk folder
|
|
|
@2800
|
15 years |
charles |
Add $(LIBEVENT_CPPFLAGS) to daemon's Makefile.am
|
|
|
@2799
|
15 years |
charles |
Add pkg.m4 for PKG_CHECK_MODULES in case the platform doesn't have …
|
|
|
@2798
|
15 years |
joshe |
Fix autogen.sh on osx (and maybe elsewhere too).
|
|
|
@2797
|
15 years |
charles |
Remove "make install" from the SVN instructions -- it's a bad idea to …
|
|
|
@2796
|
15 years |
charles |
More autoconf work. Added instructions on building Transmission to …
|
|
|
@2795
|
15 years |
joshe |
Doc update.
|
|
|
@2794
|
15 years |
livings124 |
store only a single icon in the Torrent class instead of 2
|
|
|
@2793
|
15 years |
livings124 |
keep one image for the table view instead of one for regular and one …
|
|
|
@2792
|
15 years |
livings124 |
streamline and improve action button placement code in TorrentTableView?
|
|
|
@2791
|
15 years |
livings124 |
flip advanced bar overlay
|
|
|
@2790
|
15 years |
livings124 |
draw the progress bar straight onto the cell instead of using an image
|
|
|
@2789
|
15 years |
livings124 |
use colors and rects instead of images for creating the pieces view
|
|
|
@2788
|
15 years |
livings124 |
get About copyright info from the localized string file instead of the nib
|
|
|
@2787
|
15 years |
livings124 |
by popular demand, add option to sort by tracker
|
|
|
@2786
|
15 years |
livings124 |
use #defines for filter and sort
|
|
|
@2785
|
15 years |
charles |
more autoconf hacking
|
|
|
@2784
|
15 years |
joshe |
Unbreak daemon.
|
|
|
@2783
|
15 years |
joshe |
Fix -p option to be optional. Someone pass the dunce cap over this way.
|
|
|
@2782
|
15 years |
livings124 |
get rid of an unneeded warning
|
|
|
@2781
|
15 years |
joshe |
Save client name from azureus or extended handshake, overriding name …
|
|
|
@2780
|
15 years |
joshe |
Rework utf-8 string concat function a little and make it more widely …
|
|
|
@2777
|
15 years |
livings124 |
(trunk) add updated Russian localization
|
|
|
@2776
|
15 years |
livings124 |
(trunk) remove Russian localization
|
|
|
@2775
|
15 years |
livings124 |
(trunk) fix a problem when adding multiple torrents with "always ask" …
|
|
|
@2773
|
15 years |
joshe |
Move protocol extension docs to new doc directory to make them easier …
|
|
|
@2772
|
15 years |
joshe |
Implement proposed extension to indicate which of azrueus or extended …
|
|
|
@2771
|
15 years |
charles |
the second call to autoreconf is redundant
|
|
|
@2770
|
15 years |
charles |
try to get autogen.sh playing nice on Darwin
|
|
|
@2769
|
15 years |
joshe |
Use macros instead of magic numbers when creating and parsing …
|
|
|
@2768
|
15 years |
charles |
ensure that libevent is built as a static library, not a shared one
|
|
|