summaryrefslogtreecommitdiffstats
path: root/tupkg/server
AgeCommit message (Collapse)AuthorFilesLines
2007-02-11fixed bug #5779 - error with + in package namespjmattal1-1/+1
2005-12-18fixed persistent mysql connections in tupkgupdatesimo1-1/+1
2005-12-18tupkgs only connects to sql database for duration of authsimo1-15/+13
2005-12-18More descriptive tupkg error messagesimo1-5/+9
Catch sql server connection death
2005-06-17Fix tupkg server crash when empty passwordsimo1-0/+3
2005-01-23fixes to the parsing of file dirspjmattal2-4/+4
2005-01-23made the config dict accessible everywherejchu1-2/+2
2005-01-23made changes to move some confsjchu2-11/+17
2005-01-23updated tupkgs to work with md5 passwordspjmattal1-1/+4
2004-12-13added resume support on the server sidejchu1-5/+13
2004-12-13made it a nicer error messagejchu1-5/+11
2004-12-13made the socket connection broken checking actually workjchu1-1/+1
2004-12-13added incoming directory support and made the server not use 100% cpu busy ↵jchu1-2/+21
waiting
2004-09-03a little bit of tweakingjchu1-1/+2
2004-09-03a little more robust config stuffjchu2-2/+22
2004-09-03added authentication to tupkgs and updated info in tupkgjchu2-9/+39
2004-09-03added a little bit better messaging, getopts to server side, stuff for mysql ↵jchu2-3/+38
access, and config file support
2004-09-02added support for multiple files in the client and made the file reading ↵jchu1-1/+8
less memory intensive for the server (poorly, mind you)
2004-09-02uploading files works (only tested with one but should work just dandy with ↵jchu1-7/+102
lots of files)... things like resume and authentication aren't fully implemented yet (server side is missing)
2004-09-02the daemon now starts, polls for connections, and opens themjchu1-5/+82
2004-06-13initial importeric1-0/+22