]> git.mxchange.org Git - flightgear.git/history - src/Network/http
New PathsDialog, for managing locations.
[flightgear.git] / src / Network / http /
2015-03-27 Torsten Dreyerhttpd: extend the NavDbUriHandler
2015-03-17 Torsten DreyerPropertyChangeWebsocket: sanitize property names
2015-03-11 Torsten DreyerRunUriHandler: add some INFO logging for the requests
2015-03-11 James TurnerRemove obsolete #ifdef check
2015-03-11 Torsten DreyerFix recently introduced bug in json-to-prop conversion
2015-03-09 Torsten DreyerJSON Properties: encode NaN as null
2015-03-09 Torsten Dreyerhttpd: expose if airport has metar in navdb uri handler
2015-03-03 Torsten DreyerUse the pagedPathForHistory in the FlightHistoryUriHandler
2015-03-02 Torsten Dreyerhttpd: fix misplaced warning message
2015-02-27 Torsten Dreyerwrap the json flight history as a feature
2015-02-27 Torsten DreyerJsonUriHandler: allow POST updates without child
2015-02-26 Torsten DreyerHTML Property Browser: use radiobuttons for bools
2015-02-25 Torsten Dreyerflighthistory service: use GeoJSON instead of own invention
2015-02-23 Torsten DreyerExpose FlightHistory as a http service
2015-02-22 Torsten DreyerMerge commit 'refs/merge-requests/1591' of https:/...
2015-02-17 Torsten DreyerInitial work for a PKG http service
2015-02-13 Torsten DreyerPropertyBrowser: Add a JSON link and the path
2015-02-11 Torsten Dreyerhttpd/json: send as correct typ for bools and numbers
2014-11-11 Torsten Dreyerhttpd: some code cleanup for JsonUriHandler.
2014-11-10 Torsten DreyerAllow property set on the /json/ uri handler
2014-11-06 Torsten Dreyerhttpd: upgrade to latest mongoose 5.5
2014-11-04 Torsten DreyerFix #1579: Handle special characters in html property...
2014-10-16 Torsten Dreyerhttpd: expose airport id to geojson properties
2014-10-02 Torsten Dreyerhttpd: fix mjpeg encoding
2014-09-24 Torsten DreyerFix (1st try) absolute paths for httpd url_rewrites
2014-09-24 Torsten DreyerSome debug stuff for the mongoose httpd
2014-09-21 Torsten Dreyerhttpd: fix log message typos
2014-09-19 Torsten DreyerAllow user defined mime types for the internal httpd
2014-09-15 Torsten Dreyerhttpd: downgrade log message
2014-09-12 Torsten DreyerExpose the running-state of the internal webserver
2014-09-10 Torsten Dreyerhttpd: expose the aircraft dir to the web server
2014-06-12 James TurnerType-correct decoding of JSON to props.
2014-06-12 James TurnerWebsocket get/set props and exec commands.
2014-05-22 Torsten DreyerUpdate of the httpd implementation
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1578' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1577' of git://gitori...
2014-03-26 Torsten Dreyeradd nChildren to json properties
2014-03-26 Torsten DreyerAdd a timestamp to JSON properties
2014-03-25 Torsten DreyerDon't return invalid JSON if node not found
2014-03-23 Torsten Dreyerhttpd: provide more airport information in geojson
2014-03-21 Torsten Dreyerhttpd navdb: report ils/loc as geojson multilinestring
2014-03-19 Torsten DreyerAdd a http handler to access the nav database
2014-03-17 Torsten Dreyerhttpd: don't spam the console with debug messages
2014-03-17 Torsten Dreyerhttpd: better handling of first-time notifications
2014-03-14 Torsten DreyerPropertyChangeWebsocket: fire change after subscribe
2014-03-14 Torsten Dreyerhttpd: handle url-rewrites
2014-03-12 Torsten Dreyerhttpd: update mongoose and websockets
2014-03-10 Torsten Dreyerhttp property browser: don't crash on invalid nodes
2014-03-10 Torsten Dreyerallow binding of arguments for fg-commands thru run.cgi
2014-03-08 Torsten DreyerSome fixes for the httpd
2014-03-07 Torsten DreyerJSON: make the response configurable, set encoding
2014-03-06 Torsten Dreyerhttpd: fix ignored port on --httpd=nnnn
2014-03-06 Torsten DreyerUse the short xml name for properties in JSON
2014-03-06 Torsten DreyerInitial commit for mongoose httpd