Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #238925

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 10 Jul 2025 18:23:17
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision d516628d14e3cb079f4863f1f36e64c9d4810271

Comments

curl: unify pointer names to global config

Use 'config' for pointing to a OperationConfig

Use 'global' for pointing to GlobalConfig

Bonus: add config_alloc(), an easier way to allocate + init a new
OperationConfig struct.

Closes #17888

Changed files