~grubng-dev/grubng/tools-urlsdb

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
2011-06-02  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Files.cs: fixed bug with compressing backup
		files (1.0.1)

2011-05-18  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Files.cs: added deleting file after compression
		(1.0)

2011-05-16  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Utils.cs: small code optimization (1.0)

	* Utils.cs: better update information about
		progress (1.0)

	* Main.cs: some code optimization (1.0)

	* Utils.cs: update information only if was changed
		(1.0)

	* ParseURLs.cs: fixed bug with crash during parse
		URL's (1.0)

2011-05-13  Bartek thindil Jasicki  <thindil2@gmail.com>

	* ParseURLs.cs: better URL cleanup (1.0)

2011-05-12  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Files.cs: better check for double URL's (1.0)

2011-05-11  Bartek thindil Jasicki  <thindil2@gmail.com>

	* ParseURLs.cs: better URL cleanup (1.0)

	* Main.cs, ParseURLs.cs: some code optimization (1.0)

	* ParseURLs.cs: better URL cleanup (1.0)

	* ParseURLs.cs: remove more sessions id's from URL
		(1.0)

	* Files.cs: fixed bug with crash program on
		compressing backup files (1.0)

2011-04-21  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Files.cs, Main.cs: some code
		optimization (0.9)

	* Main.cs: added catching unhandled exception (0.9)

	* Files.cs: added manual garbage collection during
		creating backup (0.9)

2011-04-20  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Utils.cs: don't clear console when it is unneeded
		(0.9)

2011-04-19  Bartek thindil Jasicki  <thindil2@gmail.com>

	* README.txt: update documentation (0.9)

	* Files.cs, Main.cs: added support for compressed
		files with URL's (0.9)

	* Database.cs, Main.cs: optimize database during
		maintenance work, but without table with URL's
		(0.9)

2011-04-18  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: remove database optimization from 
		maitenance work (0.9)

	* Main.cs, 7Zip/*.*: added automatic compression of
		database backup files (0.9)

	* Main.cs: added creation of database backup during
		maintenance work (0.9)

	* Config.cs, Database.cs, Main.cs: added automatic
		disabling upload server during maintenance work
		(0.9)

	* Config.cs: added configuration for upload server
		(0.9)

2011-04-15  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: redesign database optimization (0.9)

	* Utils.cs: added function to write messages to
		file (0.9)

2011-04-10  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Utils.cs: fixed bug with show messages (0.9)

2011-01-26  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: fixed documentation (0.5)

2011-01-22  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: fixed bug with show informations about
		deleted URL's (0.5)

2011-01-20  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: fixed bug with disposed util object too

	* Database.cs: fixed bug with deleting URL's from 
		database (0.5)

2011-01-19  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, ParseURLs.cs, Utils.cs: some code
		optimization (0.5)

2011-01-18  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: small code optimization (0.5)

	* Database.cs, Main.cs: optimized deleting URL's
		from database (0.5)

2011-01-15  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: fixed SQL command for inserting URL's
		to database (0.5)

2011-01-13  Bartek thindil Jasicki  <thindil2@gmail.com>

	* README.txt: update documentation (0.5)

	* Database.cs, Main.cs: added fastfilldb option
		for very fast inserting URL's to database (0.5)

	* Database.cs, Main.cs: made inserting URL's to
		database faster (0.5)

2011-01-12  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: delete URL's with status code 500 (0.5)

	* Database.cs, Main.cs: small code optimization (0.5)

2011-01-11  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: fixed memory leaks during connection
		to database (0.5)

2010-09-27  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Utils.cs: fixed bug with show amount of saved
		URL's (0.4)

2010-09-24  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Config.cs, Database.cs, Main.cs: some code
		optimization (0.4)

	* Utils.cs: fixed bug with count progress of work
		(0.4)

	* Utils.cs: fixed bug with crash program on
		creating workunits (0.4)

2010-09-23  Bartek thindil Jasicki  <thindil2@gmail.com>

	* TODO: update TODO list (0.4) 

	* Main.cs: faster delete/add URL's to database (0.4)

	* Database.cs, Main.cs, ParseURLs.cs, Utils.cs: 
		some code optimization (0.4)

	* Main.cs: fixed progress informations (0.4)

2010-09-22  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs, Utils.cs: better progress info (0.4)

	* Main.cs, Utils.cs: start work on progress info (0.4)

	* Main.cs, Utils.cs: added quiet mode (0.4)

2010-09-21  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs: fixed bug with delete URL's
		from Solr (0.4)

2010-05-27  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: fixed bug with add URL's to database
		(0.4)

2010-04-04  Bartek thindil Jasicki  <thindil2@gmail.com>

	* TODO: added ToDo list (0.3)

2010-04-03  Bartek thindil Jasicki  <thindil2@gmail.com>

	* AssemblyInfo.cs, Main.cs, ParseURLs.cs: some
		code optimization (0.3)

	* Database.cs: raise timeout for update database
		(0.3)

2010-04-02  Bartek thindil Jasicki  <thindil2@gmail.com>

	* ParseURLs.cs: added removing PHPSESSID from urls 
		(0.3)

	* Database.cs, Main.cs: added option to update
		database (0.3)

	* Database.cs: fixed bug with crash program on lack
		of MySQL privileges to flush tables (0.3)

2009-10-30  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs: drop amount of URL's during
		made backup (0.2)

2009-10-26  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: split deleting URL's from Solr on
		smaller files (0.2)

2009-10-22  Bartek thindil Jasicki  <thindil2@gmail.com>

	* ParseURLs.cs: fixed bug with URL validation (0.2)

2009-10-21  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs, ParseURLs.cs: added better check
		for double URL's (0.2)

	* ParseURLs.cs: added validation hostname (0.2)

2009-10-14  Bartek thindil Jasicki  <thindil2@gmail.com>

	* ParseURLs.cs: added one more replace option to ParseURL
		function (0.2)

2009-10-13  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs: added option to delete URL's 
		from Solr too during maintenance mode (0.2)

2009-10-12  Bartek thindil Jasicki  <thindil2@gmail.com>

	* ParseURLs.cs: fixed bug with parse URL (0.2)

2009-10-08  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs, ParseURLs.cs: added better URL's parser (0.1)

2009-10-07  Bartek thindil Jasicki  <thindil2@gmail.com>

	* README.txt: added documentation to program (0.1)

	* Main.cs: fixed bug with crash program on missing 
		arguments (0.1)

	* Main.cs: added process rename (0.1)

	* Config.cs, Main.cs: read workunits password, User-Agent,
		amount of URL's in one workunit, httpversion and Accept
		header from	configuration file (0.1)

	* Main.cs: fixed bug with deleting URL's from Solr (0.1)

2009-10-06  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: added write Solr error message to file (0.1)

	* Main.cs: fixed bug with read Solr configuration (0.1)

	* Config.cs, Main.cs: added option to update config
		file, added option to ser directory with
		workunits (0.1)

	* Main.cs: added remove control chars from Solr 
		UpdateXML (0.1)

	* Config.cs, Database.cs, Main.cs: added new version
		of config file (0.1)

	* Main.cs: fixed bug with delete URL's from Solr (0.1)

2009-08-26  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: fixed bug with crash program on invalid
		data sent by database during creating workunits
		(0.1)

2009-08-24  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: raise timeout for delete URL's query
		(0.1)

2009-08-20  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: added options to optimize database and Solr
		(0.1)

	* Database.cs: fixed bug with adding URL's to database
		(0.1)

2009-08-19  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: optimize create workunits database
		query (0.1)

2009-08-17  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs: added timeout to database
		commands (0.1) 

2009-07-31  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: added clear URL's with 3 more HTTP codes
		(0.1)

2009-07-27  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs: added option to maintenance
		work on URL's database and Solr (0.1)

2009-07-25  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: drop amount of URL's from database 
		during creating workunits (0.1)

	* Database.cs, Main.cs: optimize create workunits and
		database backup (0.1)

2009-07-22  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: fixed bug with crash program if this same
		workunit exist (0.1)

	* Database.cs: fixed bug in creating database (0.1)

2009-07-21  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: fixed bug with delete URL's from index (0.1)

	* Main.cs: added Solr configuration to config file (0.1)

	* Database.cs: read from config file only database
		configuration (0.1)

	* Main.cs: added deleting URL's from index too (0.1)

	* Database.cs: small SQL optimization (0.1)

2009-07-20  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs: added simple configuration file (0.1)

	* Main.cs: create less workunits at one time (0.1)

	* Database.cs, Main.cs: switch URL's database from SQLite 
		to MySQL (0.1)

2009-07-13  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs: update InsertURL function (0.1)

	* Database.cs: added two columns to database (0.1)

2009-07-11  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Database.cs, Main.cs: change delimiters in results returned
		from database (0.1)

2009-07-08  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: fixed bug in creating workunits (0.1)

	* Database.cs, Main.cs: fixed bug with crash program when
		other program write to database (0.1)

	* Database.cs, Main.cs: added If-Modified-Since header to
		workunits, delete Accept-Charset header from workunits
		(0.1)

2009-07-07  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: added Accept-Charset header to workunits (0.1)

2009-07-06  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: fixed User-Agent header (0.1)

2009-07-03  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: added option for backup URL's to plain text file (0.1)

	* Database.cs: added second index to database (0.1)

	* Main.cs: set password for create workunits via console (0.1)

2009-07-02  Bartek thindil Jasicki  <thindil2@gmail.com>

	* Main.cs: finish work on creating workunits (0.1)

	* Database.cs: select url's from database ordered by last visited
		time (0.1)

	* Main.cs, Database.cs: start work on creating workunits (0.1)

	* *.*: Initial import (0.1)