summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct segfault when getenv(CONTENT_TYPE) returns NULLHEADmasterNathan Angelacos2015-03-113-9/+17
|
* Version bump to 0.9.34Nathan Angelacos2015-02-157-8/+38
| | | | | | | Fixes for Lua 5.3 compatibility Move sys/fnctl.h to fnctl.h Applied Victor Cook's patch to rfc2388.c regarding crlf positioning in header data
* 0.9.33 versionNathan Angelacos2014-06-132-2/+2
|
* Use a generic "METHOD_body=" variable for unencoded body (e.g. json POST ↵Nathan Angelacos2014-06-103-85/+118
| | | | request)
* Misc compile fixesNathan Angelacos2014-06-073-7/+8
|
* Fix vulnerabilites based on email:Nathan Angelacos2014-06-073-3/+15
| | | | [ISE-TPS-2014-008] Heap Overflow Vulnerability in Haserl 0.9.32
* fix syntax for lua check in configure.ac (autotools are evil)Nathan Angelacos2013-09-201-1/+1
|
* Regression causing Lua to be linked but not used.Nathan Angelacos2013-09-202-1/+6
|
* Changes for 0.9.31 version - more Lua 5.2 fixesNathan Angelacos2013-09-152-4/+12
| | | | | modified: ChangeLog modified: INSTALL
* fix compiler warning: variable 'retval' set but not usedNatanael Copa2013-07-031-3/+2
| | | | make it build with -Wall -Werror
* use pkg-config to find Lua CFLAGS and LIBSNatanael Copa2013-07-033-37/+14
| | | | | | | | | By default, use pkg-config lua --cflags/--libs but let user override the pkg-config name. For example, to build with lua5.2.pc use --with-lua=lua5.2 This fixes situations when both lua5.1 and lua5.2 is available but not 'lua'.
* remove the generated config.h.inNatanael Copa2013-07-031-106/+0
| | | | It is generated with autoheader
* Modernize configure.ac for newer autotoolsNathan Angelacos2013-06-302-7/+10
|
* Apply sf haserl ticket #3 - fix runtime for lua-5.2Nathan Angelacos2013-06-292-2/+5
|
* Corrected spelling of Chow Loong JinNathan Angelacos2013-06-291-5/+1
|
* Fix segfault when the first parameter is a quoted string, or a null stringNathan Angelacos2013-06-283-11/+22
| | | | | | modified: ChangeLog modified: configure.ac modified: src/common.c
* ensure that haserl_lualib.inc is not includedNathan Angelacos2011-05-102-108/+6
|
* Fix on the lualib.inc thingNathan Angelacos2011-05-101-1/+1
|
* 0.9.29 candidateNathan Angelacos2011-05-1032-1323/+511
|
* 0.9.28Nathan Angelacos2011-03-251-1/+1
|
* fixes to make file upload names work as expectedNathan Angelacos2011-03-072-2/+4
|
* 0.9.28 pre-release commitNathan Angelacos2011-03-0610-166/+194
|
* 0.9.27 versionNathan Angelacos2010-10-187-139/+261
|
* Ralph Siemsen RFC 2616 manpage updateNathan Angelacos2010-07-232-0/+16
|
* 0.9.26 ReleaseNathan Angelacos2009-07-3110-26/+47
|
* indent haserl.cNathan Angelacos2008-12-171-28/+30
|
* Err... the null content-length check didnt checkNathan Angelacos2008-12-171-3/+3
|
* Reverted back to 0.9.24 codebase, releasing 0.9.25 off of it. 0.9.25 pre ↵Nathan Angelacos2008-12-1744-0/+8566
| | | | had new llist libraries that seem to be borked
* need gitNathan Angelacos2008-12-1749-8860/+0
|
* Forgot some header files in the Makefile.amNathan Angelacos2008-12-171-1/+1
|
* fix bug tracker bug 1959379; prepare for 0.9.25 releaseNathan Angelacos2008-12-173-30/+41
|
* and thank markNathan Angelacos2008-12-161-0/+4
|
* Commit Mark Blythe's OSX argv[1] handling fixNathan Angelacos2008-12-161-19/+33
|
* minor test changesNathan Angelacos2008-06-037-132/+127
|
* ulist api unit test finishedNathan Angelacos2008-06-026-508/+693
|
* llist stuffNathan Angelacos2008-05-308-720/+581
|
* llist from busyboxNathan Angelacos2008-05-125-5/+235
|
* Fix the -d debug thing againNathan Angelacos2008-04-164-2/+26
|
* 0.9.24 releaseNathan Angelacos2008-04-142-4/+5
|
* RC2 commitNathan Angelacos2008-04-148-45/+186
|
* 0.9.24_RC2Nathan Angelacos2008-04-129-15/+1488
|
* 9.2.24rcNathan Angelacos2008-04-098-253/+348
|
* scott's stuff, but process_token_list is wedgedNathan Angelacos2008-04-098-31/+737
|
* 0.9.23 versionNathan Angelacos2008-03-222-5/+5
|
* updated changelog with -D -d changeNathan Angelacos2008-03-181-1/+1
|
* short option for debug is -d not -DNathan Angelacos2008-03-181-2/+2
|
* Care for single character checkboxesNathan Angelacos2008-03-172-4/+4
|
* R3Nathan Angelacos2008-03-164-14/+21
|
* fix the array parsing in myputenv (again)Nathan Angelacos2008-03-131-3/+4
|
* Fix keylen miscount in myputenvNathan Angelacos2008-03-123-3/+4
|