Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #112 from MichaelMure/complete-config | Máximo Cuadros | 2020-10-09 | 1 | -0/+10 |
|\ | | | | | config: add missing functions for completeness | ||||
| * | config: add missing functions for completeness | Michael Muré | 2020-06-24 | 1 | -0/+10 |
| | | |||||
* | | Use EqualFold for comparison | Oleg Kovalov | 2020-07-06 | 1 | -1/+1 |
|/ | |||||
* | config: preserve option order on config marshalling | Santiago M. Mola | 2017-08-01 | 1 | -9/+32 |
| | | | | | Do not change order of options (e.g. in RemoteConfig) when serializing for any option whose value has not changed. | ||||
* | format/config: add GoString | Santiago M. Mola | 2017-08-01 | 1 | -0/+10 |
| | | | | This is more convenient for testing and debugging. | ||||
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 1 | -0/+1 |
| | |||||
* | Fix some typos in plumbing docs (#244) | Sergio Arbeo | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -0/+83 |
* plumbing: now core was renamed to core, and formats and clients moved inside |