|
|
@7816
|
14 years |
charles |
(trunk libT) more assertions
|
|
|
@7812
|
14 years |
charles |
(trunk libT) yet even *more* assertions for Biiaru and persept :)
|
|
|
@7811
|
14 years |
charles |
(trunk libT) add more assertions to ensure that the libevent calls are …
|
|
|
@7810
|
14 years |
charles |
(trunk libT) possible fix for the transfers-not-loaded-on-startup …
|
|
|
@7806
|
14 years |
charles |
(trunk libT) another possible fix for the libevent corruption issue -- …
|
|
|
@7803
|
14 years |
charles |
(trunk libT) add more assertions to make Biiaru crash …
|
|
|
@7801
|
14 years |
charles |
(trunk libT) fsync busy files every 15 seconds or so. On linux, use …
|
|
|
@7800
|
14 years |
charles |
(trunk libT) try again to make hudson-t happy wrt posix_fadvise()
|
|
|
@7799
|
14 years |
charles |
(trunk libT) possibly make hudson-t happy on Linux
|
|
|
@7798
|
14 years |
charles |
(trunk libT) add mac, linux, and win32 support for os-level hints that …
|
|
|
@7797
|
14 years |
charles |
(trunk libT) new macro, tr_assert(). use it to help smoke out #1749
|
|
|
@7796
|
14 years |
charles |
(trunk libT) #1794: possible fix -- better handling of zero-size files
|
|
|
@7793
|
14 years |
charles |
(trunk libT) more of the same
|
|
|
@7792
|
14 years |
charles |
(trunk libT) more debugging messages
|
|
|
@7791
|
14 years |
charles |
(trunk libT) more experimental code for Biiaru
|
|
|
@7790
|
14 years |
charles |
(trunk libT) experimental commit that will *possibly* fix the "assert( …
|
|
|
@7789
|
14 years |
charles |
(trunk libT) don't limit peer bandwidth during the handshake phase. …
|
|
|
@7788
|
14 years |
charles |
(trunk libT) #1743: potential threading issue in tr_list. only …
|
|
|
@7786
|
14 years |
charles |
(trunk libT) silence curl_easy_setopt -Wunreachable-code warnings
|
|
|
@7783
|
14 years |
charles |
(trunk libT) fix some code that the newly-added gcc warnings didn't like
|
|
|
@7775
|
14 years |
charles |
(trunk libT) when deleting a torrent's local data -- folders and files …
|
|
|
@7770
|
14 years |
charles |
(trunk libT) #1734: encrypted peers' outgoing RC4 stream can be …
|
|
|
@7769
|
14 years |
charles |
(trunk libT) well, maybe it's not a problem with sending the pex …
|
|
|
@7768
|
14 years |
charles |
(trunk libT) add a couple of simple debugging messages
|
|
|
@7765
|
14 years |
charles |
(trunk libT) better implementation of r7761 to take into account …
|
|
|
@7763
|
14 years |
charles |
(trunk libT) bah, fix r7761 oops
|
|
|
@7761
|
14 years |
charles |
(trunk libT) when pruning out slow peers, don't prune if we don't have …
|
|
|
@7760
|
14 years |
charles |
(trunk libT) fix uninitialized variable in bandwidth code
|
|
|
@7759
|
14 years |
charles |
(trunk libT) fix crash-on-add-torrent-from-clutch reported by anf6
|
|
|
@7752
|
14 years |
charles |
(trunk libT) fix two bugs introduced yesterday's add-torrent changes …
|
|
|
@7751
|
14 years |
charles |
(trunk libT) #1715: More stats information in rpc session-stats command
|
|
|
@7750
|
14 years |
charles |
(trunk libT) put ful's theory to the test wrt function pointers
|
|
|
@7749
|
14 years |
charles |
(trunk libT) s/function_done/tr_idle_function_done/
|
|
|
@7748
|
14 years |
charles |
(trunk libT) prefer int' over ssize_t'
|
|
|
@7747
|
14 years |
charles |
(trunk libT) possible fix for the `few peers' errors reported on OS X. …
|
|
|
@7744
|
14 years |
charles |
(trunk libT) In RPC, add general support for nonblocking methods, and …
|
|
|
@7743
|
14 years |
charles |
(trunk libT) have tr_strndup() take an ssize_t instead of an int
|
|
|
@7742
|
14 years |
charles |
(trunk libT) fix a minor memory leak.
|
|
|
@7740
|
14 years |
charles |
(trunk libT) discard peers from the tracker or pex that have a port …
|
|
|
@7738
|
14 years |
charles |
(trunk libT) minor cleanup
|
|
|
@7735
|
14 years |
charles |
(trunk libT) check in some of the extra error logging messages …
|
|
|
@7732
|
14 years |
charles |
(trunk daemon) #1704: --info and/or --files should show the download …
|
|
|
@7730
|
14 years |
charles |
(trunk libT) fix IPv6 reported & solved by erdgeist. add debugging …
|
|
|
@7721
|
14 years |
charles |
(trunk libT) minor tweaks to reduce libtransmission shear between …
|
|
|
@7720
|
14 years |
charles |
(trunk libT) make file preallocation optional via settings.json. …
|
|
|
@7718
|
14 years |
jhujhiti |
(trunk libT) fix r7717
|
|
|
@7717
|
14 years |
charles |
(trunk libT) fix tracker IPv6 error reported by the earth spirit
|
|
|
@7715
|
14 years |
charles |
(trunk) add interface versioning to the RPC spec
|
|
|
@7713
|
14 years |
charles |
(trunk libT) #1698: RunTime? Check failure
|
|
|
@7712
|
14 years |
charles |
(trunk libT) Remove tr_peerMgrHasConnections, it isn't used anywhere
|
|
|
@7711
|
14 years |
charles |
(trunk libT) fix an r7707 bug in tr_sessionGetActiveTorrentCount()
|
|
|
@7710
|
14 years |
charles |
(trunk libT) peerMgr: operate directly on tr_torrent and not …
|
|
|
@7709
|
14 years |
charles |
(trunk libT) minor torrent iteration cleanup. (wereHamster, charles)
|
|
|
@7707
|
14 years |
charles |
(trunk libT) Remove tr_torrentNext() from the public libT API (wereHamster)
|
|
|
@7706
|
14 years |
charles |
(trunk libT) Clean up RPC server initialization (wereHamster)
|
|
|
@7705
|
14 years |
charles |
(trunk libT) Get rid of peer-mgr-private.h (from wereHamster)
|
|
|
@7696
|
14 years |
charles |
(trunk libT) #1655: rpc-spec 4.2: "session-stats" returns a new object …
|
|
|
@7692
|
14 years |
charles |
(trunk libT) close open files immediately after they're done downloading
|
|
|
@7687
|
14 years |
charles |
(trunk libT) #1427: Files are kept open in read/write mode after a …
|
|
|
@7683
|
14 years |
charles |
(trunk libT) #1592: file priorities are not preserved after exiting & …
|
|
|
@7663
|
14 years |
charles |
(trunk libT) win32 portability patch from Alexey
|
|
|
@7658
|
14 years |
charles |
(trunk) update the GPL code's copyright dates
|
|
|
@7657
|
14 years |
charles |
(trunk libT) #1634: better utf8 validation of metainfo "files" field
|
|
|
@7656
|
14 years |
charles |
(trunk libT) #1675: better utf8 validation of metainfo name, creator, …
|
|
|
@7655
|
14 years |
charles |
(trunk libT) fix minor compiler warning that cropped up when upgrading …
|
|
|
@7654
|
14 years |
charles |
(trunk libT) upgrade our copy of Unicode Inc's freeware ConvertUTF.[ch]
|
|
|
@7652
|
14 years |
charles |
(trunk libT) win32 portability fixes, reported by Alexey
|
|
|
@7651
|
14 years |
charles |
(trunk libT) undo r7645 based on feedback that the experimental code …
|
|
|
@7648
|
14 years |
charles |
(trunk libT) fix downloadDir error reported & tracked down by wereHamster
|
|
|
@7647
|
14 years |
charles |
(trunk libT) annotate tr_cpBlockBitfieldSet() as suggested by wereHamster.
|
|
|
@7646
|
14 years |
charles |
(trunk libT) finally get around to making upload-slots-per-torrent a …
|
|
|
@7645
|
14 years |
charles |
(trunk libT) clear out the experimental code that accumulated while …
|
|
|
@7644
|
14 years |
charles |
(trunk libT) fix evbuffer oops
|
|
|
@7643
|
14 years |
charles |
(trunk libT) make the default number of open files 32 rather than 16, …
|
|
|
@7642
|
14 years |
charles |
(trunk libT) The buffer is static anyway, no need to malloc it
|
|
|
@7641
|
14 years |
charles |
(trunk libT) remove a small number of redundant or unnecessary asserts
|
|
|
@7634
|
14 years |
charles |
(trunk libT) fix odd handshake bug reported by wereHamster
|
|
|
@7633
|
14 years |
charles |
(trunk libT) re-enable the completion sanity tests for the benefit of …
|
|
|
@7632
|
14 years |
charles |
(trunk libT) update the copyrights on some files that no longer have …
|
|
|
@7631
|
14 years |
charles |
(trunk libT) much faster implementation of tr_cpBlockBitfieldSet()
|
|
|
@7630
|
14 years |
charles |
(trunk libT) apparently the r7629 tr_cpBlockBitfieldSet() speedup …
|
|
|
@7629
|
14 years |
charles |
(trunk libT) hm, checked in the wrong version.
|
|
|
@7628
|
14 years |
charles |
(trunk libT) faster tr_cpBlockBitfieldSet()
|
|
|
@7627
|
14 years |
jhujhiti |
(trunk libT) Fix an assertion failure in ptrarrays when values are …
|
|
|
@7626
|
14 years |
charles |
(trunk libT) fix refcount error in the new peer-io refcount code
|
|
|
@7623
|
14 years |
charles |
(trunk libT) two bugfixes in one: (1) fix leaking tr_handshake objects …
|
|
|
@7622
|
14 years |
charles |
(trunk libT) fix the new-code errors reported by ZogG and Rolcol and Spaham
|
|
|
@7621
|
14 years |
charles |
(trunk libT) fix a minor memory leak reported by Valgrind
|
|
|
@7620
|
14 years |
charles |
(trunk libT) yet another step in the debugging cycle, crash report …
|
|
|
@7619
|
14 years |
charles |
(trunk libT) probably fix r7618 reported in #transmission by Rolcol
|
|
|
@7618
|
14 years |
charles |
(trunk libT) fix the much-hated "Assertion failed: (tr_isPeerIo( io …
|
|
|
@7616
|
14 years |
charles |
(trunk libT) minor speedup tweaks in peer-request hotspots
|
|
|
@7615
|
14 years |
charles |
(trunk libT) remove a small memory leak in the request-list unit test …
|
|
|
@7614
|
14 years |
charles |
(trunk libT) minor tr_ptrArray API cleanup
|
|
|
@7613
|
14 years |
charles |
(trunk libT) forgot to "svn add" request-list-test.c before committing…
|
|
|
@7611
|
14 years |
charles |
(trunk libT) fix r7610 bug reported by BentMyWookie?
|
|
|
@7609
|
14 years |
charles |
(trunk libT) new peer request fifo queue with log(N) search time. new …
|
|
|
@7608
|
14 years |
charles |
(trunk libT) remove unnecessary prototype
|
|
|
@7607
|
14 years |
charles |
(trunk libT) don't use void* when doing pointer math.
|
|
|
@7606
|
14 years |
charles |
(trunk libT) minor improvement to testing to see if two requests are equal
|
|
|