Changeset 2853
- Timestamp:
- Aug 18, 2007, 6:33:47 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r2822 r2853 3 3 4 4 Lead Developers <transmission-dev@m0k.org> 5 6 7 8 9 5 Eric Petit <titer@m0k.org> (Creator) 6 Josh Elsasser <josh@elsasser.org> (Back-end, GTK+ interface, Daemon interface) 7 Mitchell Livingston <livings124@gmail.com> (Mac OS X interface, Back-end) 8 Charles Kerr <charles@rebelbase.com> (Back-end, GTK+, wxWidgets) 9 Bryan Varner <bryan@varnernet.com> (BeOS interface) 10 10 11 11 Project Contributors 12 13 12 Nick Pucius (Mac OS X Help documentation) 13 Hugo van Heuven, madebysofa (Icon design, Mac toolbar icons) 14 14 15 15 Translators 16 16 Mac OS X, current release: 17 18 19 20 21 22 23 17 Jorge Carrasco Perez (Spanish) 18 Etienne Samson (French) 19 Marco Cavazzuti (Italian) 20 Thermaikos (Greek) 21 Jaewoo Chung (Korean) 22 Anton Sotkov (Russian) 23 Alexander Bykov (Russian) 24 24 25 25 GTK+: 26 26 Calorì Alessandro (Italian) 27 27 Daniel Nylander (Swedish) 28 28 Filipe Gomes (Portuguese) … … 31 31 Lubomir Marinov (Bulgarian) 32 32 Mircea Suciu (Romanian) 33 Mirek (Slovakian) 33 34 Nickolay V. Shmyrev (Russian) 34 35 Pavel Shevchuk (Russian) 35 36 Pierre-Henri Quelen (French) 36 37 Raphael Higino (Brazilian Portuguese) 37 38 Jean-François Fortin Tam (French) 38 39 Tomasz Dominikowski (Polish) 39 40 Vicente Carro Fernandez (Spanish) … … 42 43 43 44 Image Contributors 44 45 46 47 48 49 45 FOOOD 46 Martin Stadtmueller (Icon tweaking) 47 Mike Matas <http://www.mikematas.com/> (Previous toolbar icons) 48 Jonas Rask (Globe icon) 49 George Tsotsos 50 Rashid Eissing (Transfers preferences icon) 50 51 51 52 Other Contributors 52 Omar and Adrien (Beta testing) 53 BitTorrent Protocol Specification <http://wiki.theory.org/BitTorrentSpecification> 54 vi@nwr.jp (Free SHA1 implementation) 55 Ahmad M. Afuni (NetBSD patch) 56 Jeremy Messenger (FreeBSD patch) 57 John Blitch (Mac OS X patch) 58 Michael Demars <keul@m0k.org> (Mac OS X patches) 59 Fredrik Modéen (BeOS patches) 60 Deanna Phillips (transmissioncli manpage) 61 Nicholas Shanks (Mac OS X patches) 53 Omar and Adrien (Beta testing) 54 BitTorrent Protocol Specification <http://wiki.theory.org/BitTorrentSpecification> 55 vi@nwr.jp (Free SHA1 implementation) 56 Ahmad M. Afuni (NetBSD patch) 57 Jeremy Messenger (FreeBSD patch) 58 John Blitch (Mac OS X patch) 59 Michael Demars <keul@m0k.org> (Mac OS X patches) 60 Fredrik Modéen (BeOS patches) 61 Deanna Phillips (transmissioncli manpage) 62 Nicholas Shanks (Mac OS X patches) 63 TooMuchTime (Technical Advice) 62 64 63 65 Third-Party Resources 64 66 Thanks to: 65 The Growl Development Team for use of Growl. <http://growl.info/> 66 Andy Matuschak for use of Sparkle. <http://sparkle.andymatuschak.org/> 67 M. Uli Kusterer for use of UKKQueue. 67 Niels Provos for libevent <http://monkey.org/~provos/libevent/> 68 The Growl Development Team for use of Growl. <http://growl.info/> 69 Andy Matuschak for use of Sparkle. <http://sparkle.andymatuschak.org/> 70 M. Uli Kusterer for use of UKKQueue. -
trunk/configure.ac
r2837 r2853 34 34 AC_SUBST(GETTEXT_PACKAGE) 35 35 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package]) 36 ALL_LINGUAS="bg es fi fr it pl ro ru s v"36 ALL_LINGUAS="bg es fi fr it pl ro ru sk sv" 37 37 AM_GLIB_GNU_GETTEXT 38 38 transmissionlocaledir='${prefix}/${DATADIRNAME}/locale' -
trunk/libtransmission/tracker.c
r2846 r2853 947 947 publishStopped( tor ); 948 948 else if( reannounceInterval > 0 ) { 949 tr_ inf( "torrent '%s' reannouncing in %d seconds",949 tr_dbg( "torrent '%s' reannouncing in %d seconds", 950 950 tor->torrent->info.name, (reannounceInterval/1000) ); 951 951 tor->reannounceTag = tr_timerNew( tor->tracker->handle,
Note: See TracChangeset
for help on using the changeset viewer.