Commit Graph

  • 9fb844fdae DepotDownloader: Removed Steam2 auth server lookup and caching. Nicholas Hastings 2012-11-12 10:40:23 -0500
  • a8e714ea12 DepotDownloader: Removed reliance on Classless.Hasher. Nicholas Hastings 2012-11-12 10:38:56 -0500
  • 5262ec9667 Updated DepotDownloader project for SteamKit project changes. Nuget for protobuf-net. Nicholas Hastings 2012-11-12 10:33:28 -0500
  • 7aa43a5184 AppInfo changes for Depot section Ryan Kistner 2012-11-10 13:05:46 -0700
  • c6da5d057e DepotDownloader: Retry different CDN servers when we encounter an error Ryan Kistner 2012-10-29 20:50:58 -0600
  • 31781b5b85 Skip CDR check for Steam3: we display the change number Ryan Kistner 2012-08-17 12:47:54 -0600
  • 4ef5af2fcb Don't need to parse depot id after tryparse Ryan Kistner 2012-08-17 12:22:12 -0600
  • 5249592b35 Added Bloblib comments Ryan Kistner 2012-07-11 22:17:31 -0600
  • 80f0dcf56c Blob Refactor Ryan Kistner 2012-06-11 01:05:40 -0600
  • 5602f4f79e DepotDownloader: fixed crash on some Steam3 apps when not supplying depot id. psychonic 2012-07-07 11:55:54 -0400
  • fe867a4fcf DepotDownloader: prettified license list code Ryan Kistner 2012-06-27 11:49:47 -0600
  • afc197fbc9 DepotDownloader: more Steam3 error handling Ryan Kistner 2012-06-27 11:33:33 -0600
  • 43ca82f869 Backed out changeset: 26ba29eb818f psychonic 2012-06-05 20:51:28 -0400
  • 8a98c812c2 Ditch P/Invoke for detecting OSX as it's a detected platform since .NET 3.5. psychonic 2012-06-05 18:44:39 -0400
  • acdd8bdebc Add support for specifying single depot (+app) for steam3 content. psychonic 2012-06-05 16:58:01 -0500
  • 040c3926df Fix crash instead of graceful exit on ServiceUnavailable. psychonic 2012-06-05 16:54:45 -0500
  • e33cf18265 Print found licenses. psychonic 2012-06-05 16:49:43 -0500
  • 0f2edd0a94 Fix error downloading some depots to current directory (-dir .) psychonic 2012-06-05 16:45:41 -0500
  • 25c47e2fbb Missed two lines in last commit. psychonic 2012-06-04 16:20:44 -0400
  • cdd9c640d6 Fixed DepotDownloader compile errors from JobID changes. psychonic 2012-06-04 16:18:15 -0400
  • 0374a529b9 Added support for Steam3 license list in AccountHasAccess. Ignore contenttype when depots are present. azuisleet 2012-04-14 17:49:21 -0600
  • 6c545644e0 Added EDepotFileFlag, don't assume size=0 is a directory azuisleet 2012-04-01 17:11:33 -0600
  • aa0778dc4e Fixed small compilation issue. Ryan Stecker 2012-03-04 15:03:01 -0600
  • b2cb33aa92 Updated depotdownloader to pass in the appid when requesting a depot key. Ryan Stecker 2012-02-26 12:13:45 -0600
  • d638dc7ec2 Changed SteamUser.LoggedOffCallback to expose the Steam2Ticket directly, instead of the data. Added various bits of XML documentation. Ryan Stecker 2012-02-24 17:12:21 -0600
  • 90b9051de3 DepotDownloader: Cache Sentry File and send SentryFileHash with logondetails so we don't have to do SteamGuard auth every time Michael Busby 2012-02-14 03:43:20 -0600
  • d7a8d9fe0a DepotDownloader: Updated Steam3Session jobs to use new job callbacks Michael Busby 2012-02-14 03:17:05 -0600
  • a28d1c279b DepotDownloader: Split Steam2 Download into to parts--building list of files to download, then reconnecting to storage server to download. This should combat issues with the storage session timing out. Michael Busby 2012-02-09 18:31:32 -0600
  • ca6e22e92b DepotDownloader: Forgot to close file handle in checksum validation. Michael Busby 2012-02-07 03:11:03 -0600
  • 948e581d16 DepotDownloader: Skip downloading checksums if we're only going to download the manifest and quit Michael Busby 2012-02-06 19:13:35 -0600
  • 89cdae3ef3 DepotDownloader: Unlink existing file if the size/checksum don't match (for compatibility with file links) Michael Busby 2012-02-06 19:06:09 -0600
  • 24640978b6 Replaced Classless.Hasher's Adler32 with a simple, valve-compatible implementation. Added Steam2 file checksum verification to DepotDownloader, so existing files on disk can be used instead of downloading new copies. Michael Busby 2012-02-06 01:10:38 -0600
  • 512e13cc88 Small fixup for printed usage. Ryan Stecker 2012-02-01 15:22:25 -0600
  • 7e02724c05 Added -listdepots. Reworked -manifest to be an optional parameter that dumps manifests when -game, -app, or -depot is supplied. Closes #18. Ryan Stecker 2012-02-01 15:20:01 -0600
  • 5bc21f183a Refactored DepotDownloader to use CallbackManager azuisleet 2012-02-01 05:23:37 -0700
  • 6c00c19300 Fixed issue receiving app info. Ryan Stecker 2012-01-28 20:36:09 -0600
  • a17713e153 Fixed DepotDownloader for the latest SteamKit2 version. Ryan Stecker 2012-01-27 16:36:03 -0600
  • eb483d207f Updated DepotDownloader to .NET 4.0 and fixed compilation. Fixed IPAddress byte order issue. Ryan Stecker 2012-01-11 01:22:08 -0600
  • 8c227bcfa0 Fixed some enums that were incorrectly named, and added MsgClientPackageInfoRequest and MsgClientPackageInfoResponse. Ryan Stecker 2011-12-28 04:31:38 -0600
  • 76ff0b3591 Copy and paste job. It took 11 people to pull this off. azuisleet 2011-12-21 18:14:11 -0700
  • 7fc994657e Pretend to do something azuisleet 2011-12-21 17:51:57 -0700
  • 811d37c705 DepotDownloader: detect proper ContentType azuisleet 2011-12-18 19:14:29 -0700
  • 24ecfcbb43 Added retry to Steam3 FetchServerList Azu@Azu-PC 2011-12-17 22:32:40 -0700
  • 72dbb50864 Merge Azu@Azu-PC 2011-12-17 21:29:51 -0700
  • bae6d8907c DepotDownloader fixes Updated Classless.Hasher Azu@Azu-PC 2011-12-17 21:29:14 -0700
  • 76258df7b7 Retry all the connections azuisleet 2011-12-15 22:11:42 -0700
  • 2295319fd2 Added Steam3 suggested CellID azuisleet 2011-12-15 15:54:11 -0700
  • 680355e022 Added -filelist support for Steam3 downloading. psychonic 2011-12-10 01:21:03 -0500
  • 866e7ff778 Fixed DD crash when specifying -dir without -game. psychonic 2011-12-10 01:18:24 -0500
  • d6850b8f33 Large refactor to support steam3 appinfo azuisleet 2011-12-09 21:42:21 -0700
  • 9a92d8b203 Refactor: EServerType to ESteam2ServerType Added Steam3 CS server selection azuisleet 2011-12-09 02:38:29 -0700
  • 1024dde88d Slight refactor to support steam3 depots in an app azuisleet 2011-12-09 01:21:14 -0700
  • f258ac8903 Downloads files. azuisleet 2011-12-09 00:29:02 -0700
  • c7593aefbd Added depot encryption key support. azuisleet 2011-12-08 22:37:59 -0700
  • e7129f0a1f Parse Steam3 manifests into DepotManifest azuisleet 2011-12-08 20:59:10 -0700
  • 0ab391a272 Refactored Keyvalue to use strings. Removed System.Web dependency. azuisleet 2011-12-08 19:58:08 -0700
  • b1810c0eb0 Don't keep retrying single, dead server. Try all for cell! psychonic 2011-12-08 20:24:38 -0500
  • 25132937d9 Added kv LoadFromString for CDNClient. psychonic 2011-12-06 13:40:18 -0500
  • 997cbc3e7f Completed CDNClient auth header, downloads depot manifest. azuisleet 2011-12-02 14:50:12 -0700
  • 32b2e6b754 Initial support for Steam3 HTTP CDN. Incomplete. azuisleet 2011-12-02 00:29:46 -0700
  • d18e9c465e Finally fixed up authed downloads and made depotdownloader1 support them again. Suck it HLDSUT. Ryan Stecker 2011-12-01 20:13:44 -0600
  • 3dbc75a343 Initial commit of fixes for steam2 authenticated downloads, but there's still some issue with a change in the steam2 ticket that needs to be investigated. Ryan Stecker 2011-12-01 15:56:17 -0600
  • 8ffff1cb7b Added -dumpcdr param to do quick XML dump of CDR. Nicholas Hastings 2011-07-26 21:30:22 -0500
  • 127dadd363 Use latest version if no version specified. Nicholas Hastings 2011-07-26 21:28:04 -0500
  • 44ff453193 Ask for account password if -password is omitted from command line. Scott Ehlert 2011-07-26 21:27:32 -0500
  • 9d586b5e95 Added -beta parameter to download beta versions of depots if available. Scott Ehlert 2011-07-07 22:27:57 -0500
  • af190db942 Fixed compiler warning by adding back forgotten error message for opening a storage session. Scott Ehlert 2011-07-07 22:27:56 -0500
  • cd0014aab5 If the content server client fails to open a storage session, keep retrying. Scott Ehlert 2011-07-04 16:30:12 -0500
  • 5d4590e6cf Check if the user has access to a depot before attempting to download it. Scott Ehlert 2011-07-04 16:26:45 -0500
  • bfe267e194 Actually download working server installs for GoldSrc/HL1 games. Scott Ehlert 2011-07-01 02:00:49 -0500
  • f9cac07006 Added -list switch to print list of game servers that can be downloaded using -game. Scott Ehlert 2011-07-01 01:59:44 -0500
  • 2a24b41d60 Properly detect Mac OS X in DepotDownloader. Scott Ehlert 2011-06-30 01:18:41 -0500
  • 8aa8798459 Added -app switch to download all depots associated with an app id. Scott Ehlert 2011-06-30 01:18:40 -0500
  • ed4bd4a1d3 Added -all-platforms switch to download all platform-specific depots when -game is used. Scott Ehlert 2011-06-30 01:18:39 -0500
  • a86eac90de Fixed excluding files from exclude.lst on non-Windows platforms. Scott Ehlert 2011-06-30 01:18:30 -0500
  • e5fa0ca62f Added -no-exclude parameter that downloads files in exclude.lst anyways. Scott Ehlert 2011-06-29 01:45:28 -0500
  • f11dd05096 Exclude files listed in reslists/*/exclude.lst when using the -game parameter. Scott Ehlert 2011-06-29 01:45:22 -0500
  • 16e33b2085 Converted download paths to lower case. (For Linux server installs) Scott Ehlert 2011-06-28 17:30:48 -0500
  • 668d869782 Fixed download of depots when dedicatedserverfolder field didn't exist. Scott Ehlert 2011-06-28 17:30:03 -0500
  • f31925b5b5 Fixed DepotDownloader building. Scott Ehlert 2011-06-28 15:13:45 -0500
  • af0612cfde CS selection by Load azuisleet 2011-06-27 19:43:22 -0600
  • c4e3360dc4 DepotDownloader: No longer downloads depots meant for other platforms when the -game option is used. Scott Ehlert 2011-06-27 02:40:00 -0500
  • 3cbe8539a6 Place server installs into directory specified by "dedicatedserverfolder" if available. Scott Ehlert 2011-06-27 01:28:15 -0500
  • 0fc89f465a Added -dir option to DepotDownloader for specifying an alternate install directory. Scott Ehlert 2011-06-27 01:28:04 -0500
  • 1c181a351b Allow downloading of encrypted content. Scott Ehlert 2011-06-27 01:27:57 -0500
  • 96236acb0e Allow downloading of restricted content with DepotDownloader whether or not Steam Guard is enabled. Scott Ehlert 2011-06-26 21:27:46 -0500
  • 50fe7b32fd Fixed DepotDownloader compile. Scott Ehlert 2011-06-26 21:45:01 -0500
  • 6783118d3e Fixing DepotDownloader for the latest SteamKit change. Ryan Stecker 2011-06-22 16:15:55 -0500
  • 84afed2be5 Upgraded DepotDownloader project to 2010, and made it support the new BlobLib. Ryan Stecker 2011-06-20 04:26:36 -0500
  • 387a79a94b Updated DepotDownloader. It _should_ work now. The information contained within this revision comment is provided on an "as is" basis without any warranties, expressed or otherwise implied. Ryan Stecker 2011-06-19 16:19:55 -0500
  • e90a6663a1 Derp, no wonder that didn't work. Asher Baker 2011-06-19 19:16:16 +0100
  • 43632c4095 Added (bad and incomplete) support for specifying a game name instead of a depot id. Asher Baker 2011-06-03 00:00:21 +0700
  • 3a8fbb363c Fixed DepotDownloader to make use of the latest ContentServerClient changes. Ryan Stecker 2011-04-20 08:33:08 +0000
  • 391dbd9b8a Added support for dumping a human readable list of files in a depot with -manifest <depotid>. Added -filelist to specify exactly what files to download from a depot. Additionally works with regular expressions. Ryan Stecker 2011-03-28 06:08:56 +0000
  • de9ea3a6c8 Cut some code and determined the issue behind authenticated downloads not working. It's fixed now. Ryan Stecker 2011-03-23 04:29:04 +0000
  • 14f2b6e39d Don't download files that have already been downloaded. Ryan Stecker 2011-03-19 10:09:53 +0000
  • bb5c544414 Added DepotDownloader POC project. Move over hldsupdatetool, there's a new kid on the block. Ryan Stecker 2011-03-19 09:16:59 +0000