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

Change #254576

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 08 Jan 2026 22:35:06
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision e3691612ea1acb28e77fee6b4b2b9da0ac2c8f8b

Comments

urldata: switch to uint* types more widely

In particular, it turns 'unsigned long' into 'uint32_t' since the code
needs to build and run just as fine on Windows which has 32 bit longs,
so we know the code works with 32 bit field versions.

This makes Curl_easy 56 bytes smaller on my 64 bit Linux (maximized
build).

Closes #20209

Changed files