- 03 Mar, 2020 1 commit
-
-
Igor [hyperxor] authored
-
- 02 Mar, 2020 3 commits
-
-
Kip authored
* {src/common/http_header.cc,include/pistache/http_header.h}: Implemented support for Authorization headers using basic method... include/pistache/base64.{cc,h}: Added utility classes and helper functions for base 64 encoding and decoding... tests/headers_test.cc: Added unit test authorization_basic_test... version.txt: Bumped versioning metadata... * Reformatted last commit with clang-format(1) per Dennis' request. Looks awful. * include/pistache/base64.h: No need to include standard filesystem library...
-
Kip authored
* {src/common/http_header.cc,include/pistache/http_header.h}: Implemented support for Authorization headers using basic method... include/pistache/base64.{cc,h}: Added utility classes and helper functions for base 64 encoding and decoding... tests/headers_test.cc: Added unit test authorization_basic_test... version.txt: Bumped versioning metadata... * Reformatted last commit with clang-format(1) per Dennis' request. Looks awful.
-
Igor [hyperxor] authored
-
- 29 Feb, 2020 2 commits
-
-
Igor [hyperxor] authored
-
Igor [hyperxor] authored
-
- 27 Feb, 2020 1 commit
-
-
Igor [hyperxor] authored
-
- 26 Feb, 2020 2 commits
-
-
Carlos Gomes Martinho authored
-
Mateusz Szychowski (Muttley) authored
* optional: reenable implicit constructors when using Some and None * CMake: suppress noExplicitConstructor for optional.h implicit constructors are intentional there
-
- 24 Feb, 2020 1 commit
-
-
Igor [hyperxor] authored
* Code improvements in HTTP Parsers * Trigger CI
-
- 23 Feb, 2020 1 commit
-
-
Igor [hyperxor] authored
* Exploring flaky tests: more logs and several improvements * Trigger CI * Trigger CI * Delete useless check in Listener
-
- 19 Feb, 2020 4 commits
-
-
Igor [hyperxor] authored
* Fix inssue #610 and refactoring * Fix ResponseWriter constructors
-
Igor [hyperxor] authored
-
-
Dennis Jenkins authored
-
- 16 Feb, 2020 1 commit
-
-
Dennis Jenkins authored
* Add a debug build with SSL disabled. * Expose response stats in ResponseWriter. * Add formal tracking of HTTP server repsonse size and response code so that they are available in the ResponseWriter AFTER send() is called. * Trigger travis-ci rebuild.
-
- 15 Feb, 2020 2 commits
-
-
Christophe Bedard authored
* Add version of bind() that can bind to shared_ptrs * Expand binding call macros * Add test for std::shared_ptr bind()
-
Dennis Jenkins authored
oops
-
- 14 Feb, 2020 3 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Code simplification + add pointer check
-
hyperxor authored
-
- 13 Feb, 2020 3 commits
-
-
Dennis Jenkins authored
Code simplification in ResponseWriter
-
hyperxor authored
-
hyperxor authored
-
- 12 Feb, 2020 2 commits
-
-
Dennis Jenkins authored
Fix clone method in RounterHandler
-
hyperxor authored
-
- 10 Feb, 2020 11 commits
-
-
Dennis Jenkins authored
Issue #700: fix build
-
hyperxor authored
-
hyperxor authored
-
hyperxor authored
-
hyperxor authored
-
hyperxor authored
-
Dennis Jenkins authored
Tell Travis to build on all of its supported CPU architectures.
-
Kip Warner authored
.travis.yml: Bionic (18.04) doesn't ship g++-9. Unfortunately, although Bionic is old, it's the most recent that Travis CI supports...
-
Kip Warner authored
.travis.yml: We were building on an OS from 2014 (trusty). Update to more recent that Travis CI supports, 18.04 (Bionic)...
-
Kip Warner authored
-
Kip Warner authored
-
- 09 Feb, 2020 3 commits
-
-
Kip Warner authored
-
Dennis Jenkins authored
Improve Peer SSL API and remove unnecessary code
-
hyperxor authored
-