Commit Graph

46 Commits

Author SHA1 Message Date
Charles Kerr 677dc73eac
refactor: use GTest for running tests (#1383)
* refactor: use google-test on libtransmission tests
2020-08-11 13:11:55 -05:00
Charles Kerr 6925be34b5
docs: make 'news' a markdown file (#1208)
* chore: fix markdown headers in NEWS.md

* chore: turn closed pulls/issues into links

* chore: linkify the release headers

* chore: fill in the 3.00 release date

* chore: use 'NEWS.md' in build scripts

* chore: tweak date format to YYYY-MM-DD
2020-05-03 18:33:57 -05:00
Mike Gelfand 3093df8755 Adjust autotools files to use submodules 2017-01-02 02:26:02 +03:00
Mike Gelfand 95e12a3a0a Package README.md instead of README 2016-09-02 22:34:29 +03:00
Mike Gelfand 166397455a Include Windows patches into source archive, otherwise CMake build fails 2016-02-28 06:16:04 +00:00
Mike Gelfand a1393e7b35 #5934: Generate REVISION file and use it in case of missing reliable source 2015-04-24 19:14:56 +00:00
Mike Gelfand 40c4d8ced6 Include all CMake-related files into `make dist` output to facilitate testing 2015-01-12 00:54:40 +00:00
Charles Kerr 068cc733df (trunk) rename "doc" as "extras", and add transmission-1920.jpg there 2010-08-02 02:49:52 +00:00
Charles Kerr eda211e5ce (trunk) #2983: add command-line utilities for creating .torrent files, for editing passkeys, for adding/removing trackers, etc. 2010-06-16 14:27:24 +00:00
Charles Kerr e7a442f28e (trunk libT) fix r9793 oops -- I didn't mean to commit my local changes to the autoconf code 2009-12-16 18:23:09 +00:00
Charles Kerr d9369718b3 (trunk) #2548 "T's request queue can send out too many duplicate requests" -- (1) fix r9465 implementation bug that caused some peers to get starved of requests if they rejected a request or choked, then unchoked us. (2) increase a block request's TTL by 15 seconds to reduce cancel/req cycles between two or more blocks (3) add a debug mode to the GTK+ client's peer tab to watch the pending requests counts both up & down 2009-12-16 18:20:01 +00:00
Charles Kerr 5ea18bc4ec (trunk) #2674 "Do not put the .svn directories to released tar file" -- fixed for 1.80 2009-12-15 16:24:03 +00:00
Kevin Glowacz 2fa63f79f8 (trunk) forgot to add this image to the makefile 2009-09-19 00:03:10 +00:00
Charles Kerr c859f06742 (trunk) autoconf/automake: move libdht.a into a DHT_LIBS variable 2009-06-19 23:50:09 +00:00
Charles Kerr ba3720f050 (trunk) add update-version-h.sh to EXTRA_DIST 2009-06-04 21:41:21 +00:00
Charles Kerr fba4d79a6b (trunk) follow a suggestion from gnucash-devel @ http://snipurl.com/ibexa to see if it fixes hudson-t's woes 2009-05-19 04:51:53 +00:00
Charles Kerr eacfbaddca add qt to EXTRA_DIST 2009-04-30 22:31:27 +00:00
Charles Kerr d13ac450d8 (trunk) fix web ui packaging error. patch from kjg 2009-04-28 16:22:07 +00:00
Charles Kerr 57ac99d6a1 (trunk web) don't use jquery.dimensions as a separate file anymore; it's been integrated into the JQuery core. http://forum.transmissionbt.com/viewtopic.php?f=8&t=7193&p=35322#p35322 2009-03-10 23:00:17 +00:00
Charles Kerr c756e244b3 (trunk) remove the wx client 2009-03-09 23:55:56 +00:00
Mitchell Livingston b31c51458b (trunk) fix linux build, part 2 2009-02-19 23:22:16 +00:00
Mitchell Livingston 91f4c72ebd (trunk) fix linux build 2009-02-19 23:20:06 +00:00
Charles Kerr 3ce59ff0c6 fix the linux build 2008-12-02 04:20:43 +00:00
Charles Kerr 545414c632 fix jquery-dimensions include bug reported by Spry 2008-10-19 18:52:47 +00:00
Charles Kerr 21c141a4ef (web) by Paweł Golonko
1: fix #1172 part 3
2: fix sort-by-progress reported by tziOm
3. fix preferences dialog typo
2008-09-19 16:17:35 +00:00
Charles Kerr b6c9fa56e0 (web) add filter icon submitted by Paweł Golonko 2008-09-18 21:37:27 +00:00
Mukund Sivaraman da3ca8d16e (win32) Don't build daemon on win32 yet 2008-09-05 15:13:03 +00:00
Charles Kerr 1b515c461c #1249: fix BSD "make install" issue 2008-09-03 18:07:09 +00:00
Charles Kerr 21976d47df #1196: configure switch --enable-darwin is dubious 2008-08-15 21:01:02 +00:00
Mukund Sivaraman 3d97ed16b2 Add autogen.sh to EXTRA_DIST 2008-08-15 15:50:35 +00:00
Charles Kerr b37a2cfa23 (1) add clutch to the tarball.
(2) on autoconf-based installs, install the clutch files in $(datadir)/transmission/web
(3) new function tr_getClutchDir().  Default implementation follows the XDG spec.
2008-07-11 04:07:14 +00:00
Charles Kerr c99b2b7e34 fix autoconf `COPYING' file generation 2008-07-04 14:07:49 +00:00
Charles Kerr 9d7501bfd5 (rpc) ensure "doc/rpc-spec.txt" is added to the tarball 2008-05-21 14:31:43 +00:00
Charles Kerr 736a06d926 #612: more control in ./configure over clients build 2008-01-13 17:29:50 +00:00
Charles Kerr 1ace977e22 fix #527 (source tarball contains .svn directories) 2008-01-01 17:40:51 +00:00
Charles Kerr 30417d10ab Include Transmission.xcodeproj in the tarball (#503) 2007-11-25 15:22:37 +00:00
Charles Kerr 4491e68a4f remove the old make system, move version.sh to macosx/ 2007-10-25 17:07:02 +00:00
Charles Kerr d6e6fb1798 bundle the mk/ directory along for mac users 2007-10-24 22:21:37 +00:00
Charles Kerr f71319b90f get "make distcheck" working again 2007-10-24 17:20:50 +00:00
Charles Kerr 20b0006ef3 fix the `transmission.desktop' errors reported by jinzo and Lacrocivious 2007-10-09 18:28:14 +00:00
Charles Kerr add634ead9 make the gtk translation files play nicely with autoconf 2007-10-08 15:37:33 +00:00
Charles Kerr 9a00da4dda More autoconf work. Added instructions on building Transmission to README. autoconf might work out-of-the-box on OS X now. 2007-08-16 15:20:11 +00:00
Charles Kerr 4676cea866 get libevent building and playing nice with all the other apps 2007-08-14 19:26:49 +00:00
Charles Kerr ca3c07012c first baby steps of wx client. currently just a window with menus and a toolbar, and unusuable. 2007-07-19 14:06:50 +00:00
Charles Kerr 0540d9861d fun 2007-07-18 23:34:26 +00:00
Charles Kerr bd3ce76fa5 part one of moving the build environment over to automake/autoconf. beware! 2007-07-18 23:04:26 +00:00