aboutsummaryrefslogtreecommitdiff
path: root/misc/bidwatcher/files
Commit message (Collapse)AuthorAgeFilesLines
* eBay added multiple spaces in the layout. The bidwatcher parser stumbledDavid E. O'Brien2005-10-301-15/+16
| | | | | | | | | | because the keywords didn't begin any longer at the first character of line. Obtained from: bidwatcher-devel Submitted by: Klaus Singvogel <sourceforge@si...> Notes: svn path=/head/; revision=146727
* Bidwatcher was using the FILE type without including <cstdio>.David E. O'Brien2005-10-301-0/+15
| | | | | | | Obtained from: NetBSD (via Bidwatcher submitted patches) Notes: svn path=/head/; revision=146719
* Fix adding new auctions.David E. O'Brien2005-09-071-0/+204
| | | | | | | Obtained from: STABLE_1_3 rev's 1.90.2.58-.59. Notes: svn path=/head/; revision=142149
* Update to version 1.3.17.David E. O'Brien2005-02-184-990/+2
| | | | Notes: svn path=/head/; revision=129203
* AddDavid E. O'Brien2005-01-144-2/+979
| | | | | | | | | | | | | | | | | http://sourceforge.net/tracker/download.php?group_id=2973&atid=302973&file_id=112451&aid=1085302 in modified form. Due to some changes with ebay they are now requiring signin before bidding. It was suggested by some other users that the best way to get https support in bidwatcher would be to compile it with libcurl. NOTE that your mileage may vary if you use a proxy or bid on eBay motors or bid on adult items. Obtained from: bidwatcher patch# 1084042 in the form of patch# 1085302 Notes: svn path=/head/; revision=126398
* Allow building on 4.x by working around the lack of strtof(3).David E. O'Brien2004-11-191-0/+16
| | | | | | | Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=121947
* Better detection of Mozilla browsers.David E. O'Brien2004-10-311-0/+7
| | | | Notes: svn path=/head/; revision=120507
* Upgrade to 1.3.16.David E. O'Brien2004-09-032-1775/+0
| | | | Notes: svn path=/head/; revision=118076
* Pull in large chunks of the unreleased changes on the STABLE_1_3 branch.David E. O'Brien2004-08-032-0/+1775
| | | | | | | This stops the segfaulting on any auction add that started in July. Notes: svn path=/head/; revision=115350
* Upgrade to 1.3.15. The "time fudge" stuff is gone at last.Matthew Hunt2004-05-021-16/+0
| | | | Notes: svn path=/head/; revision=108213
* Update to version 1.3.8.David E. O'Brien2003-07-101-21/+0
| | | | Notes: svn path=/head/; revision=84558
* StripAndTab() poorly designed for "". It is possible for it to getDavid E. O'Brien2003-01-181-0/+21
| | | | | | | | | called on a zero length string and the code assumes this is not possible. Reviewed by: Kevin Dwyer <kevindication> (Bidwatcher author) Notes: svn path=/head/; revision=73418
* Upgrade to 1.3.5.Matthew Hunt2002-09-171-0/+16
| | | | | | | | | | Add provision to circumvent the five minute "fudge factor" on snipe timers. Submitted by: Bruce Burden <brucegb@realtime.net> Notes: svn path=/head/; revision=66520
* These do not apply to, and are apparently unnecessary for, the newMatthew Hunt2002-03-203-393/+0
| | | | | | | | | | | version. They should have been removed in the commit to this port earlier today, but I did not have these files in my working copy and hence did not experience the errors. Submitted by: Michael W. Holdeman <ptfd9100@beanstalk.net> Notes: svn path=/head/; revision=56367
* * Actually provide unique error messages for the various error returnsDavid E. O'Brien2002-03-153-0/+393
from fetching a URL. * Add patches to remove all the duplication of the eBay URL text strings. These patches justify why high schoolers and college freshman should NOT be allowed near a compiler. Notes: svn path=/head/; revision=56175