summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-29We have a new format between the former version 1 and 2. So shift version numbers. Add READMEDirk Engling
2015-04-29some entries are now actually in the megabyte-region :(, stupid spammersDirk Engling
2015-04-27experimental code to extract white_1995_Q0 and white_1996_Q0Dirk Engling
2015-04-21Fix for if the last file is shorter than the decryption stringDirk Engling
2014-02-25Massively speed up dump by buffering output before write()User Erdgeist
2014-02-25Shut up a warningUser Erdgeist
2014-02-25freebsd needs extra switch to enable dprintfUser Erdgeist
2014-02-25Get rid of warnings uncovered with clangs -WeverythingDirk Engling
2014-02-24Check for errors of IO operarationsDirk Engling
2014-02-24Silence warning about unused variableDirk Engling
2014-02-24Unused variableDirk Engling
2014-02-24Use make the way it was intendedDirk Engling
2014-02-24Check parameter count before using argv, report syntax and errorsDirk Engling
2014-02-24Check parameter count before using argvDirk Engling
2014-02-24Silence -Wextra warningsDirk Engling
2014-02-24Silence -Wextra warningsDirk Engling
2014-02-24Silence -Wextra warningsDirk Engling
2014-02-24Only write leading zero to Vorwahl, if it actually contains numbersDirk Engling
2014-02-24Enable extra warningsDirk Engling
2014-02-23Add handling Telefonbuch version 1 in main scriptDirk Engling
2014-02-23Dump Postleitzahl and Ort as wellDirk Engling
2014-02-23Export entries into their filesDirk Engling
2014-02-23Convert everything to iso8859-1 before outputDirk Engling
2014-02-22Build extractor for version 1 as wellDirk Engling
2014-02-22Let blob pages appear at the place they're referencedDirk Engling
2014-02-22Disable debug output. Do not dump deleted entries. Add commentsDirk Engling
2014-02-22First version, exports most of the recordsDirk Engling
2014-02-21Be less memory hungry with on-stack allocationsDirk Engling
2014-02-21Use full optimization, dont compile mystlib with tools that dont need itDirk Engling
2014-02-20Restructure project, make names more clearDirk Engling
2014-02-20clean up source directoryDirk Engling
2014-02-14Fix off by oneUser Erdgeist
2014-02-13Make working on geo-coordinate-dump dependent on the coordinate file being thereUser Erdgeist
2014-02-13We do not convert zero bytes to new lines with tr anymore, so don't report that in progress statusUser Erdgeist
2014-02-13Strip trailing white spaceUser Erdgeist
2014-02-13Merge branch 'master' of erdgeist.org:TelefonbuchUser Erdgeist
2014-02-13make use of new splitold tool to speedup extraction by factor 6User Erdgeist
2014-02-13Make splitold usable for nname files, too. It now also converts \0 to \n.User Erdgeist
2014-02-12jot is 1-based, dont reference non-existing fileDirk Engling
2014-02-11Reworked code to split old telefonbuch distributions, the old version was too slowDirk Engling
2014-02-11Add split code for old telefonbuch entriesDirk Engling
2014-02-11Splitting up the old table file needs some speedupDirk Engling
2014-02-10First 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-10Avoid div by zero when operator precedence screws upDirk Engling
2014-02-10Use integers to count through files on old telefonbuch format. Only convert them to fixed with representation when neededDirk Engling
2014-02-10Avoid bashisms in arithmetic expansionUser Erdgeist
2014-02-09Need to link mathlibUser Erdgeist
2014-02-09Automatically convert coordinates to WGS84Dirk Engling
2014-02-09Make convertcoords properly work with empty linesDirk Engling
2014-02-09Add clean target. Add coonvertcoords to list of projectsDirk Engling