summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixed broken links.TJ Kolev2023-04-261-4/+4
| | | | tjk :)
* Dropbear SSH File ReorgTJ Kolev2023-02-031-3/+16
| | | | | | | | | | | | | | The GitHub pipeline is based on the build.yml setup, which previously escaped me. That script relies on default_options.h to be at top of the repo, as it uses it to generate its own localoptions.h for various test sceanrios. * default_options.h moved back to the top. * config.h is also generated in the top folder. * localoptions.h also stays at the top folder. * Readjusted (reverted) the affected Makefile.in-s. * Added notes about the generated file dependencies. * Adjusted references to above files in the .md docs. tjk :)
* Dropbear - Markdown documentation filesTJ Kolev2023-02-021-53/+27
| | | | | | | | | | | | Converted some regular text file into Markdown format. Better rendering on github, and still very much readable by humans in a text editor. Fixed links. Tried to use consistent formatting throughout. Didn't add a .md extension, so they can be diff-ed. Otherwise git thinks they are new files altogether. Will add the extension on the next commit. tjk :)
* Some notes on styleMatt Johnston2020-06-261-0/+24
|
* Add DEVELOPING.mdMatt Johnston2020-06-151-0/+51