external/web-page-replay.git
11 days ago tonyg@google.comAdd x-chrome-variations to the list of "undesirable... master
2013-04-16 tonyg@google.comFix race in persisting httparchive after recording.
2013-03-13 tonyg@google.comBug fix: set trueport to None if host header doesn...
2013-02-22 tonyg@google.comAccept host headers in the form hostname:port
2013-02-21 tonyg@google.comStart http & https proxies on 0.0.0.0 when in server...
2012-12-19 tonyg@google.comAdd a deterministic getTimezoneOffset() method.
2012-11-20 tonyg@google.comFixes a problem that keeps the /web-page-replay-command...
2012-11-02 tonyg@google.comAugment command 'status' custom handler with CLI option...
2012-10-23 tonyg@google.comFix replaying on Windows.
2012-10-22 tonyg@google.comThis partially answers a request in codereview.chromium...
2012-10-22 tonyg@google.comInclude 'params' url component in urlparse.
2012-10-19 tonyg@google.comMinify the deterministic script to overcome js syntax...
2012-10-18 tonyg@google.comFix Date's prototype in deterministic.js.
2012-10-12 tonyg@google.comadding a command to merge multiple archives (chaining...
2012-10-11 tonyg@google.comDon't prevent python from exiting when there is HTTP...
2012-08-29 slamm@google.comFix sysctl kwarg bug.
2012-08-29 slamm@google.comOnly shape dns port when running dns server.
2012-08-22 slamm@google.comAdd sudo for commands that need it.
2012-08-11 simonjam@chromium.orgSupport HTTPS on perftracker.
2012-08-07 slamm@google.comAdd --append option to replay.py.
2012-07-24 fdeng@chromium.orgProblems of multiple headers with the same name in...
2012-07-23 simonjam@chromium.orgadd _check_output
2012-07-23 simonjam@chromium.orguse subprocess
2012-07-23 simonjam@chromium.orgadd comment
2012-07-23 simonjam@chromium.orgimplement _get_cwnd
2012-07-23 simonjam@chromium.orgmore fixes
2012-07-20 simonjam@chromium.orgRevive perftracker
2012-07-16 sullivan@chromium.orgFixes after refactor in r479:
2012-07-12 tonyg@google.comTemporarily disable server RTT measurement to get recor...
2012-06-29 slamm@google.comAdd proxyshaper rate limiter tests.
2012-06-28 slamm@google.comRefactor platformsettings.
2012-06-28 slamm@google.comTraffic shaping in Python.
2012-06-14 tonyg@google.comCreate 1.1.2 for r476 release.
2012-06-13 slamm@google.comProvide a fallback if pkg_resources module is unavailable.
2012-06-05 slamm@google.comMove timer function to platformsettings.
2012-06-04 slamm@google.comFix pkg_resources use.
2012-06-04 slamm@google.comFix line endings.
2012-05-29 slamm@google.comFor SPDY, use the generated certfile that contains...
2012-05-29 slamm@google.comUse 100 queue slots for all platforms.
2012-05-25 slamm@google.comAdd timeout to pings.
2012-05-23 slamm@google.comUpdate httparchive_test for create_response API change.
2012-05-22 tonyg@google.comContent length does not apply to chunked results.
2012-05-21 tonyg@google.comFix deterministic script injection.
2012-05-09 slamm@google.comFor "httparchive.py cat ...", label the parts, and...
2012-05-09 slamm@google.comUpdate setup.py docstring instructions.
2012-05-09 slamm@google.comMake get_primary_dns() work on both Snow Leopard *and...
2012-05-07 slamm@google.comMove complexity of context manager into servermanager.
2012-05-07 slamm@google.comPut nbhttp license in first 60 lines so it is recognize...
2012-05-07 slamm@google.comRefer to correct license: ISC.
2012-05-03 slamm@google.comBump easy_install package to version 1.1. Pull in fixes...
2012-05-03 slamm@google.comDocstring tweak.
2012-05-03 slamm@google.comQuick fix for contextmanger items. Need try-finally...
2012-05-03 slamm@google.comFix errors in record mode introduced by my recent changes.
2012-04-30 slamm@google.comAdd license boilerplate to ipaddr/test-2to3.sh.
2012-04-30 slamm@google.comAdd license
2012-04-27 slamm@google.comAdd ipaddr sources to WPR tree (instead of using svn...
2012-04-25 tonyg@google.comRemove svn:executable property on files with no main...
2012-04-24 slamm@google.comFixes for Python egg.
2012-04-24 slamm@google.comServer delay changes:
2012-04-23 slamm@google.comCopy response only if inject succeeds.
2012-04-20 slamm@google.comFix bug in httparchive.create_response. Body needs...
2012-04-19 slamm@google.comAdd import needed for r447.
2012-04-18 tonyg@google.comAdd a setup script for creating a python egg.
2012-04-13 slamm@google.comFix setting up SSL.
2012-04-06 slamm@google.comQuit if port already in use.
2012-04-04 slamm@google.comUse fixed paths for subprocess commands (to improve...
2012-04-04 slamm@google.comClean-up temporary certificate file.
2012-04-04 slamm@google.comAdd ArchivedHttpResponse.create_response() convenience...
2012-03-26 slamm@google.comTweak last commit (fix _check_output call).
2012-03-26 slamm@google.comTurn SSL on by default. Automatically generate cert...
2012-03-26 slamm@google.comAdd trafficshaping to SSL traffic.
2012-03-26 slamm@google.comUpdate custom handlers to return responses instead...
2012-03-09 slamm@google.comPut all the option hacks together under class OptionWra...
2012-03-08 slamm@google.comTweak scheme ternary expression. (take 2)
2012-03-08 slamm@google.comTweak scheme ternary expression
2012-03-08 slamm@google.comAdd http:// or https:// to "httparchive.py ls".
2012-03-08 slamm@google.comDistinguish SSL requests from non-SSL requests.
2012-03-08 slamm@google.comUndo _InjectScripts changes.
2012-03-08 slamm@google.comUndo _InjectScripts changes.
2012-03-08 slamm@google.comAdd SSL support.
2012-03-08 tonyg@google.comOnly rerun as root if running in some mode that typical...
2012-03-05 slamm@google.comAdd SSL support.
2012-02-15 slamm@google.comIf not running as administrator, rerun as administrator...
2012-02-14 slamm@google.comAdd easy option (--net=dsl|cable|fios) for network...
2011-10-14 slamm@google.comAdhere to the "SPDY Protocol - Draft 2" (section: HTTP...
2011-10-13 slamm@google.comDrop unnecessary request_header arg for fetching resour...
2011-10-13 slamm@google.comBring SPDY uptodate:
2011-09-01 tonyg@google.comHandle injection errors at replay time more gracefully.
2011-08-30 tonyg@google.comAdd retry logic when recording.
2011-08-26 tonyg@google.comDon't save script injects in the archive. Inject dynami...
2011-08-24 tonyg@google.comAllow scripts to be injected from the command line.
2011-08-11 towlarn@google.comFixed how proxy requests are handled.
2011-08-11 towlarn@google.comImplemented server delay simulation.
2011-08-10 slamm@google.comFix typo.
2011-08-05 towlarn@google.comreverted back to r401
2011-08-05 towlarn@google.comImplemented server delay simulation.
2011-08-01 towlarn@google.comImplemented a change to serve the "closest match" reque...
2011-07-20 towlarn@google.comUncommented virtual display
2011-07-20 towlarn@google.comModified Javascript injection to handle some possible...
2011-07-11 slamm@google.comMake "git status" ingore *.pyc files.
next