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

Change #254552

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 08 Jan 2026 14:16:48
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/urldata-uint
Revision 4bd448e633901c4762e52e5c7b4bc666e0cb9c36

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).

Changed files