Sign in
chromium
/
external
/
github.com
/
catchpoint
/
WebPageTest.tsproxy
/
HEAD
7915ade
Merge pull request #26 from andrey-malets/fix-message-output
by Patrick Meenan
· 5 years ago
main
upstream/master
upstream/tsproxy-1.7.1
91a5932
Add missing newline after status message.
by Andrey Malets
· 5 years ago
6e8d52d
Merge pull request #25 from andrey-malets/add-exit-command
by Patrick Meenan
· 5 years ago
upstream/tsproxy-1.7
70f6827
Add explicit exit command.
by Andrey Malets
· 5 years ago
1cf2b46
Fixed the processing of messages when bandwidth shaping is enabled. Fix #21
by Patrick Meenan
· 6 years ago
upstream/tsproxy-1.6
0f4b83f
Fixed edge case that could cause a packet to not be removed if an exception happened during processing
by Patrick Meenan
· 6 years ago
upstream/tsproxy-1.5
08211e3
Remove the task_done from the packet queue processing.
by Patrick Meenan
· 6 years ago
6ccc0eb
Reduce CPU utilization by waiting the exact time needed for the next packet if it is more than 1ms.
by Patrick Meenan
· 7 years ago
upstream/tsproxy-1.4
22590b3
Made the automatic dns flushing optional
by Patrick Meenan
· 7 years ago
upstream/tsproxy-1.3
1741651
Automatically flush the DNS cache 500ms after the last client disconnects
by Patrick Meenan
· 7 years ago
3a688e3
Added a command-line option to disable the internal DNS cache
by Patrick Meenan
· 7 years ago
dc1e334
Some compatibility fixes for eventually supporting Python3
by Patrick Meenan
· 7 years ago
upstream/tsproxy-1.2
f0ab751
Fix clock issues on platforms other than Windows
by Patrick Meenan
· 7 years ago
588f3f9
Merge pull request #17 from Clockware/patch-1
by Patrick Meenan
· 8 years ago
upstream/1.1
a6b3c65
Uncomment reuse_addr
by Pavel Gorin
· 8 years ago
100fc3e
Merge pull request #16 from pataquets/master
by Patrick Meenan
· 8 years ago
upstream/tsproxy-1.0
488f87d
Add Docker Hub's official image docs.
by pataquets
· 8 years ago
50b567a
Dockerfile initial version.
by pataquets
· 8 years ago
67b9532
Switched to use python from the environment
by Patrick Meenan
· 8 years ago
c359506
Fixed issues with caching localhost lookups
by Patrick Meenan
· 8 years ago
86064fa
Merge pull request #15 from paulirish/patch-3
by Patrick Meenan
· 9 years ago
e6dd4cb
readme: fix heading formatting
by Paul Irish
· 9 years ago
a2f578f
Increased the send/receive buffers to match Chrome's settings (128KB)
by Patrick Meenan
· 9 years ago
c983a31
Added support for logging to a log file instead of stdout. Fixed #13
by Patrick Meenan
· 9 years ago
9ae7d2f
Got rid of the unneeded getaddrinfo replacement for v4 addresses (was a red herring and caused other issues)
by Patrick Meenan
· 9 years ago
8327a03
More fixes for when traffic shaping is enabled to tick fast when the queue is empty but a message is being held to be processed
by Patrick Meenan
· 9 years ago
a879463
Added logic to tick at 1ms when background DNS lookups are happening and to avoid calling getaddrinfo for IP addresses
by Patrick Meenan
· 9 years ago
7049101
Fixed an issue where background thread activity was not being handled correctly
by Patrick Meenan
· 9 years ago
4ec22e8
Reduced CPU impact when idle or running in bypass mode
by Patrick Meenan
· 9 years ago
1dd398d
Rolled back the slow start and cpu-lowering changes. They were adding a lot of complexity with no measurable differences
by Patrick Meenan
· 9 years ago
e0535f5
Moved the ctypes loading to be in the windows-specific code
by Patrick Meenan
· 9 years ago
bd60016
Added the slow start emulation back in
by Patrick Meenan
· 9 years ago
e918304
Increased the resolution of the windows timer to 1ms and reduced the amount of polling to lower CPU utilization (now intelligently blocks on the network based on how much time is remaining before the next message needs to be delivered
by Patrick Meenan
· 9 years ago
346a04b
Merge branch 'master' of github.com:WPO-Foundation/tsproxy
by Patrick Meenan
· 9 years ago
0c42112
Removed the TCP slow start emulation. It was not working well and caused requests to fail.
by Patrick Meenan
· 9 years ago
3364c13
Merge pull request #8 from paulirish/patch-2
by Patrick Meenan
· 9 years ago
ac71a5b
readme: known issue about quic
by Paul Irish
· 9 years ago
e4e183d
Merge pull request #7 from paulirish/patch-1
by Patrick Meenan
· 9 years ago
081b6bd
readme: formatting
by Paul Irish
· 9 years ago
a10680a
Added a set of "reset" commands to reset traffic shaping and port mapping
by Patrick Meenan
· 9 years ago
6fae614
Added protection around the stdin command processing to make sure it always succeeds or fails
by Patrick Meenan
· 9 years ago
ff4a373
Added support for changing mapports at runtime (using "set mapports xxxxxxxx" on stdin)
by Patrick Meenan
· 9 years ago
1676116
Fixed the support for port remapping
by Patrick Meenan
· 9 years ago
57fc348
Merge pull request #4 from nedn/master
by Patrick Meenan
· 10 years ago
04b91d5
Always flush messages after print them to stdout
by nednguyen
· 10 years ago
c172f65
Added support for listening an an ephemeral port and for dynamically changing the connection profile at runtime through stdin
by Patrick Meenan
· 10 years ago
e6fdf24
Added an option to enable remapping of connections already bound to localhost and to bypass mappings for localhost by default
by Patrick Meenan
· 10 years ago
317f5ae
Fixed a recursion problem with error handling
by Patrick Meenan
· 10 years ago
6317ca1
updated readme
by Patrick Meenan
· 10 years ago
8692ea4
Added support for remapping outbound ports
by Patrick Meenan
· 10 years ago
4f729fc
Adjust the configured bandwidth to account for TCP/IP packet overhead
by Patrick Meenan
· 10 years ago
93bcde8
Merge branch 'master' of github.com:WPO-Foundation/tsproxy
by Patrick Meenan
· 10 years ago
c22d8c8
Cleaned up some spurious semicolons at the end of lines (c++ habits die hard)
by Patrick Meenan
· 10 years ago
1e12d1a
Update README.md
by Patrick Meenan
· 10 years ago
028f9d4
Update README.md
by Patrick Meenan
· 10 years ago
5b2f817
Made the startup message appear regardless of debug verbosity
by Patrick Meenan
· 10 years ago
ea9b343
Added logic to detect when the port is already in use
by Patrick Meenan
· 10 years ago
98ff856
Added support for emulating TCP congestion/flow control and slow start
by Patrick Meenan
· 10 years ago
416f786
Fixed #1 - Added support for redirection connections to a specific host
by Patrick Meenan
· 10 years ago
8a5cd50
Update README.md
by Patrick Meenan
· 10 years ago
41ac328
Latency and bandwidth shaping now work
by Patrick Meenan
· 10 years ago
ff6d2b8
Made DNS lookups threaded/async and switched to a real message queue for the pipes
by Patrick Meenan
· 10 years ago
f6ac2c5
Working in straight passthrough mode
by Patrick Meenan
· 10 years ago
35f70dd
Initial plumbing
by Patrick Meenan
· 10 years ago
ffe5c92
Initial commit
by Patrick Meenan
· 10 years ago