summaryrefslogtreecommitdiff
path: root/libgweather/weather-metar.c
Commit message (Expand)AuthorAgeFilesLines
* metar: Use G_REGEX_OPTIMIZE with older GLib versionsEmmanuele Bassi2022-07-131-7/+12
* Remove trailing newlines from logging functionsEmmanuele Bassi2021-11-171-7/+4
* metar: Plug a memory leakEmmanuele Bassi2021-11-171-0/+5
* Remove unused assignmentEmmanuele Bassi2021-11-121-3/+2
* Run the code base through the style formatterEmmanuele Bassi2021-11-101-17/+25
* Port to libsoup3Daniel Kolesa2021-11-101-24/+71
* Reformat the code using clang-formatEmmanuele Bassi2021-10-171-100/+112
* Add missing includeEmmanuele Bassi2021-10-151-0/+1
* Clean up source files preambleEmmanuele Bassi2021-10-131-19/+5
* gweather: Remove intermediate private struct for GWeatherInfoBastien Nocera2021-01-121-70/+48
* metar: Add some debug info about parsingBastien Nocera2020-06-191-0/+7
* all: Use https for GNU license linkBastien Nocera2020-04-061-1/+1
* weather: Fix possible use after freeBastien Nocera2019-10-151-12/+16
* metar: Don't mark weather info as invalid if already validBastien Nocera2019-08-271-1/+2
* metar: Add more debug to METAR parsingBastien Nocera2019-03-121-0/+20
* weather: Don't try to fetch weather for named timezonesBastien Nocera2018-10-081-0/+3
* weather-metar: properly extract metar datawip/muktupavels/fix-metar-dataAlberts Muktupāvels2018-04-301-4/+6
* Use GRegex instead of POSIX regex to parse METAR stringsGiovanni Campagna2017-11-261-38/+46
* Fix a translator commentPiotr Drąg2017-01-281-1/+1
* Switch to new METAR data providerFrank Dana2016-08-281-5/+11
* Avoid redirects from US Weather ServiceDaniel Aleksandersen2016-05-291-1/+1
* Revert "Consolidate feature checks and system macros"Giovanni Campagna2015-04-261-1/+5
* Consolidate feature checks and system macrosGiovanni Campagna2015-04-131-5/+1
* Consolidate define checks and forbid single includesGiovanni Campagna2015-04-131-1/+0
* Move to a more consistent naming system for source filesGiovanni Campagna2015-04-131-1/+1
* GWeatherInfo: don't abort the entire SoupSessionGiovanni Campagna2014-03-081-6/+6
* Fix metar parsing with multiple conditionsGiovanni Campagna2013-03-181-40/+90
* METAR: the code for ice pellets is PL, not PEGiovanni Campagna2013-03-181-1/+1
* GWeatherInfo: namespace an internal functionGiovanni Campagna2012-12-021-2/+3
* Remove WeatherLocation as a pointer typeGiovanni Campagna2012-12-021-6/+2
* Weather: move weather.h to gweather-weather.hGiovanni Campagna2012-03-091-1/+0
* Port to GSettingsGiovanni Campagna2012-03-091-62/+62
* API Break: correct namespacing and make WeatherInfo more GObject friendlyGiovanni Campagna2012-03-091-98/+122
* Further Windows workTor Lillqvist2009-05-291-4/+0
* Second part of win32 portability. Based on patch by Tor LillqvistVincent Untz2008-12-021-0/+3
* Handle wind reports in m/s. #541721Dan Winship2008-11-251-3/+7
* Add this so we can distinguish "the requested code was invalid" from "weDan Winship2008-10-171-4/+14
* gettext wrapper that ensures bindtextdomain() andDan Winship2008-09-291-1/+0
* Clean up the GPL notices and #includes. Remove most of the "Author: ..."Dan Winship2008-09-031-13/+14
* Added translator comment.Claude Paroz2008-07-301-0/+1
* Only increase pending_requests if we actually queued request, else we mayMatthias Clasen2008-07-251-1/+3
* require libsoup instead of gnome-vfs. (Also require gconf explicitly; itDan Winship2008-06-181-83/+28
* code cleanup. Try to standardize on a single style. (No functionalDan Winship2008-06-181-195/+202
* Add the API guard to the C filesFederico Mena Quintero2008-01-141-0/+1
* Add, mostly copied from gnome-appletsBastien Nocera2007-11-221-0/+590