Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/files.c
ViewVC logotype

Log of /trunk/src/files.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


Revision 1122 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 3 08:58:47 2012 UTC (12 years, 5 months ago) by amb
File length: 9263 byte(s)
Diff to previous 1119
Change the UnmapFile() function to take a pointer to the data instead of the
filename (like the CloseFile() function takes the file descriptor).


Revision 1119 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 1 19:45:29 2012 UTC (12 years, 5 months ago) by amb
File length: 9266 byte(s)
Diff to previous 701
Add a function to rename a file.


Revision 701 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 7 13:18:36 2011 UTC (13 years, 10 months ago) by amb
File length: 8855 byte(s)
Diff to previous 680
Remove useless assert statement.


Revision 680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 15:14:53 2011 UTC (13 years, 11 months ago) by amb
File length: 8892 byte(s)
Diff to previous 612
Update comments throughout the source code.


Revision 612 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 29 19:23:15 2011 UTC (14 years, 2 months ago) by amb
File length: 8711 byte(s)
Diff to previous 518
Ensure that record of closed file descriptors are erased.


Revision 518 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 31 17:52:40 2010 UTC (14 years, 5 months ago) by amb
File length: 8714 byte(s)
Diff to previous 513
Ensure that enough memory gets allocated in FileName() function.


Revision 513 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 16 10:59:18 2010 UTC (14 years, 5 months ago) by amb
File length: 8712 byte(s)
Diff to previous 511
Fixed some comments for recent changes.


Revision 511 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 9 18:20:18 2010 UTC (14 years, 5 months ago) by amb
File length: 8700 byte(s)
Diff to previous 507
The ReOpenFile() function cannot be read/write because it stops the router
running with read-only access to the database.


Revision 507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 3 15:01:04 2010 UTC (14 years, 6 months ago) by amb
File length: 8106 byte(s)
Diff to previous 502
Add a function to map a file writeable and use it for updating the ways when
processing route relations.


Revision 502 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 19 16:17:45 2010 UTC (14 years, 6 months ago) by amb
File length: 7089 byte(s)
Diff to previous 449
Change the names of the functions used to open files, change the ReOpen function
to open R/W.


Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 7061 byte(s)
Diff to previous 448
Create a files.h header and put some of the most heavily used files.c functions
into it and make them inline.


Revision 448 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 11 10:56:51 2010 UTC (14 years, 8 months ago) by amb
File length: 8443 byte(s)
Diff to previous 341
Made the planetsplitter slim mode handle the output node and segment data in a
slim way as well as in the input data.


Revision 341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 29 18:20:06 2010 UTC (15 years ago) by amb
File length: 8445 byte(s)
Diff to previous 331
Added command line option to specify a file containing profiles.
Added command line option to select profile by name from loaded set.
Use XML parser to read in the profiles.


Revision 331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 13:35:15 2010 UTC (15 years ago) by amb
File length: 8095 byte(s)
Diff to previous 330
Move the stat() calls to find a file size into a helper function in files.c.


Revision 330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 12:24:20 2010 UTC (15 years ago) by amb
File length: 8001 byte(s)
Diff to previous 326
Improve the error messages by adding strerror() to them.


Revision 326 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 19 19:47:10 2010 UTC (15 years ago) by amb
File length: 7835 byte(s)
Diff to previous 289
Allow planetsplitter to be run with a --parse-only or --process-only option and
append to existing file or read from existing file.


Revision 289 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 22 18:17:51 2009 UTC (15 years, 5 months ago) by amb
File length: 7270 byte(s)
Diff to previous 259
Added some missing comments and corrected some existing ones.


Revision 259 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 17 12:41:21 2009 UTC (15 years, 6 months ago) by amb
File length: 6872 byte(s)
Diff to previous 255
The WriteFile function now has a const parameter.


Revision 255 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 6 15:50:15 2009 UTC (15 years, 6 months ago) by amb
File length: 6860 byte(s)
Diff to previous 251
Remove the delete option from UnmapFile() and make it return NULL.


Revision 251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 5 09:36:57 2009 UTC (15 years, 7 months ago) by amb
File length: 6898 byte(s)
Diff to previous 250
Add some more file functions.


Revision 250 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 18:35:59 2009 UTC (15 years, 7 months ago) by amb
File length: 5154 byte(s)
Diff to previous 248
Remove extra argument from MapFile function.


Revision 248 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 17:49:49 2009 UTC (15 years, 7 months ago) by amb
File length: 5277 byte(s)
Diff to previous 245
Changes to mapping and unmapping files for slim mode.


Revision 245 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 25 17:59:51 2009 UTC (15 years, 7 months ago) by amb
File length: 3820 byte(s)
Diff to previous 213
Bug fix for mmap().


Revision 213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 16:33:31 2009 UTC (15 years, 9 months ago) by amb
File length: 3809 byte(s)
Diff to previous 177
Removed unused header files, change assert statements, tidy some code.


Revision 177 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri May 15 17:32:14 2009 UTC (15 years, 10 months ago) by amb
File length: 3852 byte(s)
Diff to previous 162
Error checking on opening files (to read/write data and to write output).



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a