Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
1944004a [view]master2011-10-19 03:37:13 +0000tpearson[tdebase] From "Fat-Zer"
"This patch adds generate of kwin.cmake file. This file will be used by kwin-styles package from kdeartwork."
09b929ee [view]master2011-10-19 03:21:21 +0000tpearson[gtk-qt-engine] Fix gtk-qt-engine tab bars
94a5414c [view]master2011-10-19 02:53:52 +0000tpearson[gtk-qt-engine] Fix up a number of GTK/Qt theme engine problems
bb335ea2 [view]master2011-10-18 19:17:51 +0000tpearson[tdebase] Fix kdesktop_lock lock date/time display
e980b1bc [view]master2011-10-18 17:20:56 +0000tpearson[tdenetwork] Fix kppp FTBFS under armel
b70482d0 [view]master2011-10-18 03:40:42 +0000tpearson[tdelibs] Make KPassivePopup emit a signal when a popup is hidden
7dfe6d3e [view]master2011-10-17 22:19:14 -0500Timothy Pearson[tde-packaging] Do not depend on valgrind when doing armel builds of kdenetwork
4e9cb943 [view]master2011-10-17 22:07:00 -0500Timothy Pearson[tde-packaging] Fix kdbusnotification packaging
509cac7d [view]master2011-10-17 19:42:47 -0500Timothy Pearson[tde-packaging] Add packaging for kdbusnotification
a062a26f [view]master2011-10-18 00:33:57 +0000tpearson[kdbusnotification] Add autostart files to kdbusnotifier
49eb1758 [view]master2011-10-18 00:13:32 +0000tpearson[kdbusnotification] Add stack to kdbusdaemon
8e8432bc [view]master2011-10-17 23:51:06 +0000tpearson[kdbusnotification] Initial version of the kdbusnotification service
3f4f6118 [view]master2011-10-17 19:46:22 +0000tpearson[kdbusnotification] Set externals
845ab446 [view]master2011-10-17 19:45:53 +0000tpearson[kdbusnotification] Add kdbusnotification skeleton
32401070 [view]master2011-10-17 12:47:42 -0500Timothy Pearson[tde-packaging] Fix knetworkmanager8 on lenny
76ef832c [view]master2011-10-17 18:47:27 +0100Tim Williams[tde-packaging] Adding the remaining Mandriva patches and spec files
21b109e4 [view]master2011-10-17 17:45:18 +0000tpearson[tdenetworkmanager] Import externals for knetworkmanager9
367c63d2 [view]master2011-10-17 17:44:58 +0000tpearson[knetworkmanager8] Import externals for knetworkmanager8
9279804b [view]master2011-10-17 17:38:53 +0000tpearson[tdenetworkmanager] Add dead-ended knetworkmanager 0.8 source
Add copy of same for knetworkmanager 0.9 starting point
1e0dd586 [view]master2011-10-17 17:38:53 +0000tpearson[knetworkmanager8] Add dead-ended knetworkmanager 0.8 source
Add copy of same for knetworkmanager 0.9 starting point
fb6450c3 [view]master2011-10-17 12:28:02 -0500Timothy Pearson[tde-packaging] Finish knetworkmanager source package rename
941f027b [view]master2011-10-17 12:26:16 -0500Timothy Pearson[tde-packaging] Add knetworkmanager version number in source package name
f503bf1c [view]master2011-10-17 12:24:31 -0500Timothy Pearson[tde-packaging] Force knetworkmanager to avoid network-manager 0.8.9 and above
fd1cb38f [view]master2011-10-17 16:29:13 +0000tpearson[ksquirrel] Fix ksquirrel FTBFS under oneiric i386
51cb1328 [view]master2011-10-17 16:18:22 +0000tpearson[krusader] Fix krusader FTBFS under oneiric
45ec7146 [view]master2011-10-17 07:48:22 +0000tpearson[ksquirrel] Fix ksquirrel FTBFS under oneiric
d64e4117 [view]master2011-10-17 07:39:05 +0000tpearson[ksystemlog] Fix ksystemlog FTBFS under oneiric
5899fe29 [view]master2011-10-17 07:35:07 +0000tpearson[wlassistant] Fix wlassistant FTBFS under oneiric
2be53f68 [view]master2011-10-17 06:57:59 +0000tpearson[smartcardauth] Fix smartcardauth FTBFS under oneiric
b9244069 [view]master2011-10-17 06:52:44 +0000tpearson[kvirc] Fix kvirc FTBFS under oneiric
0404f9a2 [view]master2011-10-17 06:35:03 +0000tpearson[tellico] Fix tellico FTBFS under oneiric
acd32952 [view]master2011-10-17 05:21:34 +0000tpearson[rosegarden] Fix rosegarden FTBFS under oneiric
b21d29de [view]master2011-10-17 03:26:30 +0000tpearson[piklab] Fix piklab FTBFS under oneiric
e3b8aaab [view]master2011-10-16 22:16:17 -0500Johannes Schindelin[libtdevnc] Update AUTHORS
Signed-off-by: Johannes Schindelin
fba4818a [view]master2011-10-16 22:02:11 -0500George Fleury[libtdevnc] Fix memory leak
I was debbuging some code tonight and i found a pointer that is not been
freed, so i think there is maybe a memory leak, so it is...
there is the malloc caller reverse order:
( malloc cl->statEncList )
<- rfbStatLookupEncoding
<- rfbStatRecordEncodingSent
<- rfbSendCursorPos
<- rfbSendFramebufferUpdate
<- rfbProcessEvents
I didnt look the whole libvncserver api, but i am using
rfbReverseConnection with rfbProcessEvents, and then when the client
connection dies, i am calling a rfbShutdownServer and rfbScreenCleanup,
but the malloc at rfbStatLookupEncoding isnt been freed.
So to free the stats i added a rfbResetStats(cl) after rfbPrintStats(cl)
at rfbClientConnectionGone in rfbserver.c before free the cl pointer. (at
rfbserver.c line 555). And this, obviously, is correcting the memory leak.
Signed-off-by: Johannes Schindelin
ff9eff8e [view]master2011-10-16 22:00:37 -0500Timothy Pearson[tde-packaging] Add libreadline6-dev as piklab build dep on Debian and Ubuntu
3693985f [view]master2011-10-17 02:48:34 +0000tpearson[knights] Fix knights FTBFS under oneiric
2403c831 [view]master2011-10-16 17:10:54 -0500Timothy Pearson[tde-packaging] Fix kiosktool build deps under Debian and Ubuntu
deb7c8cc [view]master2011-10-16 21:33:14 +0000tpearson[arts] Rempve obsolete and broken autotools files from arts
197f795e [view]master2011-10-16 20:33:42 +0000tpearson[kiosktool] Fix kiosktool FTBFS under oneiric
4a846a8e [view]master2011-10-16 15:30:04 -0500Timothy Pearson[tde-packaging] Fix kiosktool debian rules file on Debian and Ubuntu
ad50a0b0 [view]master2011-10-16 15:23:36 -0500Timothy Pearson[tde-packaging] Fix kiosktool Ubuntu patches
48b42e21 [view]master2011-10-16 20:07:32 +0000tpearson[kpilot] Fix kpilot FTBFS under oneiric
daaba1d3 [view]master2011-10-16 07:50:51 +0000tpearson[ktorrent] Fix ktorrent FTBFS under oneiric
f8251d28 [view]master2011-10-16 07:39:08 +0000tpearson[tderadio] Fix kradio FTBFS under oneiric
56bd9a60 [view]master2011-10-16 07:02:38 +0000tpearson[kmymoney] Fix kmymoney2 FTBFS under oneiric
01a4f45a [view]master2011-10-16 06:04:17 +0000tpearson[kmyfirewall] Fix kmyfirewall FTBFS under oneiric
03859c2e [view]master2011-10-16 05:53:48 +0000tpearson[tdeio-locate] Fix kio-locate FTBFS under oneiric
a2ac0d63 [view]master2011-10-16 00:10:01 +0000tpearson[tdebindings] Implement support for updating the status bar when the mouse cursor is above a link (and by javascript) and the window title is updated when a page is loaded in the mozilla plugin
Thanks to Julius Schwartzenberg for the patch!
b877051c [view]master2011-10-15 09:36:02 +0000tpearson[kile] Fix kile FTBFS under oneiric

List generated Thu Jun 25 02:19:58 2026
Currently showing patches 52301 to 52350 of 56637 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]