Squid url redirector

History of database.sql of 7e3418d94f584732
anonymous

History of database.sql of 7e3418d94f584732

History of file database.sql at check-in 7e3418d94f584732

2010-10-14
09:57
added some indexes, fixed copyright line file: [44562e88d1] check-in: [4b0aea09f4] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 2794 [annotate] [blame] [check-ins using] [diff]
2010-08-26
19:49
the idead of moving out array values to they own tables was good at saving disk space but very bad at speed, reverted all of that file: [952aeefe4b] check-in: [bde51dc0c7] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 2642 [annotate] [blame] [check-ins using] [diff]
2010-08-13
14:52
smallint seems not enough when dealing with big site lists file: [c2d74124ad] check-in: [5f6dc4c42d] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 7445 [annotate] [blame] [check-ins using] [diff]
2010-08-07
21:13
major definition reorder: table creation first then functions file: [6740d22c57] check-in: [7828f877c8] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 7446 [annotate] [blame] [check-ins using] [diff]
16:33
optimized some functions file: [cdcf325895] check-in: [16383de08e] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 7358 [annotate] [blame] [check-ins using] [diff]
2010-07-14
13:50
* removed unneeded check on rules * added possibility to specify masks file: [1265ba3e9f] check-in: [1fa8a88371] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 8013 [annotate] [blame] [check-ins using] [diff]
2010-03-25
15:56
fixed dump restoration (NULL fields) file: [54fb4b1bc2] check-in: [b16bc5d76f] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 8087 [annotate] [blame] [check-ins using] [diff]
2010-03-18
15:55
* instead of fuzzy logic with merging many tags splitted some functionality from mark() which only works now with single tag, for many tags there is a set() function; * added option to drop site table. file: [bb384fd21a] check-in: [7224844efa] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 8084 [annotate] [blame] [check-ins using] [diff]
15:26
* reworked indexes * added scripts to dump/load db file: [83b3f67d5d] check-in: [f1bafd194a] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 7493 [annotate] [blame] [check-ins using] [diff]
2009-12-15
20:57
functions reorderd, added missing letter to declaration file: [0f042d67c0] check-in: [12c35e5674] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5585 [annotate] [blame] [check-ins using] [diff]
2009-10-27
15:27
now mark function returns id of site added file: [c376e51c3f] check-in: [318311c7d2] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5584 [annotate] [blame] [check-ins using] [diff]
2009-10-14
09:04
Added 'or replace' for better function updating, reordered funtions to work as found in file. file: [0101122ebb] check-in: [67e762b39b] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5558 [annotate] [blame] [check-ins using] [diff]
2009-10-12
19:43
Simplied function calls and made them nested. file: [0dcf65df96] check-in: [c90fda69e1] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5514 [annotate] [blame] [check-ins using] [diff]
2009-10-10
10:26
function to return site id file: [5af75a9f1f] check-in: [e74427953f] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 6325 [annotate] [blame] [check-ins using] [diff]
2009-10-09
06:20
minor naming unification file: [d8156bda31] check-in: [33e72616c9] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5929 [annotate] [blame] [check-ins using] [diff]
2009-10-08
21:51
reworked mark functions, now they can update data without deleting it file: [6f8e0e1cc8] check-in: [2326f3bb9a] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5925 [annotate] [blame] [check-ins using] [diff]
2009-10-07
14:20
* added array sorting functions; * indexes modified to check array uniqueness. file: [c71bdf1f8e] check-in: [e0ecab03f9] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5924 [annotate] [blame] [check-ins using] [diff]
12:54
* fixed log enabling; * added missed index; * domain is not stored anymore. file: [99d7edbc00] check-in: [4b22e25f24] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5607 [annotate] [blame] [check-ins using] [diff]
2009-10-02
14:19
moving logging configuration to log added regexp supports - needs testing file: [c2219a89ef] check-in: [7d9c268669] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5655 [annotate] [blame] [check-ins using] [diff]
07:52
a lot of comments, new tripdomain function and function for reverse transformation file: [25e0fc0a65] check-in: [ddb0e69dd7] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 5646 [annotate] [blame] [check-ins using] [diff]
06:09
minor function corrections file: [dcb8126c9c] check-in: [fce4cc7368] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 4208 [annotate] [blame] [check-ins using] [diff]
2009-10-01
12:56
Added: resolved stmt work, added sample sql database structure file: [8d08e9c8ac] check-in: [09a01deb52] user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, branch: master, size: 4223 [annotate] [blame] [check-ins using]