Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-30Apply patch from gabriele0101 to help remove some warnings when compilingEion Robb
2012-02-16Fix potential segfault in X11 connector when unable to connect to SkypeEion Robb
2011-11-29Added #ifdefs for INSTANTBIRD so the IB people can compile on their butchered...Eion Robb
2011-11-29Make sure that it's not possible to directly compile all the .c files individ...Eion Robb
2011-11-21Fix crash on disconnect on X11 - Patch from Mike Lundy - References issue #175Eion Robb
2011-02-10Fix crash when trying to detect whether skype is running with a process runni...Eion Robb
2011-01-16Jiggle around the connection methods so that not connecting to Skype isn't fa...Eion Robb
2010-08-31Remove excessive debugging info in X11 pluginEion Robb
2010-08-05Add in debug code to help track down initial connection problemsEion Robb
2010-01-28Clean up send_message to be consistent and don't double-freeEion Robb
2010-01-15Fix memleaksEion Robb
2010-01-07Disable cleanlooks to cut down on memory usageEion Robb
2010-01-02Allow reuse of Xvfb by setting the SKYPEDISPLAY env var. Thanks to Andrew Ki...Eion Robb
2009-12-09Fix for a crash on login, when a process closes during our skype process chec...Eion Robb
2009-06-12Allow changing of X display that Skype is running on, using an environment va...Eion Robb
2009-04-28Added GPL header to all files. Using GPLv3Eion Robb
2008-11-12(no commit message)Eion Robb
2008-11-12Another attempt at fixing libxcb threading issuesEion Robb
2008-11-10More locks/unlocks to try to fix assertEion Robb
2008-11-10Try locking threads to fix assertion errors?Eion Robb
2008-08-13Should fix problems with new less-threaded versionEion Robb
2008-07-23Reset last error to allow reconnect after errorEion Robb
2008-07-21Ran plugin through Valgrind, removed memleaksEion Robb
2008-07-16Set svn newlines to nativeEion Robb
2008-06-23Trying to remove polling waits to decrease wakeups and increase battery lifeEion Robb
2008-06-17Undo previous commit, do some error checking insteadEion Robb
2008-06-17Possible fix for X11 threading issues, start of new code to use blocking wait...Eion Robb
2008-04-28Run skype in a background X11 session using Xvfb if the USE_XVFB_SERVER flag ...Eion Robb
2008-04-21Undo previous fix for init crash. Now can restart connectionEion Robb
2008-04-21Fix compiler warningEion Robb
2008-04-21Fix to is_skype_running() to stop corner case crash at startupEion Robb
2008-04-21Fix for crash when starting pidgin and starting skype at same timeEion Robb
2008-03-02purple_debug_* functions replaced with skype_debug_* functions, so that debug...Eion Robb
2008-02-11Thread fixes, speed fixesEion Robb
2008-02-04Trying for better speed improvements in message handlingEion Robb
2008-01-29remove compiler warnings and stat function name clashesEion Robb
2008-01-22Added is_skype_running() functionEion Robb
2008-01-18Added some debugging info for quit-time crashesEion Robb
2008-01-18Fixed an X11 error which caused pidgin to crash if skype hadn't been started ...Eion Robb
2008-01-14Additional error checkingEion Robb
2008-01-14Fixed disconnection crasher, should be faster fetching x11 messages tooEion Robb
2007-11-26exec_skype() if not startedEion Robb
2007-11-25Remove compiler warningEion Robb
2007-11-20Added hide_skype() function in to hide skype windowsEion Robb
2007-11-19Removed X11 crash on plugin shutdownEion Robb
2007-11-19Fixed terrible logic in detecting x11 message endingEion Robb
2007-11-19Possible fix for 64bit platforms in x11 message handlingEion Robb
2007-11-18(no commit message)Eion Robb
2007-11-14More X11 error handlingEion Robb
2007-11-14Comment cleanupEion Robb