summaryrefslogtreecommitdiff
path: root/tupkg
AgeCommit message (Collapse)Author
2005-06-20Tupkgupdate now uses updatesyncsimo
2005-06-20Fixed a bug waiting to happen in runGensyncsimo
2005-06-17Fix tupkg server crash when empty passwordsimo
2005-05-08Added ModifiedTS to Packages databasesimo
Implemented ModifiedTS such that: -ModifiedTS changed ONLY when package updated -SubmittedTS changed ONLY when new package Also made DummyPkg fixups in tupkgupdate
2005-04-24Added communitypkgsimo
Added config file support to tupkg
2005-04-11misc updates off of pedantic from long agopjmattal
2005-04-10added more safe checks on result codes from file deletes in tupkgupdatepjmattal
2005-04-10fixed bugs in tupkgupdatepjmattal
made link to CVS for package files in community go to CURRENT tag
2005-04-10small fix to the fancy unsupported-->community updatepjmattal
more user doc fixes
2005-04-10added check for new package going transitioning from unsupported --> ↵pjmattal
community getting maintainer reset hardcoded community as the name of the repo, for now
2005-04-10added capability to get category from the directory in CVSpjmattal
fixed bogus reference to subzero in the user docs
2005-02-23fixed obvious tupkgupdate bug introduced by other fixpjmattal
2005-02-23fixed minor bugspjmattal
2005-02-23make sure all dummy packages are created in tupkgupdate in location 1pjmattal
2005-02-23fixed several bugspjmattal
2005-01-24switched back to bash for processing PKGBUILDspjmattal
this works much better and has very cool results
2005-01-24many many changespjmattal
db fixes should work fairly well now
2005-01-23fixes to the parsing of file dirspjmattal
2005-01-23made the config dict accessible everywherejchu
2005-01-23made changes to move some confsjchu
2005-01-23updated tupkgs to work with md5 passwordspjmattal
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