Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pyptlib
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
The Tor Project
Anti-censorship
Pluggable Transports
Pyptlib
Graph
cb76e10f39e0fe9ba51cf97f2f816b37e3fc0524
Select Git revision
Branches
1
master
default
protected
Tags
6
pyptlib-0.0.6
pyptlib-0.0.5
pyptlib-0.0.4
pyptlib-0.0.3
pyptlib-0.0.2
pyptlib-0.0.1
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
May
16
Apr
25
Mar
20
27
Nov
4
23
Oct
30
Sep
14
10
5
2
20
Aug
19
17
15
7
6
2
18
Feb
17
8
15
Jan
9
6
Dec
24
Nov
23
Oct
7
6
5
4
18
Sep
17
15
4
3
29
Aug
27
18
Jul
6
4
2
29
Jun
25
24
15
8
6
4
1
23
May
Add __version__ attribute in pyptlib package.
master
master
Do the release ritual for pyptlib-0.0.6.
pyptlib-0.0.6
pyptlib-0.0.6
Add a ChangeLog entry for #8956 and improve some docs.
Change "PROXY true" to "PROXY DONE"
Add support for TOR_PT_PROXY
use Windows JobObjects to have all children killed when the parent process dies unexpectedly
note INT-related failing tests on windows
note TERM-related failing tests on windows
Use already-defined constants from pywin32
refactor windows-specific code to have better structure and move imports to top
factor signal handling out into its own class
fix Access Denied error on windows XP
- delete temporary global variable after use
Update creationflags in list value of _Popen_defaults.
Do the release ritual for pyptlib-0.0.5.
pyptlib-0.0.5
pyptlib-0.0.5
Add ChangeLog entry for #8979.
Unit tests for SMETHOD lines.
Write ARGS portion of SMETHOD line.
Rename environment parsing functions to get_* instead of validate_*.
Parse the TOR_PT_SERVER_TRANSPORT_OPTIONS environment variable.
Do the release ritual for pyptlib-0.0.4.
pyptlib-0.0.4
pyptlib-0.0.4
add a method to output debug data
add links to full module docs
update doc and examples for method rename
drop the distinction between "transports Tor wants" and "transports we support"
- rewrite some docs to use :returns: and :raises:
fix most pylint warnings
- have client.reportMethodSuccess take an entire protocol string rather than assuming socks
add tests for the new API
declareSupports - make managedTransportVer like a tweakable setting that may be used in future, and remove the unnecessary return value
add default values to Config constructor so it's easier to instantiate in tests
move getEnv away from being an unnecessary classmethod
update documentation and examples to reflect the new API
fix typo and remove type-fudging
don't output error on unknown methods requested
refactor write and decision logic into a separate TransportPlugin class
move envvar parsing out into a @classmethod, fromEnv()
allow Config to direct their output elsewhere; useful for tests
move allTransportsEnabled logic into parent Config class
refactor Config API slightly, tests passed
Loading