summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Correct segfault when getenv(CONTENT_TYPE) returns NULLHEADmasterNathan Angelacos2015-03-111-8/+11
|
* Version bump to 0.9.34Nathan Angelacos2015-02-155-4/+21
| | | | | | | 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-131-1/+1
|
* Use a generic "METHOD_body=" variable for unencoded body (e.g. json POST ↵Nathan Angelacos2014-06-102-85/+108
| | | | 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 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-032-2/+5
| | | | | | | | | 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
* Apply sf haserl ticket #3 - fix runtime for lua-5.2Nathan Angelacos2013-06-291-2/+2
|
* Fix segfault when the first parameter is a quoted string, or a null stringNathan Angelacos2013-06-281-10/+12
| | | | | | 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-1022-238/+471
|
* fixes to make file upload names work as expectedNathan Angelacos2011-03-072-2/+4
|
* 0.9.28 pre-release commitNathan Angelacos2011-03-067-115/+119
|
* 0.9.27 versionNathan Angelacos2010-10-183-13/+33
|
* 0.9.26 ReleaseNathan Angelacos2009-07-316-10/+13
|
* 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-1726-0/+4413
| | | | had new llist libraries that seem to be borked
* need gitNathan Angelacos2008-12-1730-4546/+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-171-28/+33
|
* Commit Mark Blythe's OSX argv[1] handling fixNathan Angelacos2008-12-161-19/+33
|
* minor test changesNathan Angelacos2008-06-035-33/+5
|
* ulist api unit test finishedNathan Angelacos2008-06-022-4/+4
|
* llist stuffNathan Angelacos2008-05-304-109/+72
|
* llist from busyboxNathan Angelacos2008-05-124-5/+180
|
* Fix the -d debug thing againNathan Angelacos2008-04-162-1/+21
|
* RC2 commitNathan Angelacos2008-04-142-4/+16
|
* 0.9.24_RC2Nathan Angelacos2008-04-122-8/+22
|
* 9.2.24rcNathan Angelacos2008-04-094-211/+266
|
* scott's stuff, but process_token_list is wedgedNathan Angelacos2008-04-098-31/+737
|
* short option for debug is -d not -DNathan Angelacos2008-03-181-2/+2
|
* Care for single character checkboxesNathan Angelacos2008-03-171-3/+3
|
* R3Nathan Angelacos2008-03-162-13/+18
|
* fix the array parsing in myputenv (again)Nathan Angelacos2008-03-131-3/+4
|
* Fix keylen miscount in myputenvNathan Angelacos2008-03-121-0/+1
|
* add Scott's idea for newline-separating multi-selectsNathan Angelacos2008-02-233-79/+104
|
* Allow mika to use "-" as an identifierNathan Angelacos2008-01-283-30/+69
|
* Diego Santa Cruz's fixesNathan Angelacos2008-01-255-1/+19
|
* 0.9.21 versionNathan Angelacos2007-11-226-37/+13
|
* Optimize changing plusses to spaces in CGIPOST (was checking the strlen each ↵Nathan Angelacos2007-11-223-14/+32
| | | | | | | | iteration) Sliding_buffer now reads up to extent size bytes and quits, if extent is given. This is to read CONTENT_LENGTH bytes and no more.
* Scott's fix for bare html before a <% comment tagNathan Angelacos2007-11-211-0/+6
| | | | | | Added TODO item to split FORM into COOKIE, GET, POST
* Merged in Comment codeNathan Angelacos2007-09-225-39/+56
|
* move to trunk/tags/branches archNathan Angelacos2007-09-2226-0/+3504