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

Change #238908

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 10 Jul 2025 17:26:53
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/main-global
Revision 2efa4d79eeeebb1064d0cb0c0c49844408212ada

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.

Changed files