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

Change #263981

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Wed 08 Apr 2026 12:00:59
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 283db12e05e870207b63bb1b096b1269477afee0

Comments

parsedate: bsearch the time zones
There are 69 entries, bsearch is faster than linear search for random
access.

This now also makes the matching case sensitive (zone names always in
uppercase). No docs said otherwise and all tests assumed uppercase.

Extended test 517

Closes #21266

Changed files