Kari Pahula

Results 16 issues of Kari Pahula

HTTP spec allows for repeated headers in requests and responses. https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 ~As far as generating responses go, there's the alternative of combining them as a comma separated list. Payload is...

Systems can have multiple non-trivial MAC addresses. There should be an option to choose which one to use in UUID V1 generation, instead of taking the first one which `getNetworkInterfaces`...

resolves #___ Summary of proposed changes: - Use typedef names instead of struct/enum names in api.rst for Doxygen Since Doxyfile declares `TYPEDEF_HIDES_STRUCT = YES` the documentation needs to use typedef...

In bc31c318b73b47a085551fc3a6fa70dba89dad28 Gecode's timer handling was unified to std::chrono::steady_clock. This removed the need for checking at build time for which timer to use and AC_GECODE_TIMER M4 macro was removed that...