.. |
bencode.c
|
Better handling of malformed bencoded strings. Thanks to cluthi81 for reporting this.
|
2007-07-06 20:43:17 +00:00 |
bencode.h
|
BeOS fixes
|
2007-06-14 11:41:09 +00:00 |
bsdqueue.h
|
A couple trivial improvements to tree.h
|
2007-03-23 08:41:15 +00:00 |
bsdtree.h
|
A couple trivial improvements to tree.h
|
2007-03-23 08:41:15 +00:00 |
choking.c
|
lots of performance improvements. fun!
|
2007-06-29 05:45:17 +00:00 |
choking.h
|
…
|
|
clients.c
|
show Blizzard Downloader actual version (this could become wrong in future versions)
|
2007-05-21 15:25:28 +00:00 |
clients.h
|
…
|
|
completion.c
|
fix r2252 copy-and-paste bug. Thanks BentMyWookie
|
2007-06-30 21:39:03 +00:00 |
completion.h
|
Merge file selection and torrent creation into the main branch.
|
2007-06-18 03:40:41 +00:00 |
fastresume.c
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
fastresume.h
|
Merge file selection and torrent creation into the main branch.
|
2007-06-18 03:40:41 +00:00 |
fdlimit.c
|
* fix error checking large files reported by Gimp_
|
2007-06-18 19:39:52 +00:00 |
fdlimit.h
|
uninteresting minor stuff like adding const. this commit is just to reduce the shear between trunk and what lands in the file-selection branch.
|
2007-06-09 15:36:46 +00:00 |
http.c
|
* fix error checking large files reported by Gimp_
|
2007-06-18 19:39:52 +00:00 |
http.h
|
Fix upnp verbose logging to show outgoing http requests.
|
2007-06-10 23:12:43 +00:00 |
inout.c
|
fix inout.c read/write mode bug.
|
2007-07-06 17:19:34 +00:00 |
inout.h
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
internal.h
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
ipcparse.c
|
replace the unhelpful error message "error: insufficient resources" with more descriptive cases
|
2007-07-01 01:50:14 +00:00 |
ipcparse.h
|
make tr_torrentInfo() a const function
|
2007-06-30 13:36:58 +00:00 |
makemeta.c
|
don't crash when creating a single-file torrent of a zero-byte file. Reported by BentMyWookie.
|
2007-07-06 18:24:54 +00:00 |
makemeta.h
|
misc cleanup.. ansification; fix my own typos, etc...
|
2007-06-22 04:30:39 +00:00 |
metainfo.c
|
make the "Error while parsing bencoded data" more helpful by showing the bad bencoded data. (though the string might be very long...)
|
2007-07-01 02:54:37 +00:00 |
metainfo.h
|
Modified tr_torrentCanAdd() to give the new functionality BMW suggests
|
2007-06-27 14:54:31 +00:00 |
natpmp.c
|
Fix stupid, stupid mistake preventing frontend from seeing changed public port.
|
2007-04-17 02:35:14 +00:00 |
natpmp.h
|
Don't try port mapping if binding the port fails.
|
2007-04-15 07:36:24 +00:00 |
net.c
|
…
|
|
net.h
|
Merge PEX branch, I hope this works.
|
2007-03-23 08:28:01 +00:00 |
peer.c
|
fix broken rate control.
|
2007-07-07 04:13:13 +00:00 |
peer.h
|
lots of performance improvements. fun!
|
2007-06-29 05:45:17 +00:00 |
peeraz.h
|
Don't disconnect azureus peers with a newer peer protocol version,
|
2007-04-16 21:21:00 +00:00 |
peerext.h
|
patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks
|
2007-06-06 00:30:13 +00:00 |
peermessages.h
|
Merge file selection and torrent creation into the main branch.
|
2007-06-18 03:40:41 +00:00 |
peerparse.h
|
Silence the "Too many requests!" error that's not really an error
|
2007-06-30 22:47:59 +00:00 |
peertree.h
|
Merge PEX branch, I hope this works.
|
2007-03-23 08:28:01 +00:00 |
peerutils.h
|
fix endgame bugs
|
2007-07-06 16:17:37 +00:00 |
platform.c
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
platform.h
|
building up our threading tools: implement RW locks
|
2007-06-25 21:52:18 +00:00 |
ratecontrol.c
|
fix broken rate control.
|
2007-07-07 04:13:13 +00:00 |
ratecontrol.h
|
fix broken rate control.
|
2007-07-07 04:13:13 +00:00 |
sha1.c
|
…
|
|
sha1.h
|
…
|
|
shared.c
|
Fixes a typo that caused us to reject all incoming connections
|
2007-07-04 15:04:05 +00:00 |
shared.h
|
…
|
|
strlcat.c
|
Merge daemon branch to trunk.
|
2007-04-18 16:39:10 +00:00 |
strlcpy.c
|
Merge daemon branch to trunk.
|
2007-04-18 16:39:10 +00:00 |
torrent.c
|
when creating a torrent, initialize its cpStatus field before passing it to the torrent's worker thread
|
2007-07-02 01:29:05 +00:00 |
tracker.c
|
Make tr_trackerAnnouncePulse() just return safely if there's no tracker initialized.
|
2007-06-28 04:28:23 +00:00 |
tracker.h
|
…
|
|
transmission.c
|
add Transmission's SVN version number to the id string we send the tracker
|
2007-07-09 04:34:54 +00:00 |
transmission.h
|
replace the unhelpful error message "error: insufficient resources" with more descriptive cases
|
2007-07-01 01:50:14 +00:00 |
trcompat.h
|
Merge daemon branch to trunk.
|
2007-04-18 16:39:10 +00:00 |
upnp.c
|
* fix error checking large files reported by Gimp_
|
2007-06-18 19:39:52 +00:00 |
upnp.h
|
Don't try port mapping if binding the port fails.
|
2007-04-15 07:36:24 +00:00 |
utils.c
|
fix endgame bugs
|
2007-07-06 16:17:37 +00:00 |
utils.h
|
lots of performance improvements. fun!
|
2007-06-29 05:45:17 +00:00 |
xml.c
|
* fix error checking large files reported by Gimp_
|
2007-06-18 19:39:52 +00:00 |
xml.h
|
…
|
|