Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -52/+0 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -7/+7 |
| | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
* | separate glib allocator and stdlib malloc/free | Dmitry Podgorny | 2013-07-31 | 1 | -6/+6 |
| | | | | | | Memory allocated by glib should be freed by g_free. Probably g_free calls stdlib free, but in order to avoid portability issues better use g_free as described in glib documentation. | ||||
* | 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 |