Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-26 | Both files in this commit exhibit use after free errors. | erik | 1 | -4/+3 |
One of them was introduced in my memory leak fixing (whoops). I was freeing a structure of stock data before one last call to it. So switching the free to after that call fixed it. The kcheckers.cpp fix is one where the game board could be deleted and then a new one is not created because someone attempted to request a game board type that is not supported. This is fixed by using the default directive for one of the game board types in the switch statement. Which means it could default to Russian boards. Score one for the Russians! | ||||
2007-01-24 | Each file in this commit has the issue where a function can return a | erik | 1 | -48/+47 |
negative result but the result is used in a context that can only be positive. | ||||
2007-01-24 | Each file in this commit has an instance where a pointer is checked at | erik | 1 | -1/+1 |
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault. | ||||
2007-01-24 | Every file in this commit has a memory leak of some kind or another. I think | erik | 4 | -127/+204 |
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious. | ||||
2007-01-22 | Each file in this commit had a problem where a function might return | erik | 1 | -1/+2 |
a null value for a pointer and that null value was not checked. | ||||
2007-01-22 | Every file in this commit makes a call to a function which returns a value. | erik | 1 | -19/+23 |
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked. | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 3 | -647/+3 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 3 | -3/+647 |
2004-10-17 | fixed some more .pro / config.in dependencies discrepancies, that could ↵ | clem | 1 | -1/+1 |
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too | ||||
2004-10-12 | Give more meaningfull ConfigWidget names | zecke | 1 | -1/+1 |
2004-09-12 | Fix dependency of the plugin. It needs OTicker and OTicker | zecke | 1 | -1/+1 |
was moved to libqtaux | ||||
2004-08-05 | *** empty log message *** | mickeyl | 1 | -1/+1 |
2004-08-05 | compensate for oticker moval | mickeyl | 2 | -2/+2 |
2004-05-19 | resolve OE build conflict re. appname/directory | mickeyl | 1 | -1/+1 |
2004-04-04 | convert to Opie Debugging Framework | mickeyl | 4 | -17/+18 |
2004-03-31 | added missed include file for QFileDialog | mouse | 1 | -0/+4 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 2 | -2/+2 |
build system | ||||
2004-03-15 | More LIBOPIE2 config fixes | brad | 1 | -1/+1 |
2004-03-14 | Today Plugin changes | zecke | 3 | -3/+3 |
2004-03-14 | ODP changes | zecke | 5 | -6/+10 |
2004-03-02 | Today stock ticker plugin: libopie -> libopie2 | drw | 11 | -45/+43 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 2 | -9/+9 |
TT. | ||||
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+1 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-02-05 | Janitor: remove ulong ref | zecke | 1 | -1/+0 |
2004-01-27 | Guess what? return QS_FALSE; | zecke | 1 | -1/+3 |
2004-01-10 | new email addy | llornkcor | 1 | -1/+1 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 2 | -38/+0 |
2003-11-19 | fix | llornkcor | 1 | -1/+1 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 1 | -1/+1 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-10-29 | merge noncore/todayplugins/* | mickeyl | 1 | -1/+0 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 4 | -300/+327 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-05-26 | fix compile | llornkcor | 1 | -0/+1 |
2003-05-26 | fix compile | llornkcor | 1 | -0/+2 |
2003-05-26 | remove extra includes | llornkcor | 4 | -38/+0 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 2 | -0/+2 |
2003-02-23 | remove bogus include | llornkcor | 3 | -3/+0 |
2003-02-19 | Translation added for plugins | groucho | 2 | -3/+35 |
2003-01-26 | Arent dependencies fun? | kergoth | 1 | -1/+1 |
2003-01-25 | debug -> release | groucho | 1 | -1/+1 |
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 3 | -3/+3 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-16 | depends.. am testing make -j5 w/ new buildsystem, fast way to work out ↵ | kergoth | 3 | -1/+3 |
incorrect dependencies. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 3 | -0/+12 |
2003-01-16 | Move most of config categorization into root config, and consolated core vs ↵ | kergoth | 1 | -3/+0 |
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions. | ||||
2002-12-18 | Parameter passing to the thread reworked a bit | sandman | 1 | -6/+7 |