aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Update comments for globally unique extension number for custom options.Gravatar liujisi@google.com2011-05-25
* Allow String to be used as message names.Gravatar liujisi@google.com2011-05-04
* Update mainline version to 2.4.2-pre.Gravatar liujisi@google.com2011-05-03
* Update changelog for 2.4.1 release.Gravatar liujisi@google.com2011-04-30
* Python CPP implementation now requires c++ libprotobuf installed before runningGravatar liujisi@google.com2011-04-29
* Add missing plugin.h into extract_includes.bat script.Gravatar liujisi@google.com2011-04-29
* Define serailVersionUID for generated java class.Gravatar liujisi@google.com2011-04-29
* Fix incomplete comments.Gravatar liujisi@google.com2011-04-28
* Make protobuf java JDK 1.5 compatible.Gravatar liujisi@google.com2011-04-28
* Use fully qualified java.lang.Object in protoc java code.Gravatar liujisi@google.com2011-04-08
* Fix issue 256: compute the correct size for negative enum values, which need ...Gravatar jasonh@google.com2011-02-18
* Add an intermediate method to propagate the friendship access to nested class...Gravatar liujisi@google.com2011-02-07
* Update version number to 2.4.1 in common.h.Gravatar liujisi@google.com2011-02-03
* Update mainline version to 2.4.1-pre.Gravatar liujisi@google.com2011-02-02
* Update the release date of 2.4.0Gravatar liujisi@google.com2011-02-02
* Add missing files into pom.xml for protobuf-lite.Gravatar liujisi@google.com2011-01-27
* Update contributors.Gravatar liujisi@google.com2011-01-24
* update ez_setup.py to fix the python2.6 problem.Gravatar liujisi@google.com2011-01-21
* Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper K...Gravatar liujisi@google.com2011-01-13
* Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to mak...Gravatar liujisi@google.com2010-12-21
* Escape C++ Trigraphs.Gravatar liujisi@google.com2010-12-21
* fix a typo in vcprojGravatar liujisi@google.com2010-12-09
* rollback the previous acx_pthread.m4 fix.Gravatar liujisi@google.com2010-12-09
* Boost version number to 2.4.0-pre, add more test cases for text_format.py abo...Gravatar liujisi@google.com2010-12-09
* Fix issues: 223 224 242.Gravatar liujisi@google.com2010-12-08
* Add new files for vcprojs, fix issues: 165, 211, 228, 240Gravatar liujisi@google.com2010-12-07
* Remove hashmap.cc in vcproj files.Gravatar liujisi@google.com2010-12-06
* Fix issues: 200 202 211 215 237 246.Gravatar liujisi@google.com2010-12-06
* Fix issues: 166 167 172 175 181 188 192 194 195.Gravatar liujisi@google.com2010-12-03
* Fix byte encoding macros.Gravatar liujisi@google.com2010-12-01
* Add some explicit casts to eliminate some warnings as described in issue 83 c...Gravatar kenton@google.com2010-11-30
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
* Fix Issue 218: Check for protoc executable in vsprojects directory.Gravatar kenton@google.com2010-09-28
* Roll back revision 313. A similar but far more exensive change was made in o...Gravatar kenton@google.com2010-09-17
* Use native line endings on VS project files (they are, in fact, text).Gravatar kenton@google.com2010-09-17
* Fix issue 208.Gravatar kenton@google.com2010-07-27
* Fix issue 207Gravatar kenton@google.com2010-07-27
* add cast to avoid compiler warningGravatar kenton@google.com2010-04-23
* Allow services with lite runtime when using rpc generator plugin.Gravatar kenton@google.com2010-04-19
* Improve coded_stream.h handling on MSVC. Avoid a bogus runtime check and ena...Gravatar kenton@google.com2010-04-05
* Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.Gravatar kenton@google.com2010-04-05
* Fix bug with permanent callbacks that delete themselves when run. Patch from...Gravatar kenton@google.com2010-02-16
* Remove comment referring to non-protobuf code.Gravatar kenton@google.com2010-02-10
* Fix missing header issue -- INT_MAX is defined in limits.h. I chose to use a...Gravatar kenton@google.com2010-02-09
* Fix issue 162: generated code should #include <algorithm> for std::swap().Gravatar kenton@google.com2010-02-01
* Optimize Java string serialization. Patch from Evan Jones.Gravatar kenton@google.com2010-02-01
* More Java warning tweaks from Evan Jones.Gravatar kenton@google.com2010-01-28
* Fix some Java warnings. Patch from Evan Jones.Gravatar kenton@google.com2010-01-21
* Add missing include (that apparently didn't break anything on most platforms).Gravatar kenton@google.com2010-01-20
* Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-win32.Gravatar kenton@google.com2010-01-20