Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
doesnotcompete
/
tinyproxy
Public
forked from
tinyproxy/tinyproxy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 19, 2020
http-message: fix UB passing long to format string expecting int
rofl0r
committed
adad565
View commit details
Copy full SHA for adad565
Browse repository at this point
reqs: fix UB passing ssize_t to format string expecting int
rofl0r
committed
db5c0e9
View commit details
Copy full SHA for db5c0e9
Browse repository at this point
log: replace non-mt-safe localtime() with localtime_r()
rofl0r
committed
8ebbd50
View commit details
Copy full SHA for 8ebbd50
Browse repository at this point
replace usage of non-threadsafe gmtime() with gmtime_r()
Show description for 732bdd0
rofl0r
committed
732bdd0
View commit details
Copy full SHA for 732bdd0
Browse repository at this point
Allow multiple Bind directives.
Show description for 3bb14e0
elenril
authored and
rofl0r
committed
3bb14e0
View commit details
Copy full SHA for 3bb14e0
Browse repository at this point
sock: add missing format specifier to log_message()
elenril
authored and
rofl0r
committed
2b49ef0
View commit details
Copy full SHA for 2b49ef0
Browse repository at this point
log.c: fix format string args
rofl0r
committed
f7c616d
View commit details
Copy full SHA for f7c616d
Browse repository at this point
html-error: move common.h inclusion back to top
Show description for cc0a7eb
rofl0r
committed
cc0a7eb
View commit details
Copy full SHA for cc0a7eb
Browse repository at this point
Commits on Oct 1, 2020
conf: move inclusion of common.h back to the start
Show description for e20aa22
rofl0r
committed
e20aa22
View commit details
Copy full SHA for e20aa22
Browse repository at this point
Commits on Sep 30, 2020
acl: fix regression using ipv6 with netmask
Show description for 8d27503
rofl0r
committed
8d27503
View commit details
Copy full SHA for 8d27503
Browse repository at this point
conf: only treat space and tab as whitespace
Show description for 3950a60
rofl0r
committed
3950a60
View commit details
Copy full SHA for 3950a60
Browse repository at this point
conf: use [0-9] instead of [[:digit:]] for shorter re strings
rofl0r
committed
a8944b9
View commit details
Copy full SHA for a8944b9
Browse repository at this point
print linenumber from all conf-emitted warnings
rofl0r
committed
9609728
View commit details
Copy full SHA for 9609728
Browse repository at this point
log: print timestamps with millisecond precision
Show description for f55c46e
rofl0r
committed
f55c46e
View commit details
Copy full SHA for f55c46e
Browse repository at this point
change loglevel of "Not running as root" message to INFO
Show description for 10494ca
rofl0r
committed
10494ca
View commit details
Copy full SHA for 10494ca
Browse repository at this point
conf: remove bogus support for hex literals
Show description for 4f1a166
rofl0r
committed
4f1a166
View commit details
Copy full SHA for 4f1a166
Browse repository at this point
speed up build by only including regex.h where needed
rofl0r
committed
35c8edc
View commit details
Copy full SHA for 35c8edc
Browse repository at this point
Commits on Sep 27, 2020
Release 1.11.0-rc1
rofl0r
committed
7c664ad
View commit details
Copy full SHA for 7c664ad
Browse repository at this point
add conf-tokens.gperf to EXTRA_DIST
Show description for 8594e9b
rofl0r
committed
8594e9b
View commit details
Copy full SHA for 8594e9b
Browse repository at this point
version.sh: relax regex for release tag detection
Show description for 094db9d
rofl0r
committed
094db9d
View commit details
Copy full SHA for 094db9d
Browse repository at this point
version.sh: replace -g with -git-
Show description for 4dfac86
rofl0r
committed
4dfac86
View commit details
Copy full SHA for 4dfac86
Browse repository at this point
Commits on Sep 18, 2020
transparent: workaround old glibc bug on RHEL7
Show description for c74fe57
rofl0r
committed
c74fe57
View commit details
Copy full SHA for c74fe57
Browse repository at this point
Commits on Sep 17, 2020
child_kill_children(): use method that actually works
Show description for d4ef2cf
rofl0r
committed
d4ef2cf
View commit details
Copy full SHA for d4ef2cf
Browse repository at this point
tune error messages to show select or poll depending on what is used
rofl0r
committed
da1bc14
View commit details
Copy full SHA for da1bc14
Browse repository at this point
Commits on Sep 16, 2020
add autoconf test and fallback code for systems without gperf
rofl0r
committed
22e4898
View commit details
Copy full SHA for 22e4898
Browse repository at this point
main: print error when config_init() fails
rofl0r
committed
45b238f
View commit details
Copy full SHA for 45b238f
Browse repository at this point
speed up big config parsing by 2x using gperf
rofl0r
committed
4532358
View commit details
Copy full SHA for 4532358
Browse repository at this point
conf.c: simplify the huge IPV6 regex
Show description for caeab31
rofl0r
committed
caeab31
View commit details
Copy full SHA for caeab31
Browse repository at this point
acl.c: detect invalid ipv6 string
rofl0r
committed
0ad8904
View commit details
Copy full SHA for 0ad8904
Browse repository at this point
conf.c: warn when encountering invalid address
rofl0r
committed
99ed66c
View commit details
Copy full SHA for 99ed66c
Browse repository at this point
conf: use cpp stringification for STDCONF macro
rofl0r
committed
880a8b0
View commit details
Copy full SHA for 880a8b0
Browse repository at this point
conf: merge upstream/upstream_none into single regex/handler
rofl0r
committed
551e914
View commit details
Copy full SHA for 551e914
Browse repository at this point
move config reload message to reload_config()
Show description for bad36cd
rofl0r
committed
bad36cd
View commit details
Copy full SHA for bad36cd
Browse repository at this point
remove vector remains
rofl0r
committed
683a354
View commit details
Copy full SHA for 683a354
Browse repository at this point
log_message_storage: use sblist
rofl0r
committed
06c9676
View commit details
Copy full SHA for 06c9676
Browse repository at this point
Previous
Next
You can’t perform that action at this time.