1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/src
Dmitry Podgorny 0346fda0b3 most FREE_SET_NULL replaced with free
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.
2013-08-03 14:27:07 +03:00
..
command removed sizeof(char) 2013-08-03 13:17:50 +03:00
config most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
tools most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
ui most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
xmpp most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
chat_session.c Added config dir to source 2013-02-02 21:59:29 +00:00
chat_session.h Moved ChatSession typedef 2013-01-12 19:51:32 +00:00
common.c refactored mkdir_recursive 2013-08-03 14:14:30 +03:00
common.h refactored mkdir_recursive 2013-08-03 14:14:30 +03:00
contact.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
contact.h Coloured contact and subscription in /roster and /group output 2013-07-03 23:44:51 +01:00
jid.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
jid.h Renamed function in jid 2013-01-27 02:00:55 +00:00
log.c Added groupchat logs 2013-05-05 00:16:10 +01:00
log.h Added groupchat logs 2013-05-05 00:16:10 +01:00
main.c Tidied #include's 2013-02-02 20:55:58 +00:00
muc.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
muc.h Support for XEP-0249 Direct MUC Invitations 2013-04-24 23:50:47 +01:00
profanity.c refactored mkdir_recursive 2013-08-03 14:14:30 +03:00
profanity.h Show messages on /group add and /group remove 2013-06-23 17:38:30 +01:00
resource.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
resource.h Show all resources ordered by priority with /info command 2013-02-17 00:05:57 +00:00