Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | Replace regular expression with strings.Split() | Garry Filakhtov | |
Originally, a regular expression was used to split and trim multiple comma-separated header names from "Trailer" header. This commit replaces regular expression with strings.Split() to break string into parts and then trims spaces and tabs from individual header names. | |||
2019-11-23 | Provide support for HTTP/2 trailers | Garry Filakhtov | |
Neither PHP nor PSR-7 do not natively support HTTP trailers. Golang provides support and this commit enables trailers emulation. When PHP sends a "Trailer" header in response, supplying a comma separated list of headers they will be converted by RoadRunner to HTTP/2 trailers. | |||
2019-11-17 | finish the check | Valery Piashchynski | |
2019-11-17 | complete half | Valery Piashchynski | |
2019-11-03 | - the ability to set custom command producer for roadrunner | Wolfy-J | |
- minor improvements in metrics service - List() function for Container to receive names of all available services | |||
2019-09-29 | handle body content on http GET method | Moein Pakkhesal | |
2019-09-06 | golint and go fmt | Wolfy-J | |
2019-09-06 | - bugfix: proper proxy IP validation + CS | Wolfy-J | |
2019-09-01 | Add case in test | Smolyakov | |
2019-09-01 | Test for not trusted remote ip | Smolyakov | |
2019-09-01 | Use last IP address from X-Forwarded-For without validation of trusty | Smolyakov | |
2019-07-29 | - added support for H2C by @Alex-Bond | Wolfy-J | |
2019-07-26 | Attempt to add h2c handling (http2 w/o ssl) | Alex Bond | |
2019-06-24 | golint | Wolfy-J | |
2019-06-24 | golint | Wolfy-J | |
2019-06-24 | go fmt | Wolfy-J | |
2019-06-24 | updated travis | Wolfy-J | |
2019-06-24 | polishing fastcgi integration, polishing headers service (splitted from http) | Wolfy-J | |
2019-06-20 | Feature(http): Cors - support exposedHeaders option | Dmitry Patsura | |
2019-06-20 | Feature(http): Add CORS headers for all requests | Dmitry Patsura | |
2019-06-20 | Feature(http): Introduce CORS middleware | Dmitry Patsura | |
2019-06-20 | Feature(http): Introduce support for ↵ | Dmitry Patsura | |
customResponseHeaders/customRequestHeaders by headers middleware | |||
2019-06-14 | Feature: Handle error from http2.ConfigureServer | Dmitry Patsura | |
2019-06-14 | Feature(http): Ability to disable HTTP2 | Dmitry Patsura | |
2019-06-14 | Feature(http): Support maxConcurrentStreams configuration | Dmitry Patsura | |
2019-06-13 | Feature: Allow to disable http, and use only FastCGI | Dmitry Patsura | |
2019-06-13 | Feature(tests): Implement Test_FCGI_Service_Echo | Dmitry Patsura | |
2019-06-13 | Feature: Use special instance of http.Server for FastCGI | Dmitry Patsura | |
2019-06-13 | Feature: FastCGI - initial #115 | Dmitry Patsura | |
2019-05-05 | init service | Wolfy-J | |
2019-05-04 | golint | Wolfy-J | |
2019-05-04 | renamings | Wolfy-J | |
2019-05-04 | watchers renamed to controllers | Wolfy-J | |
2019-05-04 | real ip tests | Wolfy-J | |
2019-05-04 | polish | Wolfy-J | |
2019-05-04 | real ip + better stop sequence | Wolfy-J | |
2019-05-03 | new watchers functionality | Wolfy-J | |
2019-05-03 | bump golang version | Wolfy-J | |
2019-05-03 | added pool watcher capability | Wolfy-J | |
2019-05-03 | added pool watcher capability | Wolfy-J | |
2019-05-02 | embedding env variables to config | Wolfy-J | |
2019-05-02 | fixing tests | Wolfy-J | |
2019-05-02 | max request size | Wolfy-J | |
2019-05-02 | remove old param | Wolfy-J | |
2019-05-02 | Merge branch 'feature/updates' into pr/issue-121-rename_maxrequest_config_param | Wolfy-J | |
2019-03-21 | last element of POST data | Wolfy-J | |
2019-02-21 | Add tests for MaxRequest merging | valentin v / vvval | |
2019-02-21 | Rename MaxRequest config param | valentin v / vvval | |
Added MaxRequestSize param, previous one is marked as deprecated, now they are merged | |||
2019-02-02 | Additional test for 'Content-Type:application/x-www-form-urlencoded; ↵ | Alex Bond | |
charset=UTF-8' | |||
2019-02-02 | Fix application/x-www-form-urlencoded parsing | Alex Bond | |