Age | Commit message (Expand) | Author |
2014-02-23 | Add handling Telefonbuch version 1 in main script | Dirk Engling |
2014-02-23 | Dump Postleitzahl and Ort as well | Dirk Engling |
2014-02-23 | Export entries into their files | Dirk Engling |
2014-02-23 | Convert everything to iso8859-1 before output | Dirk Engling |
2014-02-22 | Build extractor for version 1 as well | Dirk Engling |
2014-02-22 | Let blob pages appear at the place they're referenced | Dirk Engling |
2014-02-22 | Disable debug output. Do not dump deleted entries. Add comments | Dirk Engling |
2014-02-22 | First version, exports most of the records | Dirk Engling |
2014-02-21 | Be less memory hungry with on-stack allocations | Dirk Engling |
2014-02-21 | Use full optimization, dont compile mystlib with tools that dont need it | Dirk Engling |
2014-02-20 | Restructure project, make names more clear | Dirk Engling |
2014-02-20 | clean up source directory | Dirk Engling |
2014-02-14 | Fix off by one | User Erdgeist |
2014-02-13 | Make working on geo-coordinate-dump dependent on the coordinate file being there | User Erdgeist |
2014-02-13 | We do not convert zero bytes to new lines with tr anymore, so don't report that in progress status | User Erdgeist |
2014-02-13 | Strip trailing white space | User Erdgeist |
2014-02-13 | Merge branch 'master' of erdgeist.org:Telefonbuch | User Erdgeist |
2014-02-13 | make use of new splitold tool to speedup extraction by factor 6 | User Erdgeist |
2014-02-13 | Make splitold usable for nname files, too. It now also converts \0 to \n. | User Erdgeist |
2014-02-12 | jot is 1-based, dont reference non-existing file | Dirk Engling |
2014-02-11 | Reworked code to split old telefonbuch distributions, the old version was too slow | Dirk Engling |
2014-02-11 | Add split code for old telefonbuch entries | Dirk Engling |
2014-02-11 | Splitting up the old table file needs some speedup | Dirk Engling |
2014-02-10 | First clumsy attempt to lookup geo koordinates for old telefonbuch map and route versions. Does not work on non-map and route dumps. | Dirk Engling |
2014-02-10 | Avoid div by zero when operator precedence screws up | Dirk Engling |
2014-02-10 | Use integers to count through files on old telefonbuch format. Only convert them to fixed with representation when needed | Dirk Engling |
2014-02-10 | Avoid bashisms in arithmetic expansion | User Erdgeist |
2014-02-09 | Need to link mathlib | User Erdgeist |
2014-02-09 | Automatically convert coordinates to WGS84 | Dirk Engling |
2014-02-09 | Make convertcoords properly work with empty lines | Dirk Engling |
2014-02-09 | Add clean target. Add coonvertcoords to list of projects | Dirk Engling |
2014-02-09 | Add rule for convertcoords tool | Dirk Engling |
2014-02-09 | Introduce coordinate converter tool | Dirk Engling |
2014-02-08 | Allow decompress' reporting to be shown. Also report the progress in columns 1-based, not 0-based | Dirk Engling |
2014-02-08 | Report progress | Dirk Engling |
2014-02-08 | Speed up decompress script by avoiding to wastefully copying a megabyte of data each time we scan for a new decompression offset | Dirk Engling |
2014-02-08 | Get rid off jot in exporter for new phonebooks. Linux only knows seq. | Dirk Engling |
2014-02-07 | ../bin is in PATH, so do not explicitely reference our binaries | Dirk Engling |
2014-02-07 | Eliminate repeating invocation of shell tools by using the pipe more efficently | Dirk Engling |
2014-02-07 | Remove unnecessary test for DAT/STRASSEN.DAT | Dirk Engling |
2014-02-07 | Report progress | Dirk Engling |
2014-02-07 | Report progress | Dirk Engling |
2014-02-07 | Mute the invoked tools | User Erdgeist |
2014-02-03 | Make rules silent | User Erdgeist |
2014-02-03 | Be more verbose during column extraction. Number of extracted files is not noteworthy | User Erdgeist |
2014-02-03 | Remove unnecessary output, be verbose about what is currently done | User Erdgeist |
2014-02-03 | No need to print file handle | User Erdgeist |
2014-02-03 | Lots of debugging. Now it works for the new format | User Erdgeist |
2014-02-03 | Extract coordinates and try to map them | User Erdgeist |
2014-02-02 | Add a coordinate file extractor | Dirk Engling |