~grubng-dev/grubng/tools-urlsdb

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: thindil
  • Date: 2010-04-04 08:42:41 UTC
  • Revision ID: thindil2@gmail.com-20100404084241-p0z5fqho81xwtjes
added ToDo list

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2011-05-16  Bartek thindil Jasicki  <thindil2@gmail.com>
2
 
 
3
 
        * Utils.cs: small code optimization (1.0)
4
 
 
5
 
        * Utils.cs: better update information about
6
 
                progress (1.0)
7
 
 
8
 
        * Main.cs: some code optimization (1.0)
9
 
 
10
 
        * Utils.cs: update information only if was changed
11
 
                (1.0)
12
 
 
13
 
        * ParseURLs.cs: fixed bug with crash during parse
14
 
                URL's (1.0)
15
 
 
16
 
2011-05-13  Bartek thindil Jasicki  <thindil2@gmail.com>
17
 
 
18
 
        * ParseURLs.cs: better URL cleanup (1.0)
19
 
 
20
 
2011-05-12  Bartek thindil Jasicki  <thindil2@gmail.com>
21
 
 
22
 
        * Files.cs: better check for double URL's (1.0)
23
 
 
24
 
2011-05-11  Bartek thindil Jasicki  <thindil2@gmail.com>
25
 
 
26
 
        * ParseURLs.cs: better URL cleanup (1.0)
27
 
 
28
 
        * Main.cs, ParseURLs.cs: some code optimization (1.0)
29
 
 
30
 
        * ParseURLs.cs: better URL cleanup (1.0)
31
 
 
32
 
        * ParseURLs.cs: remove more sessions id's from URL
33
 
                (1.0)
34
 
 
35
 
        * Files.cs: fixed bug with crash program on
36
 
                compressing backup files (1.0)
37
 
 
38
 
2011-04-21  Bartek thindil Jasicki  <thindil2@gmail.com>
39
 
 
40
 
        * Database.cs, Files.cs, Main.cs: some code
41
 
                optimization (0.9)
42
 
 
43
 
        * Main.cs: added catching unhandled exception (0.9)
44
 
 
45
 
        * Files.cs: added manual garbage collection during
46
 
                creating backup (0.9)
47
 
 
48
 
2011-04-20  Bartek thindil Jasicki  <thindil2@gmail.com>
49
 
 
50
 
        * Utils.cs: don't clear console when it is unneeded
51
 
                (0.9)
52
 
 
53
 
2011-04-19  Bartek thindil Jasicki  <thindil2@gmail.com>
54
 
 
55
 
        * README.txt: update documentation (0.9)
56
 
 
57
 
        * Files.cs, Main.cs: added support for compressed
58
 
                files with URL's (0.9)
59
 
 
60
 
        * Database.cs, Main.cs: optimize database during
61
 
                maintenance work, but without table with URL's
62
 
                (0.9)
63
 
 
64
 
2011-04-18  Bartek thindil Jasicki  <thindil2@gmail.com>
65
 
 
66
 
        * Main.cs: remove database optimization from 
67
 
                maitenance work (0.9)
68
 
 
69
 
        * Main.cs, 7Zip/*.*: added automatic compression of
70
 
                database backup files (0.9)
71
 
 
72
 
        * Main.cs: added creation of database backup during
73
 
                maintenance work (0.9)
74
 
 
75
 
        * Config.cs, Database.cs, Main.cs: added automatic
76
 
                disabling upload server during maintenance work
77
 
                (0.9)
78
 
 
79
 
        * Config.cs: added configuration for upload server
80
 
                (0.9)
81
 
 
82
 
2011-04-15  Bartek thindil Jasicki  <thindil2@gmail.com>
83
 
 
84
 
        * Database.cs: redesign database optimization (0.9)
85
 
 
86
 
        * Utils.cs: added function to write messages to
87
 
                file (0.9)
88
 
 
89
 
2011-04-10  Bartek thindil Jasicki  <thindil2@gmail.com>
90
 
 
91
 
        * Utils.cs: fixed bug with show messages (0.9)
92
 
 
93
 
2011-01-26  Bartek thindil Jasicki  <thindil2@gmail.com>
94
 
 
95
 
        * Database.cs: fixed documentation (0.5)
96
 
 
97
 
2011-01-22  Bartek thindil Jasicki  <thindil2@gmail.com>
98
 
 
99
 
        * Main.cs: fixed bug with show informations about
100
 
                deleted URL's (0.5)
101
 
 
102
 
2011-01-20  Bartek thindil Jasicki  <thindil2@gmail.com>
103
 
 
104
 
        * Main.cs: fixed bug with disposed util object too
105
 
 
106
 
        * Database.cs: fixed bug with deleting URL's from 
107
 
                database (0.5)
108
 
 
109
 
2011-01-19  Bartek thindil Jasicki  <thindil2@gmail.com>
110
 
 
111
 
        * Database.cs, ParseURLs.cs, Utils.cs: some code
112
 
                optimization (0.5)
113
 
 
114
 
2011-01-18  Bartek thindil Jasicki  <thindil2@gmail.com>
115
 
 
116
 
        * Database.cs: small code optimization (0.5)
117
 
 
118
 
        * Database.cs, Main.cs: optimized deleting URL's
119
 
                from database (0.5)
120
 
 
121
 
2011-01-15  Bartek thindil Jasicki  <thindil2@gmail.com>
122
 
 
123
 
        * Database.cs: fixed SQL command for inserting URL's
124
 
                to database (0.5)
125
 
 
126
 
2011-01-13  Bartek thindil Jasicki  <thindil2@gmail.com>
127
 
 
128
 
        * README.txt: update documentation (0.5)
129
 
 
130
 
        * Database.cs, Main.cs: added fastfilldb option
131
 
                for very fast inserting URL's to database (0.5)
132
 
 
133
 
        * Database.cs, Main.cs: made inserting URL's to
134
 
                database faster (0.5)
135
 
 
136
 
2011-01-12  Bartek thindil Jasicki  <thindil2@gmail.com>
137
 
 
138
 
        * Main.cs: delete URL's with status code 500 (0.5)
139
 
 
140
 
        * Database.cs, Main.cs: small code optimization (0.5)
141
 
 
142
 
2011-01-11  Bartek thindil Jasicki  <thindil2@gmail.com>
143
 
 
144
 
        * Database.cs: fixed memory leaks during connection
145
 
                to database (0.5)
146
 
 
147
 
2010-09-27  Bartek thindil Jasicki  <thindil2@gmail.com>
148
 
 
149
 
        * Utils.cs: fixed bug with show amount of saved
150
 
                URL's (0.4)
151
 
 
152
 
2010-09-24  Bartek thindil Jasicki  <thindil2@gmail.com>
153
 
 
154
 
        * Config.cs, Database.cs, Main.cs: some code
155
 
                optimization (0.4)
156
 
 
157
 
        * Utils.cs: fixed bug with count progress of work
158
 
                (0.4)
159
 
 
160
 
        * Utils.cs: fixed bug with crash program on
161
 
                creating workunits (0.4)
162
 
 
163
 
2010-09-23  Bartek thindil Jasicki  <thindil2@gmail.com>
164
 
 
165
 
        * TODO: update TODO list (0.4) 
166
 
 
167
 
        * Main.cs: faster delete/add URL's to database (0.4)
168
 
 
169
 
        * Database.cs, Main.cs, ParseURLs.cs, Utils.cs: 
170
 
                some code optimization (0.4)
171
 
 
172
 
        * Main.cs: fixed progress informations (0.4)
173
 
 
174
 
2010-09-22  Bartek thindil Jasicki  <thindil2@gmail.com>
175
 
 
176
 
        * Main.cs, Utils.cs: better progress info (0.4)
177
 
 
178
 
        * Main.cs, Utils.cs: start work on progress info (0.4)
179
 
 
180
 
        * Main.cs, Utils.cs: added quiet mode (0.4)
181
 
 
182
 
2010-09-21  Bartek thindil Jasicki  <thindil2@gmail.com>
183
 
 
184
 
        * Database.cs, Main.cs: fixed bug with delete URL's
185
 
                from Solr (0.4)
186
 
 
187
 
2010-05-27  Bartek thindil Jasicki  <thindil2@gmail.com>
188
 
 
189
 
        * Database.cs: fixed bug with add URL's to database
190
 
                (0.4)
191
 
 
192
1
2010-04-04  Bartek thindil Jasicki  <thindil2@gmail.com>
193
2
 
194
3
        * TODO: added ToDo list (0.3)