aboutsummaryrefslograw-logtreecommitdiffstats
BranchCommit messageAuthorAge
mainMerge curl 8.22.0 (#309)lexiforest2026-09-03 10:40:56 +0100 (44 hours)
feature/curl-8.22.0Fix options orderlexiforest2026-09-03 08:52:56 +0100 (46 hours)
bugfix/http3-socksExpand tests to http3 and http3-onlylexiforest2026-08-30 05:52:50 +0100 (6 days)
feature/nested-headersInstall headers to curl-impersonate pathlexiforest2026-08-22 09:31:55 +0100 (14 days)
feature/quic-cid-lengthFix readthedocs configurationlexiforest2026-08-05 10:55:46 +0100 (4 weeks)
feature/curl-8.21.0Fix safari fingerprintslexiforest2026-07-14 19:25:44 +0100 (7 weeks)
feature/boringssl-chrome-150bugfixeslexiforest2026-07-14 13:16:02 +0100 (8 weeks)
feature/h3-ws-divergenceAdd http3 testslexiforest2026-07-14 09:43:54 +0100 (8 weeks)
feature/fp-from-apiUpdating wrapper scriptslexiforest2026-05-19 16:59:18 +0100 (4 months)
bugfix/windows-cmakeSplit windows release fileslexiforest2026-05-15 14:37:32 +0100 (4 months)
[...]

Latest commits to this branch:
Branch: main
DateCommit messageAuthorFilesLines
2026-09-03 10:40:56 +0100 (44 hours)Merge curl 8.22.0 (#309)HEADmainlexiforest3-704/+652
2026-09-01 14:58:53 +0100 (4 days)Add version info to curl helplexiforest2-7/+107
2026-09-01 11:24:43 +0100 (4 days)Fix extension and cipher order for new browsersv2.2.2lexiforest2-20/+81
2026-08-31 17:25:44 +0100 (5 days)Fix Android toolchain propagation in nested CMake build (#305)Hussain1-0/+3
2026-08-31 15:39:46 +0100 (5 days)Increate the ngtcp NGTCP2_DCIDTR_MAX_UNUSED_DCID_SIZ to 64v2.2.1lexiforest1-6/+227
2026-08-30 06:19:28 +0100 (6 days)bugfix: http3 socks and tests (#304)v2.2.0lexiforest5-10/+133
2026-08-30 04:26:21 +0100 (6 days)Merge updates from upstream curl-chromelexiforest1-217/+521
2026-08-28 07:57:54 +0100 (8 days)Include licenses in distribution (#301)God-damnit-all3-12/+67
2026-08-28 07:23:52 +0100 (8 days)cmake: pre-set HAVE_DES_ECB_ENCRYPT for CMake 4 (#302)vividsnow1-0/+1
2026-08-20 10:58:00 +0100backport https://github.com/curl/curl/pull/22284v2.1.1lexiforest1-0/+19
2026-08-08 13:16:00 +0100Add chrome150 impersonation target (#282)v2.1.0Alessandro Colace6-2/+241
2026-08-05 15:00:05 +0100Do not discard error message for final failure, close #292lexiforest1-0/+24
2026-08-05 12:26:32 +0100Excluding CMakeFiles from curl, closes #289lexiforest1-0/+2
2026-08-05 12:07:43 +0100Add quic_cid_length docslexiforest1-0/+8
2026-08-05 10:09:03 +0100Add support for quic_cid_length (#294)lexiforest1-103/+168
2026-07-26 05:23:17 +0100Prepare docs for 2.0 releasev2.0.0rc5v2.0.0lexiforest6-10/+95
2026-07-25 16:06:47 +0100Allow NO_RENIGOTIATION like the browser doeslexiforest1-1/+24
2026-07-23 05:59:06 +0100Place --write-out at the correct orderlexiforest1-4/+4
2026-07-22 01:30:03 +0100Better error message for tls reset from boringssllexiforest1-1/+38
2026-07-21 09:06:13 +0100Postpone http3 extension settings, so they are not overriden by tcp configlexiforest1-39/+187
2026-07-19 14:14:58 +0100Add support for redirect historyv2.0.0rc4lexiforest1-64/+303
2026-07-19 12:32:34 +0100bugfix: take both server and client max_idle_timeout into considerationlexiforest1-3/+110
2026-07-18 09:58:08 +0100Use the native certs store on macOS and windowslexiforest1-0/+3
2026-07-16 13:13:20 +0100Rewrite the extension and cipher order functions in BoringSSL, close #278v2.0.0rc3lexiforest1-59/+158
2026-07-16 12:15:04 +0100Embed libc++ related functions inside our static binarieslexiforest2-8/+33
2026-07-16 02:41:00 +0100Disable exceptions for boringssl Linux buildv2.0.0rc2lexiforest1-0/+4
2026-07-15 19:01:49 +0100Add missing mldsa algorithm list to curllexiforest1-12/+15
2026-07-15 16:49:21 +0100Add CURLINFO_COOKIECHANGESv2.0.0rc1lexiforest2-43/+302
2026-07-15 02:16:39 +0100Merge curl 8.21.0 (#276)v2.0.0a6lexiforest2-3152/+3151
2026-07-14 13:16:20 +0100Bump boringssl version to chrome 150 (#275)lexiforest3-526/+383
2026-07-14 09:44:22 +0100Add missing options for http3 and websockets only behavior (#274)lexiforest6-230/+841
2026-07-11 15:19:58 +0100build: build openbsd (#272)Anoduck, The Anonymous Duck2-0/+151
2026-07-11 06:50:30 +0100Fix bsd buildlexiforest1-0/+1
2026-07-11 06:16:11 +0100Add a cmake X_URL_HASH for each project download (#273)mhio2-2/+62
2026-06-03 03:28:57 +0100WS: Hardware-accelerated WebSocket masking via SIMD (#251)v2.0.0a5Linucks2-3/+455
2026-05-25 05:49:24 +0100Only draft release for prereleasev2.0.0a4lexiforest1-0/+1
2026-05-25 03:32:28 +0100Add support for FreeBSD (#266)v2.0.0a3lexiforest6-4/+590
2026-05-21 15:59:42 +0100Include header files in release filesv2.0.0a2lexiforest3-3/+9
2026-05-21 15:44:15 +0100Update firefox config for record_size_limitlexiforest9-9/+9
2026-05-21 14:27:34 +0100Fix incorrect firefox record_size_limit valuelexiforest1-46/+87
2026-05-15 22:42:50 +0100Fix broken windows cmake buildlexiforest4-16/+27
2026-05-15 03:23:35 +0100Migrate to cmake based building process (#218)v2.0.0a1lexiforest21-10018/+946
2026-05-13 12:08:59 +0100Follow Chrome's behavior on QUIC grease value (#260)lexiforest1-22/+21
2026-05-13 11:04:53 +0100Fix download regression in http2 (#259)lexiforest1-20/+18
2026-05-04 02:00:51 +0100feat: add Colab playground for build and testing (#256)Alptekin Gülcan2-0/+317
2026-05-03 13:05:00 +0100Remove sponsor in readthedocslexiforest1-31/+0
2026-05-02 05:09:47 +0100Add android on linux x64 (#255)v1.5.6Ahmet TOK1-3/+13
2026-04-29 11:43:51 +0100Update READMElexiforest1-7/+7
2026-04-29 04:46:11 +0100Convert docs to sphix RST formatlexiforest30-493/+1537
2026-04-28 04:20:46 +0100Re-enable dynamic buildinglexiforest1-13/+20
2026-04-27 11:21:15 +0100Add macOS intel sdk support (#253)lexiforest1-5/+28
2026-04-17 14:04:58 +0100Update release action versionv1.5.5Yifei Kong1-1/+1
2026-04-17 13:37:03 +0100Release all files in one shot, fix uploading error for immutable releasev1.5.4Yifei Kong4-31/+62
2026-04-16 10:06:35 +0100Add option for setting explicit header order (#246)v1.5.3lexiforest1-103/+483
2026-04-06 17:22:23 +0100Fix targets documentation (#243)bashonly1-0/+2
2026-03-31 06:36:33 +0100Change example URL in README (#240)jaideraf4-7/+7
2026-03-27 10:06:56 +0000All tls version downgrade for http2 when using http3, fix #232v1.5.2Yifei Kong1-40/+40
2026-03-27 08:58:50 +0000Add support for google_connection_optionsYifei Kong1-13/+53
2026-03-27 06:47:09 +0000Add http3-tls-extension-orderYifei Kong1-185/+110
2026-03-27 03:11:21 +0000Do not split cookies for http 1.1 (#236)lexiforest1-11/+12
2026-03-26 15:36:42 +0000Fix server side request forgery with safe redirect option (#235)lexiforest5-28/+174
2026-03-26 08:39:05 +0000Add CURLOPT_SSL_SIG_HASH_ALGS_H3 for per-protocol signature algorithms (#230)DigitalCyberSoft4-95/+330
2026-02-25 10:49:35 +0000Fix http version and impersonation option order conflict (#219)v1.5.1lexiforest2-78/+163
2026-02-24 05:26:51 +0000Update READMEv1.5.0Yifei Kong1-6/+6
2026-02-24 04:00:57 +0000Updating windows wrappers to use correct binary nameYifei Kong35-35/+35
2026-02-22 14:18:12 +0000Remove duplicate line and build column in READMEYifei Kong3-53/+54
2026-02-22 14:07:41 +0000Fix table formatting in README.mdlexiforest1-1/+1
2026-02-22 14:06:49 +0000Add support for http3 fingerprints (#217)lexiforest16-151/+2325
2026-02-16 08:40:19 +0000Do not override header when using CURL_IMPERSONATE (#215)lexiforest1-3/+21
2026-02-15 11:55:49 +0000Turn ECH to true correctly, and align with browser behavior (#214)lexiforest23-34/+115
2026-02-15 06:32:50 +0000Add option for setting form boundary (#213)lexiforest1-38/+293
2026-02-14 05:13:00 +0000Allow user to change the order of Host headerYifei Kong1-10/+68
2026-02-13 09:13:37 +0000Enable true ECHv1.4.4Yifei Kong1-14/+14
2026-02-13 08:47:52 +0000Rename wcurl to wcurl-impersonate, close #177Yifei Kong1-0/+497
2026-02-13 08:28:05 +0000Remove android NDK cacheYifei Kong1-1/+0
2026-02-12 10:14:04 +0000Add support for splitting cookies lines (#211)lexiforest62-124/+462
2026-02-04 03:49:13 +0000feat: add loongarch64 support (#210)v1.4.3wangweijie4-4/+44
2026-01-31 10:58:17 +0000Only include libidn2 on linuxv1.4.2Yifei Kong2-9/+14
2026-01-30 12:42:22 +0000Disable LDAPv1.4.1Yifei Kong1-0/+1
2026-01-30 09:13:07 +0000Build everything statically, and add support for Android/iOS (#208)v1.4.0lexiforest11-1171/+1247
2026-01-28 14:32:04 +0000Set MACOSX_DEPLOYMENT_TARGET: 11.0Yifei Kong1-0/+1
2026-01-28 08:53:38 +0000Remove c-ares and macos target version in CIv1.3.1Yifei Kong1-2/+0
2026-01-28 07:50:04 +0000Revert "Add support for c-ares (#168)"Yifei Kong5-42/+8
2026-01-21 13:33:41 +0000Add support for UDP proxy (#207)v1.3.0lexiforest1-0/+1258
2026-01-06 15:40:01 +0000Fix downloading twice c-ares (#205)Perchun Pak1-2/+2
2025-12-16 03:04:34 +0000Update readmeYifei Kong1-0/+27
2025-12-01 02:45:17 +0000Add missing alpn extension for websocket (#199)v1.2.5lexiforest1-0/+13
2025-11-27 06:09:48 +0000Add --impersonate CURLOPT_IMPERSONATE as the all-in-one parameter for impersonating (#198)lexiforest8-44/+591
2025-11-17 16:47:22 +0000Add safari 26.0.1, firefox 145 and chrome 142 (#196)v1.2.3lexiforest2-38/+220
2025-08-24 11:27:56 +0100Revert "Downgrade glibc version and c-ares version"Yifei Kong3-6/+6
2025-08-24 10:03:03 +0100Downgrade glibc version and c-ares versionYifei Kong3-6/+6
2025-08-23 12:48:02 +0100Add missing cares lib inside linux releasev1.2.2Yifei Kong1-0/+1
2025-08-22 09:40:03 +0100Set macos compatible verstion to 11.0 (#176)v1.2.1lexiforest1-7/+16
2025-08-07 15:24:30 +0100Add support for c-ares (#168)lexiforest5-8/+42
2025-08-03 08:54:49 +0100Update readmeYifei Kong1-14/+1
2025-07-16 11:10:22 +0100Update to curl 8.15.0 (#162)v1.2.0lexiforest4-180/+174
2025-07-15 14:14:47 +0100Fix missing tls13 ciphers when using http3 (#160)v1.1.2lexiforest64-897/+826
2025-07-15 08:52:25 +0100Add support for building binaries for Windows on ARM (#158)newyork_loki2-6/+21
2025-07-05 17:19:05 +0100Remove the enforced Accept headerv1.1.1Yifei Kong1-6/+33
2025-07-05 08:39:26 +0100Add new option `--proxy-credential-no-reuse` (#154)Oceandust1-44/+240
[...]

TagDownloadAuthorAge
v2.2.2curl-impersonate-2.2.2.tar.gz  lexiforest2026-09-01 11:24:43 +0100 (4 days)
v2.2.1curl-impersonate-2.2.1.tar.gz  lexiforest2026-08-31 15:39:46 +0100 (5 days)
v2.2.0curl-impersonate-2.2.0.tar.gz  lexiforest2026-08-30 06:19:28 +0100 (6 days)
v2.1.1curl-impersonate-2.1.1.tar.gz  lexiforest2026-08-20 10:58:00 +0100 (2 weeks)
v2.1.0curl-impersonate-2.1.0.tar.gz  Alessandro Colace2026-08-08 13:16:00 +0100 (4 weeks)
v2.0.0curl-impersonate-2.0.0.tar.gz  lexiforest2026-07-26 05:23:17 +0100 (6 weeks)
v2.0.0rc5curl-impersonate-2.0.0rc5.tar.gz  lexiforest2026-07-26 05:23:17 +0100 (6 weeks)
v2.0.0rc4curl-impersonate-2.0.0rc4.tar.gz  lexiforest2026-07-19 14:14:58 +0100 (7 weeks)
v2.0.0rc3curl-impersonate-2.0.0rc3.tar.gz  lexiforest2026-07-16 13:13:20 +0100 (7 weeks)
v2.0.0rc2curl-impersonate-2.0.0rc2.tar.gz  lexiforest2026-07-16 02:41:00 +0100 (7 weeks)
v2.0.0rc1curl-impersonate-2.0.0rc1.tar.gz  lexiforest2026-07-15 16:49:21 +0100 (7 weeks)
v2.0.0a6curl-impersonate-2.0.0a6.tar.gz  lexiforest2026-07-15 02:16:39 +0100 (7 weeks)
v2.0.0a5curl-impersonate-2.0.0a5.tar.gz  Linucks2026-06-03 03:28:57 +0100 (3 months)
v2.0.0a4curl-impersonate-2.0.0a4.tar.gz  lexiforest2026-05-25 05:49:24 +0100 (3 months)
v2.0.0a3curl-impersonate-2.0.0a3.tar.gz  lexiforest2026-05-25 03:32:28 +0100 (3 months)
v2.0.0a2curl-impersonate-2.0.0a2.tar.gz  lexiforest2026-05-21 15:59:42 +0100 (4 months)
v2.0.0a1curl-impersonate-2.0.0a1.tar.gz  lexiforest2026-05-15 03:23:35 +0100 (4 months)
v1.5.6curl-impersonate-1.5.6.tar.gz  Ahmet TOK2026-05-02 05:09:47 +0100 (4 months)
v1.5.5curl-impersonate-1.5.5.tar.gz  Yifei Kong2026-04-17 14:04:58 +0100 (5 months)
v1.5.4curl-impersonate-1.5.4.tar.gz  Yifei Kong2026-04-17 13:37:03 +0100 (5 months)
[...]

 
Clone
https://github.com/apache/httpd.git
This site is maintained by Jamie Landeg-Jones <jamie@catflap.org>, and is not an official FreeBSD project, nor is it endorsed by the FreeBSD team.