Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show correct window number for incoming in console | James Booth | 2013-08-28 | 1 | -1/+2 |
| | |||||
* | Changes to status bar for unlimited windows - WIP | James Booth | 2013-08-28 | 5 | -54/+77 |
| | |||||
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 8 | -450/+389 |
| | |||||
* | Added function to get next available window number, and tests | James Booth | 2013-08-27 | 4 | -0/+364 |
| | |||||
* | Removed all freeing of ui_current_recipient, data is owned by windows | James Booth | 2013-08-27 | 1 | -17/+0 |
| | |||||
* | Fixed freeing recipient after /tiny | James Booth | 2013-08-27 | 1 | -3/+0 |
| | |||||
* | Merge branch 'master' into windows | James Booth | 2013-08-27 | 2 | -1/+40 |
|\ | |||||
| * | Fix quoted nicknames in /group add | James Booth | 2013-08-27 | 1 | -1/+1 |
| | | | | | | | | fixes #233 | ||||
| * | Added test for broken argument quoting | James Booth | 2013-08-26 | 1 | -0/+39 |
| | | |||||
* | | Refactor _cmd_close | James Booth | 2013-08-26 | 3 | -19/+42 |
| | | |||||
* | | Removed whitespace in command.c | James Booth | 2013-08-26 | 1 | -1/+0 |
| | | |||||
* | | Fixed indenting in ui/core.c | James Booth | 2013-08-26 | 1 | -1/+2 |
| | | |||||
* | | Free windows on exit | James Booth | 2013-08-26 | 4 | -2/+13 |
| | | |||||
* | | Moved static function in console.c | James Booth | 2013-08-26 | 1 | -76/+76 |
| | | |||||
* | | Removed cons_create from console.c | James Booth | 2013-08-26 | 4 | -13/+2 |
| | | |||||
* | | Use Jid struct to get barejid in subscriptions | James Booth | 2013-08-26 | 1 | -22/+21 |
| | | |||||
* | | Fixed freeing of recipient after message sent | James Booth | 2013-08-26 | 2 | -3/+0 |
| | | |||||
* | | Merge branch 'master' into windows | James Booth | 2013-08-26 | 15 | -213/+138 |
|\| | |||||
| * | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-08-26 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed crash because of incorrect string releasing | Dmitry Podgorny | 2013-08-26 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed compiler warning in test_autocomplete.c | James Booth | 2013-08-26 | 1 | -1/+0 |
| | | | |||||
| * | | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 8 | -127/+112 |
| | | | |||||
| * | | refactred autocomplete_remove | Dmitry Podgorny | 2013-08-26 | 1 | -19/+10 |
| | | | |||||
| * | | refactored autocomplete_add | Dmitry Podgorny | 2013-08-26 | 2 | -34/+11 |
| | | | | | | | | | | | | Now this function responsible for memory allocation | ||||
| * | | remove octet_compare | Dmitry Podgorny | 2013-08-26 | 4 | -32/+5 |
| |/ | | | | | | | strcmp provides the same functionality | ||||
* | | Fix console references after merging master | James Booth | 2013-08-25 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into windows | James Booth | 2013-08-25 | 29 | -276/+858 |
|\| | |||||
| * | Merge pull request #230 from pasis/memleaks2 | James Booth | 2013-08-25 | 11 | -51/+85 |
| |\ | | | | | | | Fixed memory leaks | ||||
| | * | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 5 | -28/+59 |
| | | | |||||
| | * | removed strdup from g_string_append | Dmitry Podgorny | 2013-08-25 | 3 | -12/+12 |
| | | | |||||
| | * | fixed indenting | Dmitry Podgorny | 2013-08-24 | 1 | -1/+1 |
| | | | |||||
| | * | fixed memleak in _iq_handle_discoinfo_get | Dmitry Podgorny | 2013-08-24 | 1 | -0/+1 |
| | | | |||||
| | * | small refactoring in statusbar.c | Dmitry Podgorny | 2013-08-24 | 1 | -5/+11 |
| | | | |||||
| | * | tz should be cached in static variable | Dmitry Podgorny | 2013-08-24 | 1 | -4/+0 |
| | | | |||||
| | * | avoid double allocaion of session_started | Dmitry Podgorny | 2013-08-24 | 1 | -1/+0 |
| | | | |||||
| | * | free titlebar_ac autocompleter | Dmitry Podgorny | 2013-08-24 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'master' into nextdev | James Booth | 2013-08-19 | 1 | -2/+2 |
| |\ | |||||
| * \ | Merge branch 'master' into nextdev | James Booth | 2013-08-13 | 4 | -5/+8 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into nextdev | James Booth | 2013-08-05 | 4 | -6/+53 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdev | James Booth | 2013-08-04 | 22 | -171/+211 |
| |\ \ \ \ | |||||
| | * | | | | use posix stat syscall for windows | Dmitry Podgorny | 2013-08-04 | 1 | -6/+0 |
| | | | | | | |||||
| | * | | | | removed assignment to NULL in _chat_session_free | Dmitry Podgorny | 2013-08-03 | 1 | -6/+2 |
| | | | | | | |||||
| | * | | | | replace struct stat and stat() for windows | Dmitry Podgorny | 2013-08-03 | 1 | -0/+6 |
| | | | | | | |||||
| | * | | | | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 5 | -39/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also avoided several NULL pointer dereferences. | ||||
| | * | | | | refactored logging | Dmitry Podgorny | 2013-08-03 | 1 | -19/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use ftell instead of stat syscall to increase portability. | ||||
| | * | | | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 11 | -85/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | | | refactored mkdir_recursive | Dmitry Podgorny | 2013-08-03 | 3 | -13/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | Now this function returns result of operation. TRUE is success. | ||||
| | * | | | | removed sizeof(char) | Dmitry Podgorny | 2013-08-03 | 4 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | sizeof(char) == 1 according to standard | ||||
| * | | | | | Merge branch 'master' into nextdev | James Booth | 2013-08-04 | 1 | -2/+4 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge remote-tracking branch 'dmitry/memleaks' into nextdev | James Booth | 2013-07-31 | 3 | -54/+75 |
| |\ \ \ \ \ |