Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
COMMITS
/ main.go May 16, 2019
F
Refactor project packaging (#2172)
Furkan Senharputlu committed
May 2, 2019
L
Re-vendor goautosocket (#2251)
Leonid Bugaev committed
April 27, 2019
L
Allow enable HTTP profiling via config (#2235)
Leonid Bugaev committed
April 24, 2019
L
Fix panics during reload (#2229)
Leonid Bugaev committed
March 14, 2019
A
Fixes Redis being initialised by event handlers before storing global config (#2168)
Artem Hluvchynskyi committed
March 1, 2019
F
Fix broken logstash UDP support (#2141)
Furkan Senharputlu committed
February 13, 2019
F
Add HTTP/2 support option and add test (#2110)
Furkan Senharputlu committed
February 12, 2019
D
store user data in oauth-client and in sessions for issued tokens (#2099)
dencoded committed
February 10, 2019
F
Implement request throttling feature and add tests (#2102)
Furkan Senharputlu committed
February 8, 2019
Y
[WIP]feature/issue-495-Cache_DNS (#2040)
Yevhen Vitiuk committed
February 3, 2019
P
Added warning if control_api_port is set to default (listen_port), #2034 (#2042)
Peter Harris committed
February 1, 2019
F
Update ci-tests.sh (#2097)
Furkan Senharputlu committed
November 13, 2018
L
Added new `health_check_endpoint_name` option (#1982)
Leonid Bugaev committed
November 10, 2018
J
fix panic by using analytics record directly (#1974)
Josh Blakeley committed
J
enable reconnections in logstash hook (#1969)
Josh Blakeley committed
November 6, 2018
L
Fix empty reloads (#1966)
Leonid Bugaev committed
October 4, 2018
D
Switch RPC to TykTechnologies/gorpc (#1926)
dencoded committed
D
move RPC transport and analytics purger into package (#1923)
dencoded committed
September 9, 2018
L
Added new Debugging API (#1896)
Leonid Bugaev committed
June 7, 2018
A
use custom method not allowed handler
Ahmet Soormally committed
D
Benchmark default version profiling (#1750)
dencoded committed
August 10, 2018
J
Improve async session updates (#1757)
Josh Blakeley committed
M
Integrate plugin bundler (#1756)
Matias Insaurralde committed
July 29, 2018
A
security: issue a warning on boot when secrets are default
Ahmet Soormally committed
August 9, 2018
D
Profile benchmark copy request response (#1778)
dencoded committed
May 28, 2018
M
Add a wrapper for command-line parameters using kingpin.Application
Matias Insaurralde committed
June 6, 2018
D
NormalisePath and RegExp optimizations (#1689)
dencoded committed
March 30, 2018
A
lint: pubSubLog to avoid repetition of log.WithFields...
Ahmet Soormally committed
D
allow only GET for /org/keys
dencoded committed
May 23, 2018
M
Handles Dashboard API failures, fixes #1725 (#1726)
Martin Buhr committed
May 19, 2018
L
Do not require client certificate unless necessary
Leonid Bugaev committed
L
Lower logs verbosity
Leonid Bugaev committed
M
Update global event handlers code (#1679)
Matias Insaurralde committed
May 16, 2018
M
Enhance gRPC errors (#1608)
Matias Insaurralde committed
May 15, 2018
J
change status code ints to use pointers to the constants in http package
joshblakeley committed
April 24, 2018
A
feature: MaxIdleConns is now configurable
Ahmet Soormally committed
A
pprof: expose CPU profile when httpProfile enabled
Ahmet Soormally committed
May 9, 2018
J
Remove fmt call in the session for each call (#1680)
Josh Blakeley committed
May 7, 2018
D
adding more benchmarks (#1614)
dencoded committed
April 5, 2018
D
acces to config.Global is protected with atomic.Value
dencoded committed
April 9, 2018
D
fixed panic when processing SIGUSR2
dencoded committed
April 7, 2018
D
start DRL after node registration completed
dencoded committed
January 25, 2018
A
Reverted the user/group and pidfile changes for the packaging
Artem Hluvchynskyi committed
March 23, 2018
L
Separate client keep alive and proxy keepalive options (#1561)
Leonid Bugaev committed
March 16, 2018
A
lint: prefer fatal over panic. panic for programming errors
Ahmet Soormally committed
A
lint: fix package name collission, redundant type declaration
Ahmet Soormally committed
A
lint: cleaning up log.WithFields repetition
Ahmet Soormally committed
March 9, 2018
A
lint: typo in function name
Ahmet Soormally committed
A
lint: amForked doesn't do anything
Ahmet Soormally committed
A
lint: readTimeout & writeTimeout to duration & const
Ahmet Soormally committed