summaryrefslogtreecommitdiff
path: root/bin/lookup-server
AgeCommit message (Collapse)AuthorLines
2021-04-04lookup-server: handle database errorsmainDaniel Friesel-9/+33
2021-04-02handle trains without line numberDaniel Friesel-1/+5
2021-04-02report likelihood in addition to estimated distanceDaniel Friesel-2/+5
2021-04-02skip trains which are likely not in transit yetDaniel Friesel-0/+3
2021-04-02skip trains which are not on the leg closest to the requested positionDaniel Friesel-16/+40
2021-04-02add delay to previousStopovers timesDaniel Friesel-27/+73
2021-04-01lookup-server: refactor train and stop handling into classesDaniel Friesel-126/+152
2021-03-31add request statisticsDaniel Friesel-1/+21
2021-03-31Add license headersDaniel Friesel-0/+4
2021-03-30support custom transport.rest instancesDaniel Friesel-2/+4
2021-03-29lookup-server: add some more notesDaniel Friesel-4/+10
2021-03-29lookup-server: assume that linear interpolation is OK for <15kmDaniel Friesel-7/+43
2021-03-29lookup-server: add debug outputDaniel Friesel-0/+6
2021-03-28improve estimation accuracy by using (departure, arrival) where possibleDaniel Friesel-27/+27
2021-03-28add some todosDaniel Friesel-7/+12
2021-03-28lookup-server: handle missing timestampsDaniel Friesel-2/+11
2021-03-28adjust lookup-server for dbfDaniel Friesel-6/+16
2021-03-28lookup-server: enable autocommit and readonly modeDaniel Friesel-0/+3
2021-03-28initial commitDaniel Friesel-0/+203