When we dequeue pieces in one client, tell the other clients that they might have...
[etorrent.git] / ChangeLog
blobe6c6690fda0942075b12bf7802bb888641f59446
1 2008-07-10  Jesper Louis Andersen  <jlouis@ogre.home>
3         * SRC: Improve the rate calculation.
5         * SRC: Robustify the supervisor tree.
7 2008-07-09  Jesper Louis Andersen  <jlouis@ogre.home>
9         * SRC: Implement a primitive file logger for the event manager.
11         * SRC: Implement passive sockets. Preliminary for better rate measurement.
13 2008-07-08  Jesper Louis Andersen  <jlouis@ogre.home>
15         * SRC: Implement the event manager for etorrent.
17         * SRC: New choking/unchoking algorithm. Inspired by BitTornado.
19 2008-07-06  Jesper Louis Andersen  <jlouis@ogre.home>
21         * SRC: etorrent now uses much less memory
23         * SRC: Say hello to etorrent:show/1
25         * SRC: Abbreviations added to common etorrent: commands.
27 2008-07-03  Jesper Louis Andersen  <jlouis@ogre.home>
29         * SRC: Plug a bug when stopping torrents and matching on the wrong record.
31         * SRC: Improve the FS system a bit via some low-hanging fruit.
33         * SRC: Wait 15 seconds on a new_incoming_peer before timeouting.
35         * SRC: etorrent will now fill a file via the OS. This is much
36                faster than what we had earlier.
38         * SRC: Implement etorrent_ctl.erl.
40         * INFRA: Correct etorrentctl shell script.
42         * BUILD: Support installation some more.
44 2008-07-01  Jesper Louis Andersen  <jlouis@ogre.home>
46         * BUILD: New build infrastructure, based on EMakefile and plain Make.
48         * SRC: Plug a piece storage race condition.
50         * SRC: Etorrent now understands 'min interval' tracker responses.
52         * SRC: Fix issues 45, 47.
54 2008-06-30  Jesper Louis Andersen  <jlouis@ogre.home>
56         * SRC: Implement etorrent:list/0 with help from Tuncer Ayaz.
58         * SRC: Implement etorrent:help/0 for getting help from the system.
60 2008-06-28  Jesper Louis Andersen  <jlouis@ogre.home>
62         * SRC: Implement support for incoming connections.
64         * SRC: Etorrent now knows about seeding.
66         * SRC: Fix Issue-3: Implement endgame support.
68         * SRC: Fix Issue-42: Peer Queue Watermarking.
70 2008-06-27  Jesper Louis Andersen  <jlouis@succubus.home>
72         * DOC: Added HACKING Document.
74         * DOC: Started Changelog.