summaryrefslogtreecommitdiff
path: root/navit/file.c
Commit message (Expand)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-8/+8
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-2/+2
* Refactoring:cmake:simplify version managementBignaux Ronan2019-05-241-3/+2
* Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ...lains2018-11-181-2/+14
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-76/+38
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-578/+533
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-14/+14
* Fix:core:Remove binfile map encryption supportSebastian Leske2017-11-031-83/+0
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-11/+11
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-16/+16
* Fix:core:Fix warnings for incorrect format strings: use %td, %zu.sleske2014-08-311-2/+2
* Fix:core:Allow loading binfile maps above 2GB on Win32 (NOT WinCE).mdankov2014-02-201-20/+1
* Add:core:Produce a run-time warning if map files >2Gb are not supported by na...mdankov2014-01-271-0/+2
* Fix:core:Fix warnings by not using g_str(n)casecmp; new function navit_utf8_s...sleske2013-08-111-1/+1
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-111-9/+0
* Fix:core:Fix miscellaneous warnings.|Part of #1154.sleske2013-08-111-1/+1
* Add:Core:Possibility to configure cache sizemartin-s2013-02-261-0/+11
* Fix:core:Few more memleaks & one uninitialized variable reference|thank you v...mdankov2012-11-101-0/+1
* Fix:Core:Add file_sync function, truncate files if create flag is set, avoid ...martin-s2012-11-061-1/+11
* Fix:Core:Fix some warningsrikky2012-04-231-1/+1
* Fix:core:Fix some warningsrikky2012-04-231-1/+0
* Fix:Core:Obey file->cachemartin-s2011-10-071-4/+5
* Fix:Core:Typomartin-s2011-08-251-2/+2
* Fix:Core:Return useful values in case of wordexp errormartin-s2011-08-251-0/+7
* Fix:Build:Better approach for #pragma pack vs __attribute__((packed))martin-s2011-08-051-8/+10
* Fix:Core:Use more portable lseek for detemining file sizemartin-s2011-06-301-2/+1
* Fix:core:Fix 64-bit issuesrikky2011-06-101-1/+1
* Fix:core:Fixed crashes after downloading map datarikky2011-06-071-1/+16
* Revert:Core:Reverts file.c back to it's last working revision, Rev 4435. This...geoghegan2011-05-231-18/+8
* Fix:Core:Typomartin-s2011-05-091-1/+1
* Fix:Core:MSVC fixesmartin-s2011-05-091-7/+17
* Fix:Core:Replaces strlen with sizeof, which makes the compiler happy, as both...geoghegan2011-04-161-1/+1
* Fix:Core:Avoid hanging http connectionsmartin-s2011-04-021-1/+3
* Fix:core:Fix clang compiler warnings: signed/unsignedrikky2011-02-121-2/+2
* Fix:core:Fix clang compiler warnings: discarded constsrikky2011-02-121-1/+1
* Fix:Core: Removed unused variable, mactmpgeoghegan2011-02-101-2/+2
* Fix:Core: Returns correct signedness for file_http_header_endgeoghegan2011-02-101-1/+1
* Fix:Core: Passes an unsigned char, instead of char.geoghegan2011-02-051-1/+1
* Fix:Core:Include config.h before using its definesmartin-s2011-01-281-1/+1
* Fix:Core:MSVC fixesmartin-s2011-01-251-1/+1
* Fix:vehicle_file:MSVC fixesmartin-s2011-01-251-0/+12
* Fix:Build:MSVC fixesmartin-s2011-01-251-0/+4
* Fix:Core:MSVC fixesmartin-s2011-01-251-0/+4
* Fix:Core:Typomartin-s2011-01-251-2/+2
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-251-5/+55
* Fix:Core:Defined LONGLONG_FMT for androidmartin-s2011-01-091-3/+11
* Fix:core:Fixed builds without socket supportrikky2011-01-071-20/+20
* Add:map_binfile:Redirects for map downloadmartin-s2011-01-061-31/+95
* Fix:Core:Missing includemartin-s2010-12-251-0/+1
* Add:map_binfile:Better download on demand supportmartin-s2010-12-241-18/+42