repowiserepowise
Sign in
devansh3712/http
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisedevansh3712/http

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

8of 25 scored

8 commits sit in this repo's top risk tercile, which is 32% of the 25scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 6.7 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits14%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.97bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold6.7out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Consistently feature-driven across its history.

Feature32%
Fix4%
Docs24%
Test4%
Chore8%
Other28%

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
9d2eee0fInitial commit
Devansh3712
3y ago+636 -0
98%Elevated
more lines added than baseline
2
b0330024Create docs and Dockerfile
Devansh3712
3y ago+268 -2
94%Elevated
more lines added than baseline
3
87447a4ainclude/mimes.hpp: Add common MIME types
Devansh3712
3y ago+267 -4
90%Elevated
more lines added than baseline
4
7a6e750eImplement HTTPS using SSL
Devansh3712
3y ago+161 -1
86%Elevated
more lines added than baseline
5
db989da3Rewrite test/main.cpp
Devansh3712
3y ago+126 -44
82%Elevated
more lines added than baseline
6
4ceeaf44Update documentation files
Devansh3712
3y ago+52 -6
78%Elevated
more lines added than baseline
7
e97cdcf6include/message.hpp: Add cookie methods for HTTP messages
Devansh3712
3y ago+51 -5
74%Elevated
more lines added than baseline
8
5d2cd696Create README
Devansh3712
3y ago+42 -0
70%Elevated
more lines added than baseline
9
d1bb3901Add handler for static files directory
Devansh3712
3y ago+58 -18
66%Typical
more lines added than baseline
10
5a224d2dUpdate documentation
Devansh3712
3y ago+23 -0
62%Typical
more lines added than baseline
11
df8e7d78Update C++ CI workflow
Devansh3712
3y ago+15 -15
56%Typical
more lines added than baseline
12
4c78be0esrc/request.cpp: Parse URL query parameters
Devansh3712
3y ago+20 -0
56%Typical
more lines added than baseline
13
8c9e629cCreate c-cpp.yml
Devansh Singh
3y ago+15 -0
50%Typical
more lines added than baseline
14
8366ae7cAdd script for checking commit signs
Devansh3712
3y ago+23 -5
46%Typical
more lines added than baseline
15
b3cdfd81include/message.hpp: Create virtual function to_string
Devansh3712
3y ago+16 -1
42%Typical
more lines added than baseline
16
b633081finclude/message.hpp: Overload << operator
Devansh3712
3y ago+14 -9
38%Typical
more scattered than baseline
17
1a8caf4aAdd To Do list to README
Devansh3712
3y ago+8 -0
34%Typical
fewer lines added than baseline
18
119e624eMinor fix
Devansh3712
3y ago+9 -1
30%Below typical
more subsystems than baseline
19
4b73fde9src/server.cpp: Use std::runtime_error instead of exit
Devansh3712
3y ago+8 -9
26%Below typical
fewer lines added than baseline
20
f42a3b83Add script for generating SSL certificate and private key
Devansh3712
3y ago+4 -0
22%Below typical
fewer lines added than baseline
21
83805366Update Makefile FLAGS
Devansh3712
3y ago+1 -2
14%Below typical
fewer lines added than baseline
22
5dbb7470Update CI name
Devansh3712
3y ago+1 -1
14%Below typical
fewer lines added than baseline
23
10987630Update README
Devansh3712
3y ago+1 -1
14%Below typical
fewer lines added than baseline
24
942b184dsrc/server.cpp: Remove commented setsockopt
Devansh3712
3y ago+0 -4
6%Below typical
fewer lines added than baseline
25
61d2e884Remove executable
Devansh3712
3y ago+0 -0
2%Below typical
fewer lines added than baseline
  • 9d2eee0fInitial commit
    Author
    Devansh3712
    When
    3y ago
    Lines
    +636 -0
    Risk
    98%Elevated
  • b0330024Create docs and Dockerfile
    Author
    Devansh3712
    When
    3y ago
    Lines
    +268 -2
    Risk
    94%Elevated
  • 87447a4ainclude/mimes.hpp: Add common MIME types
    Author
    Devansh3712
    When
    3y ago
    Lines
    +267 -4
    Risk
    90%Elevated
  • 7a6e750eImplement HTTPS using SSL
    Author
    Devansh3712
    When
    3y ago
    Lines
    +161 -1
    Risk
    86%Elevated
  • db989da3Rewrite test/main.cpp
    Author
    Devansh3712
    When
    3y ago
    Lines
    +126 -44
    Risk
    82%Elevated
  • 4ceeaf44Update documentation files
    Author
    Devansh3712
    When
    3y ago
    Lines
    +52 -6
    Risk
    78%Elevated
  • e97cdcf6include/message.hpp: Add cookie methods for HTTP messages
    Author
    Devansh3712
    When
    3y ago
    Lines
    +51 -5
    Risk
    74%Elevated
  • 5d2cd696Create README
    Author
    Devansh3712
    When
    3y ago
    Lines
    +42 -0
    Risk
    70%Elevated
  • d1bb3901Add handler for static files directory
    Author
    Devansh3712
    When
    3y ago
    Lines
    +58 -18
    Risk
    66%Typical
  • 5a224d2dUpdate documentation
    Author
    Devansh3712
    When
    3y ago
    Lines
    +23 -0
    Risk
    62%Typical
  • df8e7d78Update C++ CI workflow
    Author
    Devansh3712
    When
    3y ago
    Lines
    +15 -15
    Risk
    56%Typical
  • 4c78be0esrc/request.cpp: Parse URL query parameters
    Author
    Devansh3712
    When
    3y ago
    Lines
    +20 -0
    Risk
    56%Typical
  • 8c9e629cCreate c-cpp.yml
    Author
    Devansh Singh
    When
    3y ago
    Lines
    +15 -0
    Risk
    50%Typical
  • 8366ae7cAdd script for checking commit signs
    Author
    Devansh3712
    When
    3y ago
    Lines
    +23 -5
    Risk
    46%Typical
  • b3cdfd81include/message.hpp: Create virtual function to_string
    Author
    Devansh3712
    When
    3y ago
    Lines
    +16 -1
    Risk
    42%Typical
  • b633081finclude/message.hpp: Overload << operator
    Author
    Devansh3712
    When
    3y ago
    Lines
    +14 -9
    Risk
    38%Typical
  • 1a8caf4aAdd To Do list to README
    Author
    Devansh3712
    When
    3y ago
    Lines
    +8 -0
    Risk
    34%Typical
  • 119e624eMinor fix
    Author
    Devansh3712
    When
    3y ago
    Lines
    +9 -1
    Risk
    30%Below typical
  • 4b73fde9src/server.cpp: Use std::runtime_error instead of exit
    Author
    Devansh3712
    When
    3y ago
    Lines
    +8 -9
    Risk
    26%Below typical
  • f42a3b83Add script for generating SSL certificate and private key
    Author
    Devansh3712
    When
    3y ago
    Lines
    +4 -0
    Risk
    22%Below typical
  • 83805366Update Makefile FLAGS
    Author
    Devansh3712
    When
    3y ago
    Lines
    +1 -2
    Risk
    14%Below typical
  • 5dbb7470Update CI name
    Author
    Devansh3712
    When
    3y ago
    Lines
    +1 -1
    Risk
    14%Below typical
  • 10987630Update README
    Author
    Devansh3712
    When
    3y ago
    Lines
    +1 -1
    Risk
    14%Below typical
  • 942b184dsrc/server.cpp: Remove commented setsockopt
    Author
    Devansh3712
    When
    3y ago
    Lines
    +0 -4
    Risk
    6%Below typical
  • 61d2e884Remove executable
    Author
    Devansh3712
    When
    3y ago
    Lines
    +0 -0
    Risk
    2%Below typical
Showing 25 of 25 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

04typical ↑elevated ↑0.04.89.5Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 25 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

110100Lines changed (log) →0.03.4Diffusion →
Below typical8
Typical9
Elevated8

Commit history for devansh3712/http

Repowise tracks change history across 20 files in devansh3712/http. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.