| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look... | sleske | 2014-11-22 | 1 | -11/+11 |
* | Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p... | sleske | 2014-11-22 | 1 | -16/+16 |
* | Fix:core:Fix warnings for incorrect format strings: use %td, %zu. | sleske | 2014-08-31 | 1 | -2/+2 |
* | Fix:core:Allow loading binfile maps above 2GB on Win32 (NOT WinCE). | mdankov | 2014-02-20 | 1 | -20/+1 |
* | Add:core:Produce a run-time warning if map files >2Gb are not supported by na... | mdankov | 2014-01-27 | 1 | -0/+2 |
* | Fix:core:Fix warnings by not using g_str(n)casecmp; new function navit_utf8_s... | sleske | 2013-08-11 | 1 | -1/+1 |
* | Fix:core:Fix warnings for unused functions, usually by removing them.|Part of... | sleske | 2013-08-11 | 1 | -9/+0 |
* | Fix:core:Fix miscellaneous warnings.|Part of #1154. | sleske | 2013-08-11 | 1 | -1/+1 |
* | Add:Core:Possibility to configure cache size | martin-s | 2013-02-26 | 1 | -0/+11 |
* | Fix:core:Few more memleaks & one uninitialized variable reference|thank you v... | mdankov | 2012-11-10 | 1 | -0/+1 |
* | Fix:Core:Add file_sync function, truncate files if create flag is set, avoid ... | martin-s | 2012-11-06 | 1 | -1/+11 |
* | Fix:Core:Fix some warnings | rikky | 2012-04-23 | 1 | -1/+1 |
* | Fix:core:Fix some warnings | rikky | 2012-04-23 | 1 | -1/+0 |
* | Fix:Core:Obey file->cache | martin-s | 2011-10-07 | 1 | -4/+5 |
* | Fix:Core:Typo | martin-s | 2011-08-25 | 1 | -2/+2 |
* | Fix:Core:Return useful values in case of wordexp error | martin-s | 2011-08-25 | 1 | -0/+7 |
* | Fix:Build:Better approach for #pragma pack vs __attribute__((packed)) | martin-s | 2011-08-05 | 1 | -8/+10 |
* | Fix:Core:Use more portable lseek for detemining file size | martin-s | 2011-06-30 | 1 | -2/+1 |
* | Fix:core:Fix 64-bit issues | rikky | 2011-06-10 | 1 | -1/+1 |
* | Fix:core:Fixed crashes after downloading map data | rikky | 2011-06-07 | 1 | -1/+16 |
* | Revert:Core:Reverts file.c back to it's last working revision, Rev 4435. This... | geoghegan | 2011-05-23 | 1 | -18/+8 |
* | Fix:Core:Typo | martin-s | 2011-05-09 | 1 | -1/+1 |
* | Fix:Core:MSVC fixes | martin-s | 2011-05-09 | 1 | -7/+17 |
* | Fix:Core:Replaces strlen with sizeof, which makes the compiler happy, as both... | geoghegan | 2011-04-16 | 1 | -1/+1 |
* | Fix:Core:Avoid hanging http connections | martin-s | 2011-04-02 | 1 | -1/+3 |
* | Fix:core:Fix clang compiler warnings: signed/unsigned | rikky | 2011-02-12 | 1 | -2/+2 |
* | Fix:core:Fix clang compiler warnings: discarded consts | rikky | 2011-02-12 | 1 | -1/+1 |
* | Fix:Core: Removed unused variable, mactmp | geoghegan | 2011-02-10 | 1 | -2/+2 |
* | Fix:Core: Returns correct signedness for file_http_header_end | geoghegan | 2011-02-10 | 1 | -1/+1 |
* | Fix:Core: Passes an unsigned char, instead of char. | geoghegan | 2011-02-05 | 1 | -1/+1 |
* | Fix:Core:Include config.h before using its defines | martin-s | 2011-01-28 | 1 | -1/+1 |
* | Fix:Core:MSVC fixes | martin-s | 2011-01-25 | 1 | -1/+1 |
* | Fix:vehicle_file:MSVC fixes | martin-s | 2011-01-25 | 1 | -0/+12 |
* | Fix:Build:MSVC fixes | martin-s | 2011-01-25 | 1 | -0/+4 |
* | Fix:Core:MSVC fixes | martin-s | 2011-01-25 | 1 | -0/+4 |
* | Fix:Core:Typo | martin-s | 2011-01-25 | 1 | -2/+2 |
* | Fix:Core:MSVC fixes|Thanks chollya | martin-s | 2011-01-25 | 1 | -5/+55 |
* | Fix:Core:Defined LONGLONG_FMT for android | martin-s | 2011-01-09 | 1 | -3/+11 |
* | Fix:core:Fixed builds without socket support | rikky | 2011-01-07 | 1 | -20/+20 |
* | Add:map_binfile:Redirects for map download | martin-s | 2011-01-06 | 1 | -31/+95 |
* | Fix:Core:Missing include | martin-s | 2010-12-25 | 1 | -0/+1 |
* | Add:map_binfile:Better download on demand support | martin-s | 2010-12-24 | 1 | -18/+42 |
* | Should be | worldcitizen | 2010-12-24 | 1 | -1/+1 |
* | Fix:Core:Avoid crashing when not using cache | martin-s | 2010-12-24 | 1 | -0/+2 |
* | static int | worldcitizen | 2010-12-23 | 1 | -1/+1 |
* | Fix:Core:Revert accidentially comit | martin-s | 2010-12-23 | 1 | -2/+0 |
* | Add:Core:More flexibility for http requests | martin-s | 2010-12-23 | 1 | -3/+9 |
* | Add:Core:More flexibility for file_create | martin-s | 2010-12-22 | 1 | -16/+20 |
* | Add:gui_internal:Initial work on map downloader | martin-s | 2010-12-21 | 1 | -13/+117 |
* | Add:gui_internal:Initial work on downloading of maps within navit | martin-s | 2010-12-18 | 1 | -19/+28 |