This website requires JavaScript.
Explore
Help
Register
Sign In
Transmission
/
transmission
Watch
1
Star
0
Fork
0
You've already forked transmission
mirror of
https://github.com/transmission/transmission.git
synced
2025-12-23 20:08:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab7fe4470e74d4c8efe0ef509ed4855aba3a135e
transmission
/
web
/
javascript
History
Jordan Lee
ab7fe4470e
remove dead code
2011-08-28 06:20:32 +00:00
..
jquery
(trunk web) use the same CDN cache of jQuery that everyone else does s.t. users can avoid redownloading jquery.min.js when using the web client.
2011-08-21 16:59:00 +00:00
common.js
(trunk web) in Transmission.refilter(), only refilter/resort the torrents that have changed since the last update. This makes the web client scale reasonably well even up to 1000s of torrents.
2011-08-27 21:35:19 +00:00
dialog.js
(trunk web) A lot of web cleanup, refactoring, bugfixes, and probably new breakage. Filterbar/statusbar has been reworked. Added filter-by-tracker. Compact mode now works in "iPhone" mode.
2011-08-24 02:04:35 +00:00
file-row.js
(trunk web) significant shrinkage of our memory + network footprint by only loading torrent's fields when they're needed.
2011-08-25 23:06:41 +00:00
formatter.js
(trunk web)
#4438
"Add tooltip for peer status in web interface" -- patch by niol
2011-08-24 18:42:10 +00:00
Makefile.am
(trunk web) rename torrent-renderer.js as torrent-row.js
2011-08-20 23:32:21 +00:00
menu.js
(web) fix whitepsaces
2010-06-21 13:14:33 +00:00
torrent-row.js
(trunk web) Stop poking the torrent-row's progressbar's style.display fields unless the new value differs from the old. It's probably browser-dependent on whether or not this speeds anything up, but FF seems to like it.
2011-08-26 23:30:07 +00:00
torrent.js
(trunk web) in Transmission.refilter(), only refilter/resort the torrents that have changed since the last update. This makes the web client scale reasonably well even up to 1000s of torrents.
2011-08-27 21:35:19 +00:00
transmission.js
remove dead code
2011-08-28 06:20:32 +00:00
transmission.remote.js
(trunk web) add context arguments for the RPC methods' callbacks.
2011-08-28 06:05:46 +00:00