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

Change #263962

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Wed 08 Apr 2026 10:30:36
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/parsedate-bsearch
Revision 586ca0ef43cf47d0bc7768aff07848787bd04078

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.

Changed files