Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
yuxiaobo 03e83d6c30 add license in /go file
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-10-21 22:30:02 +08:00
Sugu Sougoumarane 7af23e1dde license: BSD->Apache v2.0
Please refer to #2694 and #2670 for motivation and reasoning for
this change.

I've tried to follow best practice in inserting the copyright
headers. In other open source projects, not all files carry
the notice. For example documentation doesn't. I've followed
similar ground rules.

I did not change the php because there is a separate LICENSE
file there by Pixel Federation. We'll first need to notify
them our intent before changing anything there.

As for the presubmit check, it's going to be non-trivial
because of the number of exceptions, like file types,
directories and generated code. So, it will have to be
a separate project.
2017-05-06 00:38:56 -07:00
Erez Louidor 60910ade7d Fixed the panic-handling code in vttablet.
Previously, if a VTTablet method returned a non TabletError error
an 'uncaught panic' error would be returned (erroneously). This PR
rewrites the error handling logic to fix that and be clearer.

Renamed handleError to handlePanicAndSendLogStat.
Renamed handleErrorNoPanic to handleError.
Moved the panic-handling code to handlePanicAndSendLogStat from handleError (using the new naming here)
2016-12-12 15:43:17 -08:00
Anthony Yeh a91d8823ad Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
Mike Solomon 105e9ee395 break out traceback into its own package
fix data race on flags
2013-03-14 12:16:32 -07:00