Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-20 | Merge pull request #70 from mrsuh/issue#69 | Wolfy-J | |
fix build.sh file permissions | |||
2018-12-20 | fix build.sh file permissions | anton | |
2018-12-20 | Update README.md | Wolfy-J | |
2018-12-20 | Update README.md | Wolfy-J | |
2018-12-20 | Update README.md | Wolfy-J | |
2018-12-20 | Update README.md | Wolfy-J | |
2018-12-20 | version bump + new goridgev1.2.7 | Wolfy-J | |
2018-12-20 | added tests for USER_AGENT | Wolfy-J | |
2018-12-20 | - http version fix | Wolfy-J | |
- USER_AGENT bypass - added PHP7.3 to travis (travis, are you ok?) | |||
2018-12-20 | Merge pull request #68 from bognerf/master | Wolfy-J | |
#67 Unsupported HTTP protocol version "2.0" | |||
2018-12-20 | #67 Unsupported HTTP protocol version "2.0" | bof09595 | |
Normalizing protocol version strings to match official values 1.0, 1.1 and 2 | |||
2018-12-20 | Merge pull request #65 from Alex-Bond/fix_type_in_static_service | Wolfy-J | |
Fix typo in naming of dep in static service | |||
2018-12-19 | Fix type in naming of dep in static service | Alex | |
2018-12-18 | Update README.md | Wolfy-J | |
2018-12-06 | Update README.md | Wolfy-J | |
2018-11-26 | Update README.md | Wolfy-J | |
2018-11-24 | Update README.md | Wolfy-J | |
2018-11-03 | Update README.md | Wolfy-J | |
2018-10-30 | Update README.md | Wolfy-J | |
2018-10-20 | Update README.md | Wolfy-J | |
2018-10-20 | Update composer.json | Wolfy-J | |
2018-10-20 | Update README.md | Wolfy-J | |
2018-10-18 | bump deps | Wolfy-J | |
2018-10-18 | - go fmtv1.2.6 | Wolfy-J | |
2018-10-18 | - travis to use go mod | Wolfy-J | |
2018-10-18 | - bugfix: ignored `stopping` value during http server shutdown | Wolfy-J | |
- debug log now split message into individual lines | |||
2018-10-18 | - bugfix: ignored `stopping` value during http server shutdown | Wolfy-J | |
- debug log now split message into individual lines | |||
2018-10-18 | stopping | Wolfy-J | |
2018-10-14 | Merge pull request #50 from spiral/feature/split-debug-messages | Wolfy-J | |
Feature/split debug messages | |||
2018-10-14 | no color highlighting for warning messages | Wolfy-J | |
2018-10-14 | split all warning messages by lines | Wolfy-J | |
2018-10-14 | split all warning messages by lines | Wolfy-J | |
2018-10-13 | Update README.md | Wolfy-J | |
2018-10-13 | Update README.md | Wolfy-J | |
2018-10-13 | Update README.md | Wolfy-J | |
2018-10-13 | pre-release activitiesv1.2.5 | Wolfy-J | |
2018-10-13 | pre-release activities | Wolfy-J | |
2018-10-09 | Merge pull request #49 from spiral/add-code-of-conduct-1 | Wolfy-J | |
Create CODE_OF_CONDUCT.md | |||
2018-10-09 | Create CODE_OF_CONDUCT.md | Wolfy-J | |
2018-10-05 | Merge pull request #46 from ruudk/patch-1 | Wolfy-J | |
Verbose flag should be lowercase | |||
2018-10-05 | Verbose flag should be lowercase | Ruud Kamphuis | |
2018-10-04 | CS | Wolfy-J | |
2018-10-04 | Merge pull request #44 from 1ma/psr17-support | Wolfy-J | |
[Feature] Decouple Diactoros from PSR7Client::acceptRequest() via PSR-17 HTTP factories | |||
2018-10-04 | Update README.md | Wolfy-J | |
2018-10-04 | Delete .empty | Wolfy-J | |
2018-10-04 | Create .empty | Wolfy-J | |
2018-10-03 | feedback from code review | Marcel Hernandez | |
2018-10-02 | require psr/http-factory | Marcel Hernandez | |
2018-10-02 | fix tests: | Marcel Hernandez | |
- ServerRequest::withProtocol() method is broken on Diactoros - Parsed body and raw body are mutually exclusive - UploadFile needs an empty stream when upload fails | |||
2018-10-02 | decoupled Diactoros via PSR-17 factories | Marcel Hernandez | |