Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-06 | Add godoc comments to all internal packages | Jakob Unterwurzacher | |
2016-07-03 | nametransform: hide detailed padding error behind the debug flag | Jakob Unterwurzacher | |
unPad16 returns detailed errors including the position of the incorrect bytes. Kill a possible padding oracle by lumping everything into a generic error. The detailed error is only logged if debug is active. | |||
2016-06-23 | Drop deprecated "-emenames" option | Jakob Unterwurzacher | |
The EMENames feature flag is already mandatory, dropping the command line option is the final step. | |||
2016-06-16 | Rename nametransform, contentenc source files | Jakob Unterwurzacher | |
Let's have shorter names, and merge *_api.go into the "main" file. No code changes. |