summaryrefslogtreecommitdiff
path: root/navit/cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-48/+24
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-295/+269
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-22/+22
| | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* Fix:core:Make some counters unsigned to avoid UB on overflow.R6668Sebastian Leske2016-05-311-3/+3
|
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-20/+20
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-221-22/+22
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5564 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Possibility to configure cache sizemartin-s2013-02-261-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5393 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed crashes after downloading map datarikky2011-06-071-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4516 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3971 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Correct cache flush handlingmartin-s2010-12-221-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3811 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Reduced verbositymartin-s2010-09-111-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3565 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Workaround for g_slice-less glibsmartin-s2010-08-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3538 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed possible memory corruption in cache.crikky2010-08-191-3/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3536 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Use slices for cache.c memory allocations.rikky2010-08-171-3/+17
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3532 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed memory corruption in cacherikky2010-08-171-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3531 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:xslt:More scriptsmartin-s2009-08-211-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2513 ffa7fe5e-494d-0410-b361-a75ebd5db220
* core:fix:Fix some warnings and do some small cleanupshorwitz2008-12-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1864 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Removed useless functionmartin-s2008-10-131-10/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1455 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:First try to add a general purpose cache to navitmartin-s2008-10-121-0/+368
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1453 ffa7fe5e-494d-0410-b361-a75ebd5db220