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

Change #238921

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

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