Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Oat++

Open-source C++ web framework for highly scalable and resource-efficient web applications.
Collective - Host: opensource - https://opencollective.com/oatpp - Website: https://oatpp.io/ - Code: https://github.com/oatpp

Remove SO_REUSEADDR in SimpleSsdpUdpStreamProvider, because it is already set in SimpleUdpStreamProvider. SO_REUSEADDR should also be set before bind(). Enable SO_BROADCAST for all plattforms (not only for Windows).

github.com/oatpp/oatpp-ssdp - 7ee6f04c70c2f815cc5c687f35dbc47d407aeab5 authored almost 4 years ago
Enable SO_BROADCAST for SSDP provider handle for sending broadcasts, only for windows.

github.com/oatpp/oatpp-ssdp - 72064c59f52fa57b0ae080ff464c9a07c5b9e25a authored almost 4 years ago
Implement missing parts for Windows. Change SO_REUSEPORT to SO_REUSEADDR, because SO_REUSEPORT is not available for Windows. I hope, it is the same behavior.

github.com/oatpp/oatpp-ssdp - f432e3a6fd84b1f88ff0e80c45821eddfc9dbcb8 authored almost 4 years ago
Merge pull request #3 from ktnr/patch-1

Skip SIGPIPE on Windows

github.com/oatpp/example-libressl - c72fac8fde351ad0350bb278ce3c043828e47486 authored almost 4 years ago
Skip SIGPIPE on Windows

Fix build errors

github.com/oatpp/example-libressl - 7d6b68eca0f2a2bbaa7b899bfa4f427e3b4be9f5 authored almost 4 years ago
Merge pull request #6 from ktnr/patch-1

ignore SIGPIPE on Windows

github.com/oatpp/oatpp-openssl - e204fac60cd20e8de08bf19398d1f86c880d7ac5 authored almost 4 years ago
ignore SIGPIPE on Windows

fixes build errors

github.com/oatpp/oatpp-openssl - c56313a7c6ca7e0bfc54b82d05d2604c147d781f authored almost 4 years ago
Merge pull request #15 from ktnr/patch-1

skip SIGPIPE on Windows

github.com/oatpp/oatpp-libressl - 50f31919eb10dd77432b5bd18588b060a5502e65 authored almost 4 years ago
skip sigpipe on windows

skips sigpipe on windows and resolves #14

github.com/oatpp/oatpp-libressl - 0e538bd91fd5a15fbcf24ed603e7e4335669f858 authored almost 4 years ago
Merge pull request #396 from bamkrs/master

Add hints and advice to the threading-examples in `Server.hpp`

github.com/oatpp/oatpp - d6521d2178f0cbc661a4b6ef6c0c4893557837aa authored almost 4 years ago
Add hints and advice to the threading-examples in `Server.hpp` and added the link to the warning in `Server.cpp`

github.com/oatpp/oatpp - 24c89a7ce8f57e0bdf46d50ee8afcf5b555099b3 authored almost 4 years ago
Fix double stopping of ConnectionHandler and stop both ConnectionProvider and ConnectionHandler

github.com/oatpp/example-server-stop - 6c3378abf5de00a5b9c4e490f20a9af4025ec5ed authored almost 4 years ago
Added calls to `ConnectionProvider::stop()` and to `ConnectionHandler::stop()`

Also stressed a bit more that you can't run multiple of the enclosures with this design.

github.com/oatpp/example-server-stop - cd40fb4aa1bb25b1dc957b0c63b44a2aff227b72 authored almost 4 years ago
Slightly improved hints in README.md

github.com/oatpp/example-server-stop - e4b08b4d702d120691e1707abf682d3aaedbc2e3 authored almost 4 years ago
Different examples on how to keep Oat++ or just its Server in its own thread.

This way the main thread can be used for the users backend or application.

github.com/oatpp/example-server-stop - 16d84768227e3c4a3686eef31eac4923a82a6521 authored almost 4 years ago
update to the latest oatpp API

github.com/oatpp/example-server-stop - d55120aacd6682197903037278da2a6b43b8a013 authored almost 4 years ago
Fix #324 (#395)

* Attempt to patch #324

* Add check for MinGW and code attribution

github.com/oatpp/oatpp - 78e61520905168fcca76009e005094898278e4f2 authored almost 4 years ago
Implemented copy-assign and move-assign operators for `HttpProcessor::Task` to satisfy 'Rule of Two'.

github.com/oatpp/oatpp - 29650b0557c707c9ece0cef766bc553edfb8ebb8 authored almost 4 years ago
Implemented move-constructor of `HttpProcessor::Task` to use its performance-gain over copy.

github.com/oatpp/oatpp - ca19e5b0723312be765d5ab2e1b8450ff85a6479 authored almost 4 years ago
Implemented copy-constructor of `HttpProcessor::Task` to fix task-counting.

github.com/oatpp/oatpp - 8badb89a1c811698b67803615ba8524a8d59e849 authored almost 4 years ago
Prevent the connection-handlers to spawn new `HttpProcessor` after `stop()` is called.

Also pass the counter as raw pointer to prevent two atomic operations introduced with `std::shar...

github.com/oatpp/oatpp - 28b71c7884c87a77f1e3a27ab7d647e61342426b authored almost 4 years ago
Let the ConnectionHandlers count how many threads they spawn.

To reliable stop a ConnectionHandler it needs to count its spawned threads.
Because we can have ...

github.com/oatpp/oatpp - 233b1040f56a1b698e02f2c483e77105d54656f1 authored almost 4 years ago
Update README.md

github.com/oatpp/oatpp - 9899786b235b2d987c8b131cdb01909727b98d4f authored almost 4 years ago
Merge pull request #390 from oatpp/fix_missing_virtual_destructors

Fix missing virtual destructors

github.com/oatpp/oatpp - f9b5c755a1ee32253749402d7146e569264bde9e authored almost 4 years ago
web::server::interceptor: Add missing virtual destructors for Request/Response interceptors.

github.com/oatpp/oatpp - 44813e4113df81253fa98f20b2bad1ee86258410 authored almost 4 years ago
Merge pull request #1 from acidtonic/acidtonic-patch-1

Update RequestInterceptor.hpp

github.com/oatpp/oatpp - b207ad307ae683e2a985f7a599d3640415514faf authored almost 4 years ago
Update RequestInterceptor.hpp

Corrected virtual class with public non-virtual destructor.

github.com/oatpp/oatpp - 42685cf0d1f7cca395c9bd0d46ac9a33c920b91b authored almost 4 years ago
Merge pull request #7 from dsmyth/update-copyright

Update copyright in file headers

github.com/oatpp/oatpp-postgresql - f3009b838bca97b1b8952ab349504ae91ecb84ea authored almost 4 years ago
Update 1.2.5.md

github.com/oatpp/oatpp - 255fd435afa10b7f04b78bd42f1ac2aae7262bfd authored almost 4 years ago
Update copyright in file headers

github.com/oatpp/oatpp-postgresql - 4c461222b611d107a6b841e4f4f41d48f8fb9fad authored almost 4 years ago
Merge pull request #6 from oatpp/arrays

Arrays

github.com/oatpp/oatpp-postgresql - de45c166258ef4640d43c558da0ede1b02149c2e authored almost 4 years ago
Tests: Wait for DB to start.

github.com/oatpp/oatpp-postgresql - b109c462a7a81d9ae34b6de30853191075e12e0b authored almost 4 years ago
Update Readme. Uncommend all tests.

github.com/oatpp/oatpp-postgresql - ca3c241fe99bcc63c636f4a276fa36e48b688b5b authored almost 4 years ago
Tests. Arrays. Multidimensional arrays test.

github.com/oatpp/oatpp-postgresql - e5c8d1ab4a019423425bb492564946dc2fd8d569 authored almost 4 years ago
Tests: ArrayTest, tests for 1D collections.

github.com/oatpp/oatpp-postgresql - 11c65468bd4573518dcc5fc1bbc7c12e74634f99 authored almost 4 years ago
Ser/De. Arrays. Better Ser/De.

github.com/oatpp/oatpp-postgresql - 9e308a628caa360cf816c3e5155109e0fd8115a3 authored almost 4 years ago
Ser/De: Arrays. Refactor method names.

github.com/oatpp/oatpp-postgresql - 28af5a276ef85a0fb6b121228ae08ba3119b6043 authored almost 4 years ago
Ser/De: Arrays POC.

github.com/oatpp/oatpp-postgresql - d1bcba1380fec3a04e57a8fd461d11fc0c10299a authored almost 4 years ago
Merge pull request #386 from oncontroltech/master

Fix a 64bit function that was also being called when the environment …

github.com/oatpp/oatpp - b43355c001992c2510ae775e70a326f8a6d483df authored almost 4 years ago
Fix a 64bit function that was also being called when the environment is 32btis.

The function _localtime64 was being called inside a ifdef WIN32 which
makes it try to compile ev...

github.com/oatpp/oatpp - e43af7c06e38ad5c665483e17e7c2e919e384ce6 authored almost 4 years ago
Merge branch 'master' of github.com:oatpp/website

github.com/oatpp/website - c6e53e2d5563284bc9c4dc83250b8fda2d03bf53 authored almost 4 years ago
Merge pull request #5 from oatpp/fix_missing_host_name

Fix missing host-name

github.com/oatpp/oatpp-openssl - b45f755345330f728cae1d0d3eaa225bbff32dd2 authored almost 4 years ago
Fix missing host-name

github.com/oatpp/oatpp-openssl - 7bff23bc390f8ceee9f41ff09ecf550e9524237a authored almost 4 years ago
Update README.md

github.com/oatpp/oatpp-openssl - 68d31ed645124a3c25469cf50c69950a122df2bb authored about 4 years ago
Merge pull request #4 from oatpp/remove_old_apis

Remove old apis

github.com/oatpp/oatpp-openssl - d8c6aee2a9d749a847ecce77586178d19002342f authored about 4 years ago
Merge branch 'master' into remove_old_apis

github.com/oatpp/oatpp-openssl - 4c9972ac10e7e883d1f33a6a4623a2bc42f70fa6 authored about 4 years ago
Cleanup old code

github.com/oatpp/oatpp-openssl - 5b8c6169f509aa6ffd6a9f71a8580d1bc16ca84f authored about 4 years ago
Merge pull request #39 from oben01/Hotfix/RFC3986

#38 change enum generated name to be compliante with RFC3986

github.com/oatpp/oatpp-swagger - effa2635fc772260f17117bd15e256a44fdbbc18 authored about 4 years ago
#38 change enum generated name to be compliante with RFC3986

github.com/oatpp/oatpp-swagger - dd473340f7a4b28bbb602f83dfa6df8091f4156f authored about 4 years ago
Merge pull request #378 from oatpp/optional_query_parameters

Add optional default-value for QUERY parameters to ease the implementation of optional QUERY par...

github.com/oatpp/oatpp - 50748b4011895e9b729d545f09b2b355650157d6 authored about 4 years ago
Add optional default-value for QUERY parameters to ease the implementation of optional QUERY parameters.

github.com/oatpp/oatpp - 5502a0cbf06961a5010171d1eab7d746c2272999 authored about 4 years ago
Merge pull request #2 from lganzzzo/AddFloatArrays

Add float arrays

github.com/oatpp/oatpp-postgresql - c5f81d5e64aab1d71c4d1e9fa53c1110f4f93c75 authored about 4 years ago
Postgres array indicies start at 1, not 0

github.com/oatpp/oatpp-postgresql - 2b1b20401f0b23698ec0123c5a8f5dbe4d6fb83c authored about 4 years ago
Merge pull request #373 from oatpp/fix_wrong_loop_call_on_conditional_nullptr_issue372

Fix wrong calling of conditional loop if condition is null (Closes #372)

github.com/oatpp/oatpp - 6b4413552acf4ebcd0d3df411d6a2a6fc78cabc1 authored about 4 years ago
Fix wrong calling of conditional loop if condition is null (Closes #372(

github.com/oatpp/oatpp - cc7ef1b275deb4c7766927aedb221228af534b20 authored about 4 years ago
Merge branch 'AddFloatArrays' of github.com:dsmyth/oatpp-postgresql into AddFloatArrays

github.com/oatpp/oatpp-postgresql - f71a962067576bd56b5c311ef7c913e8689bbfa2 authored about 4 years ago
Deserializer: Multidimensional Arrays.

github.com/oatpp/oatpp-postgresql - 4591a5e083f91f43e5bfabf991eeff60b1ec4735 authored about 4 years ago
Clean up float8 serializer

github.com/oatpp/oatpp-postgresql - 9a5126010acca2bbc1877fd8ef91562fe56c2a83 authored about 4 years ago
Minor cleanup of PgArray

github.com/oatpp/oatpp-postgresql - 9916f6678bcdb0abec631f86787200504bdfcef5 authored about 4 years ago
Remove obsolete DeserializeArray, move arpa/inet.h include to

Deserializer.hpp

github.com/oatpp/oatpp-postgresql - 5301580346293266cc64ea4002938d1786dc6016 authored about 4 years ago
Merge pull request #1 from lganzzzo/AddFloatArrays

mapping::Serializer: 1D - Array Deserialization - General case.

github.com/oatpp/oatpp-postgresql - 54bf0a958cdaecd9e4dad5e6d632cd1c65c46526 authored about 4 years ago
Merge pull request #365 from oatpp/conditional_server_run

WIP/Discussion: Let server check an (optional) stopping condition by itself

github.com/oatpp/oatpp - 149ddb30df532818c7e59da44a8c32cbf8bda671 authored about 4 years ago
Correctly call `conditionalMainLoop()` instead of the unconditional `mainLoop` for the conditional run.

github.com/oatpp/oatpp - a2d423490c61c920d225292a8461f470975b2008 authored about 4 years ago
Merge remote-tracking branch 'origin/conditional_server_run' into conditional_server_run

github.com/oatpp/oatpp - dbd02bb98d8155975e2ce394c04fb9c88fa85b9b authored about 4 years ago
Replaced erroneous pass-by-value with pass-by-reference in ClientServerTestRunner.hpp that prevented shutting down the server correctly.

github.com/oatpp/oatpp - de2f6cd59c7962b4b22471f8f620277be581990f authored about 4 years ago
mapping::Serializer: 1D - Array Deserialization - General case.

github.com/oatpp/oatpp-postgresql - 0b8ca9961099d63221d22cebce7d83e7dcde41ba authored about 4 years ago
Merge pull request #36 from oatpp/multiple_example_values

Multiple example values

github.com/oatpp/oatpp-swagger - 8b70945f0e9bcf09e16b5cb4be08e752097b0288 authored about 4 years ago
Merge pull request #370 from oatpp/endpoint_info_multiple_examples

Endpoint: Support multiple example values.

github.com/oatpp/oatpp - ff109396f191e35d2f7a4ba5041decb98a61115f authored about 4 years ago
Update 1.2.5.md

github.com/oatpp/oatpp - dea6301a3016a9392baf7d0aeef5b613b1f7415d authored about 4 years ago
Generator: Add Parameter Examples.

github.com/oatpp/oatpp-swagger - 21e13d6a3c05cf4dc947511fb24965f20cae7f7d authored about 4 years ago
Generator: Add Response Examples.

github.com/oatpp/oatpp-swagger - 653b56294d4aa2c3cf03f9ff6bcbca7cfbe068e1 authored about 4 years ago
Body - multiple example values.

github.com/oatpp/oatpp-swagger - df73773ef3bdc38e6774774c789a2a8a43222d6b authored about 4 years ago
Endpoint: Support multiple example values.

github.com/oatpp/oatpp - ebeb78b1e6c1b8c1d322ce7fe565f4576ed96ad2 authored about 4 years ago
Fix body description. (#35)

github.com/oatpp/oatpp-swagger - 03c22638ba3d392436b77dd961bb8b71c7464bd0 authored about 4 years ago
Fixed wrong default values on startup and a major bug with device-ordering in `/api/{username}/lights` that confuses Alexa sometimes.

Also reduced the length of `uniqueid` on 64bit systems to 12byte. Gen4 Alexa seems to have proble...

github.com/oatpp/example-iot-hue-ssdp - 0ed8241a977ad234d7817a57cdd31681c134c3d1 authored about 4 years ago
Enable `SO_REUSEPORT` for the SSDP provider handle to allow for more than one service.

github.com/oatpp/oatpp-ssdp - 3da29defff2464ba1cbff3ae8dbccca4e8c329fc authored about 4 years ago
Merge pull request #34 from oatpp/parameter_examples

Document body examples.

github.com/oatpp/oatpp-swagger - 39b2a099fd550fc2644e15ebc5a46f103b5e8400 authored about 4 years ago
Document body examples.

github.com/oatpp/oatpp-swagger - fb0f71ce7ddfd7b59360a9f1f466de5cb3bb2d73 authored about 4 years ago
Merge pull request #369 from oatpp/better_endpoint_info

EndpointInfo: Add example field for parameters.

github.com/oatpp/oatpp - 2ec763b81498e8ac15fd77c776a2d4699e144683 authored about 4 years ago
EndpointInfo: Add example field for parameters.

github.com/oatpp/oatpp - c080141884018c667a8426be975eb040010933cc authored about 4 years ago
Updated README.md with some notes to the example.

github.com/oatpp/example-iot-hue-ssdp - 51e9b84257435317b608fa0eba3206d128c9e8fd authored about 4 years ago
Extended API to support ct values and fix a list of bugs:

## controller/HueDeviceController.hpp

- Added `<serviceList>` to `description.xml` to explicit...

github.com/oatpp/example-iot-hue-ssdp - 0fbfc400d13b6a1a03ea33dd0d00e17d39d2eaa9 authored about 4 years ago
First cut at implementing float8array serializer

github.com/oatpp/oatpp-postgresql - 6b9b6a2c08810528e6144b8c4a4c13f0f886dd59 authored about 4 years ago
Start working on array serialization

github.com/oatpp/oatpp-postgresql - 78387ad66dc5d42cd0be0eec99363a8fa203d48b authored about 4 years ago
First cut at decoding double 1d arrays

github.com/oatpp/oatpp-postgresql - 7b3d20f661b44f6fa26dbdd7f67160495e733ca0 authored about 4 years ago
Phase 0 of adding array support

github.com/oatpp/oatpp-postgresql - b622bdc97cd3c5812f2c65010930bf1ab3ca7f35 authored about 4 years ago
Implemented review changes from @lganzzzo and marked `run(bool)` as deprecated

github.com/oatpp/oatpp - ba5e582bc860c09887547157b941dfbb441188ab authored about 4 years ago
Update Swagger-UI dist.

github.com/oatpp/oatpp-swagger - beeee6a308140db6c1d58743d12bfa46b58e1949 authored about 4 years ago
Update README.md

github.com/oatpp/oatpp-postgresql - 723bf2dd7d871add76e7ea7ecb3b0f36138fabe6 authored about 4 years ago
Merge pull request #11 from ktnr/master

Necessary to close db connection in normal app?

github.com/oatpp/example-crud - aa05d2b4076dfd2e4bf0ad5a93672e479f12caef authored about 4 years ago
close db connection also in normal App

github.com/oatpp/example-crud - d0765e2a5fee0dd0536bd2d0b157d407a331488a authored about 4 years ago
WIP/Discussion: Let server check an (optional) condition if it should continue to loop.

Instead of an external invocation of `stop()` to stop a running server, one could pass an lambda...

github.com/oatpp/oatpp - 86ae1132cadb2848c95ad1350d6a2a5a0dc83e9b authored about 4 years ago
test/CMakeLists.txt use 'sh' instead of 'bash' to run command. (#2)

github.com/oatpp/oatpp-protobuf - 71b26be6c0028758dc61b4ce94bfd51e353a53f3 authored about 4 years ago
Merge pull request #10 from oatpp/fix_tests

Fix tests

github.com/oatpp/example-crud - e1a730dd5458d3bb49641ea2af26004724750009 authored about 4 years ago
Tests: Stop DB connection pool.

github.com/oatpp/example-crud - 6093bbb860c47540b6f9349be16173d29ec71492 authored about 4 years ago
Tests: Remove databse before running test.

github.com/oatpp/example-crud - 808e7776dcaf9b48aa21c3a4d899146ee7b3be5d authored about 4 years ago
Tests: Fix indents and namings.

github.com/oatpp/example-crud - 38b7ac5af915fc8aa6da55995d5c9b12ea04735d authored about 4 years ago
Merge pull request #9 from ktnr/master

Added simple test to add and delete users.

github.com/oatpp/example-crud - 42ce04295e4ccdf0edfc044fc9c6e870cfe35fbf authored about 4 years ago