Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move compile handler, add tests | Matt Godbolt | 2017-12-22 |
| | |||
* | Remove unnecessary Promise requirements in server code, switch to separate ↵ | Matt Godbolt | 2017-12-22 |
| | | | | denodeify | ||
* | Avoid an error if the compiler fails to execute during version check | Matt Godbolt | 2017-12-22 |
| | |||
* | Remove filter(_.identity) in favour of _.compact() | Matt Godbolt | 2017-12-21 |
| | |||
* | Fix unnecessary coercion comparision | RabsRincon | 2017-11-23 |
| | |||
* | Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' ↵ | Matt Godbolt | 2017-11-22 |
| | | | | type errors) | ||
* | Add separate jshint configs for client and server. Make them much more ↵ | Matt Godbolt | 2017-11-21 |
| | | | | strict, and fix up the issues brought up | ||
* | Add some config parameters that come from AWS itself. Use it to configure ↵ | Matt Godbolt | 2017-11-21 |
| | | | | raven (sentry.io) on the server | ||
* | Bring every file up-to-format-date | Rubén | 2017-10-02 |
| | |||
* | Only stat compilers if absolute. | Matt Godbolt | 2017-07-30 |
| | | | | Fixes #487 | ||
* | Handle missing binaries | Matt Godbolt | 2017-07-26 |
| | |||
* | Rerun a compiler to get version only on mtime change | Matt Godbolt | 2017-07-25 |
| | | | | | | | Hopefully helps #485. Relies on the mtime of the executable changing to notice it's different, so will be thwarted if only DLLs/sos change. But that's not really all that likely given the way CE works currently. | ||
* | Merging request options into 1 options object, this makes it clearer to me | jaredwy | 2017-07-05 |
| | |||
* | Enable AST generation only if the user has an AST view open | Simon Brand | 2017-05-31 |
| | | | | This adds the notion of backend options which can be sent from the UI to the backend in addition to the actual compiler options. | ||
* | Better error handling | Matt Godbolt | 2017-02-04 |
| | |||
* | Error handling tweaks | Matt Godbolt | 2017-02-04 |
| | |||
* | Add error call back | Matt Godbolt | 2017-01-25 |
| | |||
* | Fix proxying of requests. Fixes #239 | Matt Godbolt | 2017-01-18 |
| | |||
* | Banner fixes | Matt Godbolt | 2017-01-15 |
| | |||
* | Don't clean up temp diretories if there are pending compilations. Fixes #212. | Matt Godbolt | 2017-01-14 |
| | |||
* | New RESTful API | Matt Godbolt | 2017-01-14 |
| | | | | Partially addresses #179 and begins opening the door to #203. | ||
* | Another year, another copyright update | Matt Godbolt | 2017-01-02 |
| | |||
* | Refactor individual compilation types into their own files | Matt Godbolt | 2016-12-19 |