Commit Graph

8465 Commits

Author SHA1 Message Date
Charles Kerr fd9021b655 (trunk libT) #2416 "crash in event_queue_insert()" -- this crash is definitely happening when we call event_del() twice on the same event without an event dispatch pass between the two calls. Start nailing down every possible case where that could happen in libtransmission 2010-01-17 19:21:04 +00:00
Mitchell Livingston 590e4d0d9e don't save the torrent file for magnetized transfers 2010-01-17 17:57:54 +00:00
Mitchell Livingston 4ea2557fed using ABS is better than multiplying by -1 2010-01-17 16:20:28 +00:00
Mitchell Livingston 45933314c5 r9955 for all localizations 2010-01-17 15:53:03 +00:00
Mitchell Livingston b8ed0d3940 in the peer inspector, truncate the bottom two lines instead of wrapping 2010-01-17 15:49:29 +00:00
Charles Kerr 72603cc5a0 (trunk libevent) fix kqueue build failure 2010-01-17 04:59:21 +00:00
Charles Kerr c8fc84b971 (trunk libevent) yes, more assertions for exiva 2010-01-17 04:52:52 +00:00
Charles Kerr 7062f7add3 (trunk libevent) #2416 - trying to find a new way for exiva to crash 2010-01-17 04:25:50 +00:00
Charles Kerr 848bf5cd41 (trunk libevent) add more debugging assertions so I can continue to torture exiva... 2010-01-17 03:44:50 +00:00
Charles Kerr f01f00557c (trunk libevent) oops 2010-01-17 02:35:18 +00:00
Charles Kerr af6060165d (trunk libT) turn on DEBUG_KQUEUE_CHANGEIDX debugging 2010-01-17 02:31:06 +00:00
Mitchell Livingston 6c713d2800 update macosx-libevent-config.h and macosx-libevent-event-config.h 2010-01-17 02:24:33 +00:00
Charles Kerr b59775cdad (trunk third-party) #2416 "libevent + libcurl + OS X == crash" -- undo r9910 so that Nick's experimental fix can be tested in the nightlies. This is a continuation of r9946 2010-01-17 01:31:28 +00:00
Charles Kerr 4fbaf10ad6 (trunk) #2416 "libevent + libcurl + OS X == crash" -- remove our old libevent mirror, and instead use a snapshot from git://github.com/nmathewson/Libevent.git's "kqueue_crash_fix_1.4" branch from 2001-01-14 <http://github.com/nmathewson/Libevent/commits/kqueue_crash_fix_1.4> 2010-01-17 01:06:48 +00:00
Mitchell Livingston 7cad213bbc send "close" to windows when quitting instead of "orderOut:" 2010-01-16 22:57:21 +00:00
Charles Kerr 62c77900aa (trunk libT) add assertion to crash if tr_rpcSetPort() is called on a NULL RPC Server 2010-01-16 22:46:38 +00:00
Charles Kerr ecb157bba0 (trunk doc) fix a typo in the rpc-spec.txt document, reported by wakatake 2010-01-16 22:41:01 +00:00
Charles Kerr 3a908ad8d8 (trunk third-party) ensure that dht, miniupnp, and libnatpmp are compiled with @PTHREAD_CFLAGS@ on Solaris for thread safety. 2010-01-15 14:54:01 +00:00
Charles Kerr e3dcd00f5b (trunk) add NSApplicationAdditions.[hm] to Makefile.am 2010-01-15 06:18:24 +00:00
Kevin Glowacz 9a6926427a (trunk web) only help with line brakes if these aren't N/A 2010-01-15 05:17:55 +00:00
Kevin Glowacz 037777968d (trunk web) make sure the Download Directory field in the Inspector is N/A when no torrents are selected 2010-01-15 04:34:42 +00:00
Kevin Glowacz 30eabcb7aa (trunk web) update to jQuery 1.4 2010-01-15 03:41:57 +00:00
Kevin Glowacz 985438143f (trunk web) there is really no reason to keep the unminified jquery around 2010-01-15 03:41:51 +00:00
Kevin Glowacz 61ebb7fa0f (trunk web) These tags shouln't be self closing and then also closed 2010-01-15 03:41:46 +00:00
Kevin Glowacz d9c7ed8baa (trunk web) use public jQuery functions. private ones can change or be removed at any time (like in 1.4) 2010-01-15 03:41:39 +00:00
Charles Kerr bf08de36d9 (trunk libT) remove the r9933 assertions and maybe fix Yada's bug 2010-01-15 00:20:48 +00:00
Charles Kerr e1005726a2 (trunk libT) add in some assertions to try & smoke out Yada's crash 2010-01-14 21:37:27 +00:00
Charles Kerr 616c09156a (trunk libt) #2755 "assert( session->fdInfo != NULL ) in tr_fdTorrentClose() is failing" -- fixed for 1.80 2010-01-14 14:22:43 +00:00
Charles Kerr 6ce8085243 (trunk) housekeeping: (1) add standard svn properties for $Id$ substitution in some files (2) add #include guards in a couple of libtransmission headers (3) refresh build instructions in README 2010-01-14 14:20:49 +00:00
Charles Kerr 9ec94bc91f (trunk gtk) HIG: reorganize the menu items in the tray icon 2010-01-14 07:03:29 +00:00
Mitchell Livingston aac5e5cb61 add to RPC info for peers from DHT and LTEP 2010-01-14 00:25:03 +00:00
Charles Kerr de82e235af (trunk) second half of r9927.... :/ 2010-01-13 22:46:22 +00:00
Charles Kerr a77770a51a (trunk) add tr_torrent_stat.id to RPC documentation. Rename tr_tracker_stat.identifier as tr_tracker_stat.id for consistency with tr_torrent.id 2010-01-13 22:40:07 +00:00
Charles Kerr 73f4d29ce3 (trunk) try to help packagers a bit by adding annotation to say which prerequisites are mandatory and which are optional 2010-01-13 22:32:46 +00:00
Charles Kerr a276ef5911 (trunk macosx) tweak the automake file 2010-01-13 04:48:50 +00:00
Mitchell Livingston 47f9397122 eliminate a couple of compiler warnings 2010-01-13 03:05:03 +00:00
Charles Kerr 86a5e6be8a (trunk libT) fix assertion-on-shutdown failure reported by livings 2010-01-13 01:21:26 +00:00
Charles Kerr 1f79353107 (trunk gtk) sync GTK+ client translations from https://translations.launchpad.net/transmission/trunk/+pots/transmission 2010-01-13 01:06:34 +00:00
Charles Kerr 4b0c1ea332 (trunk libT) #2705 "speeding up request queue management" -- committed v1.1.diff for 1.80 2010-01-12 20:17:22 +00:00
Charles Kerr 5decc9ffb1 (trunk) add a log message telling the user which configDir is being used and whether or not its settings.json was used 2010-01-12 16:43:37 +00:00
Charles Kerr 90c6b3bc6e (trunk gtk) sync with http://svn.chipx86.com/trunk/libsexy/libsexy/sexy-icon-entry.c 2010-01-12 15:48:51 +00:00
Charles Kerr 5e5d11bdb3 (trunk gtk) remove two more minor memory leaks in the GTK+ client found by valgrind 2010-01-12 14:16:19 +00:00
Charles Kerr fa94830df1 (trunk gtk) remove a few very minor memory leaks in the GTK+ client 2010-01-11 21:54:54 +00:00
Charles Kerr fae3516d4b (trunk libT) #2750 "Crash on quit r9862 in TrCloseFile" -- fixed for 1.80 2010-01-11 18:26:29 +00:00
Charles Kerr 8bb57959fe (trunk) update NEWS 2010-01-11 16:11:28 +00:00
Mitchell Livingston e49098f349 whoops 2010-01-11 14:24:12 +00:00
Mitchell Livingston 98bf7709f7 remove Turkish localization - the translator is MIA 2010-01-11 14:23:46 +00:00
Charles Kerr e2feb075b9 (trunk libT) reinstate proxies in the http announce 2010-01-10 20:15:56 +00:00
Charles Kerr 2ac553361a (trunk libT) #2416 "crash in event_queue_insert" -- I think this is happening if we queue up two changes, one to listen for read/write, and then a second one to delete the polling, in kqueue's event mechanism, at libcurl's request. Let's try disabling kqueue in libevent and use poll/select instead. 2010-01-10 19:52:01 +00:00
Mitchell Livingston da06bc054f take a shot at #2715 - modular division on a negative number doesn't return a positive 2010-01-10 16:26:56 +00:00