Leonid Bugaev
c48d07d2c6
Merge remote-tracking branch 'upstream/master'
2019-03-29 22:45:27 +07:00
Leonid Bugaev
ec3f104c8c
Add way to dynamically profile
...
Added new `--http-pprof` option, example: "--http-pprof :8181"
It starts web server on given address, and expose special /debug/pprof
endpoint
See https://golang.org/pkg/net/http/pprof/
2019-02-16 08:59:43 +01:00
Leonid Bugaev
85c6070775
File output now case limit by size
...
Added new `output-file-max-size-limit` option
2019-02-16 08:49:31 +01:00
Leonid Bugaev
962087065a
S3 fixes
2019-01-22 23:08:23 +01:00
Leonid Bugaev
b3dffae66f
When using --input-file it should exit once file is fully read
2017-06-27 13:56:14 +02:00
KingLebron and Leonid Bugaev
23771b8994
[Spelling Error] Change 'dirrectory' to 'directory'
...
:)
2017-05-23 14:32:43 +03:00
Leonid Bugaev
967c380dc3
go fmt
2016-08-31 17:27:45 +03:00
Leonid Bugaev
dae6a8915d
Refactor exit-after
2016-07-08 19:27:20 +03:00
Or Tzabary
6620d25626
Change flag name, use of DurationVar instead of int
2016-07-08 19:04:24 +03:00
Or Tzabary
c78933f1df
Feature flag
2016-07-08 17:05:46 +03:00
Leonid Bugaev
06d129d20d
Add support for injecting real ip ( #296 )
2016-06-09 19:06:59 +06:00
Leonid Bugaev
35696a49c2
Add logging to the file-server
2016-06-08 14:38:09 +05:00
Leonid Bugaev
0fb8cec69b
Embed simple file server for tutorial purpose
2016-06-07 19:43:53 +05:00
zweite and Leonid Bugaev
a4e5918534
start should after beging listen signal ( #289 )
2016-06-01 11:11:43 +06:00
Leonid Bugaev
663bd8b95d
fmt fixes
2016-05-13 14:46:27 +05:00
Leonid Bugaev
19bfb8211c
Use latest libpcap and ensure to close sockets
2016-05-13 14:33:20 +05:00
Leonid Bugaev
661dd2026f
Fix grouting spawn loop and memory leaks
2015-09-01 20:27:26 +03:00
Leonid Bugaev
bb319b5fd2
Add request ID and token modifier middleware
2015-08-14 20:42:23 +03:00
Leonid Bugaev
6647481fe0
Improve style and docs for proto package
2015-07-13 09:31:11 +05:00
Leonid Bugaev
313c382adb
By default use all cores
2015-07-11 09:58:10 +05:00
Leonid Bugaev
0fb1d83284
Simplify directory structure
2014-03-16 22:24:27 +06:00
Leonid Bugaev
2a4efa91af
Initial commit
2013-10-27 18:49:00 +00:00
Fernando Álvarez
a1f9cc501b
General review:
...
- Fix typos
- Follow some Go good practices
- Better documentation, more consistent godoc.org
- Refactoring
2013-09-30 10:00:30 +02:00
Leonid Bugaev
fd47cc1144
Update version
2013-09-15 12:49:41 +04:00
Leonid Bugaev
5bae7c5de5
Don't exit on panic
2013-09-15 10:59:15 +04:00
Leonid Bugaev
97a5e99c6b
Updated version
2013-06-22 20:36:16 +06:00
Leonid Bugaev
fcadc57696
Optimize packet parsing
2013-06-18 17:21:35 +06:00
Leonid Bugaev
2e13a7930b
More optimizations. Don't acclocat unneded memory.
2013-06-16 17:25:21 +06:00
Leonid Bugaev
c62ce5513f
Speed optimizations. v0.3.1
2013-06-16 13:45:38 +06:00
Leonid Bugaev
3cf7be8408
Big rewrite
...
* Use RAW_SOCKETS instead of tcpdump
* Own TCP stack
* All HTTP request types support
* Use standard http.ParseRequest for parsing requests
2013-06-10 22:01:27 +06:00
Leonid Bugaev
236ef48e13
Settings refactoring. Verbose mode. Bumb to 1.1 version
2013-06-03 17:53:40 +06:00
Leonid Bugaev
5647c2d175
Updated documentation
2013-06-02 11:17:10 +06:00
Leonid Bugaev
39775ba4bd
Remove global variable
2013-06-01 18:07:41 +06:00
Leonid Bugaev
3642459bc0
Updated import paths (changed dirrectories)
2013-06-01 17:58:26 +06:00
Leonid Bugaev
2efca73de4
Updated dir structure to follow standard conventions
2013-06-01 11:46:16 +00:00