Tim Wojtulewicz

Results 63 issues of Tim Wojtulewicz

This is a proof-of-concept I've been working on a little bit to prototype replacing our `Dict` type with `std::map`/`std::unordered_map` (or one of the many third-party hashtable/dictionary types). I started with...

fullci

`configure` fails at this point: ``` -- Performing Test OPENSSL_CORRECT_VERSION_NUMBER -- Performing Test OPENSSL_CORRECT_VERSION_NUMBER - Failed CMake Error at cmake/OpenSSLTests.cmake:82 (message): OpenSSL library version does not match headers Call Stack...

We recently bumped the required version of Python for standalone installs of btest up to Python 3.7. The btest script still runs fine if invoked manually with an older version...

For example, conn-size: ![Screenshot 2023-05-08 at 10 51 03 AM](https://user-images.githubusercontent.com/2653616/236894932-9621ee92-92a6-4e7b-b1de-0df61c8e1385.png) This generally means the methods in those bif files aren't being executed, which means the events aren't being generated by...

There are a number of tests in util.cc that are wrapped in `#ifdefs` prevent running them on Windows. Most of these are path-related tests that don't function well outside of...

Type: Maintenance
Area: CI/Testing
Area: Windows

We currently only include the one large header file from the doctest repo as part of the zeek-3rdparty submodule. It would be nice to include a bit more of that...

Type: Enhancement
Area: Build/Platform

This would be better filed in https://github.com/zeek/libunistd, but I feel like it'll get lost over there since that repo is low-traffic. We should look at sending all of the changes...

Area: Windows

This adds a step to the aggregation action that dispatches an action in the package-website repository to notify it of new data. This allows that repo to avoid manually requesting...

This adds a new `CONAN_CONANFILE_TXT_PATH` variable that can be passed to the cmake invocation to specify a conanfile path instead of forcing the location to be in the current source...

The develop2 branch appears to require you to have conanfile.py or conanfile.txt in the root of your project. We're only using conan on Windows, so we're storing our conanfile with...