aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Added plugin.proto to well-known types for JS.Josh Haberman2016-06-161-0/+1
|
* JS: import well-known types from google-protobuf package.Josh Haberman2016-06-161-2/+25
|
* Merge pull request #1542 from google/beta-3Jisi Liu2016-05-161-1/+1
|\ | | | | Merge Beta 3 release branch into master
| * Update version numbers for other languagesJisi Liu2016-05-101-1/+1
| |
* | Test redundant varint fields decoding in JS.Grigoriy Kraynov2016-05-121-0/+52
|/ | | | | Varints are generally encoded in minimum possible length but need to ensure that any redundancy does not break fields decoder.
* Down integrate from Google internal.Jisi Liu2016-04-282-0/+85
|
* Support Windows in gulpfile.jsNikolai Vavilov2016-04-162-2/+6
|
* Fix for gulpfile.js.Josh Haberman2016-04-111-1/+10
|
* Fix for CommonJS tests.Josh Haberman2016-04-072-8/+30
|
* Integrate google internal changes.Jisi Liu2016-03-3016-1239/+1500
|
* Moved CommonJS-specific files into commonjs directorymurgatroid992016-02-244-12/+15
|
* Fix CommonJS relative require generation, and test itmurgatroid992016-02-247-10/+142
|
* Added a bit more to README.md, and allowed custom PROTOC var in tests.Josh Haberman2016-02-192-2/+28
|
* Properly camelCase when translating to CommonJS.Josh Haberman2016-02-181-1/+17
|
* Removed unused directives from tests that aren't run under CommonJS.Josh Haberman2016-02-182-4/+0
|
* Addressed more code review comments.Josh Haberman2016-02-182-22/+28
|
* Integrate review comments.Josh Haberman2016-02-185-6/+18
|
* Greatly expanded README.md.Josh Haberman2016-02-181-10/+130
|
* Use "node" as binary instead of "nodejs".Josh Haberman2016-02-181-1/+1
| | | | "nodejs" does not exist on Travis, it appears.
* Fixed definition of extensions, and added CommonJS tests to Travis.Josh Haberman2016-02-182-1/+5
|
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-186-21/+41
|
* Added some documentation in comments.Josh Haberman2016-02-183-2/+31
|
* Moved CommonJS-specific files to commonjs/.Josh Haberman2016-02-185-4/+4
|
* CommonJS tests are now passing.Josh Haberman2016-02-1812-19/+147
|
* WIP.Josh Haberman2016-02-184-7/+59
|
* Enable JavaScript tests for binary parse/serialize.Josh Haberman2016-02-023-103/+3
| | | | | | | | These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features.
* Fixed version number and testing command.Josh Haberman2015-12-221-2/+2
|
* Added README and enabled JavaScript tests on Node.jsJosh Haberman2015-12-216-1/+129
|
* Down-integrate from internal code base.Feng Xiao2015-12-1127-0/+12302