]> granicus.if.org Git - transmission/log
transmission
13 years agoFix typo.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:43:21 +0000 (00:43 +0000)]
Fix typo.

13 years agowhen sending PEX messages, unset the holepunch flag because we don't support holepunch.
Jordan Lee [Fri, 18 Feb 2011 00:41:32 +0000 (00:41 +0000)]
when sending PEX messages, unset the holepunch flag because we don't support holepunch.

13 years agoif we successfully finish a handshake using uTP, mark the peer as supporting uTP
Jordan Lee [Fri, 18 Feb 2011 00:41:06 +0000 (00:41 +0000)]
if we successfully finish a handshake using uTP, mark the peer as supporting uTP

13 years agosilence compiler warning
Jordan Lee [Fri, 18 Feb 2011 00:40:53 +0000 (00:40 +0000)]
silence compiler warning

13 years agocall UTP_RBDrained when our read buffer is empty
Jordan Lee [Fri, 18 Feb 2011 00:40:38 +0000 (00:40 +0000)]
call UTP_RBDrained when our read buffer is empty

13 years agoadd dbgmsg statements to peer-io's uTP code
Jordan Lee [Fri, 18 Feb 2011 00:40:22 +0000 (00:40 +0000)]
add dbgmsg statements to peer-io's uTP code

13 years agouTP peers need tr_peerIoFlush() to work during the handshake phase.
Jordan Lee [Fri, 18 Feb 2011 00:40:01 +0000 (00:40 +0000)]
uTP peers need tr_peerIoFlush() to work during the handshake phase.

13 years agoimplement bandwidth limiting for uploads to uTP peers
Jordan Lee [Fri, 18 Feb 2011 00:39:33 +0000 (00:39 +0000)]
implement bandwidth limiting for uploads to uTP peers

13 years agoRemove more debugging messages.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:36 +0000 (00:36 +0000)]
Remove more debugging messages.

13 years agoCall didWriteWrapper in utp_on_write.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:33 +0000 (00:36 +0000)]
Call didWriteWrapper in utp_on_write.

13 years agoDon't propagate information about ut_holepunch over PEX.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:31 +0000 (00:36 +0000)]
Don't propagate information about ut_holepunch over PEX.

It's not useful, says Greg.

13 years agoDon't use read_enabled in get_rb_size.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:27 +0000 (00:36 +0000)]
Don't use read_enabled in get_rb_size.

We're no longer maintaining read_enabled, as there are simpler ways of
doing the same.  Additionally, we used RBDrained incorrectly.

13 years agoRevert "Maintain information about enabled/disabled I/O."
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:24 +0000 (00:36 +0000)]
Revert "Maintain information about enabled/disabled I/O."

This reverts commit 604f8fd10db747e57d8710cc53326c0e114ad32c.

13 years agoRemove debugging messages.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:21 +0000 (00:36 +0000)]
Remove debugging messages.

13 years agoImplement outgoing uTP connections.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:19 +0000 (00:36 +0000)]
Implement outgoing uTP connections.

13 years agoExport uTP send_to callback.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:16 +0000 (00:36 +0000)]
Export uTP send_to callback.

13 years agoFix peerIoReconnect for uTP sockets.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:12 +0000 (00:36 +0000)]
Fix peerIoReconnect for uTP sockets.

13 years agoImplement pacing of reads.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:09 +0000 (00:36 +0000)]
Implement pacing of reads.

This should cause uTP sockets to respect read bandwidth limits.  I'm not so
sure about the values we return for the read buffer size -- perhaps we
should allow some slack for network latency?

13 years agoMaintain information about enabled/disabled I/O.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:07 +0000 (00:36 +0000)]
Maintain information about enabled/disabled I/O.

13 years agoSet the read buffer of UTP sockets to a well-defined value.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:05 +0000 (00:36 +0000)]
Set the read buffer of UTP sockets to a well-defined value.

13 years agoCompute accurate overhead for uTP packets.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:36:02 +0000 (00:36 +0000)]
Compute accurate overhead for uTP packets.

13 years agoPush testig for UTP enabled further down.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:35:56 +0000 (00:35 +0000)]
Push testig for UTP enabled further down.

There's no need to test for DHT/uTP being enabled in tr-udp.  The DHT
will silently discard any packets directed at the wrong session (see the
beginning of dhtCallback).  As to uTP, we need to grok uTP packets
to close any remaining connections after we disabled uTP, so it's better
to participate in uTP, just reject any incoming connections.

13 years agoFix typo.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:35:54 +0000 (00:35 +0000)]
Fix typo.

13 years agomake a note that we need to implement UTP_GetGlobalUTPBytesSent in libtransmission
Jordan Lee [Fri, 18 Feb 2011 00:33:54 +0000 (00:33 +0000)]
make a note that we need to implement UTP_GetGlobalUTPBytesSent in libtransmission

13 years ago(trunk T) add preliminary enable/disable toggles in daemon, gtk, and qt clients....
Jordan Lee [Fri, 18 Feb 2011 00:33:29 +0000 (00:33 +0000)]
(trunk T) add preliminary enable/disable toggles in daemon, gtk, and qt clients. 'preliminary' because this may be widened to a tri-state of inabled, disabled, and incoming only

13 years ago(trunk libT) add C and RPC API for getting/setting uTP enabled flag
Jordan Lee [Fri, 18 Feb 2011 00:33:11 +0000 (00:33 +0000)]
(trunk libT) add C and RPC API for getting/setting uTP enabled flag

13 years ago(trunk libT) silence compiler warnings
Jordan Lee [Fri, 18 Feb 2011 00:32:39 +0000 (00:32 +0000)]
(trunk libT) silence compiler warnings

13 years agoautomake/autoconf; #includes in libtransmission
Jordan Lee [Fri, 18 Feb 2011 00:32:19 +0000 (00:32 +0000)]
automake/autoconf; #includes in libtransmission

13 years agoimport libutp into third-party/ and plug it in to autoconf, automake
Jordan Lee [Fri, 18 Feb 2011 00:31:49 +0000 (00:31 +0000)]
import libutp into third-party/ and plug it in to autoconf, automake

13 years agoPropagate uTP and ut_holepunch information over PEX.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:48 +0000 (00:24 +0000)]
Propagate uTP and ut_holepunch information over PEX.

13 years agoUse dummy callbacks in peerIoReconnect.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:45 +0000 (00:24 +0000)]
Use dummy callbacks in peerIoReconnect.

13 years agoTweak dummy callbacks.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:40 +0000 (00:24 +0000)]
Tweak dummy callbacks.

Don't abort, just log a message and continue.

13 years agoDon't call UTP_Close multiple times.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:36 +0000 (00:24 +0000)]
Don't call UTP_Close multiple times.

Greg says it's evil.

13 years ago(gtk) Add tooltip for uTP peers.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:33 +0000 (00:24 +0000)]
(gtk) Add tooltip for uTP peers.

13 years agoShutdown UTP socket on short write.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:30 +0000 (00:24 +0000)]
Shutdown UTP socket on short write.

13 years agoSchedule a uTP write in peerIoWriteBuf.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:28 +0000 (00:24 +0000)]
Schedule a uTP write in peerIoWriteBuf.

13 years agoComplete the uTP callbacks.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:22 +0000 (00:24 +0000)]
Complete the uTP callbacks.

13 years agoAdd dummy UTP callbacks.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:18 +0000 (00:24 +0000)]
Add dummy UTP callbacks.

Libutp will sometimes call our callbacks after we called UTP_Close,
notably to notify us of the UTP_STATE_DESTROYING state change, but
also, for some reason, to ask us about our read buffer.  The simplest
way to avoid issues with that is to switch to a second set of callbacks.

13 years agoAdd assertions to libevent callbacks.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:15 +0000 (00:24 +0000)]
Add assertions to libevent callbacks.

They should never be called with a UTP socket.

13 years agoFirst pass at uTP callbacks.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:13 +0000 (00:24 +0000)]
First pass at uTP callbacks.

13 years agoUpdate tr-utp.c to be compatible with libevent2.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:11 +0000 (00:24 +0000)]
Update tr-utp.c to be compatible with libevent2.

13 years agoFix io_dtor for uTP sockets.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:09 +0000 (00:24 +0000)]
Fix io_dtor for uTP sockets.

13 years agoCheck for UTP timeouts every 50ms or so.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:24:04 +0000 (00:24 +0000)]
Check for UTP timeouts every 50ms or so.

Greg says that works for them.

13 years agoAccept UTP connexions.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:23:58 +0000 (00:23 +0000)]
Accept UTP connexions.

13 years agoModify peer-io to work with UTP sockets.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:23:51 +0000 (00:23 +0000)]
Modify peer-io to work with UTP sockets.

This is not supposed to work yet -- it just adds new fields to the data
structures to get the UTP code to compile.

13 years agoFix incorrect use of tr_timerAdd.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:23:49 +0000 (00:23 +0000)]
Fix incorrect use of tr_timerAdd.

13 years agoParticipate in UTP.
Juliusz Chroboczek [Fri, 18 Feb 2011 00:23:47 +0000 (00:23 +0000)]
Participate in UTP.

This adds code to participate in the UTP protocol, but without doing anything
useful yet -- we just shut down immediately any incoming connexion request.

13 years ago(trunk libT) #3767 "rarest first policy" -- disable the assertReplicationCountIsExact...
Jordan Lee [Thu, 17 Feb 2011 13:00:11 +0000 (13:00 +0000)]
(trunk libT) #3767 "rarest first policy" -- disable the assertReplicationCountIsExact() assertion

13 years ago(trunk libT) #3767 "rarest first policy" -- possible fix for assertion error reported...
Jordan Lee [Thu, 17 Feb 2011 12:57:36 +0000 (12:57 +0000)]
(trunk libT) #3767 "rarest first policy" -- possible fix for assertion error reported by rolcol

Resolve the problem described @ https://trac.transmissionbt.com/ticket/3767#comment:38

13 years ago(trunk libT) #3767 "rarest first policy" -- remove some debugging code.
Jordan Lee [Thu, 17 Feb 2011 07:10:20 +0000 (07:10 +0000)]
(trunk libT) #3767 "rarest first policy" -- remove some debugging code.

My initial thinking was to let nightly users test this out, but it's not necessary.

13 years ago(trunk libT) #3767 "rarest first policy" -- fixed.
Jordan Lee [Thu, 17 Feb 2011 05:14:53 +0000 (05:14 +0000)]
(trunk libT) #3767 "rarest first policy" -- fixed.

This commit, started by a patch from athy, implements a rarest first policy when deciding which pieces to request from peers. It keeps a count of how many peers have each piece, and updates the count when getting bitfields, have, have all, and have none messages, as well as decrementing the counts when peers disconnect.

This running total is generated only for downloading torrents. Seeds don't have this overhead.

13 years ago(trunk) #4032 "Better error detection / reporting in http announces" -- added to...
Jordan Lee [Thu, 17 Feb 2011 02:26:24 +0000 (02:26 +0000)]
(trunk) #4032 "Better error detection / reporting in http announces" -- added to trunk.

This patch adds two new flags to the callback function -- did_connect and did_timeout -- that are calculated inside of web.c using information from libcurl. This allows the announcer to detect timeouts more accurately and also to distinguish between unresponsive peers (which get the preexisting "Tracker did not respond" error message) and unconnectable peers (which get a new error message, "Could not connect to tracker").

13 years agorevert r11894
Jordan Lee [Tue, 15 Feb 2011 19:51:31 +0000 (19:51 +0000)]
revert r11894

13 years ago(trunk dht) apply patch from jch to increase the number of token_bucket_tokens.
Jordan Lee [Tue, 15 Feb 2011 19:48:57 +0000 (19:48 +0000)]
(trunk dht) apply patch from jch to increase the number of token_bucket_tokens.

13 years agoMake the initial DHT bootstrap more persistent.
Juliusz Chroboczek [Tue, 15 Feb 2011 19:10:56 +0000 (19:10 +0000)]
Make the initial DHT bootstrap more persistent.

We now try to contact the bootstrap nodes up to six times.
A better solution might be to reattempt bootstrap every half hour
or so.  This might be beneficial to people whose connectivity
changes while Transmission is running.

13 years ago(trunk libT) #3656 "endgame could be faster" -- fixed. Patch by harrydb.
Jordan Lee [Tue, 15 Feb 2011 16:04:56 +0000 (16:04 +0000)]
(trunk libT) #3656 "endgame could be faster" -- fixed. Patch by harrydb.

13 years ago(trunk gtk) #3866 "popup menu for file list manipulation" -- remove unused code in...
Jordan Lee [Tue, 15 Feb 2011 15:21:22 +0000 (15:21 +0000)]
(trunk gtk) #3866 "popup menu for file list manipulation" -- remove unused code in file-list.c

This code can be pulled back out of svn and readded if it's needed in the future.

13 years ago(trunk) make tr_torrentName() a public function.
Jordan Lee [Tue, 15 Feb 2011 15:18:51 +0000 (15:18 +0000)]
(trunk) make tr_torrentName() a public function.

This has been a private function in libtransmission for awhile now but it makes more sense as a public function.

13 years agoadjust the spacing between the "Add" and "Cancel" buttons in the Add windows
Mitchell Livingston [Sun, 13 Feb 2011 20:50:29 +0000 (20:50 +0000)]
adjust the spacing between the "Add" and "Cancel" buttons in the Add windows

13 years ago(trunk libT) #4016 "blocklists don't handle overlapping/unsorted rules" -- fixed.
Jordan Lee [Sun, 13 Feb 2011 16:14:31 +0000 (16:14 +0000)]
(trunk libT) #4016 "blocklists don't handle overlapping/unsorted rules" -- fixed.

13 years ago(trunk) #4022 "please update .gitignore" -- done.
Jordan Lee [Sun, 13 Feb 2011 16:04:54 +0000 (16:04 +0000)]
(trunk) #4022 "please update .gitignore" -- done.

13 years agorename "Clear Completed" to "Cleanup Completed"
Mitchell Livingston [Sun, 13 Feb 2011 03:25:06 +0000 (03:25 +0000)]
rename "Clear Completed" to "Cleanup Completed"

13 years agoremove selected transfers when removing completed transfers, removing through RPC...
Mitchell Livingston [Sun, 13 Feb 2011 02:14:21 +0000 (02:14 +0000)]
remove selected transfers when removing completed transfers, removing through RPC, etc. (whenever removing transfers that aren't the selected transfers)

13 years agoAdd option to remove completed transfers
Mitchell Livingston [Sun, 13 Feb 2011 02:02:13 +0000 (02:02 +0000)]
Add option to remove completed transfers

13 years ago(trunk gtk) #4012 "Cannot set individual seeding time in GTK+ client" -- fixed.
Jordan Lee [Sat, 12 Feb 2011 23:54:33 +0000 (23:54 +0000)]
(trunk gtk) #4012 "Cannot set individual seeding time in GTK+ client" -- fixed.

The code in gtk/details.c was still using the pre-release RPC key "seedInactiveLimit" when it should have been using "seedIdleLimit" instead.

13 years ago(trunk libT) rename "tr_ip_range" as "tr_ipv4_range" in blocklist.c
Jordan Lee [Sat, 12 Feb 2011 21:20:19 +0000 (21:20 +0000)]
(trunk libT) rename "tr_ip_range" as "tr_ipv4_range" in blocklist.c

13 years ago(trunk) #4019 "Minor patch, kill useless casts in transmission source." -- fixed...
Jordan Lee [Sat, 12 Feb 2011 17:27:47 +0000 (17:27 +0000)]
(trunk) #4019 "Minor patch, kill useless casts in transmission source." -- fixed. patch by jlouis

jlouis used Coccinelle to scan transmission's source for redundant code that casts a type to its own type.

13 years agopixel adjustment to the tracker add/remove button
Mitchell Livingston [Sat, 12 Feb 2011 05:30:51 +0000 (05:30 +0000)]
pixel adjustment to the tracker add/remove button

13 years agochange the add/remove tracker buttons in the inspector to the rounded rect style...
Mitchell Livingston [Sat, 12 Feb 2011 05:01:31 +0000 (05:01 +0000)]
change the add/remove tracker buttons in the inspector to the rounded rect style, and add tooltips

13 years agoadjust the pop up button style in the the inspector - options tab
Mitchell Livingston [Sat, 12 Feb 2011 04:39:50 +0000 (04:39 +0000)]
adjust the pop up button style in the the inspector - options tab

13 years agoincrease the width of the bandwidth limit fields in the inspector
Mitchell Livingston [Sat, 12 Feb 2011 04:05:28 +0000 (04:05 +0000)]
increase the width of the bandwidth limit fields in the inspector

13 years agocenter the "No Torrents Selected" in the inspector
Mitchell Livingston [Sat, 12 Feb 2011 03:53:23 +0000 (03:53 +0000)]
center the "No Torrents Selected" in the inspector

13 years agoinspector: update the displayed global seeding settings only when necessary; update...
Mitchell Livingston [Sat, 12 Feb 2011 03:28:36 +0000 (03:28 +0000)]
inspector: update the displayed global seeding settings only when necessary; update only the displayed global seeding settings instead of all the options

13 years ago#4017 display the global seeding settings in the inspector
Mitchell Livingston [Sat, 12 Feb 2011 03:13:14 +0000 (03:13 +0000)]
#4017 display the global seeding settings in the inspector

13 years agofix a warning
Mitchell Livingston [Sat, 12 Feb 2011 00:25:24 +0000 (00:25 +0000)]
fix a warning

13 years agofix a crash with the URL window, and memory leak with the URL window, and update...
Mitchell Livingston [Fri, 11 Feb 2011 03:17:36 +0000 (03:17 +0000)]
fix a crash with the URL window, and memory leak with the URL window, and update the "Open" button of the URL window when shown

13 years agomake the buttons in the URL window localizable
Mitchell Livingston [Fri, 11 Feb 2011 03:05:57 +0000 (03:05 +0000)]
make the buttons in the URL window localizable

13 years agoremember the URL sheet window size
Mitchell Livingston [Thu, 10 Feb 2011 01:16:26 +0000 (01:16 +0000)]
remember the URL sheet window size

13 years agoenable the URL sheet's add button when shown if text is already entered
Mitchell Livingston [Thu, 10 Feb 2011 01:03:21 +0000 (01:03 +0000)]
enable the URL sheet's add button when shown if text is already entered

13 years agoremember the text in the URL sheet
Mitchell Livingston [Thu, 10 Feb 2011 00:58:05 +0000 (00:58 +0000)]
remember the text in the URL sheet

13 years agomove the "open torrent URL" sheet into its own xib file
Mitchell Livingston [Thu, 10 Feb 2011 00:51:25 +0000 (00:51 +0000)]
move the "open torrent URL" sheet into its own xib file

13 years ago#3989 Menubar not translated in Dutch localisation
Mitchell Livingston [Wed, 9 Feb 2011 13:22:02 +0000 (13:22 +0000)]
#3989 Menubar not translated in Dutch localisation

13 years ago(trunk) improvement to r11864
Jordan Lee [Wed, 9 Feb 2011 06:10:01 +0000 (06:10 +0000)]
(trunk) improvement to r11864

Since the contents of getcwd() are undefined on error, explicitly terminate the buffer string if getcwd() fails.

13 years ago(trunk libt) silence a couple of identical compiler warnings: "ignoring return value...
Jordan Lee [Wed, 9 Feb 2011 05:42:52 +0000 (05:42 +0000)]
(trunk libt) silence a couple of identical compiler warnings: "ignoring return value of ‘getcwd’, declared with attribute warn_unused_result".

13 years ago(trunk libT) silence compiler warning in libtransmission/fdlimit.c: "ignoring return...
Jordan Lee [Wed, 9 Feb 2011 05:34:23 +0000 (05:34 +0000)]
(trunk libT) silence compiler warning in libtransmission/fdlimit.c: "ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result"

13 years ago(trunk libT) fix gcc compiler warning in libtransmission/makemeta.c: "ignoring return...
Jordan Lee [Wed, 9 Feb 2011 05:16:37 +0000 (05:16 +0000)]
(trunk libT) fix gcc compiler warning in libtransmission/makemeta.c: "ignoring return value of ‘read’, declared with attribute warn_unused_result"

13 years ago(trunk gtk) msgwin.c: silence compiler warning "warning: ‘pinned_to_new’ may be used...
Jordan Lee [Wed, 9 Feb 2011 05:10:29 +0000 (05:10 +0000)]
(trunk gtk) msgwin.c: silence compiler warning "warning: ‘pinned_to_new’ may be used uninitialized in this function"

13 years ago#3696 Publish Web Interface via Wide-Area Bonjour (in addition to Link-Local)
Mitchell Livingston [Wed, 9 Feb 2011 03:06:05 +0000 (03:06 +0000)]
#3696 Publish Web Interface via Wide-Area Bonjour (in addition to Link-Local)

13 years agoformat the number of times opened
Mitchell Livingston [Wed, 9 Feb 2011 02:49:32 +0000 (02:49 +0000)]
format the number of times opened

13 years ago#4002 Update to JQuery 1.5
Mitchell Livingston [Wed, 9 Feb 2011 02:45:54 +0000 (02:45 +0000)]
#4002 Update to JQuery 1.5

13 years ago(trunk libT) fix compiler warning: "peer-io.h:282: warning: inlining failed in call...
Jordan Lee [Wed, 9 Feb 2011 02:35:16 +0000 (02:35 +0000)]
(trunk libT) fix compiler warning: "peer-io.h:282: warning: inlining failed in call to ‘evbuffer_add_uint8’: optimizing for size and code size would grow"

13 years ago(trunk libT) #3991 "connection encryption stopped working" -- silence minor compiler...
Jordan Lee [Wed, 9 Feb 2011 02:26:35 +0000 (02:26 +0000)]
(trunk libT) #3991 "connection encryption stopped working" -- silence minor compiler warning. patch by ijuxda.

13 years agobump to version 2.21+
Jordan Lee [Tue, 8 Feb 2011 21:07:15 +0000 (21:07 +0000)]
bump to version 2.21+

13 years ago(trunk) bump to 2.21 2.21
Jordan Lee [Tue, 8 Feb 2011 21:05:30 +0000 (21:05 +0000)]
(trunk) bump to 2.21

13 years ago(trunk libT) #3993 "Version (-V) option no longer outputs svn revision no." -- fixed.
Jordan Lee [Tue, 8 Feb 2011 04:17:33 +0000 (04:17 +0000)]
(trunk libT) #3993 "Version (-V) option no longer outputs svn revision no." -- fixed.

update-version-h.sh tries to use {{{svnversion}}} when possible. But when it's not, it looks through the "$Id:" lines in the source file comments and uses the largest version number it finds. The new files tr-dht.[ch] didn't have the line of its $Id: comment formatted in the way update-version-h.sh expected. tr-dht.[ch]'s $Id: line has been homogenized to be like everyone else's...

13 years agoadd the application type to Info.plist
Mitchell Livingston [Tue, 8 Feb 2011 02:02:09 +0000 (02:02 +0000)]
add the application type to Info.plist

13 years ago#3987 Display issue in the main window in the German localisation
Mitchell Livingston [Tue, 8 Feb 2011 01:26:35 +0000 (01:26 +0000)]
#3987 Display issue in the main window in the German localisation

13 years agoset the visibility priority for high and low priority menu items
Mitchell Livingston [Tue, 8 Feb 2011 01:08:30 +0000 (01:08 +0000)]
set the visibility priority for high and low priority menu items

13 years agohave miniupnp use the project's flags
Mitchell Livingston [Tue, 8 Feb 2011 00:41:01 +0000 (00:41 +0000)]
have miniupnp use the project's flags

13 years ago#3994 don't compile assert statements in Release mode
Mitchell Livingston [Tue, 8 Feb 2011 00:36:57 +0000 (00:36 +0000)]
#3994 don't compile assert statements in Release mode