Browse Source

Merge commit 'd3aed9f' into cg_merges_20121214

Conflicts:
	API-README
	api.c
Luke Dashjr 13 years ago
parent
commit
ce8c5bed52
2 changed files with 330 additions and 200 deletions
  1. 10 0
      API-README
  2. 320 200
      api.c

+ 10 - 0
API-README

@@ -384,6 +384,16 @@ miner.php - an example web page to access the API
 Feature Changelog for external applications using the API:
 
 
+API V1.22
+
+Enforced output limitation:
+ all extra records beyond the output limit of the API (~64k) are ignored
+  and chopped off at the record boundary before the limit is reached
+  however, JSON brackets will be correctly closed and the JSON id will be
+  set to 0 (instead of 1) if any data was truncated
+
+----------
+
 API V1.21 (BFGMiner v2.10.0)
 
 Modified API commands:

File diff suppressed because it is too large
+ 320 - 200
api.c


Some files were not shown because too many files changed in this diff