- 13 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
- 12 Jan, 2020 11 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Elminiated the cppcheck findings for include/pistache/optional.h. Had to hack around apparent bug in cppcheck.
-
Dennis Jenkins authored
-
Dennis Jenkins authored
The rest is fallout / fix ups due to that.
-
Dennis Jenkins authored
Fixed many cppcheck warnings for non-explicit single-argument constructors. Converted https unit tests to use ephemeral TCP ports instead of fixed ports.
-
Dennis Jenkins authored
Changed Http::Endpoint constructor call to explicitly take 'Address' instead of 'std::string' and implicity construct Address.
-
Dennis Jenkins authored
added an overlaod for match_string
-
- 11 Jan, 2020 11 commits
-
-
Dennis Jenkins authored
-
Akshay Shekher authored
-
Dennis Jenkins authored
Bumped versioning from 0.0.1 -> 0.0.2
-
Kip Warner authored
{debian/changelog,version.txt}: Bumped versioning from 0.0.1 -> 0.0.2 to coincide with Dennis' merge spree today. All DEP-8 tests pass...
-
-
Dennis Jenkins authored
Client example : Wait for response and print number of failed requests
-
Dennis Jenkins authored
Fix repeated and multipart chunks
-
Dennis Jenkins authored
Avoid macro invocation in examples
-
Dennis Jenkins authored
close non-closed file descriptor will resolve : #38, #43, #150, #164, #221 - shutdown will work properly
-
Mohsen authored
add FD value comparison with zero & Set FD value to -1
-
Mohsen authored
add FD value comparison with zero
-
- 09 Jan, 2020 1 commit
-
-
Dennis Jenkins authored
Fixed stack corruption when Aio::AsyncImpl constructed with large number of worker threads.
-
- 07 Jan, 2020 3 commits
-
-
Mohsen authored
during the shutdown process, in deconstruction of listener, it should be close the fd if it already open and if it had not zero value
-
Mohsen authored
~Epoll() will close Filedescriptor if it open in deconstruction an object
-
Mohsen authored
~Epoll() will close Filedescriptor if it open in deconstruction an object
-
- 01 Jan, 2020 3 commits
-
-
Kip Warner authored
-
Kip Warner authored
src/common/reactor.cc: Fixed reactor throwing second exception during destruction after raising an exception on failed initialization... {debian/changelog,version.txt}: Bumped versioning...
-
Kip Warner authored
src/common/reactor.cc: Fixed stack corruption when Aio::AsyncImpl is constructed with more than 255 worker threads requested... src/common/reactor.cc: Cleaner move semantics in worker thread construction... src/common/reactor.cc: Use simpler structured binding with decodeKey() return value... tests/reactor_test.cc: Added reactor_exceed_max_threads test to reactor_test suite... {include/pistache/reactor.h, src/common/reactor.cc}: Use std::array and safer bounds checking with containers... CMakeLists.txt: Added better general detection for buffer overflows and stack protection... {debian/changelog,version.txt}: Bumped versioning...
-
- 26 Nov, 2019 4 commits
-
-
Dennis Jenkins authored
optional::operator== improvements
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
- 22 Nov, 2019 5 commits
-
-
Dennis Jenkins authored
optional: add equal_to and not_equal_to operators
-
Mateusz Szychowski (Muttley) authored
-
Mateusz Szychowski (Muttley) authored
these will be generated only if T supports these operators
-
Krystian Kuzniarek authored
-
Mateusz Szychowski (Muttley) authored
-