summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add another duplicategnome-3-34Bastien Nocera2020-03-091-0/+1
| | | | | | $ wget -O- -q https://www.aviationweather.gov/docs/metar/stations.txt | grep KX26 FL SEBASTIAN KX26 X26 27 49N 080 30W 6 X W 8 US FL VALKARIA AFS KX26 X26 27 49N 080 30W 6 X 8 US
* GWeatherWeather: Fix forecast attribution leakSebastian Keller2020-03-091-0/+2
|
* yrno: xml parser leak fixesSebastian Keller2020-03-091-0/+7
| | | | The result of xmlGetProp() needs to be freed by the caller.
* Update Malay translationUmarzuki Bin Mochlis Moktar2020-01-091-134/+452
|
* Update Malay translationUmarzuki Bin Mochlis Moktar2020-01-081-576/+951
|
* Update Chinese (Taiwan) translationYi-Jyun Pan2019-11-271-19539/+1211
|
* Update Russian translationStas Solovey2019-11-131-46/+46
|
* tests: Add test for use-after-free weather problemBastien Nocera2019-10-151-0/+90
|
* weather: Fix possible use after freeBastien Nocera2019-10-155-36/+58
| | | | | | | | | Don't use potentially dangling data pointer after a cancelling a soup function call. The user_data might already be freed at this point, and we're getting called after gweather_weather_dispose() has been triggered. Closes: #34
* Update Chinese (Taiwan) translationYi-Jyun Pan2019-10-081-50/+57
|
* 3.34.03.34.0Bastien Nocera2019-10-082-1/+7
| | | | Closes: #33
* Updated Danish translation of locationsAsk Hjorth Larsen2019-10-021-8/+12
|
* Updated Danish translationAsk Hjorth Larsen2019-10-021-51/+47
|
* Update Persian translationDanial Behzadi2019-09-291-317/+348
|
* Update Japanese translationRyuta Fujii2019-09-271-41/+41
|
* Updated Slovenian translationMatej Urbančič2019-09-261-46/+46
|
* Update Dutch translationNathan Follens2019-09-251-46/+46
|
* NEWS: Fix information about the ABI breakDmitry Shachnev2019-09-161-2/+2
|
* Update Italian translationMilo Casagrande2019-09-101-20/+73
|
* Locations: Add a number of Czech airportsJozef Mlich2019-09-091-4/+30
|
* Update German translationTim Sabsch2019-09-081-50/+57
|
* Update Finnish translationJiri Grönroos2019-09-071-100/+60
|
* Update Korean translationDaeHyun Sung2019-09-071-143/+62
|
* Update Turkish translationSabri Ünal2019-09-061-5/+5
|
* Update Turkish translationSabri Ünal2019-09-061-47/+47
|
* Update Italian translationMilo Casagrande2019-09-061-122/+65
|
* Update Brazilian Portuguese translationRafael Fontenelle2019-09-051-50/+57
|
* Update Croatian translationGoran Vidović2019-09-031-47/+47
|
* NEWS: Update to 3.33.92Bastien Nocera2019-09-031-0/+7
|
* 3.33.923.33.92Bastien Nocera2019-09-031-1/+1
|
* Update Japanese translationRyuta Fujii2019-09-031-154/+65
|
* Update Japanese translationRyuta Fujii2019-09-031-119/+526
|
* Update Japanese translationRyuta Fujii2019-09-031-13/+5
|
* Update Friulian translationFabio Tomat2019-09-031-46/+46
|
* Update Japanese translationRyuta Fujii2019-09-031-42/+50
|
* Updated Czech translationMarek Černocký2019-09-021-46/+46
|
* Update Galician translationFran Dieguez2019-09-011-54/+54
|
* Updated Lithuanian translationAurimas Černius2019-09-011-48/+54
|
* Update Finnish translationJiri Grönroos2019-09-011-53/+67
|
* Update Hungarian translationBalázs Úr2019-09-011-49/+54
|
* Update Serbian translationМарко Костић2019-08-311-47/+47
|
* Update British English translationZander Brown2019-08-311-176/+279
|
* Update French translationCharles Monzat2019-08-301-51/+57
|
* Update Indonesian translationKukuh Syafaat2019-08-291-45/+46
|
* Update Catalan translationJordi Mas2019-08-281-61/+67
|
* Update Spanish translationDaniel Mustieles2019-08-281-50/+56
|
* yrno: Fix forecasts never being available because invalidBastien Nocera2019-08-271-0/+5
| | | | | | | | | | | yrno was never setting the "valid" flag on the main info struct, just on each one of the info structs created to hold the forecasts, so it was impossible to get the forecasts unless *another* provider succeeded. This fixes fetching forecasts for Helsinki, as METAR fetching fails and YR.NO didn't set the valid flag. Closes: #11
* metar: Don't mark weather info as invalid if already validBastien Nocera2019-08-271-1/+2
| | | | | Don't overwrite the validity of a GWeatherInfo if METAR failed, but we already have other data filled in.
* tests: Better weather debugging dataBastien Nocera2019-08-272-1/+12
|
* tests: Set providers before network access is madeBastien Nocera2019-08-271-2/+4
|