log

age author description
Wed, 08 Nov 2017 00:18:12 +0200 Matti Hamalainen Fix autocrop checks.
Tue, 07 Nov 2017 19:39:58 +0200 Matti Hamalainen Handle JSON parser exceptions.
Tue, 07 Nov 2017 19:37:54 +0200 Matti Hamalainen Factorize result JSON parsing and validation into a separate function.
Tue, 07 Nov 2017 19:35:48 +0200 Matti Hamalainen Use less of pageMapURL and get rid of the http/https detection.
Tue, 07 Nov 2017 19:09:11 +0200 Matti Hamalainen Get rid of PHP_SELF usage.
Mon, 06 Nov 2017 21:28:29 +0200 Matti Hamalainen Remove useless items from the location search result arrays.
Mon, 06 Nov 2017 20:50:51 +0200 Matti Hamalainen Fix Javascript initialization.
Mon, 06 Nov 2017 20:49:56 +0200 Matti Hamalainen Use target="_blank".
Mon, 06 Nov 2017 20:49:45 +0200 Matti Hamalainen Cosmetics.
Mon, 06 Nov 2017 20:49:34 +0200 Matti Hamalainen Improve data validation.
Mon, 06 Nov 2017 20:47:35 +0200 Matti Hamalainen Implement location search. Also get rid of the END message.
Mon, 06 Nov 2017 20:41:59 +0200 Matti Hamalainen Get rid of the OpenSearch stuff.
Mon, 06 Nov 2017 15:48:02 +0200 Matti Hamalainen Make a global const variable static.
Mon, 06 Nov 2017 14:53:49 +0200 Matti Hamalainen Unify spelling of 'harbour'.
Mon, 06 Nov 2017 14:33:08 +0200 Matti Hamalainen Trim location search query string.
Mon, 06 Nov 2017 12:22:47 +0200 Matti Hamalainen For now, return error messages for too short and long location search patterns.
Mon, 06 Nov 2017 12:22:19 +0200 Matti Hamalainen Do not match locations with LOCF_INVIS flag.
Mon, 06 Nov 2017 12:22:02 +0200 Matti Hamalainen Do not add duplicate results from one location match.
Mon, 06 Nov 2017 12:03:34 +0200 Matti Hamalainen Implement location search.
Mon, 06 Nov 2017 11:35:46 +0200 Matti Hamalainen UTF-8ize.
Mon, 06 Nov 2017 09:59:29 +0200 Matti Hamalainen Various fixes.
Mon, 06 Nov 2017 09:12:51 +0200 Matti Hamalainen Micro-optimize mapMatchBlock(), gain ~9.5% performance.
Mon, 06 Nov 2017 06:12:37 +0200 Matti Hamalainen Rename some functions.
Mon, 06 Nov 2017 04:25:30 +0200 Matti Hamalainen Optimize the map block matching inner loop.
Mon, 06 Nov 2017 04:05:49 +0200 Matti Hamalainen Add search.js to files for up/download.
Mon, 06 Nov 2017 03:54:49 +0200 Matti Hamalainen Implement benchmarking.
Mon, 06 Nov 2017 03:29:36 +0200 Matti Hamalainen Implement self-rolled mapAtoI() to replace atoi() usage in the map search
Mon, 06 Nov 2017 03:13:01 +0200 Matti Hamalainen Change element class name.
Mon, 06 Nov 2017 03:12:42 +0200 Matti Hamalainen Don't check for existence of DOM objects via if (elem) in order to catch
Mon, 06 Nov 2017 03:12:04 +0200 Matti Hamalainen Add obname argument to mapAddEventOb() and adjust callers accordingly.
Mon, 06 Nov 2017 03:10:27 +0200 Matti Hamalainen Change search.html to search.php
Mon, 06 Nov 2017 03:09:11 +0200 Matti Hamalainen Get rid of mgeneric.inc.php here.
Mon, 06 Nov 2017 03:07:56 +0200 Matti Hamalainen Cleanups.
Mon, 06 Nov 2017 01:49:22 +0200 Matti Hamalainen Adjust max client-side check for map search pattern block size.
Mon, 06 Nov 2017 01:49:05 +0200 Matti Hamalainen Style, etc. adjustments.
Mon, 06 Nov 2017 01:48:28 +0200 Matti Hamalainen Arelium map is not beta anymore, though it could be better.
Sun, 05 Nov 2017 00:51:56 +0200 Matti Hamalainen Make mapBlockPrint() only output safe ASCII characters.
Sat, 04 Nov 2017 22:08:14 +0200 Matti Hamalainen Fix a memory leak.
Sat, 04 Nov 2017 21:30:48 +0200 Matti Hamalainen Build cleanups.
Sat, 04 Nov 2017 20:43:20 +0200 Matti Hamalainen Add sanity check for size against the cropped block.
Sat, 04 Nov 2017 20:36:13 +0200 Matti Hamalainen Implement search pattern block autocropping.
Sat, 04 Nov 2017 20:25:39 +0200 Matti Hamalainen Use pattern->{width, height} instead of previously computed width and height
Sat, 04 Nov 2017 20:24:42 +0200 Matti Hamalainen Rename some variables.
Sat, 04 Nov 2017 20:24:17 +0200 Matti Hamalainen Get rid of the "clean chars" option, just hardcode them.
Sat, 04 Nov 2017 20:10:05 +0200 Matti Hamalainen Change the API of mapBlockClean(), and adjust accordingly.
Sat, 04 Nov 2017 18:47:08 +0200 Matti Hamalainen Add few comments.
Sat, 04 Nov 2017 18:46:41 +0200 Matti Hamalainen Rename mapBlockGetDimensions() to mapBlockParseDimensions()
Sat, 04 Nov 2017 18:46:03 +0200 Matti Hamalainen Rename few variables.
Sat, 04 Nov 2017 17:42:09 +0200 Matti Hamalainen Adjust a debug log message.
Sat, 04 Nov 2017 17:41:54 +0200 Matti Hamalainen Adjust map block entropy and size checks.
Sat, 04 Nov 2017 17:41:32 +0200 Matti Hamalainen Add NULL check to mapLWSWrite().
Sat, 04 Nov 2017 16:40:51 +0200 Matti Hamalainen Match against rightmost edge of the map also.
Sat, 04 Nov 2017 16:37:33 +0200 Matti Hamalainen Optimize the map matching function by removing unnecessary computations and
Sat, 04 Nov 2017 16:36:52 +0200 Matti Hamalainen Fix logging.
Sat, 04 Nov 2017 15:15:53 +0200 Matti Hamalainen Fix map block printing in logfile etc.
Fri, 03 Nov 2017 23:50:34 +0200 Matti Hamalainen Use verbosity level for LWS stuff also.
Fri, 03 Nov 2017 23:49:16 +0200 Matti Hamalainen Use muStrChr() instead of strchr() in mapBlockClean().
Fri, 03 Nov 2017 23:48:53 +0200 Matti Hamalainen Move mapBlockPrint() closer to mapBlockPrintRaw(), etc.
Thu, 02 Nov 2017 19:54:23 +0200 Matti Hamalainen Cosmetics.
Thu, 02 Nov 2017 19:54:13 +0200 Matti Hamalainen Implement simplistic logging to mapsearch server.