Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Putty
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
m-team
tools
packaging
upstream
Putty
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
f039e5f453f2fe76bdbeb13c0cee26adaff94341
Select Git revision
Branches
15
add-ci
ben-mac-port
branch-0.53
branch-0.55
branch-0.56
branch-0.61
current-oidc
experimental-curve448
ki-plugin
main
default
protected
oidc-support
remove-initial-step
use-alternative-implib
use-win-curl
zlib-dll
Tags
20
0.76
0.75
0.74
0.73
0.72
0.71
0.70
0.69
0.68
0.67
0.66
0.65
0.64_aes_ni
0.64
0.63
0.62
0.61
0.60
0.59
0.58
35 results
Begin with the selected commit
Created with Raphaël 2.2.0
19
Dec
18
12
30
Nov
28
27
26
23
22
21
20
19
7
6
4
30
Oct
29
25
24
23
21
18
16
10
30
Sep
28
19
17
16
15
14
13
12
10
7
28
Aug
27
22
16
14
7
17
Jul
15
10
9
3
1
27
Jun
23
19
13
12
27
May
24
23
22
20
19
13
9
8
3
2
1
27
Apr
26
25
24
23
22
21
20
19
18
17
11
10
9
8
7
6
5
4
3
2
31
Mar
27
22
13
8
6
4
28
Feb
23
22
21
20
16
15
13
12
10
7
2
26
Jan
21
19
17
11
27
Dec
26
25
24
23
16
15
13
28
Nov
26
25
24
22
21
14
4
27
Oct
9
29
Sep
13
13
Aug
4
27
Jun
21
14
16
May
3
2
1
19
Apr
18
14
5
3
21
Mar
13
10
9
8
7
4
3
2
1
29
Feb
28
26
25
23
Proper buffer management between terminal and backend.
Windows: try to send only one term_size on request_resize.
Suspend terminal output while a window resize is pending.
Try to ensure term_size() after win_resize_request().
Stop using a local buffer in term_out.
Factor out term_request_resize().
Centralise drag-select check into term_out().
GTK: avoid trying to resize a maximised window.
GTK: fix return type of window-state-event handler.
Fix pre-GTK3 build failures in puttyapp / ptermapp.
PSCP: fix filename in 'compound pathname' error.
Remove a redundant file in utils.
Remove a redundant #include.
Stop using short exponents for Diffie-Hellman.
Switch to a fixed-window strategy for monty_pow.
Move fuzzterm.c into the test subdirectory.
testcrypt-funcs.h: remove extra parens round argument lists.
Withdraw support for SHA-512-256 in HTTP Digest.
Merge be_*.c into one ifdef-controlled module.
Move STR() and CAT() into defs.h.
Move some more files into subdirectories.
Move some tests into the test subdirectory.
testcrypt: introduce and use 'checkenum' protocol query.
testcrypt: move enumerated types out into another header.
testcrypt: move TD_foo declarations up the file.
Pass diffiehellman ssh_kex objects to testcrypt.
testcrypt: adjust some function parameter names.
Run testcrypt.h through clang-format.
testcrypt.py: use parameter names in diagnostics.
testcrypt.h: invent FUNC_WRAPPED.
Rewrite the testcrypt.c macro system.
testcrypt: fix param name in ssh_cipher_setiv_wrapper.
Actually test multiple SHA-512 implementations.
HTTP proxy: implement Digest authentication.
Extend testcrypt macros up to 12-ary functions.
HTTP proxy: don't eagerly send a Basic auth header.
Support interactive password prompts in HTTP proxy.
Telnet proxy: censor the password in the log file.
Support interactive password prompts in Telnet proxy.
Send ProxyNegotiator output even when pn->done is set.
Loading