~ubuntu-branches/debian/experimental/libtorrent/experimental

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-03-31 10:31:05 UTC
  • mto: (4.1.4 gutsy) (6.2.1 squeeze) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070331103105-jzpp1rml6ud0ff75
Tags: upstream-0.11.4
ImportĀ upstreamĀ versionĀ 0.11.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2004-11-21  Jari Petter Sundell  <jaris@student.matnat.uio.no>
2
 
 
3
 
        * library: Properly update interested/not interested depending on
4
 
        file priorities.
5
 
 
6
 
2004-11-15  Jari Petter Sundell  <jaris@student.matnat.uio.no>
7
 
 
8
 
        * library: Variable pipe size depending on download speed.
9
 
 
10
 
2004-10-27    <jaris@ifi.uio.no>
11
 
 
12
 
        * client: On 'T' key, retrive 250 peers from tracker.
13
 
 
14
 
        * library: Added tracker numwant and key.
15
 
 
16
 
2004-10-02  Jari Petter Sundell  <jaris@student.matnat.uio.no>
17
 
 
18
 
        * torrent: New class for selecting the chunks to download.
19
 
 
20
 
        * client: File priority added.
21
 
 
22
 
2004-09-25  Jari Petter Sundell  <jaris@student.matnat.uio.no>
23
 
 
24
 
        * client: View files in torrent and their size. Will be used for priority later.
25
 
 
26
 
2004-09-19  Jari Petter Sundell  <jaris@student.matnat.uio.no>
27
 
 
28
 
        * all: Forgotten to update this file for a while. Lot's of stuff happen with the code. ;)
29
 
 
30
 
        * client: Added resume of torrents and snubbing.
31
 
 
32
 
2004-08-23  Jari Petter Sundell  <jaris@student.matnat.uio.no>
33
 
 
34
 
        * torrent/data: Wrote new and cleaner files to chunk abstraction. Much prettier.
35
 
 
36
 
2004-08-14    <jaris@ifi.uio.no>
37
 
 
38
 
        * torrent/tracker: New tracker request code. Modular using sigc++
39
 
        and ready for extension.
40
 
 
41
 
        * torrent: Moved over to using libcurl for http downloads.
42
 
 
43
 
2004-08-07    <jaris@ifi.uio.no>
44
 
 
45
 
        * configure: Added sigc++-2.0 to dependencies.
46
 
 
47
 
        * torrent/url: Shiny new http interface with sigc++ signals.
48
 
 
49
 
2004-08-05    <jaris@ifi.uio.no>
50
 
 
51
 
        * client: Added support for http urls.
52
 
 
53
 
        * delegator: Fixed a bug that caused us to request pieces the peer
54
 
        didn't have. (DOH!)
55
 
 
56
 
2004-08-04    <jaris@ifi.uio.no>
57
 
 
58
 
        * bitfield: Clean up bitfield class and opimized .notIn().
59
 
 
60
 
        * torrent: Finished http class, testing remains.
61
 
 
62
 
2004-08-03      <jaris@ifi.uio.no>
63
 
 
64
 
        * torrent: Don't throw on zero length piece messages. Why do they
65
 
        send these?
66
 
 
67
 
2004-07-28    <jaris@ifi.uio.no>
68
 
 
69
 
        * torrent: Fixed a few bugs in the throttle and added min chunk
70
 
        size.
71
 
 
72
 
2004-07-25    <jaris@ifi.uio.no>
73
 
 
74
 
        * torrent: Fixed bug that made it skip sending the stop message to
75
 
        the tracker when quiting.
76
 
 
77
 
        * torrent: Changed stdint.h to inttypes.h and made it easy to
78
 
        disable execinfo.h in client.
79
 
 
80
 
        * torrent: Added throttle with tree structure. Bandwidth
81
 
        delegation needs work.
82
 
 
83
 
2004-07-20    <jaris@ifi.uio.no>
84
 
 
85
 
        * torrent: Using deque instead of list to increase performance.
86
 
 
87
 
        * torrent: Don't close the connection if errno == EINTR.
88
 
 
89
 
        * client: Added view of the exceptions log.
90
 
 
91
 
2004-07-11    <jaris@ifi.uio.no>
92
 
 
93
 
        * torrent: Choosing new chunks to download according to how many
94
 
        we see.
95
 
 
96
 
2004-07-10    <jaris@ifi.uio.no>
97
 
 
98
 
        * torrent: BitField::allSet() now works right, fixes problems with
99
 
        finished peers not being disconnected.
100
 
 
101
 
        * client: No longer breaks when it receives resize interrupts
102
 
        during select.
103
 
 
104
 
2004-07-08    <jaris@ifi.uio.no>
105
 
 
106
 
        * torrent: Fixed mangling of outgoing commands.
107
 
 
108
 
2004-07-07    <jaris@ifi.uio.no>
109
 
 
110
 
        * torrent: Cleaned up the BitField class.
111
 
 
112
 
        * client: Cleaned up the UI.
113
 
 
114
 
2004-07-04    <jaris@ifi.uio.no>
115
 
 
116
 
        * client: Added scrolling when selecting peers or downloads. View
117
 
        the local bitfield.
118
 
 
119
 
        * torrent: Fixed some unchoking bugs and made it better at
120
 
        choosing whom to unchoke.
121
 
 
122
 
2004-06-29    <jaris@ifi.uio.no>
123
 
 
124
 
        * torrent: Cleaned up PeerConnection::write and made it buffer
125
 
        more commands in one send.
126
 
 
127
 
2004-06-27    <jaris@ifi.uio.no>
128
 
 
129
 
        * torrent: Added automatic creation of directories.
130
 
 
131
 
        * configure: Added tests for OpenSSL's crypto lib.
132
 
 
133
 
2004-06-26    <jaris@ifi.uio.no>
134
 
 
135
 
        * client: Made the display code more maintainable. Added chunks
136
 
        seen amongst peers
137
 
        
138
 
        * torrent: Added counting of chunks seen amongst the peers.
139
 
 
140
 
2004-06-25    <jaris@ifi.uio.no>
141
 
 
142
 
        * torrent: Restructed stuff, removed redundancy in up/down stuff.
143
 
 
144
 
2004-06-12    <jaris@ifi.uio.no>
145
 
 
146
 
        * configure: Added autoconf scripts.
147
 
        
148
 
        * configure: Separated the test client and library.
149