prepare for release v0.4.5
fix tests for v0.4.5
prepare for release v0.4.5
more safe handling with header x-forwarded-for
change version to 0.4.5
fix some compile warnings
add keySet/valueSet in shared map for debug usage & fix typo errors
add set-cookie test & update gitignore
add keySet/valueSet in shared map for debug usage & fix typo errors
add set-cookie test & update gitignore
make body filter more safe under thread-pool mode
safely handle reload delay timer
ignore eclipse project files
#170 fix bug about multiple cookies in headers map
try to make body filter work with thread pool mode
print more info about NginxBridgeHandler relat...
bug #156 On MacOSX thread pool mode doesn't wor...
for #122 Can't access ring request data in Sent...
fix NPE about jdk8 lambdas get null class names...
try to fix issue #142 NGX_HAVE_SHA1 not exists ...
#140 remove content-length in reponse headers w...
for #140 remove unused variable
#140 fix bug about too many empty chunks and so...
try to use $JAVA_HOME to detect jvm when jvm_pa...
fix NPE when multiple rewrite handlers are invo...
nginx-jersey can use Jersey Application
fix bug about "zero size buf in writer"
Fix segfault with no http block
Merge pull request #124 from LinuxJedi/fix_segf...
Merge branch 'master' of https://github.com/ngi...
Make compatible with non-C99
comment some lines in nginx-jersey readme file
Merge pull request #120 from LinuxJedi/dynamic-...
nginx-clojure can now be compiled as a dynamic ...
For #121 Compile error against NGINX 1.11
Cleanup conversion to dynamic modules
correct http status in http streaming write exa...
make embedded nginx-clojure work with nginx ver...
fix body filter FileNotFoundException when upst...
take care of null body in a body filter
For #118 nginx reload will cause connection res...
implements NginxChainWrappedInputStream.available
issue #111 Header filter can not change respons...
prepare for v0.4.4
fix compile warnings with gcc 4.8
remove useless variable to fix compile error #109
change license year to 2016
Support #109 Read request body by event callback
Error message instead of NPE when fail to detec...
Fix FD leak in body filter(when resp body is a ...
some unit tests about #107
only formating few lines of code
For #107 Support Nginx Java body filter
For #107 Body filter by Clojure
for#106: 500 (internal server error) returns wh...
fix compile error with nginx 1.4.7 #103
in c module integrating example remove unnecess...
typo error the--> get
HelloHandler-->MyHandler
export ngx_http_clojure_shared_map_get_map to h...
fix some typo errors
add an integration example for C module
add checking return value from setegid/seteuid
append headers to HTTP_INCS so that other modul...
update doc: clojars rep for nginx-jersey
remove unusable invoking of fixDefaultRequestArray
update nginx-clojure-embed doc : v0.4.2 -> 0.4.3
fix some typo errors
remove use of fstatat for glibc < 2.4 #103
example: fix download file name
remove unusable command
example proect: fix wrong lein run command
update links in readme
format readme
subproject nginx-tomcat8 tests with tomcat 8.0.28
update history and readme for v0.4.3
tiny-->tinymap in several testing configuration...
in readme:0.4.2-->0.4.3
update example project
add some comments and update subproject deps ve...
build script:change build temp path
sub projects bump dependency version of main pr...
be friendly to mock unit tests (issue #101)
for macosx : some modification about classpath ...
be friendly to tomcat access logging
rearrange layout of hash map entry(on 64-bit us...
add socket timeout for some testing
#if windows, fix typo error: uint864_t -> uint64_t
Bug Fix: HackUtil.decode decodes unnecessary ch...
Initialize a fake shared pool to make sure ngx_...
fix some compile warnings on some 32bit OS
add an unexpected error checking about broadcas...