summaryrefslogtreecommitdiff
path: root/misc/bidwatcher
AgeCommit message (Collapse)AuthorFilesLines
2002-06-12"bidwatcher" tries to use HTTP/1.1 but is not able to handle persistanttron3-6/+15
connections. Use "Connection: close" in HTTP request headers to avoid network timeout caused by this bug. Bump version number to 1.3.4nb2.
2002-06-12Initialize buffer point to "NULL" in fetchURL() to avoid problem whentron2-1/+15
free(3) is used later.
2002-06-10Adapt for renamed distribution file (a last minute bug fix?). Bump packagetron2-4/+6
revision to 1.
2002-06-07Update "bidwatcher" package to version 1.3.4. Changes since version 1.3.3:tron3-7/+6
- Snipe as low as 1 second, of course, caveats apply. - Better ANSI compliance for gcc3.1 - Several UI enhancements - Fixed some bid processing issues - Fixed getting user bids - Fixed some big memory leaks - Added localtime patch - Better execution of Mozilla - Fixed some snipe error messages - We're sending HTTP/1.1 now. - Fixed description skewing when reading from file. - Applied patch from dbs@tanj.com to fix ended auctions. - Added Copy item number menu option - CodeStyle: Replaced if( with if ( - Fixed 'First Bid' field in Details window - Fixed Reserve detection: Thanks to Thomas Enstall - Fixed eBay motors non car auctions + dutch.
2002-03-25Fix build problem under Solaris.tron1-9/+4
2002-03-22Update "bidwatcher" package to version 1.3.3. Changes since version 1.3.0:tron7-1138/+7
- many bug fixes - improved GUI - experimental bidding daemon
2001-12-08Fix build problems under Solaris.tron3-16/+44
2001-11-21Pull in latest bug fixes from the CVS repository which fix e.g problemstron6-19/+1048
with loading the configuration and updating auctions. Bump version number to 1.3.0.99 as this is now close to what will be the 1.3.1 release.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-07Don't write empty configuration strings to the configuration file liketron2-15/+21
e.g. an empty proxy setting because the very optimistic parse can't handle those.
2001-10-07Fix saving and loading of the configuration file and make the proxy supporttron2-1/+75
work
2001-10-07Update "bidwatcher" package to version 1.3.0 beta.tron4-151/+20
Changes since version 1.1.7: - Conversion to use the gtk+ toolkit, making this version 100% GPL clean! - Support for auctions in foreign currencies. - Cleaner ebay access-- i.e. instead of hardcoded IPs, we now do DNS lookups and follow 302 redirects - HTTP proxy server support - Support for eBay motors - Uses the GNU Autoconf (configure) system - Drag-n-drop support
2001-10-06Update home page URL.tron1-2/+2
2001-09-24Correct spelling of "eBay" in comment.tron1-4/+2
2001-09-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-09-22BidWatcher is a tool for people using the giant eBay auction site. Itjlam5-0/+176
uses your eBay id and password to track your eBay listings, items that you have bid on, and items that you enter by hand. It also has an integrated snipe tool. This was initially provided by Brad Knotwell <knotwell@ix.netcom.com> in pkg/13128 but has been heavily modified to remove FreeBSDisms and to use buildlink.mk files.