Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining embedded JavaScript support. | Jelmer Vernooij | 2008-09-16 | 1 | -1090/+0 |
| | |||||
* | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | ||||
* | r15358: Fix some compiler warnings / type safety. Found by tcc | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
| | | | | (This used to be commit 12ba42de5886f9f4f9b1698476557e0c217d06f3) | ||||
* | r9311: Missing null pointer check in ejsLib | Steve French | 2007-10-10 | 1 | -1/+2 |
| | | | | | Found by coverity (This used to be commit ae7b073af3d690275dbfa11c8406963702c57d3b) | ||||
* | r9183: more workarounds for the global variables in ejs. I will discuss ↵ | Andrew Tridgell | 2007-10-10 | 1 | -0/+27 |
| | | | | | | | getting rid of these with the mbedthis people. (This used to be commit a5b9e74a5c23e724ae4ee222e6f128133b175494) | ||||
* | r9173: catch ep->local being NULL | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
| | | | | (This used to be commit 9f75bc3ca061abbfeb6ac9fc60834b8c1f6e2c4d) | ||||
* | r8630: give a much nicer backtrace on assert() failures in ejs | Andrew Tridgell | 2007-10-10 | 1 | -18/+18 |
| | | | | | I will submit this upstream (This used to be commit a2266f6927d953459bd4b02fbca0a9c95c18494e) | ||||
* | r8466: it is not portable to assert() a va_list (it breaks on alpha for example) | Andrew Tridgell | 2007-10-10 | 1 | -1/+0 |
| | | | | (This used to be commit 2a64ee4227840de4aebe2ebe1887dfd167831738) | ||||
* | r8399: move the ejs and esp code closer to the directory layout used by the | Andrew Tridgell | 2007-10-10 | 1 | -0/+1061 |
upstream sources. This makes it much easier to keep it up to date. I will separate out the mpr code into lib/appweb/mpr next (This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9) |