Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -7/+7 |
* | separate glib allocator and stdlib malloc/free | Dmitry Podgorny | 2013-07-31 | 1 | -6/+6 |
* | fixed several memory leaks in command.c and jid.c | Dmitry Podgorny | 2013-07-31 | 1 | -22/+22 |
* | Added asserts | James Booth | 2013-02-03 | 1 | -2/+2 |
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -1/+2 |
* | Renamed function in jid | James Booth | 2013-01-27 | 1 | -4/+4 |
* | Renamed create jid function using barejid and resource | James Booth | 2013-01-27 | 1 | -1/+1 |
* | Handle NULL in jid_destroy() | James Booth | 2013-01-26 | 1 | -7/+9 |
* | Fixed jid handling to allow @ and / in resource | James Booth | 2013-01-26 | 1 | -54/+45 |
* | Removed jid_is_room() | James Booth | 2013-01-13 | 1 | -11/+0 |
* | Use Jid datatype in chat rooms | James Booth | 2013-01-13 | 1 | -0/+9 |
* | Added jid_destroy() | James Booth | 2013-01-13 | 1 | -0/+12 |
* | fixed memory leak in parse_room_jid | Dmitry Podgorny | 2013-01-13 | 1 | -5/+8 |
* | Added jid_create_room_jid | James Booth | 2013-01-13 | 1 | -0/+12 |
* | Changed Jid typedef to be explicit pointer | James Booth | 2013-01-13 | 1 | -2/+2 |
* | Added jid datatype | James Booth | 2013-01-12 | 1 | -0/+199 |