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

Change #254473

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Wed 07 Jan 2026 22:07:10
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/urldata-uint
Revision 5da014704f1e513132d3a9dec463124959cd3db1

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