aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/timestamp.proto
Commit message (Collapse)AuthorAgeFilesLines
* Update comments to discuss leap smearing in detail.Michael Shields2018-09-181-11/+13
| | | | Fixes #1890.
* Down-integrate from google3.Josh Haberman2018-09-041-1/+1
|
* Update comments for Timestamp JSON format.Feng Xiao2017-12-121-1/+3
| | | | | | | Clarify that JSON parser are required to accept both UTC and other timezone offsets. Fixes issue 3093
* Integrated internal changes from GoogleAdam Cozzette2017-12-011-2/+2
|
* update joda-time javadoc urlxuwei-k2017-10-301-1/+1
|
* Down-integrate from google3.Feng Xiao2017-03-291-0/+25
|
* Integrate internal changesBo Yang2016-10-101-6/+3
|
* Integrate google internal changes.Jisi Liu2016-03-301-0/+1
|
* Down-integrate from internal code base.Feng Xiao2015-12-111-4/+7
|
* Merge branch 'master' of github.com:google/protobufJisi Liu2015-08-211-1/+1
|\ | | | | | | Change-Id: If3fb07754a734bae610d95124528e073515ac525
| * Generate the well-known types in C#Jon Skeet2015-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | This involves: - Specifying a namespace in each proto (including ones we'd previously missed) - Updating the generation script - Changing codegen to implement IReflectedMessage.Fields explicitly (a good thing anyway) - Changing reflection tests to take account of the explicit interface implementation Non-generated code in this commit; generated code to follow
| * More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-261-1/+1
| | | | | | | | | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* | Down-integrate from internal branch.Jisi Liu2015-08-211-5/+6
|/ | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* Merge branch 'master' of github.com:google/protobuf into integrate_from_masterJan Tattermusch2015-05-131-6/+9
|\
| * Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-061-0/+1
| |
| * Include all well-known type protos.Feng Xiao2015-04-201-6/+7
| | | | | | | | Change-Id: I122f1cee71a8a739ea603e52582cb0fa9698f0ed
* | Add C# namespace to .proto files (e.g. descriptors, unit tests)Jon Skeet2015-05-061-1/+1
|/
* Add the .proto files for well-known types.Feng Xiao2015-02-091-0/+103