Leonid Bugaev
74a5c8570d
Update s3 version
2017-08-22 20:33:42 +05:00
Leonid Bugaev
211b16888e
Merge remote-tracking branch 'upstream/master'
2017-07-20 21:10:05 +03:00
Leonid Bugaev
06ec570286
Merge remote-tracking branch 'upstream/master'
2017-07-20 21:09:04 +03:00
Leonid Bugaev
09f47b25bf
Fix panic for non compilant http requests
2017-07-20 21:02:07 +03:00
Leonid Bugaev
652e589e2b
fix proto.Path
v0.16.1
2017-06-30 15:58:45 +02:00
Leonid Bugaev
163bf1f1c0
0.16 updates
2017-06-29 21:55:49 +02:00
Leonid Bugaev
5aa1696680
Add TLS security support between --input-tcp and --output-tcp
2017-06-27 17:11:34 +02:00
Leonid Bugaev
21531cea9a
Add support for rewriting headers
2017-06-27 15:30:34 +02:00
Leonid Bugaev
03767d1a77
Add support for HTTP 1.0 and less
2017-06-27 14:24:43 +02:00
Leonid Bugaev
2680ce9dd4
Fix #467
2017-06-27 14:01:17 +02:00
Leonid Bugaev
b3dffae66f
When using --input-file it should exit once file is fully read
2017-06-27 13:56:14 +02:00
Leonid Bugaev
aa4a878436
Handle gzip encoding error
...
Fix #470
2017-06-24 20:35:35 +02:00
Michael Marino and Leonid Bugaev
4fe95be416
Add example of middleware for javascript
2017-06-03 11:32:49 +03:00
KingLebron and Leonid Bugaev
23771b8994
[Spelling Error] Change 'dirrectory' to 'directory'
...
:)
2017-05-23 14:32:43 +03:00
Leonid Bugaev and GitHub
a1a4460c90
Update Dockerfile
2017-05-18 16:53:11 +03:00
Leonid Bugaev and GitHub
2b20c1107a
Update Dockerfile
2017-05-18 16:52:46 +03:00
Leonid Bugaev and GitHub
d755c579e4
Create Dockerfile
2017-05-18 16:47:41 +03:00
Leonid Bugaev and GitHub
064519ce89
Rename Dockerfile to Dockerfile.dev
2017-05-18 16:40:42 +03:00
Leonid Bugaev and GitHub
cdd818fe77
Update README.md
2017-05-17 22:48:45 +03:00
Leonid Bugaev
c23f95d4cf
Add httpMethod function
2017-05-17 22:47:05 +03:00
Leonid Bugaev
4cf59cc913
Merge branch 'master' of https://github.com/buger/gor
2017-05-17 22:43:18 +03:00
Leonid Bugaev and GitHub
8f450c77a6
Update README.md
2017-05-17 21:34:26 +03:00
Leonid Bugaev and GitHub
a49b250ab4
Fix typo
2017-05-17 21:32:08 +03:00
Leonid Bugaev
de47f6d6f6
Fix httpHeader when header value contain ":"
2017-05-17 21:21:44 +03:00
Leonid Bugaev and GitHub
d9ce263c6a
Update README.md
2017-05-02 17:42:13 +02:00
Leonid Bugaev
74225ebb22
Rename all package imports from gor to goreplay
v0.16.0.2
2017-05-01 17:56:50 +02:00
Leonid Bugaev
80777061a7
Merge remote-tracking branch 'upstream/master'
2017-05-01 17:22:45 +02:00
Leonid Bugaev
d1ddda4181
Add govendor and vendor all depended packages
v0.16.0
v0.16.0.1
2017-05-01 17:10:32 +02:00
Leonid Bugaev and GitHub
a15055ef7f
Update README.md
2017-05-01 15:25:44 +02:00
Leonid Bugaev
2b6203c110
Fix AWS config
2017-04-29 11:39:01 +02:00
Leonid Bugaev
2104bec5be
Fix S3
2017-04-29 11:31:30 +02:00
ikenchina and Leonid Bugaev
1aa24a9910
fixed bug
2017-04-20 07:23:22 +02:00
Leonid Bugaev
dcc7af4c09
Fix output-file sizeLimit
2017-04-07 15:09:16 +02:00
Leonid Bugaev
0fb98a8f48
Improve http handling
2017-04-07 14:48:12 +02:00
Leonid Bugaev
6ea23de38b
Add new option --input-raw-expire to configure TCP message expiration
2017-03-17 15:23:57 +01:00
Leonid Bugaev
375538263b
Add additional check for malformed packets
2017-03-17 15:01:32 +01:00
Leonid Bugaev
da8b75222b
Merge remote-tracking branch 'upstream/master'
2017-03-10 09:34:10 +01:00
Leonid Bugaev
a2a1bd5c67
Fix handling of 304 responses if EOF error received
2017-03-10 09:32:24 +01:00
Leonid Bugaev
ce46188dc2
Update NodeJS middleware
2017-03-06 20:15:35 +03:00
Leonid Bugaev
7c67b8c566
Add NodeJS middleware framework
2017-02-28 17:17:24 +03:00
Leonid Bugaev
e584479911
Merge branch 'master' of https://github.com/buger/gor
2017-02-26 20:57:39 +03:00
Leonid Bugaev
5a8d56e10b
Improve http client error handling
...
If replaying too fast, we can result in no TCP error, but actual
response is empty or garbage.
2017-02-26 20:55:40 +03:00
Leonid Bugaev
c8dfe67ccb
Fix middleware when used with prettyfier and gzip encoding
...
If while decompressing gzip payload decompressed value was less then
compressed, it did not changed buffer length, and middleware received
bytes left from gzip response.
2017-02-26 20:54:26 +03:00
Leonid Bugaev
ecb119e82a
Merge branch 'master' of https://github.com/buger/gor
2017-02-07 13:41:47 +03:00
Leonid Bugaev
e1f3d71f4e
Make http prettifier work with middleware
2017-02-07 13:34:51 +03:00
Leonid Bugaev
858dfaac78
Make HTTP output less verbose
...
It will act same with —debug flag
2017-02-07 13:33:45 +03:00
Leonid Bugaev
9173379cc8
Merge branch 'master' of https://github.com/buger/gor
2017-02-05 17:26:44 +03:00
Leonid Bugaev
6a48882125
Fix infinite lock at file output
2017-02-05 17:26:22 +03:00
Leonid Bugaev
bf1c67c5a1
Add install task
2017-02-05 17:26:04 +03:00
Nicholas Wiersma and Leonid Bugaev
e726e45dc0
Fix kafka issue ( #419 )
2017-01-25 15:25:06 +04:00