1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

8697 commits

Author SHA1 Message Date
Charles Kerr
0f6214d9ae (trunk libT) if we're calling evdns_init(), we probably ought to call evdns_shutdown() on exit... 2010-01-22 03:39:21 +00:00
Mitchell Livingston
b9a256fac8 mac build, compile! 2010-01-22 02:47:30 +00:00
Charles Kerr
1f44272678 (trunk libT) #2781 "1.80 freezes on startup" -- possible fix. implement nonblocking dns before we hand the URLs over to libcurl 2010-01-22 02:40:11 +00:00
Charles Kerr
67b9c83df5 (trunk gtk) #2780 "for themability, T needs unique icon names for window, system tray, and popup icons" -- added to trunk for 1.81 2010-01-21 20:51:48 +00:00
Charles Kerr
e26a1783c6 (trunk libT) #2777 "some magnet links get misparsed" -- fixed in trunk for 1.81 2010-01-21 05:10:00 +00:00
Charles Kerr
0faaaeaa9a (trunk libT) #2756 "32 byte leak in tr_threadNew()" -- fixed for 1.81 2010-01-21 03:14:46 +00:00
Mitchell Livingston
18272e65a1 flatten nibs regardless of build setting 2010-01-21 02:48:14 +00:00
Mitchell Livingston
f9354c0ce9 1.80+ 2010-01-21 02:47:52 +00:00
Kevin Glowacz
443d591490 (trunk web) style the turtle button into the iPhone stylesheet 2010-01-21 01:43:12 +00:00
Kevin Glowacz
a807325f08 (trunk web) work around a context bug in jquery14 2010-01-21 01:43:05 +00:00
Mitchell Livingston
5f785b5a24 bug fix > bugfix 2010-01-21 00:50:46 +00:00
Charles Kerr
99f85a985d (trunk gtk) update .po files from rosetta 2010-01-21 00:31:12 +00:00
Charles Kerr
1c8426cfee (trunk libT) fix some #include statements 2010-01-20 23:58:09 +00:00
Mitchell Livingston
ebf958c92c update NEWS and version information 2010-01-20 23:54:49 +00:00
Charles Kerr
f6692303ed (trunk gtk) HiG consistency 2010-01-20 21:27:00 +00:00
Charles Kerr
649819d1be (trunk libT) fix tiny typo in previous commit... :/ 2010-01-20 20:25:13 +00:00
Charles Kerr
2dce44fbe7 (trunk libT) still too wordy 2010-01-20 20:15:23 +00:00
Charles Kerr
5b1af96165 (trunk libT) #2676 "Transmission writes to non-existent drive in '/Volumes'" -- we're already stopping the torrent when the local data disappears, but let's add a more explicit and helpful error message to help users diagnoses the problem. 2010-01-20 20:08:12 +00:00
Charles Kerr
8e16b74dad (trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80 2010-01-20 18:48:52 +00:00
Charles Kerr
8a49d60f6f (trunk libT) tweak the last commit -- use strncmp() instead 2010-01-20 18:41:22 +00:00
Charles Kerr
7c29d46daa (trunk libT) #2771 "Unable to add magnet URI from Mininova via web interface" -- fixed for 1.80 2010-01-20 18:15:09 +00:00
Charles Kerr
32be71309f (trunk gtk) fix another small memory error in the gtk+ client found by valgrind 2010-01-20 17:43:00 +00:00
Charles Kerr
af499e58e2 (trunk gtk) fix another minor memory leak detected by valgrind 2010-01-20 17:20:35 +00:00
Charles Kerr
704261527c (trunk gtk) oops, that last commit should've used g_free() instead of tr_free() 2010-01-20 14:27:48 +00:00
Charles Kerr
d31e93163d (trunk gtk) fix a couple of small memory leaks in the gtk+ client, found by valgrind 2010-01-20 14:16:44 +00:00
Mitchell Livingston
a6634e4300 by request, remove from credits 2010-01-20 05:14:47 +00:00
Charles Kerr
9eb07e9b16 (trunk) No code changes here... filling in some of the blanks in the "peers" and "utils" doxygen groups' documentation. 2010-01-19 19:37:00 +00:00
Charles Kerr
6c0f78ffd8 (trunk) tweak NEWS 2010-01-19 17:29:42 +00:00
Mitchell Livingston
bd8b215d67 remove an unused field from the Simplified Chinese localization's tracker tab (how can a new localization already have this sort of issue?) 2010-01-19 04:16:40 +00:00
Charles Kerr
adf5484252 (trunk) pull libevent from <svn://svn.transmissionbt.com/libevent/branches/patches-1.4/libevent> 2010-01-18 19:38:25 +00:00
Charles Kerr
b0fe8bcf73 (trunk) messing around with libevent a little. this will break build.transmissionbt.com for a bit but don't worry about it 2010-01-18 19:36:06 +00:00
Charles Kerr
5b4ec24deb (trunk libT) tweak the peer-io bugfix 2010-01-18 19:26:46 +00:00
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