|
|
@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
|
|
|
@2767
|
15 years |
livings124 |
optimize libevent when compiling
|
|
|
@2766
|
15 years |
livings124 |
get file tab working again
|
|
|
@2765
|
15 years |
charles |
avoid a race condition between msg_init and the libevent thread's …
|
|
|
@2764
|
15 years |
livings124 |
missed this in the last commit
|
|
|
@2763
|
15 years |
livings124 |
get mac version building again
|
|
|
@2762
|
15 years |
charles |
more work on getting our autoconf setup to play nice with libevent
|
|
|
@2761
|
15 years |
livings124 |
rearrange some of the file viewer code
|
|
|
@2760
|
15 years |
livings124 |
(trunk) when automatically opening a newly created torrent file, don't …
|
|
|
@2757
|
15 years |
charles |
get some pieces of the new tracker code into svn…
|
|
|
@2756
|
15 years |
charles |
use http:// rather than https:// for the libevent link
|
|
|
@2755
|
15 years |
charles |
use optimization level -Os in autoconf too
|
|
|
@2754
|
15 years |
charles |
(trunk) revert yesterday's tracker changes.
|
|
|
@2752
|
15 years |
livings124 |
use optimization level -Os
|
|
|
@2751
|
15 years |
charles |
remove the static build of libevent
|
|
|
@2750
|
15 years |
charles |
more hacking on making libevent build, and on making T pick it up in …
|
|
|
@2749
|
15 years |
charles |
get libevent building and playing nice with all the other apps
|
|
|
@2748
|
15 years |
charles |
added libevent to svn:externals
|
|
|
@2747
|
15 years |
charles |
add populate and cleanup utils for tr_tracker_info_t, since bencode …
|
|
|
@2746
|
15 years |
charles |
make list less error-prone by changing the API s.t. we're guaranteed …
|
|
|
@2745
|
15 years |
charles |
minor wx work
|
|
|
@2744
|
15 years |
livings124 |
various negligible cleanup
|
|
|