Skip to content

Fix network module#21

Merged
psycofdj merged 6 commits intomasterfrom
feature/improve_network
Jan 15, 2017
Merged

Fix network module#21
psycofdj merged 6 commits intomasterfrom
feature/improve_network

Conversation

@psycofdj
Copy link
Owner

  • [network/http] fixes xtd::network doesn't work #19 : boost and std shared_pointer are no longer mixed
  • [network/http] fixes handle properly keep-alive in xtd::network::http::Server #20 : server replies with correct keepalive heaver
  • [network/http] implements http client
  • [network/http] get rid of ugly filter and handler structures replaced by c++11 variadic template args
  • [network] replace many boost call to c++11 std
  • [core] log config loader parses log_level case insensitively
  • [core] log syslogappender no longer require options config property
  • [core] moved url decode function to core text::url
  • [tests] enable debug syslog logs in main test application
  • [tests] adds handy "exec" function to default test fixture class
  • xtdmake : bump version

…er mixed

* [network/http] fixes #20 : server replies with correct keepalive heaver
* [network/http] implements http client
* [network/http] get rid of ugly filter and handler structures replaced by c++11 variadic template args
* [network] replace many boost call to c++11 std
* [core] log config loader parses log_level case insensitively
* [core] log syslogappender no longer require options config property
* [core] moved url decode function to core text::url
* [tests] enable debug syslog logs in main test application
* [tests] adds handy "exec" function to default test fixture class
* xtdmake : bump version
- fix ut compilation
- fix core syslog ut
* adds debian changelog
* fix compile warning
* [network] fix ThreadManager destruction race condition
* adds wget dependency in docker build image
* [ci] adds netcat as build dependency
@psycofdj
Copy link
Owner Author

Build report #192195645 for PR 21.

UnitTests
Coverage
Cppcheck
Code statistics
Documentation
Documentation coverage

Reports

@psycofdj psycofdj merged commit 838c978 into master Jan 15, 2017
@psycofdj psycofdj deleted the feature/improve_network branch January 15, 2017 22:27
@psycofdj psycofdj restored the feature/improve_network branch January 17, 2017 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

handle properly keep-alive in xtd::network::http::Server xtd::network doesn't work

1 participant