Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-18 | Ran it through astyle | Sean Qureshi | |
2013-08-17 | Add test for getname | Florian Hahn | |
2013-08-17 | Use ck_assert_msg | Florian Hahn | |
2013-08-16 | Passed everything through astyle. | irungentoo | |
2013-08-13 | ... | irungentoo | |
2013-08-13 | ... | irungentoo | |
2013-08-13 | Fuck. | irungentoo | |
2013-08-13 | Commented out old tests that are broken with current master. | irungentoo | |
2013-08-13 | Hackish fix for the tests. | irungentoo | |
2013-08-13 | Attempt to quickly fix a test. | irungentoo | |
2013-08-13 | core: Fix a possible buffer overflow using getself_name(). | Andreas Schneider | |
If the passed buffer is smaller than MAX_NAME_LENGTH then, you will probably overflow it. | |||
2013-08-12 | Messenger refactor - redid work from pull request 79 | Chris Hall | |
Moves static state out of Messenger.c and into a Messenger struct Purely stylistic, no functional changes were made. This commit also changed all the callers of Messenger as they now have to pass an instance of the Messenger struct to messenger functions. Also removed some uses of the 'static' keyword at the beginning of function definitions when the function was already declared static, as these caused gcc to whine. | |||
2013-08-09 | Fix a recurring typo in code and comments. | Christian Brueffer | |
2013-08-08 | Disable failing test assertion | Florian Hahn | |
2013-08-07 | Fixed auto tests | Maxim Biro | |
2013-08-07 | Cleanup test and work on .travis file | charmlesscoin | |
2013-08-07 | added files for unit tests | charmlesscoin | |