aboutsummaryrefslogtreecommitdiff
path: root/lib/compile-handler.js
Commit message (Collapse)AuthorAge
* Move compile handler, add testsMatt Godbolt2017-12-22
|
* Remove unnecessary Promise requirements in server code, switch to separate ↵Matt Godbolt2017-12-22
| | | | denodeify
* Avoid an error if the compiler fails to execute during version checkMatt Godbolt2017-12-22
|
* Remove filter(_.identity) in favour of _.compact()Matt Godbolt2017-12-21
|
* Fix unnecessary coercion comparisionRabsRincon2017-11-23
|
* Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' ↵Matt Godbolt2017-11-22
| | | | type errors)
* Add separate jshint configs for client and server. Make them much more ↵Matt Godbolt2017-11-21
| | | | strict, and fix up the issues brought up
* Add some config parameters that come from AWS itself. Use it to configure ↵Matt Godbolt2017-11-21
| | | | raven (sentry.io) on the server
* Bring every file up-to-format-dateRubén2017-10-02
|
* Only stat compilers if absolute.Matt Godbolt2017-07-30
| | | | Fixes #487
* Handle missing binariesMatt Godbolt2017-07-26
|
* Rerun a compiler to get version only on mtime changeMatt Godbolt2017-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 mejaredwy2017-07-05
|
* Enable AST generation only if the user has an AST view openSimon Brand2017-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 handlingMatt Godbolt2017-02-04
|
* Error handling tweaksMatt Godbolt2017-02-04
|
* Add error call backMatt Godbolt2017-01-25
|
* Fix proxying of requests. Fixes #239Matt Godbolt2017-01-18
|
* Banner fixesMatt Godbolt2017-01-15
|
* Don't clean up temp diretories if there are pending compilations. Fixes #212.Matt Godbolt2017-01-14
|
* New RESTful APIMatt Godbolt2017-01-14
| | | | Partially addresses #179 and begins opening the door to #203.
* Another year, another copyright updateMatt Godbolt2017-01-02
|
* Refactor individual compilation types into their own filesMatt Godbolt2016-12-19