summaryrefslogtreecommitdiff
path: root/tupkg
AgeCommit message (Collapse)Author
2005-01-23added a LOT of database stuffpjmattal
2005-01-22old changes; fixed one subtle handling where there's no new packagepjmattal
but no update, so it's okay
2004-12-26commited neotuli's patch for source linksjchu
2004-12-15kept it from running gensync when no changes were madepjmattal
made --delete actually delete files that are copied
2004-12-13added resume support on the server sidejchu
2004-12-13made it a nicer error messagejchu
2004-12-13made the socket connection broken checking actually workjchu
2004-12-13added incoming directory support and made the server not use 100% cpu busy ↵jchu
waiting
2004-12-06moved subzero-passwordpjmattal
2004-12-06password for subzero file addedpjmattal
2004-09-14added parsing of PKGBUILD by using bashpjmattal
2004-09-13added a lotpjmattal
-n flag (dramatize) --delete flag (delete bad pkgs from build tree) --paranoid (double check packages with identical versions) many enhancements to args (getopt)
2004-09-12changed to work with pacman python libpjmattal
2004-09-11added tupkgupdatepjmattal
2004-09-03added getopts to tupkgjchu
2004-09-03a little bit of tweakingjchu
2004-09-03a little more robust config stuffjchu
2004-09-03added authentication to tupkgs and updated info in tupkgjchu
2004-09-03added a little bit better messaging, getopts to server side, stuff for mysql ↵jchu
access, and config file support
2004-09-02added support for multiple files in the client and made the file reading ↵jchu
less memory intensive for the server (poorly, mind you)
2004-09-02uploading files works (only tested with one but should work just dandy with ↵jchu
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 themjchu
2004-06-13initial importeric