summaryrefslogtreecommitdiff
path: root/source/lib/appweb
Commit message (Expand)AuthorAgeFilesLines
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-3/+3
* Add convenience function for getting at event context from ejs code.Jelmer Vernooij2008-04-172-0/+8
* Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-11/+5
* Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij2008-02-212-0/+9
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r23961: Allow SWAT to operate on x86_64 machines.Andrew Bartlett2007-10-105-20/+29
* r23294: try to fix the buildStefan Metzmacher2007-10-101-1/+1
* r20444: WEB Application framework / SWAT.Derrell Lipman2007-10-101-1/+1
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-1/+1
* r19022: eliminate a warningDerrell Lipman2007-10-101-1/+1
* r19021: match the prototype for a trigger functionDerrell Lipman2007-10-101-2/+2
* r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp...Derrell Lipman2007-10-1080-0/+33339
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-1/+1
* r16010: deal with the case that int64,uint64 are already typedef'edStefan Metzmacher2007-10-101-2/+2
* r16002: fix the build on solarisStefan Metzmacher2007-10-102-3/+3
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-102-5/+2
* r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2007-10-101-0/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-2/+2
* r14999: Remove more unused autoconf codeJelmer Vernooij2007-10-101-12/+0
* r14984: marking mprBreakpoint() as a __noreturn__ function should reduce theAndrew Tridgell2007-10-101-1/+1
* r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij2007-10-101-0/+2
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-3/+0
* r13944: Yet another round of splitups.Jelmer Vernooij2007-10-101-0/+3
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-3/+3
* r11611: don't use unions without a instance name, not all compilers support t...Stefan Metzmacher2007-10-101-2/+2
* r11456: fixed a ejs parser bug for delete() statementsAndrew Tridgell2007-10-101-1/+3
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-8/+8
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-5/+0
* r11084: - allow hex numbers with 'a'...'f' digits to be parsedStefan Metzmacher2007-10-102-8/+15
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-3/+3
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-102-13/+5
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9600: fixed the intermittent failures we were getting with ejs in the buildAndrew Tridgell2007-10-101-1/+36
* r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell2007-10-101-1/+1
* r9464: fixed a problem with child pointers copied into non-allocated mpr vari...Andrew Tridgell2007-10-101-1/+13
* r9311: Missing null pointer check in ejsLibSteve French2007-10-101-1/+2
* r9299: fixed the evaluation of pointer expressions that evaluate to booleanAndrew Tridgell2007-10-101-2/+25
* r9183: more workarounds for the global variables in ejs. I will discuss getti...Andrew Tridgell2007-10-102-0/+30
* r9173: catch ep->local being NULLAndrew Tridgell2007-10-101-1/+3
* r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variablesAndrew Tridgell2007-10-101-2/+4
* r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2007-10-102-3/+5
* r8684: this should fix the panic on x86_64, and possibly alphaAndrew Tridgell2007-10-101-2/+6
* r8651: fixed a boolean expression bug (submitted upstream)Andrew Tridgell2007-10-101-0/+3
* r8631: give an error on incorrect argument countAndrew Tridgell2007-10-102-5/+4
* r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell2007-10-103-20/+25
* r8599: null terminate the argv list in string C functionsAndrew Tridgell2007-10-101-1/+2
* r8562: small merge with upstreamAndrew Tridgell2007-10-102-12/+5
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-101-0/+1
* r8466: it is not portable to assert() a va_list (it breaks on alpha for example)Andrew Tridgell2007-10-101-1/+0
* r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell2007-10-101-1/+1