Matthew Hall

Results 6 issues of Matthew Hall

Something similar to the following code inside of `Java_org_nanomsg_NanoLibrary_nn_1recv` is required: ``` jclass cls = env->GetObjectClass(buffer); jmethodID limit_mid = env->GetMethodID(cls, "limit", "(I)Ljava/nio/Buffer;"); char *buf = (char*)env->GetDirectBufferAddress(buffer); jlong capacity = env->GetDirectBufferCapacity(buffer);...

## Problem Statement When using `libntoh` on almost any nontrivial PCAP it fails to work pretty much at all, with tons of `NTOH_IP_ADDRESSES_MISMATCH` and/or `NTOH_TCP_PORTS_MISMATCH` errors or other similar errors....

The Vixie cron local time jump tracking algorithm changes non-wildcard and wildcard job execution behavior intelligently in the presence of DST transitions and most forward and reverse clock skew occurrences....

The upstream reverted the previous code cleanup but didn't provide comments or feedback what went wrong. However in further development I found that the `get_relative_url` function did not include the...

Without multi-homing support, one cannot list all hostnames and IPs of the fake-s3 server. Then, when connecting in various ways, especially via IP, the logic to detect the S3 calling...

CORS requires pre-flight `OPTIONS` method requests to work without the `Authorization` header from the browser. Otherwise, the browser will raise CORS errors on calls to any endpoints protected with basic...