Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: Don't use ../src path to include generator_protocol.h | Richard W.M. Jones | 2010-11-05 | 1 | -1/+1 |
| | | | | | | This file is already hard-linked into the current directory, so the relative path is not required. (cherry picked from commit 9ff99418361cd1b56b00e4ffef52444021e60c72) | ||||
* | base64-in: Ignore garbage characters in input. | Richard Jones | 2010-06-02 | 1 | -1/+1 |
| | | | | | | | | On RHEL 5 you have to specify the -i option to get the external 'base64' command to ignore \n characters. (The Fedora version seems to ignore these characters anyway). Add this option so the tests can pass on RHEL 5. | ||||
* | New APIs: base64-in and base64-out for uploading/downloading base64 content. | Richard Jones | 2010-04-19 | 1 | -0/+150 |