Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2010-11-29 | core: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -6/+6 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-02 | smsagent: Add smsagent implementation | Denis Kenzior | 1 | -0/+316 | |
Based on the patches by Aki Niemi |