summaryrefslogtreecommitdiff
path: root/navit/map/binfile/binfile.c
Commit message (Expand)AuthorAgeFilesLines
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-051-1/+1
* fix:core:Don't flood stack on big map elements (#928)Stefan Wildemann2019-10-301-0/+11
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-174/+95
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-2379/+2290
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-92/+92
* Fix:core:Remove binfile map encryption supportSebastian Leske2017-11-031-23/+1
* Update:Allow zipcode or town seamless searchR7363jandegr2017-03-091-14/+36
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* Fixed trac 1316, Use-after-free bug in binfile.cPierre GRANDIN2015-08-261-1/+1
* Fix:map_binfile:Log map file name with warnings and errors.sleske2015-01-191-10/+11
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-74/+74
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-94/+94
* Add:map_binfile:Limit housenumber search region by town boundary. Removes fal...mdankov2014-11-031-35/+107
* Fix:core:Fix warnings for incorrect format strings: use %td, %zu.sleske2014-08-311-15/+16
* Fix:map_binfile:correct cut and paste error in duplicate_equal function found...woglinde2014-08-151-1/+1
* Refactor:map_binfile:remove trailing whitespaceswoglinde2014-08-151-61/+61
* Refactor:core:Add some Doxygen comments.sleske2014-05-291-4/+4
* Fix:core:Use LONGLONG_(HEX_)FMT instead of %Ld/%lld/%Lx.sleske2013-08-291-2/+2
* Fix:map_binfile:Correctly handle streets with house number interpolationmartin-s2013-08-271-4/+8
* Fix:map_binfile:Correctly use house number index if presentmartin-s2013-08-261-3/+5
* Fix:core:Fix warnings for unused functions by removing them.|Part of #1154.sleske2013-08-111-1/+0
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-1/+1
* Fix:map_binfile:Made index searches for house numbers work againmartin-s2013-05-051-3/+5
* Fix:map_binfile:Do not return housenumber search result in unindexed search i...mdankov2013-05-041-1/+2
* Add:map_binfile:Switch to use new linguistics_compare function.mdankov2013-05-031-48/+10
* Add:map_binfile:Improve street search speed by analysing only one selected po...mdankov2013-04-241-3/+20
* Fix:map_binfile:Do not include street in duplicate hash if this segment didn'...mdankov2013-04-211-29/+77
* Fix:map_binfile:Do town boundary checking for street search after name check ...mdankov2013-04-201-3/+3
* Fix:map_binfile:Fix house number search regression introduced with 5436. Incr...mdankov2013-04-131-11/+9
* Add:map_binfile:Do house number search around whole street. Fixes #1106 and, ...mdankov2013-04-121-4/+32
* Add:map_binfile:Use exact town polygons instead of their bounding boxes for s...mdankov2013-03-171-11/+61
* Fix:map_binfile:Improve readability of map_parse_country_binfile().mdankov2013-02-071-25/+29
* Add:map_binfile:Utilize maptool experimental feature to speed up the town sea...mdankov2013-02-061-0/+21
* Add:map_binfile:Let map searches be case insensitive for accented latin and C...mdankov2012-12-191-16/+34
* Fix:core:Introduce constants WORLD_BOUNDINGBOX_* for size of the world.sleske2012-11-051-2/+2
* Fix:map_binfile:logging correctedsleske2012-02-061-1/+1
* Fix:core:Add comments and some #defines for constantssleske2012-01-291-12/+73
* Fix:map/binfile:Also search for districts, when searching for a town. (fixes:...rikky2011-11-041-1/+24
* Add:map_binfile:Better diagnostics in case of problemsmartin-s2011-10-041-3/+10
* Fix:core:Remove some "write but never read" variablesrikky2011-08-311-2/+1
* Fix:binfile:Fixed possible null pointer dereferencingrikky2011-08-311-1/+1
* Fix:map_binfile:Better diagnostics in case of endian mismatchmartin-s2011-08-161-0/+5
* Add:map_binfile:Warning if zip structures are not correctly alignedmartin-s2011-08-021-0/+3
* Fix:map_binfile:Reduced verbositymartin-s2011-07-051-1/+1
* Add:binfile:Downloading of map data may be allowed or disallowed at runtimerikky2011-06-101-1/+28
* Fix:map_binfile:Made indexed house number searchs work againmartin-s2011-06-091-9/+9
* Fix:core:Fixed crashes after downloading map datarikky2011-06-071-7/+8
* Add:map_binfile:Let url in map overwrite config urlmartin-s2011-03-301-0/+8
* Fix:map_binfile:Reverted wrong changemartin-s2011-03-261-7/+0
* Fix:map/binfile:Workaround for finding streets with labels but no name (i.e. ...rikky2011-03-231-0/+7