|
|
@7331
|
14 years |
charles |
(daemon) #1510: kysucix's patch to give an option to delete local data …
|
|
|
@7329
|
14 years |
charles |
(trunk libT) if an individual torrent's speed limit is set, don't pay …
|
|
|
@7295
|
14 years |
charles |
(libT) fix a minor memory leak.
|
|
|
@7242
|
14 years |
charles |
(libT) #1454: List of files selection/priority resetting
|
|
|
@7238
|
14 years |
charles |
(libT) #1379: support "partial seeds" BEP 22
|
|
|
@7235
|
14 years |
charles |
(libT) misc cleanup
|
|
|
@7199
|
14 years |
charles |
#1379 lay some very early groundwork for "partial seeds" -- change …
|
|
|
@7158
|
14 years |
charles |
(libT) remove debugging statement that got checked in by accident
|
|
|
@7154
|
14 years |
charles |
(libT) yet another stab at getting bandwidth management under control. …
|
|
|
@7147
|
14 years |
charles |
(libT) #1468: another stab at getting the peer transfer speeds both …
|
|
|
@7069
|
14 years |
charles |
more fucking around with the speed measurements.
|
|
|
@7065
|
14 years |
charles |
(libT) revise r7065
|
|
|
@7064
|
14 years |
charles |
#1429 (libT) cleaner handling of the special case where the upload or …
|
|
|
@7056
|
14 years |
charles |
(libT) fix r7055 oops. Also, the comment on that last commit should …
|
|
|
@7055
|
14 years |
charles |
update NEWS
|
|
|
@7051
|
14 years |
charles |
(libT) #849: preallocate files when possible to prevent disk fragmentation
|
|
|
@7027
|
14 years |
charles |
(libT) micro-optimizations suggested by cachegrind
|
|
|
@6975
|
14 years |
charles |
#1308: Transmission forgets it's verifying data
|
|
|
@6969
|
14 years |
charles |
fix tab damage
|
|
|
@6966
|
14 years |
charles |
fix r6965 oops
|
|
|
@6965
|
14 years |
charles |
(libT) fold together some redundant sanity tests that were taking up …
|
|
|
@6935
|
14 years |
charles |
#1369: clarify the different torrent status & callbacks' APIs and typenames
|
|
|
@6931
|
14 years |
charles |
(libT) possible fix for the up/down display inconsistency reported by …
|
|
|
@6896
|
14 years |
charles |
have tr_buildPath() allocate memory from the heap rather than using an …
|
|
|
@6842
|
14 years |
charles |
(libT) finish killing tr_errno.
|
|
|
@6832
|
14 years |
charles |
(libT) housekeeping: tr_torrent.handle --> tr_torrent.session
|
|
|
@6795
|
14 years |
charles |
run libT, cli, daemon, gtk through the source-code formatter …
|
|
|
@6782
|
14 years |
charles |
first draft at having more accurate speed controls
|
|
|
@6699
|
14 years |
charles |
(libT) change benc's integral type from int to size_t, squashing a …
|
|
|
@6517
|
14 years |
muks |
Replace random number generation code
|
|
|
@6468
|
14 years |
charles |
#1168: reading past the end of KTorrent's pex added.f strings
|
|
|
@6435
|
14 years |
charles |
#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in …
|
|
|
@6429
|
14 years |
charles |
#1135: crashes when adding torrent, with "assert( ( info->pieceSize % …
|
|
|
@6425
|
14 years |
charles |
minor text cleanup
|
|
|
@6354
|
14 years |
charles |
(libT) fix some minor warnings foudn by clang's scan-build and …
|
|
|
@6211
|
14 years |
charles |
small tr_torrentStat() speedup suggested by BentMyWookie?
|
|
|
@6199
|
14 years |
charles |
(rpc) simplify the rpc accessors
|
|
|
@6162
|
14 years |
charles |
unify the daemon and gtk client's config files so that you can easily …
|
|
|
@6124
|
14 years |
charles |
(libT) add NULL pointer checks to tr_torrentStart(), tr_torrentStop()
|
|
|
@6115
|
14 years |
charles |
more webseed work.
|
|
|
@6112
|
14 years |
charles |
(libT) new API for webseed statistics: tr_torrentGetWebSpeeds()
|
|
|
@6101
|
14 years |
charles |
libT: first cut at implementing the internal peers' request queues as …
|
|
|
@6093
|
14 years |
charles |
(libT) if there are webseeds, update the available amount accordingly
|
|
|
@6018
|
14 years |
charles |
add tr_torrentSetDoneDate() too
|
|
|
@6017
|
14 years |
charles |
add tr_torrentSetAddedDate() and tr_torrentSetActivityDate()
|
|
|
@6016
|
14 years |
charles |
(1) add a doneDate to tr_torrent and tr_stat. (2) save …
|
|
|
@5994
|
14 years |
charles |
#981: add tr_stat.dateAdded to libT; add "sort by age" to gtk+ client
|
|
|
@5987
|
14 years |
charles |
#838 (Adding trackers to existing torrents): add a backend API for …
|
|
|
@5986
|
14 years |
charles |
fix r5985 oops. I shouldn't make commits when I'm in a hurry.
|
|
|
@5985
|
14 years |
charles |
another tweak for calculating tr_stat.desiredAvailable faster, …
|
|
|
@5978
|
14 years |
charles |
add a couple of more ways to short-circuit the …
|
|
|
@5976
|
14 years |
charles |
minor speedups in tr_torrentStat() and in bitfield manipulation
|
|
|
@5954
|
14 years |
charles |
#972 (partial) Transmission fails to compile with Sun Studio due to …
|
|
|
@5924
|
14 years |
charles |
remove unused functions tr_torrentSetActiveCallback() and …
|
|
|
@5922
|
14 years |
charles |
* change tr_stat.activityDate's and tr_stat.startedDate's type to …
|
|
|
@5913
|
14 years |
charles |
sine we now have two public ports (peer and rpc), rename "publicPort" …
|
|
|
@5911
|
14 years |
charles |
more cleanup work:
(1) kill the pointless "tr_tracker_stat" struct. …
|
|
|
@5908
|
14 years |
charles |
(libt) more janitorial work on cleaning up tr_session*() and …
|
|
|
@5902
|
14 years |
charles |
make tr_stat identical in transmission.h and rpc-spec.txt.
|
|
|
@5880
|
14 years |
charles |
rename tr_torrentClose() as tr_torrentFree() and make it private. …
|
|
|
@5868
|
14 years |
charles |
(#954) rpc: add "torrent-remove" method. rename tr_torrentDelete() as …
|
|
|
@5843
|
14 years |
charles |
RPC/IPC redesign
|
|
|
@5819
|
14 years |
charles |
ipc: add session accessor/mutators.
transmission.h: make the session …
|
|
|
@5813
|
14 years |
charles |
partial implementation of json-ipc backend: torrent …
|
|
|
@5796
|
14 years |
charles |
new utility for iterating through torrents: tr_torrentNext()
|
|
|
@5781
|
14 years |
charles |
#751: tear down some of the scaffolding used in tracking down this bug.
|
|
|
@5750
|
14 years |
charles |
#912: Resume file parsed twice on startup
|
|
|
@5749
|
14 years |
charles |
fix multitracker problem reported by BentMyWookie?
|
|
|
@5748
|
14 years |
charles |
when one of the trackers in a multitracker list is successful, bump it …
|
|
|
@5747
|
14 years |
charles |
add #include <limits.h> to pick up INT_MAX
|
|
|
@5746
|
14 years |
charles |
randomize the announce addresses within multitracker tiers
|
|
|
@5707
|
14 years |
charles |
#899: Hangs when clicking verify data twice
|
|
|
@5682
|
14 years |
charles |
#894: wont start - cp->doneHave <= cp->completeHave
|
|
|
@5658
|
14 years |
charles |
string folding
|
|
|
@5647
|
14 years |
charles |
#890: be smarter about noticing seeds from tracker & pex
|
|
|
@5627
|
14 years |
charles |
more hacking on the bencoded resume files
|
|
|
@5621
|
14 years |
charles |
add more debugging messages for loading progress from the bencoded …
|
|
|
@5613
|
14 years |
charles |
get tr_ctorSetMetainfoFromHash() working again.
|
|
|
@5611
|
14 years |
charles |
'resume' cleanup
|
|
|
@5606
|
14 years |
charles |
#872: crash in bitfield code when loading resume files
|
|
|
@5597
|
14 years |
charles |
minor tr_torrentStat cleanup
|
|
|
@5587
|
14 years |
charles |
update a couple of the tr_stat fields based on feedback from BMW
|
|
|
@5556
|
14 years |
livings124 |
fix incorrect eta value
|
|
|
@5552
|
14 years |
livings124 |
fix marking the eta of torrents with peers as unavailable
|
|
|
@5547
|
14 years |
charles |
remove a debugging printf
|
|
|
@5539
|
14 years |
charles |
#843: download eta should consider availability
|
|
|
@5517
|
14 years |
charles |
#684: Use XDG basedir spec for configuration and cache files in $HOME
|
|
|
@5475
|
14 years |
charles |
(1) make tr_torrentRates() faster.
(2) new function: …
|
|
|
@5462
|
14 years |
charles |
experimental commit to save 1888 bytes from each tr_torrent
|
|
|
@5457
|
14 years |
charles |
remove `TR_STATUS_DONE' from libtransmission's public API. It's …
|
|
|
@5357
|
14 years |
charles |
#811: fix r5329 error in trunk.
|
|
|
@5332
|
14 years |
charles |
allow NULL as the second argument to tr_torrentFiles()
|
|
|
@5329
|
14 years |
charles |
fix bug that caused very large torrents to crash Transmission
|
|
|
@5313
|
14 years |
charles |
more string work before the freeze. (1) use %'d to get thousands' …
|
|
|
@5285
|
14 years |
charles |
changes to message logging: (1) bring back "Torrent hasn't responded …
|
|
|
@5284
|
14 years |
charles |
#740: back out the previous "fix" because it caused an regression in …
|
|
|
@5249
|
14 years |
charles |
meh, too early in the morning :)
|
|
|
@5248
|
14 years |
charles |
fix r5243 typo reported by BentMyWookie?
|
|
|
@5243
|
14 years |
charles |
#138: per-torrent messages#138: per-torrent messages#138: per-torrent …
|
|
|
@5241
|
14 years |
charles |
#781: experimental commit on the "failed data" issue.
|
|
|