You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also select the most important few for implementation.
The most time-consuming part would be to implement overrides correctly
and validate it against the baseline of git, it's unclear how git
can be queried or made to leak certain information. Maybe by overriding
DNS mappings to let it go against an unknown local IP/port?
usage:Planned{note:Some("once V4 indices can be written, we need to be able to set a desired version. For now we write the smallest possible index version only.")},
546
544
},
545
+
Record{
546
+
config:"http.proxy",
547
+
usage:Planned{note:None},
548
+
},
549
+
Record{
550
+
config:"http.extraHeader",
551
+
usage:Planned{note:Some("multi-value, and resettable with empty value")},
552
+
},
553
+
Record{
554
+
config:"http.proxyAuthMethod",
555
+
usage:Planned{note:None},
556
+
},
557
+
Record{
558
+
config:"http.proxySSLCert",
559
+
usage:NotPlanned{reason:"on demand"}
560
+
},
561
+
Record{
562
+
config:"http.proxySSLKey",
563
+
usage:NotPlanned{reason:"on demand"}
564
+
},
565
+
Record{
566
+
config:"http.proxySSLCertPasswordProtected",
567
+
usage:NotPlanned{reason:"on demand"}
568
+
},
569
+
Record{
570
+
config:"http.proxySSLCAInfo",
571
+
usage:NotPlanned{reason:"on demand"}
572
+
},
573
+
Record{
574
+
config:"http.emptyAuth",
575
+
usage:NotPlanned{reason:"on demand"}
576
+
},
577
+
Record{
578
+
config:"http.delegation",
579
+
usage:NotPlanned{reason:"on demand"}
580
+
},
581
+
Record{
582
+
config:"http.cookieFile",
583
+
usage:NotPlanned{reason:"on demand"}
584
+
},
585
+
Record{
586
+
config:"http.saveCookies",
587
+
usage:NotPlanned{reason:"on demand"}
588
+
},
589
+
Record{
590
+
config:"http.version",
591
+
usage:NotPlanned{reason:"on demand"}
592
+
},
593
+
Record{
594
+
config:"http.curloptResolve",
595
+
usage:NotPlanned{reason:"on demand"}
596
+
},
597
+
Record{
598
+
config:"http.sslVersion",
599
+
usage:NotPlanned{reason:"on demand"}
600
+
},
601
+
Record{
602
+
config:"http.sslCipherList",
603
+
usage:NotPlanned{reason:"on demand"}
604
+
},
605
+
Record{
606
+
config:"http.sslCipherList",
607
+
usage:NotPlanned{reason:"on demand"}
608
+
},
609
+
Record{
610
+
config:"http.sslVerify",
611
+
usage:NotPlanned{reason:"on demand"}
612
+
},
613
+
Record{
614
+
config:"http.sslCert",
615
+
usage:NotPlanned{reason:"on demand"}
616
+
},
617
+
Record{
618
+
config:"http.sslKey",
619
+
usage:NotPlanned{reason:"on demand"}
620
+
},
621
+
Record{
622
+
config:"http.sslCertPasswordProtected",
623
+
usage:NotPlanned{reason:"on demand"}
624
+
},
625
+
Record{
626
+
config:"http.sslCertPasswordProtected",
627
+
usage:NotPlanned{reason:"on demand"}
628
+
},
629
+
Record{
630
+
config:"http.sslCAInfo",
631
+
usage:NotPlanned{reason:"on demand"}
632
+
},
633
+
Record{
634
+
config:"http.sslCAPath",
635
+
usage:NotPlanned{reason:"on demand"}
636
+
},
637
+
Record{
638
+
config:"http.sslBackend",
639
+
usage:NotPlanned{reason:"on demand"}
640
+
},
641
+
Record{
642
+
config:"http.schannelCheckRevoke",
643
+
usage:NotPlanned{reason:"on demand"}
644
+
},
645
+
Record{
646
+
config:"http.schannelUseSSLCAInfo",
647
+
usage:NotPlanned{reason:"on demand"}
648
+
},
649
+
Record{
650
+
config:"http.pinnedPubkey",
651
+
usage:NotPlanned{reason:"on demand"}
652
+
},
653
+
Record{
654
+
config:"http.sslTry",
655
+
usage:NotPlanned{reason:"on demand"}
656
+
},
657
+
Record{
658
+
config:"http.maxRequests",
659
+
usage:NotPlanned{reason:"on demand"}
660
+
},
661
+
Record{
662
+
config:"http.minSessions",
663
+
usage:NotPlanned{reason:"on demand"}
664
+
},
665
+
Record{
666
+
config:"http.postBuffer",
667
+
usage:Planned{note:Some("relevant when implementing push, we should understand how memory allocation works when streaming")}
668
+
},
669
+
Record{
670
+
config:"http.lowSpeedLimit",
671
+
usage:Planned{note:Some("important for client-safety when facing bad networks or bad players")}
672
+
},
673
+
Record{
674
+
config:"http.lowSpeedTime",
675
+
usage:Planned{note:Some("important for client-safety when facing bad networks or bad players")}
676
+
},
677
+
Record{
678
+
config:"http.userAgent",
679
+
usage:Planned{note:None}
680
+
},
681
+
Record{
682
+
config:"http.noEPSV",
683
+
usage:NotPlanned{reason:"on demand"}
684
+
},
685
+
Record{
686
+
config:"http.followRedirects",
687
+
usage:Planned{note:None}
688
+
},
689
+
Record{
690
+
config:"http.<url>.*",
691
+
usage:Planned{note:Some("it's a vital part of git configuration. It's unclear how to get a baseline from git for this one.")}
0 commit comments