summaryrefslogtreecommitdiff
path: root/noncore/net/ftplib
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-1/+1
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-0/+4
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-22Every file in this commit makes a call to a function which returns a value.erik1-2/+6
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-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-91/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+91
2004-09-18make cross compilablellornkcor1-1/+1
2004-09-18link with gcc, not g++llornkcor1-1/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-02-14Clean-up of .cvsignore filesdrw1-1/+3
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-3/+3
Maintainer, Files and Section fields)
2003-08-09Merge from BRANCH_1_0kergoth1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20opie-lupdatezecke1-1/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth2-2/+2
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-11-21usualharlekin1-0/+1
2002-11-09Add ftp library. remember to make -f Makefile.test clean-configs before ↵kergoth1-0/+3
menuconfig, to ensure the generated configs are updated
2002-11-09move ftp stuff from opieftp to shared libllornkcor4-0/+1485