Skip to content

Tags: brobits/kong

Tags

0.5.2

Toggle 0.5.2's commit message
fix(cli) re-enable search in $PATH for nginx executable

Since IO.file_exists was being called and of course returned false when
called with just `nginx`, the command was never executed, and no chance
was given to the shell to try to find the executable in the $PATH.

Fix Kong#610

0.5.1

Toggle 0.5.1's commit message
Merge pull request Kong#619 from Mashape/docs/changelog

[docs/changelog] 0.5.1 changes

0.5.0

Toggle 0.5.0's commit message
Adding missing statement for Kong#571

0.4.2

Toggle 0.4.2's commit message
Changelog SSL default dir

Former-commit-id: ecaeb5dc15b5668dac49934e9fc543ae11c73630

0.4.1

Toggle 0.4.1's commit message
adding buffer.lua to rockspec

Former-commit-id: a09c2721bd17996a081fa546df5d712bba226113

0.4.0

Toggle 0.4.0's commit message
Merge pull request Kong#406 from Mashape/docs/changelog-0.4.0

[docs/changelog] add changes for 0.4.0

Former-commit-id: f87d31b2bb67e51d052a02517be6ce3dfa251f42

0.3.2

Toggle 0.3.2's commit message
changelog

Former-commit-id: b01e7fd7adfd33c9bc71a126021b2862b28f87ba

0.3.1

Toggle 0.3.1's commit message
fixing link

Former-commit-id: a6f91d021c68f32617d4005216304d8534c9b7e0

0.3.0

Toggle 0.3.0's commit message
fixing file log for multiple locations

Former-commit-id: 53cbecbc1e745fd497fc26b8c4172c7df1eade7f

0.2.1

Toggle 0.2.1's commit message
Merge pull request Kong#231 from Mashape/luasocket

Fix to potential segmentation fault