summaryrefslogtreecommitdiff
path: root/core/launcher/transferserver.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-02Close the Filedescriptor for the QCopBridge and Transferserver on exitzecke1-1/+4
2004-12-20Restore lost changezecke1-3/+7
-Kill Config instance in different scope for the same file -Work when a ftp client sends -la in a listdir request
2004-05-02- convert qWarning to owarnar1-2/+1
2004-05-02- convert qDebug to odebugar1-426/+425
2004-04-07use Opie debugging frameworkmickeyl1-59/+48
2004-03-13Fix namespaces in the launcher.. and found a problem with my scriptzecke1-0/+1
2004-03-02run the optimize_connect scriptalwin1-6/+6
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-10/+0
2004-02-21Fix up syncing modezecke1-9/+27
InetlliSync,Opie1.0,QtopiaNEW
2004-02-21Move to LibOpie2zecke1-14/+13
remove launcher global and use OGlobal
2003-11-21Fix bug 1219.zecke1-1/+3
If not authorized no dtp is created so 0x000000000->close is likely to fail. lpotter something I think Qtopia suffers from as well
2003-11-18Increase sync-friendlyness and repair broken sync with severalmickeyl1-20/+30
programs. Patch by Matthias Hentges <matthias@hentges.net> - thanks!
2003-11-03Porting Opie to MacOS-X.eilers1-0/+3
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-09-20Fix the config name no need to append the .conf yourselfzecke1-1/+1
2003-09-19Use local config file instead of a global....zecke1-2/+2
2003-09-19if the password is wrong but 'rootme' prompt the user again to either acceptzecke1-1/+5
or deny the connection
2003-08-28Use old Opie changeszecke1-1081/+1072
2002-12-17replaced the private QProcess copy for the FTP server with the alreadysandman1-1055/+1090
available libopie/OProcess
2002-11-03Nice to see more kde dudes here!zecke1-1/+1
A patch from jowenn to make Opie compile with gcc3 again No default arguments! Some namespace issues
2002-11-02make deny the default button for ftp/sync promptllornkcor1-1/+1
2002-10-17Move around some #ifdefs to be able to be built with Qt2/X11zecke1-2/+0
2002-10-04Next tryzecke1-0/+3
include <qglobal.h> to get _OS_LINUX from tt
2002-10-04Weird for some of youzecke1-7/+7
_OS_LINUX_ does not get defined so now it's a if !define(_OS_LINUX) but this means you need to libuuid again I don't know how to fix that right. I should ask tt
2002-09-06Remove the libuuid dependency for Linux targets...zecke1-12/+47
2002-09-06Backward and forward compability...zecke1-3/+9
2002-09-06TT gave us the wrong sync password! ^#$^@&^llornkcor1-1/+3
2002-07-18attempt for change ip back to hex range from stringllornkcor1-401/+402
2002-07-12Security fix by trolltechzecke1-57/+156
2002-04-30- no default args in method implssimon1-5/+5
- don't unconditionally define _XOPEN_SOURCE (added comment about this being wrong) - fixed parameter shadowing problem in DesktopApplication ctor
2002-01-25Initial revisionkergoth1-0/+1245