Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| | |||
* | Hand-written changes | Craig Tiller | 2015-08-31 |
| | |||
* | Remove dead code | Craig Tiller | 2015-07-09 |
| | |||
* | Add parallel execution for generate_projects | Craig Tiller | 2015-07-03 |
| | |||
* | Eliminate bashisms | Craig Tiller | 2015-05-28 |
| | |||
* | Factor out extra json generation | Craig Tiller | 2015-05-28 |
| | | | | This logic needs to be reusable in some other scripts | ||
* | Add testing of bad client behavior | Craig Tiller | 2015-05-26 |
| | | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs. | ||
* | Avoid writing build.json during a test. | Nicolas "Pixel" Noble | 2015-04-22 |
| | | | | The test environment might be read only, so let's not modify a file just for running a test. | ||
* | big refactoring of visual studio projects, started using nuget | Jan Tattermusch | 2015-04-20 |
| | | | | dependencies. | ||
* | Removing some bashisms. | Nicolas "Pixel" Noble | 2015-04-15 |
| | |||
* | FreeBSD preliminary work. | Nicolas Noble | 2015-03-16 |
| | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL. | ||
* | Always run build cleaner | Craig Tiller | 2015-02-20 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Add shell script copyrights | Craig Tiller | 2015-02-16 |
| | |||
* | Mac Compatibility Fix | Craig Tiller | 2015-01-19 |
| | |||
* | Abort on errors, and dont spam | Craig Tiller | 2015-01-18 |
| | |||
* | Make generate_projects work on Mac | Craig Tiller | 2015-01-13 |
| | |||
* | Make generate_projects.sh able to run from a git repo. | ctiller | 2015-01-12 |
| | | | | | | | Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83627504 | ||
* | Adding the tools directory to the git export. | Nicolas Noble | 2015-01-06 |