Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | events_glib: fix parameter type warnings in event_debug() calls | dequis | 2015-05-05 | -4/+4 |
| | ||||
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -35/+44 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -6/+0 |
| | | | | It has been broken for a very long time and nobody cared about it. | |||
* | Catch condition=G_IO_NVAL from glib's event handler, which should prevent | Wilmer van der Gaast | 2011-12-19 | -0/+3 |
| | | | | | some crashes on unclean shutdowns of connections. | |||
* | Make sure events_*.c are fully compatible to callers so plugins built for | Wilmer van der Gaast | 2010-10-02 | -0/+5 |
| | | | | | a different flavour will still work. | |||
* | Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make libpurple | Wilmer van der Gaast | 2009-10-11 | -1/+8 |
| | | | | | happy. | |||
* | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -4/+4 |
| | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | |||
* | Taught GLib-mode subprocesses how to die. (Closes: #374) | Wilmer van der Gaast | 2008-03-22 | -2/+3 |
| | ||||
* | Removed closure->result. I was planning to add some more stuff, but will | Wilmer van der Gaast | 2008-01-05 | -5/+5 |
| | | | | | do that later. | |||
* | Fixed a broken call to set_get() (CRASH), shut up a compiler warning in | Wilmer van der Gaast | 2006-07-15 | -1/+4 |
| | | | | | events_glib and now using the right evaluator for acc->"auto_reconnect". | |||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -0/+137 |
protocols/, and adding RC4 code. |