1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First version with licence text More... about 19 years ago
*** empty log message *** More... about 19 years ago
first More... about 19 years ago
*** empty log message *** More... about 19 years ago
recognize seller blocking a bidder More... about 19 years ago
Forgot to remove getopt.h More... about 19 years ago
moved getopt into util.c to make compiling on windows easier fixed handling of prebid result when auction has ended More... about 19 years ago
Fix end time calculation, so that it is based on the time the URL was submitted. Previous version based on time URL was returned, which could be off by a few minutes if there are network problems. More... about 19 years ago
Changed ftp commands More... about 19 years ago
Fixed date. More... about 19 years ago
Simplify file uploading. More... about 19 years ago
2.10.0 More... about 19 years ago
Added -m option More... about 19 years ago
Use version from configure More... about 19 years ago
Version 2.10.0. More... about 19 years ago
Fix bidding problem that sends esniper to PageReviewBid. More... about 19 years ago
Added logs for last month. More... over 19 years ago
Added automake dependency info More... over 19 years ago
stop automake More... over 19 years ago
Checkin for timestamp only, to prevent automake from running. More... over 19 years ago
Changed parsing of time left so that blank value returns 1. I don't know if blank means ended, or less than 1 second. I think it is safer to assume 1 second, so I'll go with that. More... over 19 years ago
Time left is sometimes blank More... over 19 years ago
Updated bid history URL More... over 19 years ago
Switch CURLOPT_WRITEDATA to CURLOPT_FILE, for compatibility with older versions of libcurl More... over 19 years ago
Fix memory leaks, add valgrind support files More... over 19 years ago
call curl_global_cleanup() in cleanupCurlStuff() call cleanupCurlStuff before returning from main() More... over 19 years ago
Converted parseAuction() to use getTableRow(). This fixes a number of problems with parsing, including private feedback users and a lot of issues with status of dutch auctions. Ran the whole code through lint, cleaned up a bunch of problem areas. More... over 19 years ago
Changed default for AuctionInfo.winning to 0, to make sort work, as -1 and 0 have the same meaning. More... over 19 years ago
Switched printf to awk with embedded printf, because printf of hex number was failing on solaris. More... over 19 years ago
lint cleanup. More... over 19 years ago