collabora-online/net
Aron Budea c4975d01e5 Split config.h into separate headers to avoid extensive rebuild
Eg. if only the version was changed, config.h was updated, and
everything was recompiled.

New structure, maintain these manually:
config.h.in - for configured variables that are stable if
              configuration parameters are unchanged
config_version.h.in - for version/hash related variables

----
config_unused.h.in - still generated by autoheader with all
                     variables, don't use it

Signed-off-by: Aron Budea <aron.budea@collabora.com>
Change-Id: Id9a50a9f1e798a3b3814778d8683b7d7cb57bb29
2022-09-05 12:32:49 +01:00
..
Buffer.hpp Buffer: remove _size member and calculate it from _offset as needed. 2021-11-30 09:32:45 +00:00
DelaySocket.cpp mutex include cleanup. 2022-08-31 21:31:31 +01:00
DelaySocket.hpp mutex include cleanup. 2022-08-31 21:31:31 +01:00
FakeSocket.cpp fix license headers 2020-10-01 11:56:43 +02:00
FakeSocket.hpp Replace all `__linux` in CPP conditions with `__linux__`. 2020-11-17 09:21:45 +00:00
HttpHelper.cpp Split config.h into separate headers to avoid extensive rebuild 2022-09-05 12:32:49 +01:00
HttpHelper.hpp wsd: move HttpHelper namespace from Socket to its home 2020-11-02 07:56:03 -05:00
HttpRequest.cpp wsd: http: improved logging 2022-08-02 07:51:52 -04:00
HttpRequest.hpp Split config.h into separate headers to avoid extensive rebuild 2022-09-05 12:32:49 +01:00
NetUtil.cpp wsd: killpoco: cert verification 2021-07-18 21:14:48 -04:00
NetUtil.hpp Fix typos in comments 2022-08-23 18:37:44 +02:00
ServerSocket.hpp wsd: make socket FD log prefix implicit and cleanup logs 2022-06-07 09:09:00 +01:00
Socket.cpp wsd: minor log improvements 2022-07-25 14:04:13 +01:00
Socket.hpp Fix typos in comments 2022-08-23 18:37:44 +02:00
Ssl.cpp wsd: use the default DH parameters in SSL 2022-04-22 09:47:19 +02:00
Ssl.hpp wsd: ssl certificate verification requirements 2021-07-18 21:14:48 -04:00
SslSocket.hpp Fix typos in comments 2022-08-23 18:37:44 +02:00
WebSocketHandler.hpp UTF8 validation: print out offset of problem in hex to match the dump. 2022-08-27 08:21:28 -04:00
WebSocketSession.hpp wsd: test: correct shutdown of WebSocketSession 2022-08-02 09:24:46 -04:00
clientnb.cpp wsd: cleanup Poco headers 2021-03-22 10:09:22 -04:00