Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -3/+3 |
| | | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments". | ||||
* | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 1 | -1/+2 |
| | |||||
* | chansrv: no logic change, work on warning | Jay Sorg | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | folder redirection: made changes to read/write routines to avoid race conditions | Laxmikant Rashinkar | 2013-06-02 | 1 | -0/+29 |
| | |||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-18 | 1 | -4/+14 |
| | | | | | | | | o touch <file> was not working - fixed o echo "this is a string" > filename was not working - fixed o echo "this is a string" >> filename was not working - fixed o vi was not working - working now but swap files are not being deleted automatically - work in progress | ||||
* | smartcard: developer checkin for smartcard support | Laxmikant Rashinkar | 2013-05-15 | 1 | -0/+231 |