1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 12:26:34 -04:00
sdrangel/httpserver
Edouard Griffiths f522d88fc5
Merge pull request #2252 from srcejon/freq_scanner
Update CMakeLists.txt to allow static libraries to be built
2024-09-13 21:07:04 +02:00
..
CMakeLists.txt Update CMakeLists.txt to allow static libraries to be built, as well as shared. 2024-09-11 20:16:40 +01:00
copyright.txt Added Stefan Frings' QtWebApp httpserver 2017-08-23 18:47:07 +02:00
httpconnectionhandler.cpp Fix typos in cpp files 2024-07-10 23:06:38 +02:00
httpconnectionhandler.h Fixed Qt version checks 2020-11-04 23:05:32 +01:00
httpconnectionhandlerpool.cpp Fix compilation warnings and errors 2024-09-05 13:37:46 +03:00
httpconnectionhandlerpool.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
httpcookie.cpp PVS-Studio static analysis corrections (1) issue #137 2018-02-21 18:54:59 +01:00
httpcookie.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
httpdocrootsettings.h class vs struct mismatch fixes 2018-03-01 09:14:37 +01:00
httpglobal.cpp Added Stefan Frings' QtWebApp httpserver 2017-08-23 18:47:07 +02:00
httpglobal.h Added Stefan Frings' QtWebApp httpserver 2017-08-23 18:47:07 +02:00
httplistener.cpp Fix typos in cpp files 2024-07-10 23:06:38 +02:00
httplistener.h Fix typos in include files 2024-07-10 23:06:38 +02:00
httplistenersettings.h class vs struct mismatch fixes 2018-03-01 09:14:37 +01:00
httprequest.cpp Fix typos in cpp files 2024-07-10 23:06:38 +02:00
httprequest.h Fix typos in include files 2024-07-10 23:06:38 +02:00
httprequesthandler.cpp HTTP server; changed namespace to qtwebapp 2017-11-11 09:32:15 +01:00
httprequesthandler.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
httpresponse.cpp HTTP server; changed namespace to qtwebapp 2017-11-11 09:32:15 +01:00
httpresponse.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
httpserver.pri Added Stefan Frings' QtWebApp httpserver 2017-08-23 18:47:07 +02:00
httpsession.cpp PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
httpsession.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
httpsessionssettings.h HttpServer: use settings structures in place of QSettings 2017-11-13 01:01:15 +01:00
httpsessionstore.cpp HttpServer: use settings structure as an object not a pointer 2017-11-13 13:46:02 +01:00
httpsessionstore.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
lgpl-3.0.txt Added Stefan Frings' QtWebApp httpserver 2017-08-23 18:47:07 +02:00
readme.md Fix spellling errors found with aspell 2024-04-26 21:18:32 +02:00
releasenotes.txt Added Stefan Frings' QtWebApp httpserver 2017-08-23 18:47:07 +02:00
staticfilecontroller.cpp Fix compilation warnings and errors 2024-09-05 13:37:46 +03:00
staticfilecontroller.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00

QtWebApp httpserver

This is the httpserver part of QtWebApp from Stefan Frings

Files copied over from the original 'doc' folder:

  • copyright.txt
  • lgpl-3.0.txt
  • releasenotes.txt